From 96441061dfc1143e832097213c43202769b720aa Mon Sep 17 00:00:00 2001 From: LocalIdentity Date: Mon, 9 Dec 2024 04:33:20 +1100 Subject: [PATCH] Fix mod weights + crash on load --- src/Data/ModItem.lua | 2698 +++++++++++++++--------------- src/Data/Skills/other.lua | 62 + src/Export/Classes/Dat64File.lua | 2 +- src/Export/Classes/DatFile.lua | 2 +- src/Export/Scripts/mods.lua | 14 +- src/Export/Skills/other.txt | 4 + src/Export/spec.lua | 4 +- src/Modules/CalcSetup.lua | 2 +- 8 files changed, 1430 insertions(+), 1358 deletions(-) diff --git a/src/Data/ModItem.lua b/src/Data/ModItem.lua index c660907e9..837007180 100644 --- a/src/Data/ModItem.lua +++ b/src/Data/ModItem.lua @@ -2,1355 +2,1355 @@ -- Item data (c) Grinding Gear Games return { - ["Strength1"] = { type = "Suffix", affix = "of the Brute", "+(5-8) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Strength2"] = { type = "Suffix", affix = "of the Wrestler", "+(9-12) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 11, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Strength3"] = { type = "Suffix", affix = "of the Bear", "+(13-16) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 22, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Strength4"] = { type = "Suffix", affix = "of the Lion", "+(17-20) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 33, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Strength5"] = { type = "Suffix", affix = "of the Gorilla", "+(21-24) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 44, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Strength6"] = { type = "Suffix", affix = "of the Goliath", "+(25-27) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 55, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Strength7"] = { type = "Suffix", affix = "of the Leviathan", "+(28-30) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 66, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Strength8"] = { type = "Suffix", affix = "of the Titan", "+(31-33) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 74, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Strength9"] = { type = "Suffix", affix = "of the Gods", "+(34-36) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 81, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Dexterity1"] = { type = "Suffix", affix = "of the Mongoose", "+(5-8) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Dexterity2"] = { type = "Suffix", affix = "of the Lynx", "+(9-12) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 11, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Dexterity3"] = { type = "Suffix", affix = "of the Fox", "+(13-16) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 22, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Dexterity4"] = { type = "Suffix", affix = "of the Falcon", "+(17-20) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 33, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Dexterity5"] = { type = "Suffix", affix = "of the Panther", "+(21-24) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 44, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Dexterity6"] = { type = "Suffix", affix = "of the Leopard", "+(25-27) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 55, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Dexterity7"] = { type = "Suffix", affix = "of the Jaguar", "+(28-30) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 66, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Dexterity8"] = { type = "Suffix", affix = "of the Phantom", "+(31-33) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 74, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Dexterity9"] = { type = "Suffix", affix = "of the Wind", "+(34-36) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 81, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Intelligence1"] = { type = "Suffix", affix = "of the Pupil", "+(5-8) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Intelligence2"] = { type = "Suffix", affix = "of the Student", "+(9-12) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 11, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Intelligence3"] = { type = "Suffix", affix = "of the Prodigy", "+(13-16) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 22, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Intelligence4"] = { type = "Suffix", affix = "of the Augur", "+(17-20) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 33, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Intelligence5"] = { type = "Suffix", affix = "of the Philosopher", "+(21-24) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 44, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Intelligence6"] = { type = "Suffix", affix = "of the Sage", "+(25-27) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 55, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Intelligence7"] = { type = "Suffix", affix = "of the Savant", "+(28-30) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 66, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Intelligence8"] = { type = "Suffix", affix = "of the Virtuoso", "+(31-33) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 74, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["Intelligence9"] = { type = "Suffix", affix = "of the Genius", "+(34-36) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 81, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["AllAttributes1"] = { type = "Suffix", affix = "of the Clouds", "+(2-4) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["AllAttributes2"] = { type = "Suffix", affix = "of the Sky", "+(5-7) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 11, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["AllAttributes3"] = { type = "Suffix", affix = "of the Meteor", "+(8-10) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 22, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["AllAttributes4"] = { type = "Suffix", affix = "of the Comet", "+(11-13) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 33, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["AllAttributes5"] = { type = "Suffix", affix = "of the Heavens", "+(14-16) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 44, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["AllAttributes6"] = { type = "Suffix", affix = "of the Galaxy", "+(17-18) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 55, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["AllAttributes7"] = { type = "Suffix", affix = "of the Universe", "+(19-20) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 66, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["AllAttributes8"] = { type = "Suffix", affix = "of the Multiverse", "+(21-22) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 75, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["AllAttributes9_"] = { type = "Suffix", affix = "of the Infinite", "+(23-24) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 82, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["FireResist1"] = { type = "Suffix", affix = "of the Whelpling", "+(6-10)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResist2"] = { type = "Suffix", affix = "of the Salamander", "+(11-15)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 12, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResist3"] = { type = "Suffix", affix = "of the Drake", "+(16-20)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 24, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResist4"] = { type = "Suffix", affix = "of the Kiln", "+(21-25)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 36, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResist5"] = { type = "Suffix", affix = "of the Furnace", "+(26-30)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 48, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResist6"] = { type = "Suffix", affix = "of the Volcano", "+(31-35)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 60, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResist7"] = { type = "Suffix", affix = "of Magma", "+(36-40)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 71, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResist8"] = { type = "Suffix", affix = "of Tzteosh", "+(41-45)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 82, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["ColdResist1"] = { type = "Suffix", affix = "of the Seal", "+(6-10)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResist2"] = { type = "Suffix", affix = "of the Penguin", "+(11-15)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 14, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResist3"] = { type = "Suffix", affix = "of the Narwhal", "+(16-20)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 26, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResist4"] = { type = "Suffix", affix = "of the Yeti", "+(21-25)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 38, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResist5"] = { type = "Suffix", affix = "of the Walrus", "+(26-30)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 50, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResist6"] = { type = "Suffix", affix = "of the Polar Bear", "+(31-35)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 60, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResist7"] = { type = "Suffix", affix = "of the Ice", "+(36-40)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 71, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResist8"] = { type = "Suffix", affix = "of Haast", "+(41-45)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 82, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["LightningResist1"] = { type = "Suffix", affix = "of the Cloud", "+(6-10)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResist2"] = { type = "Suffix", affix = "of the Squall", "+(11-15)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 13, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResist3"] = { type = "Suffix", affix = "of the Storm", "+(16-20)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 25, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResist4"] = { type = "Suffix", affix = "of the Thunderhead", "+(21-25)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 37, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResist5"] = { type = "Suffix", affix = "of the Tempest", "+(26-30)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 49, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResist6"] = { type = "Suffix", affix = "of the Maelstrom", "+(31-35)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 60, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResist7"] = { type = "Suffix", affix = "of the Lightning", "+(36-40)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 71, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResist8"] = { type = "Suffix", affix = "of Ephij", "+(41-45)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 82, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["AllResistances1"] = { type = "Suffix", affix = "of the Crystal", "+(3-5)% to all [ElementalDamage|Elemental] [Resistances]", statOrderKey = "949", statOrder = { 949 }, level = 12, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, }, - ["AllResistances2"] = { type = "Suffix", affix = "of the Prism", "+(6-8)% to all [ElementalDamage|Elemental] [Resistances]", statOrderKey = "949", statOrder = { 949 }, level = 26, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, }, - ["AllResistances3"] = { type = "Suffix", affix = "of the Kaleidoscope", "+(9-11)% to all [ElementalDamage|Elemental] [Resistances]", statOrderKey = "949", statOrder = { 949 }, level = 40, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, }, - ["AllResistances4"] = { type = "Suffix", affix = "of Variegation", "+(12-14)% to all [ElementalDamage|Elemental] [Resistances]", statOrderKey = "949", statOrder = { 949 }, level = 54, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, }, - ["AllResistances5"] = { type = "Suffix", affix = "of the Rainbow", "+(15-16)% to all [ElementalDamage|Elemental] [Resistances]", statOrderKey = "949", statOrder = { 949 }, level = 68, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, }, - ["AllResistances6"] = { type = "Suffix", affix = "of the Span", "+(17-18)% to all [ElementalDamage|Elemental] [Resistances]", statOrderKey = "949", statOrder = { 949 }, level = 80, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, }, - ["NearbyAlliesAllResistances1"] = { type = "Suffix", affix = "of Adjustment", "[Allies|Allies] in your [Presence|Presence] have +(3-5)% to all [ElementalDamage|Elemental] [Resistances|Resistances]", statOrderKey = "893", statOrder = { 893 }, level = 12, group = "AlliesInPresenceAllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["NearbyAlliesAllResistances2"] = { type = "Suffix", affix = "of Acclimatisation", "[Allies|Allies] in your [Presence|Presence] have +(6-8)% to all [ElementalDamage|Elemental] [Resistances|Resistances]", statOrderKey = "893", statOrder = { 893 }, level = 26, group = "AlliesInPresenceAllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["NearbyAlliesAllResistances3"] = { type = "Suffix", affix = "of Adaptation", "[Allies|Allies] in your [Presence|Presence] have +(9-11)% to all [ElementalDamage|Elemental] [Resistances|Resistances]", statOrderKey = "893", statOrder = { 893 }, level = 40, group = "AlliesInPresenceAllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["NearbyAlliesAllResistances4"] = { type = "Suffix", affix = "of Evolution", "[Allies|Allies] in your [Presence|Presence] have +(12-14)% to all [ElementalDamage|Elemental] [Resistances|Resistances]", statOrderKey = "893", statOrder = { 893 }, level = 54, group = "AlliesInPresenceAllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["NearbyAlliesAllResistances5"] = { type = "Suffix", affix = "of Progression", "[Allies|Allies] in your [Presence|Presence] have +(15-16)% to all [ElementalDamage|Elemental] [Resistances|Resistances]", statOrderKey = "893", statOrder = { 893 }, level = 68, group = "AlliesInPresenceAllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["NearbyAlliesAllResistances6"] = { type = "Suffix", affix = "of Metamorphosis", "[Allies|Allies] in your [Presence|Presence] have +(17-18)% to all [ElementalDamage|Elemental] [Resistances|Resistances]", statOrderKey = "893", statOrder = { 893 }, level = 80, group = "AlliesInPresenceAllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["ChaosResist1"] = { type = "Suffix", affix = "of the Lost", "+(4-7)% to [Resistances|Chaos Resistance]", statOrderKey = "953", statOrder = { 953 }, level = 16, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResist2"] = { type = "Suffix", affix = "of Banishment", "+(8-11)% to [Resistances|Chaos Resistance]", statOrderKey = "953", statOrder = { 953 }, level = 30, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResist3"] = { type = "Suffix", affix = "of Eviction", "+(12-15)% to [Resistances|Chaos Resistance]", statOrderKey = "953", statOrder = { 953 }, level = 44, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResist4"] = { type = "Suffix", affix = "of Expulsion", "+(16-19)% to [Resistances|Chaos Resistance]", statOrderKey = "953", statOrder = { 953 }, level = 56, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResist5"] = { type = "Suffix", affix = "of Exile", "+(20-23)% to [Resistances|Chaos Resistance]", statOrderKey = "953", statOrder = { 953 }, level = 68, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResist6"] = { type = "Suffix", affix = "of Bameth", "+(24-27)% to [Resistances|Chaos Resistance]", statOrderKey = "953", statOrder = { 953 }, level = 81, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["IncreasedLife1"] = { type = "Prefix", affix = "Hale", "+(10-19) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLife2"] = { type = "Prefix", affix = "Healthy", "+(20-29) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 5, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLife3"] = { type = "Prefix", affix = "Sanguine", "+(30-39) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 11, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLife4"] = { type = "Prefix", affix = "Stalwart", "+(40-59) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 18, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLife5"] = { type = "Prefix", affix = "Stout", "+(60-69) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 24, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLife6"] = { type = "Prefix", affix = "Robust", "+(70-84) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 30, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLife7"] = { type = "Prefix", affix = "Rotund", "+(85-99) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 36, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLife8"] = { type = "Prefix", affix = "Virile", "+(100-119) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 44, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLife9"] = { type = "Prefix", affix = "Athlete's", "+(120-149) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 56, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLife10"] = { type = "Prefix", affix = "Fecund", "+(150-174) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 68, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLife11"] = { type = "Prefix", affix = "Vigorous", "+(175-189) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 74, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLife12"] = { type = "Prefix", affix = "Rapturous", "+(190-199) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 78, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLife13"] = { type = "Prefix", affix = "Prime", "+(200-214) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 82, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeIncrease1"] = { type = "Prefix", affix = "Hopeful", "(3-4)% increased maximum Life", statOrderKey = "872", statOrder = { 872 }, level = 36, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeIncrease2"] = { type = "Prefix", affix = "Optimistic", "(5-6)% increased maximum Life", statOrderKey = "872", statOrder = { 872 }, level = 61, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeIncrease3"] = { type = "Prefix", affix = "Confident", "(7-8)% increased maximum Life", statOrderKey = "872", statOrder = { 872 }, level = 80, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedMana1"] = { type = "Prefix", affix = "Beryl", "+(10-14) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedMana2"] = { type = "Prefix", affix = "Cobalt", "+(15-24) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 6, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedMana3"] = { type = "Prefix", affix = "Azure", "+(25-34) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 12, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedMana4"] = { type = "Prefix", affix = "Teal", "+(35-54) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 19, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedMana5"] = { type = "Prefix", affix = "Cerulean", "+(55-64) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 25, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedMana6"] = { type = "Prefix", affix = "Aqua", "+(65-79) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 31, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedMana7"] = { type = "Prefix", affix = "Opalescent", "+(80-89) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 36, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedMana8"] = { type = "Prefix", affix = "Gentian", "+(90-104) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 43, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedMana9"] = { type = "Prefix", affix = "Chalybeous", "+(105-124) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 53, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedMana10"] = { type = "Prefix", affix = "Mazarine", "+(125-149) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 63, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedMana11"] = { type = "Prefix", affix = "Blue", "+(150-164) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 69, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedMana12"] = { type = "Prefix", affix = "Zaffre", "+(165-179) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 77, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedMana13"] = { type = "Prefix", affix = "Ultramarine", "+(180-189) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 82, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon1"] = { type = "Prefix", affix = "Beryl", "+(14-20) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon2_"] = { type = "Prefix", affix = "Cobalt", "+(21-34) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 6, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon3_"] = { type = "Prefix", affix = "Azure", "+(35-48) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 12, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon4"] = { type = "Prefix", affix = "Sapphire", "+(49-76) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 19, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon5"] = { type = "Prefix", affix = "Cerulean", "+(77-90) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 25, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon6"] = { type = "Prefix", affix = "Aqua", "+(91-111) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 31, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon7"] = { type = "Prefix", affix = "Opalescent", "+(112-125) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 36, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon8_"] = { type = "Prefix", affix = "Gentian", "+(126-146) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 43, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon9"] = { type = "Prefix", affix = "Chalybeous", "+(147-174) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 53, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon10"] = { type = "Prefix", affix = "Mazarine", "+(175-209) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 63, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon11"] = { type = "Prefix", affix = "Blue", "+(210-230) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 69, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon12"] = { type = "Prefix", affix = "Zaffre", "+(231-251) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 77, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaIncrease1"] = { type = "Prefix", affix = "Cognizant", "(5-6)% increased maximum Mana", statOrderKey = "874", statOrder = { 874 }, level = 35, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaIncrease2"] = { type = "Prefix", affix = "Perceptive", "(7-8)% increased maximum Mana", statOrderKey = "874", statOrder = { 874 }, level = 60, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaIncrease3"] = { type = "Prefix", affix = "Mnemonic", "(9-10)% increased maximum Mana", statOrderKey = "874", statOrder = { 874 }, level = 79, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Lacquered", "+(12-22) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRating2"] = { type = "Prefix", affix = "Studded", "+(23-42) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 11, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRating3"] = { type = "Prefix", affix = "Ribbed", "+(43-54) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 17, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRating4"] = { type = "Prefix", affix = "Fortified", "+(55-81) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 28, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRating5"] = { type = "Prefix", affix = "Plated", "+(82-106) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 37, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRating6"] = { type = "Prefix", affix = "Carapaced", "+(107-138) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 48, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRating7"] = { type = "Prefix", affix = "Encased", "+(139-168) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 57, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRating8_"] = { type = "Prefix", affix = "Enveloped", "+(169-195) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 66, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRating9"] = { type = "Prefix", affix = "Abating", "+(196-224) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 74, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRating10"] = { type = "Prefix", affix = "Unmoving", "+(225-255) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 82, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedEvasionRating1"] = { type = "Prefix", affix = "Agile", "+(8-15) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRating2"] = { type = "Prefix", affix = "Dancer's", "+(16-33) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 11, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRating3"] = { type = "Prefix", affix = "Acrobat's", "+(34-44) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 17, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRating4"] = { type = "Prefix", affix = "Fleet", "+(45-69) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 28, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRating5"] = { type = "Prefix", affix = "Blurred", "+(70-93) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 37, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRating6"] = { type = "Prefix", affix = "Phased", "+(94-123) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 48, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRating7"] = { type = "Prefix", affix = "Vaporous", "+(124-151) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 57, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRating8"] = { type = "Prefix", affix = "Elusory", "+(152-176) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 66, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRating9"] = { type = "Prefix", affix = "Adroit", "+(177-203) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 74, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEnergyShield1"] = { type = "Prefix", affix = "Shining", "+(8-14) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShield2"] = { type = "Prefix", affix = "Glimmering", "+(15-20) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 11, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShield3"] = { type = "Prefix", affix = "Glittering", "+(21-24) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 17, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShield4"] = { type = "Prefix", affix = "Glowing", "+(25-33) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 28, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShield5"] = { type = "Prefix", affix = "Radiating", "+(34-41) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 37, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShield6"] = { type = "Prefix", affix = "Pulsing", "+(42-51) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 48, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShield7"] = { type = "Prefix", affix = "Blazing", "+(52-61) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 57, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShield8"] = { type = "Prefix", affix = "Dazzling", "+(62-70) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 66, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShield9"] = { type = "Prefix", affix = "Scintillating", "+(71-79) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 74, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShield10"] = { type = "Prefix", affix = "Incandescent", "+(80-89) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 82, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Prefix", affix = "Reinforced", "(10-13)% increased [Armour]", statOrderKey = "866", statOrder = { 866 }, level = 2, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingPercent2"] = { type = "Prefix", affix = "Layered", "(15-20)% increased [Armour]", statOrderKey = "866", statOrder = { 866 }, level = 18, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingPercent3"] = { type = "Prefix", affix = "Lobstered", "(21-26)% increased [Armour]", statOrderKey = "866", statOrder = { 866 }, level = 30, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingPercent4"] = { type = "Prefix", affix = "Buttressed", "(27-32)% increased [Armour]", statOrderKey = "866", statOrder = { 866 }, level = 42, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingPercent5"] = { type = "Prefix", affix = "Thickened", "(33-38)% increased [Armour]", statOrderKey = "866", statOrder = { 866 }, level = 56, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingPercent6"] = { type = "Prefix", affix = "Girded", "(39-44)% increased [Armour]", statOrderKey = "866", statOrder = { 866 }, level = 70, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingPercent7"] = { type = "Prefix", affix = "Impregnable", "(45-50)% increased [Armour]", statOrderKey = "866", statOrder = { 866 }, level = 77, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedEvasionRatingPercent1"] = { type = "Prefix", affix = "Shade's", "(10-13)% increased [Evasion|Evasion Rating]", statOrderKey = "868", statOrder = { 868 }, level = 2, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingPercent2"] = { type = "Prefix", affix = "Ghost's", "(15-20)% increased [Evasion|Evasion Rating]", statOrderKey = "868", statOrder = { 868 }, level = 18, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingPercent3"] = { type = "Prefix", affix = "Spectre's", "(21-26)% increased [Evasion|Evasion Rating]", statOrderKey = "868", statOrder = { 868 }, level = 30, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingPercent4"] = { type = "Prefix", affix = "Wraith's", "(27-32)% increased [Evasion|Evasion Rating]", statOrderKey = "868", statOrder = { 868 }, level = 42, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingPercent5"] = { type = "Prefix", affix = "Phantasm's", "(33-38)% increased [Evasion|Evasion Rating]", statOrderKey = "868", statOrder = { 868 }, level = 56, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingPercent6"] = { type = "Prefix", affix = "Nightmare's", "(39-44)% increased [Evasion|Evasion Rating]", statOrderKey = "868", statOrder = { 868 }, level = 70, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingPercent7"] = { type = "Prefix", affix = "Mirage's", "(45-50)% increased [Evasion|Evasion Rating]", statOrderKey = "868", statOrder = { 868 }, level = 77, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEnergyShieldPercent1"] = { type = "Prefix", affix = "Protective", "(10-13)% increased maximum [EnergyShield|Energy Shield]", statOrderKey = "870", statOrder = { 870 }, level = 2, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercent2"] = { type = "Prefix", affix = "Strong-Willed", "(15-20)% increased maximum [EnergyShield|Energy Shield]", statOrderKey = "870", statOrder = { 870 }, level = 18, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercent3"] = { type = "Prefix", affix = "Resolute", "(21-26)% increased maximum [EnergyShield|Energy Shield]", statOrderKey = "870", statOrder = { 870 }, level = 30, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercent4"] = { type = "Prefix", affix = "Fearless", "(27-32)% increased maximum [EnergyShield|Energy Shield]", statOrderKey = "870", statOrder = { 870 }, level = 42, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercent5"] = { type = "Prefix", affix = "Dauntless", "(33-38)% increased maximum [EnergyShield|Energy Shield]", statOrderKey = "870", statOrder = { 870 }, level = 56, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercent6"] = { type = "Prefix", affix = "Indomitable", "(39-44)% increased maximum [EnergyShield|Energy Shield]", statOrderKey = "870", statOrder = { 870 }, level = 70, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercent7"] = { type = "Prefix", affix = "Unassailable", "(45-50)% increased maximum [EnergyShield|Energy Shield]", statOrderKey = "870", statOrder = { 870 }, level = 77, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Lacquered", "+(16-27) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRating2"] = { type = "Prefix", affix = "Studded", "+(28-50) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 11, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRating3"] = { type = "Prefix", affix = "Ribbed", "+(51-68) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 17, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRating4"] = { type = "Prefix", affix = "Fortified", "+(69-82) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 23, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRating5"] = { type = "Prefix", affix = "Plated", "+(83-102) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 29, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRating6"] = { type = "Prefix", affix = "Carapaced", "+(103-122) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 35, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRating7__"] = { type = "Prefix", affix = "Encased", "+(123-160) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 47, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRating8"] = { type = "Prefix", affix = "Enveloped", "+(161-202) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 59, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRating9_"] = { type = "Prefix", affix = "Abating", "+(203-225) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 66, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRating10"] = { type = "Prefix", affix = "Unmoving", "+(226-256) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 74, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRating11"] = { type = "Prefix", affix = "Impervious", "+(257-276) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 79, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedEvasionRating1"] = { type = "Prefix", affix = "Agile", "+(11-18) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRating2"] = { type = "Prefix", affix = "Dancer's", "+(19-39) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 11, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRating3"] = { type = "Prefix", affix = "Acrobat's", "+(40-56) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 17, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRating4"] = { type = "Prefix", affix = "Fleet", "+(57-70) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 23, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRating5"] = { type = "Prefix", affix = "Blurred", "+(71-88) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 29, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRating6"] = { type = "Prefix", affix = "Phased", "+(89-107) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 35, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRating7_"] = { type = "Prefix", affix = "Vaporous", "+(108-142) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 47, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRating8"] = { type = "Prefix", affix = "Elusory", "+(143-181) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 59, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRating9___"] = { type = "Prefix", affix = "Adroit", "+(182-204) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 66, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRating10"] = { type = "Prefix", affix = "Lissome", "+(205-232) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 74, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRating11"] = { type = "Prefix", affix = "Fugitive", "+(233-251) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 79, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEnergyShield1"] = { type = "Prefix", affix = "Shining", "+(10-17) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShield2"] = { type = "Prefix", affix = "Glimmering", "+(18-24) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 11, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShield3"] = { type = "Prefix", affix = "Glittering", "+(25-30) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 17, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShield4"] = { type = "Prefix", affix = "Glowing", "+(31-35) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 23, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShield5"] = { type = "Prefix", affix = "Radiating", "+(36-41) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 29, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShield6"] = { type = "Prefix", affix = "Pulsing", "+(42-47) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 35, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShield7"] = { type = "Prefix", affix = "Blazing", "+(48-60) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 47, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShield8"] = { type = "Prefix", affix = "Dazzling", "+(61-73) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 59, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShield9"] = { type = "Prefix", affix = "Scintillating", "+(74-80) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 66, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShield10"] = { type = "Prefix", affix = "Incandescent", "+(81-90) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 74, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShield11"] = { type = "Prefix", affix = "Resplendent", "+(91-96) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 79, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalBaseArmourAndEvasionRating1"] = { type = "Prefix", affix = "Supple", "+(8-14) to [Armour|Armour]", "+(6-9) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 1, group = "LocalBaseArmourAndEvasionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalBaseArmourAndEvasionRating2"] = { type = "Prefix", affix = "Pliant", "+(15-35) to [Armour|Armour]", "+(10-30) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 18, group = "LocalBaseArmourAndEvasionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalBaseArmourAndEvasionRating3"] = { type = "Prefix", affix = "Flexible", "+(36-53) to [Armour|Armour]", "+(31-46) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 30, group = "LocalBaseArmourAndEvasionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalBaseArmourAndEvasionRating4"] = { type = "Prefix", affix = "Durable", "+(54-65) to [Armour|Armour]", "+(47-57) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 38, group = "LocalBaseArmourAndEvasionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalBaseArmourAndEvasionRating5"] = { type = "Prefix", affix = "Sturdy", "+(66-78) to [Armour|Armour]", "+(58-69) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 46, group = "LocalBaseArmourAndEvasionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalBaseArmourAndEvasionRating6_"] = { type = "Prefix", affix = "Resilient", "+(79-98) to [Armour|Armour]", "+(70-88) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 58, group = "LocalBaseArmourAndEvasionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalBaseArmourAndEvasionRating7"] = { type = "Prefix", affix = "Adaptable", "+(99-117) to [Armour|Armour]", "+(89-107) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 69, group = "LocalBaseArmourAndEvasionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalBaseArmourAndEvasionRating8"] = { type = "Prefix", affix = "Versatile", "+(118-138) to [Armour|Armour]", "+(108-126) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 79, group = "LocalBaseArmourAndEvasionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalBaseArmourAndEnergyShield1"] = { type = "Prefix", affix = "Blessed", "+(8-14) to [Armour|Armour]", "+(5-8) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 1, group = "LocalBaseArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalBaseArmourAndEnergyShield2_"] = { type = "Prefix", affix = "Anointed", "+(15-35) to [Armour|Armour]", "+(9-15) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 18, group = "LocalBaseArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalBaseArmourAndEnergyShield3"] = { type = "Prefix", affix = "Sanctified", "+(36-53) to [Armour|Armour]", "+(16-21) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 30, group = "LocalBaseArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalBaseArmourAndEnergyShield4"] = { type = "Prefix", affix = "Hallowed", "+(54-65) to [Armour|Armour]", "+(22-25) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 38, group = "LocalBaseArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalBaseArmourAndEnergyShield5"] = { type = "Prefix", affix = "Beatified", "+(66-78) to [Armour|Armour]", "+(26-29) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 46, group = "LocalBaseArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalBaseArmourAndEnergyShield6"] = { type = "Prefix", affix = "Consecrated", "+(79-98) to [Armour|Armour]", "+(30-36) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 58, group = "LocalBaseArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalBaseArmourAndEnergyShield7"] = { type = "Prefix", affix = "Saintly", "+(99-117) to [Armour|Armour]", "+(37-42) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 69, group = "LocalBaseArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalBaseArmourAndEnergyShield8"] = { type = "Prefix", affix = "Godly", "+(118-138) to [Armour|Armour]", "+(43-48) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 79, group = "LocalBaseArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalBaseEvasionRatingAndEnergyShield1"] = { type = "Prefix", affix = "Will-o-wisp's", "+(6-9) to [Evasion] Rating", "+(5-8) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 1, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalBaseEvasionRatingAndEnergyShield2"] = { type = "Prefix", affix = "Nymph's", "+(10-30) to [Evasion] Rating", "+(9-15) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 18, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalBaseEvasionRatingAndEnergyShield3"] = { type = "Prefix", affix = "Sylph's", "+(31-46) to [Evasion] Rating", "+(16-21) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 30, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalBaseEvasionRatingAndEnergyShield4"] = { type = "Prefix", affix = "Cherub's", "+(47-57) to [Evasion] Rating", "+(22-25) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 38, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalBaseEvasionRatingAndEnergyShield5_"] = { type = "Prefix", affix = "Spirit's", "+(58-69) to [Evasion] Rating", "+(26-29) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 46, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalBaseEvasionRatingAndEnergyShield6"] = { type = "Prefix", affix = "Eidolon's", "+(70-88) to [Evasion] Rating", "+(30-36) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 58, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalBaseEvasionRatingAndEnergyShield7___"] = { type = "Prefix", affix = "Apparition's", "+(89-107) to [Evasion] Rating", "+(37-42) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 69, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalBaseEvasionRatingAndEnergyShield8___"] = { type = "Prefix", affix = "Banshee's", "+(108-126) to [Evasion] Rating", "+(43-48) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 79, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Prefix", affix = "Reinforced", "(15-26)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 2, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent2"] = { type = "Prefix", affix = "Layered", "(27-42)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 15, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent3"] = { type = "Prefix", affix = "Lobstered", "(43-55)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 27, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent4"] = { type = "Prefix", affix = "Buttressed", "(56-67)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 39, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent5"] = { type = "Prefix", affix = "Thickened", "(68-79)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 51, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent6"] = { type = "Prefix", affix = "Girded", "(80-91)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 66, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent7"] = { type = "Prefix", affix = "Impregnable", "(92-100)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 75, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent8_"] = { type = "Prefix", affix = "Impenetrable", "(101-110)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 82, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedEvasionRatingPercent1"] = { type = "Prefix", affix = "Shade's", "(15-26)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 2, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercent2"] = { type = "Prefix", affix = "Ghost's", "(27-42)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 15, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercent3"] = { type = "Prefix", affix = "Spectre's", "(43-55)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 27, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercent4"] = { type = "Prefix", affix = "Wraith's", "(56-67)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 39, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercent5"] = { type = "Prefix", affix = "Phantasm's", "(68-79)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 51, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercent6"] = { type = "Prefix", affix = "Nightmare's", "(80-91)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 66, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercent7"] = { type = "Prefix", affix = "Mirage's", "(92-100)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 75, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercent8"] = { type = "Prefix", affix = "Illusion's", "(101-110)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 82, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent1"] = { type = "Prefix", affix = "Protective", "(15-26)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 2, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent2"] = { type = "Prefix", affix = "Strong-Willed", "(27-42)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 15, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent3"] = { type = "Prefix", affix = "Resolute", "(43-55)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 27, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent4"] = { type = "Prefix", affix = "Fearless", "(56-67)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 39, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent5"] = { type = "Prefix", affix = "Dauntless", "(68-79)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 51, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent6"] = { type = "Prefix", affix = "Indomitable", "(80-91)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 66, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent7_"] = { type = "Prefix", affix = "Unassailable", "(92-100)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 75, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent8"] = { type = "Prefix", affix = "Unfaltering", "(101-110)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 82, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEvasion1"] = { type = "Prefix", affix = "Scrapper's", "(15-26)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 2, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasion2"] = { type = "Prefix", affix = "Brawler's", "(27-42)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 15, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasion3"] = { type = "Prefix", affix = "Fencer's", "(43-55)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 27, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasion4"] = { type = "Prefix", affix = "Gladiator's", "(56-67)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 39, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasion5"] = { type = "Prefix", affix = "Duelist's", "(68-79)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 51, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasion6"] = { type = "Prefix", affix = "Hero's", "(80-91)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 66, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasion7"] = { type = "Prefix", affix = "Legend's", "(92-100)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 75, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasion8"] = { type = "Prefix", affix = "Victor's", "(101-110)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 82, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShield1"] = { type = "Prefix", affix = "Infixed", "(15-26)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 2, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShield2"] = { type = "Prefix", affix = "Ingrained", "(27-42)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 15, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShield3"] = { type = "Prefix", affix = "Instilled", "(43-55)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 27, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShield4"] = { type = "Prefix", affix = "Infused", "(56-67)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 39, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShield5"] = { type = "Prefix", affix = "Inculcated", "(68-79)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 51, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShield6"] = { type = "Prefix", affix = "Interpolated", "(80-91)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 66, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShield7"] = { type = "Prefix", affix = "Inspired", "(92-100)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 75, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShield8"] = { type = "Prefix", affix = "Interpermeated", "(101-110)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 82, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShield1"] = { type = "Prefix", affix = "Shadowy", "(15-26)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 2, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShield2"] = { type = "Prefix", affix = "Ethereal", "(27-42)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 15, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShield3"] = { type = "Prefix", affix = "Unworldly", "(43-55)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 27, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShield4"] = { type = "Prefix", affix = "Ephemeral", "(56-67)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 39, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShield5_"] = { type = "Prefix", affix = "Evanescent", "(68-79)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 51, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShield6"] = { type = "Prefix", affix = "Unreal", "(80-91)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 66, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShield7"] = { type = "Prefix", affix = "Illusory", "(92-100)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 75, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShield8"] = { type = "Prefix", affix = "Incorporeal", "(101-110)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 82, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalArmourAndStunThreshold1"] = { type = "Prefix", affix = "Beetle's", "(6-13)% increased [Armour|Armour]", "+(8-13) to [StunThreshold|Stun Threshold]", statOrderKey = "836,984", statOrder = { 836, 984 }, level = 10, group = "LocalArmourAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndStunThreshold2"] = { type = "Prefix", affix = "Crab's", "(14-20)% increased [Armour|Armour]", "+(14-24) to [StunThreshold|Stun Threshold]", statOrderKey = "836,984", statOrder = { 836, 984 }, level = 19, group = "LocalArmourAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndStunThreshold3"] = { type = "Prefix", affix = "Armadillo's", "(21-26)% increased [Armour|Armour]", "+(25-40) to [StunThreshold|Stun Threshold]", statOrderKey = "836,984", statOrder = { 836, 984 }, level = 30, group = "LocalArmourAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndStunThreshold4"] = { type = "Prefix", affix = "Rhino's", "(27-32)% increased [Armour|Armour]", "+(41-63) to [StunThreshold|Stun Threshold]", statOrderKey = "836,984", statOrder = { 836, 984 }, level = 44, group = "LocalArmourAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndStunThreshold5"] = { type = "Prefix", affix = "Elephant's", "(33-38)% increased [Armour|Armour]", "+(64-94) to [StunThreshold|Stun Threshold]", statOrderKey = "836,984", statOrder = { 836, 984 }, level = 60, group = "LocalArmourAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndStunThreshold6"] = { type = "Prefix", affix = "Mammoth's", "(39-42)% increased [Armour|Armour]", "+(95-136) to [StunThreshold|Stun Threshold]", statOrderKey = "836,984", statOrder = { 836, 984 }, level = 78, group = "LocalArmourAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEvasionAndStunThreshold1"] = { type = "Prefix", affix = "Mosquito's", "(6-13)% increased [Evasion|Evasion] Rating", "+(8-13) to [StunThreshold|Stun Threshold]", statOrderKey = "837,984", statOrder = { 837, 984 }, level = 10, group = "LocalEvasionAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEvasionAndStunThreshold2"] = { type = "Prefix", affix = "Moth's", "(14-20)% increased [Evasion|Evasion] Rating", "+(14-24) to [StunThreshold|Stun Threshold]", statOrderKey = "837,984", statOrder = { 837, 984 }, level = 19, group = "LocalEvasionAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEvasionAndStunThreshold3"] = { type = "Prefix", affix = "Butterfly's", "(21-26)% increased [Evasion|Evasion] Rating", "+(25-40) to [StunThreshold|Stun Threshold]", statOrderKey = "837,984", statOrder = { 837, 984 }, level = 30, group = "LocalEvasionAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEvasionAndStunThreshold4"] = { type = "Prefix", affix = "Wasp's", "(27-32)% increased [Evasion|Evasion] Rating", "+(41-63) to [StunThreshold|Stun Threshold]", statOrderKey = "837,984", statOrder = { 837, 984 }, level = 44, group = "LocalEvasionAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEvasionAndStunThreshold5"] = { type = "Prefix", affix = "Dragonfly's", "(33-38)% increased [Evasion|Evasion] Rating", "+(64-94) to [StunThreshold|Stun Threshold]", statOrderKey = "837,984", statOrder = { 837, 984 }, level = 60, group = "LocalEvasionAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEvasionAndStunThreshold6"] = { type = "Prefix", affix = "Hummingbird's", "(39-42)% increased [Evasion|Evasion] Rating", "+(95-136) to [StunThreshold|Stun Threshold]", statOrderKey = "837,984", statOrder = { 837, 984 }, level = 78, group = "LocalEvasionAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEnergyShieldAndStunThreshold1"] = { type = "Prefix", affix = "Pixie's", "(6-13)% increased [EnergyShield|Energy Shield]", "+(8-13) to [StunThreshold|Stun Threshold]", statOrderKey = "838,984", statOrder = { 838, 984 }, level = 10, group = "LocalEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEnergyShieldAndStunThreshold2"] = { type = "Prefix", affix = "Gremlin's", "(14-20)% increased [EnergyShield|Energy Shield]", "+(14-24) to [StunThreshold|Stun Threshold]", statOrderKey = "838,984", statOrder = { 838, 984 }, level = 19, group = "LocalEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEnergyShieldAndStunThreshold3"] = { type = "Prefix", affix = "Boggart's", "(21-26)% increased [EnergyShield|Energy Shield]", "+(25-40) to [StunThreshold|Stun Threshold]", statOrderKey = "838,984", statOrder = { 838, 984 }, level = 30, group = "LocalEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEnergyShieldAndStunThreshold4"] = { type = "Prefix", affix = "Naga's", "(27-32)% increased [EnergyShield|Energy Shield]", "+(41-63) to [StunThreshold|Stun Threshold]", statOrderKey = "838,984", statOrder = { 838, 984 }, level = 44, group = "LocalEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEnergyShieldAndStunThreshold5"] = { type = "Prefix", affix = "Djinn's", "(33-38)% increased [EnergyShield|Energy Shield]", "+(64-94) to [StunThreshold|Stun Threshold]", statOrderKey = "838,984", statOrder = { 838, 984 }, level = 60, group = "LocalEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEnergyShieldAndStunThreshold6"] = { type = "Prefix", affix = "Seraphim's", "(39-42)% increased [EnergyShield|Energy Shield]", "+(95-136) to [StunThreshold|Stun Threshold]", statOrderKey = "838,984", statOrder = { 838, 984 }, level = 78, group = "LocalEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndEvasionAndStunThreshold1"] = { type = "Prefix", affix = "Captain's", "(6-13)% increased [Armour|Armour] and [Evasion|Evasion]", "+(8-13) to [StunThreshold|Stun Threshold]", statOrderKey = "839,984", statOrder = { 839, 984 }, level = 10, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndEvasionAndStunThreshold2"] = { type = "Prefix", affix = "Commander's", "(14-20)% increased [Armour|Armour] and [Evasion|Evasion]", "+(14-24) to [StunThreshold|Stun Threshold]", statOrderKey = "839,984", statOrder = { 839, 984 }, level = 19, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndEvasionAndStunThreshold3"] = { type = "Prefix", affix = "Magnate's", "(21-26)% increased [Armour|Armour] and [Evasion|Evasion]", "+(25-40) to [StunThreshold|Stun Threshold]", statOrderKey = "839,984", statOrder = { 839, 984 }, level = 30, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndEvasionAndStunThreshold4"] = { type = "Prefix", affix = "Marshal's", "(27-32)% increased [Armour|Armour] and [Evasion|Evasion]", "+(41-63) to [StunThreshold|Stun Threshold]", statOrderKey = "839,984", statOrder = { 839, 984 }, level = 44, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndEvasionAndStunThreshold5"] = { type = "Prefix", affix = "General's", "(33-38)% increased [Armour|Armour] and [Evasion|Evasion]", "+(64-94) to [StunThreshold|Stun Threshold]", statOrderKey = "839,984", statOrder = { 839, 984 }, level = 60, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndEvasionAndStunThreshold6"] = { type = "Prefix", affix = "Warlord's", "(39-42)% increased [Armour|Armour] and [Evasion|Evasion]", "+(95-136) to [StunThreshold|Stun Threshold]", statOrderKey = "839,984", statOrder = { 839, 984 }, level = 78, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndEnergyShieldAndStunThreshold1"] = { type = "Prefix", affix = "Defender's", "(6-13)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(8-13) to [StunThreshold|Stun Threshold]", statOrderKey = "840,984", statOrder = { 840, 984 }, level = 10, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndEnergyShieldAndStunThreshold2"] = { type = "Prefix", affix = "Protector's", "(14-20)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(14-24) to [StunThreshold|Stun Threshold]", statOrderKey = "840,984", statOrder = { 840, 984 }, level = 19, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndEnergyShieldAndStunThreshold3"] = { type = "Prefix", affix = "Keeper's", "(21-26)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(25-40) to [StunThreshold|Stun Threshold]", statOrderKey = "840,984", statOrder = { 840, 984 }, level = 30, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndEnergyShieldAndStunThreshold4"] = { type = "Prefix", affix = "Guardian's", "(27-32)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(41-63) to [StunThreshold|Stun Threshold]", statOrderKey = "840,984", statOrder = { 840, 984 }, level = 44, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndEnergyShieldAndStunThreshold5"] = { type = "Prefix", affix = "Warden's", "(33-38)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(64-94) to [StunThreshold|Stun Threshold]", statOrderKey = "840,984", statOrder = { 840, 984 }, level = 60, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalArmourAndEnergyShieldAndStunThreshold6"] = { type = "Prefix", affix = "Sentinel's", "(39-42)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(95-136) to [StunThreshold|Stun Threshold]", statOrderKey = "840,984", statOrder = { 840, 984 }, level = 78, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEvasionAndEnergyShieldAndStunThreshold1"] = { type = "Prefix", affix = "Intuitive", "(6-13)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(8-13) to [StunThreshold|Stun Threshold]", statOrderKey = "841,984", statOrder = { 841, 984 }, level = 10, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEvasionAndEnergyShieldAndStunThreshold2"] = { type = "Prefix", affix = "Psychic", "(14-20)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(14-24) to [StunThreshold|Stun Threshold]", statOrderKey = "841,984", statOrder = { 841, 984 }, level = 19, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEvasionAndEnergyShieldAndStunThreshold3"] = { type = "Prefix", affix = "Telepath's", "(21-26)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(25-40) to [StunThreshold|Stun Threshold]", statOrderKey = "841,984", statOrder = { 841, 984 }, level = 30, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEvasionAndEnergyShieldAndStunThreshold4"] = { type = "Prefix", affix = "Illusionist's", "(27-32)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(41-63) to [StunThreshold|Stun Threshold]", statOrderKey = "841,984", statOrder = { 841, 984 }, level = 44, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEvasionAndEnergyShieldAndStunThreshold5"] = { type = "Prefix", affix = "Mentalist's", "(33-38)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(64-94) to [StunThreshold|Stun Threshold]", statOrderKey = "841,984", statOrder = { 841, 984 }, level = 60, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalEvasionAndEnergyShieldAndStunThreshold6"] = { type = "Prefix", affix = "Trickster's", "(39-42)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(95-136) to [StunThreshold|Stun Threshold]", statOrderKey = "841,984", statOrder = { 841, 984 }, level = 78, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedArmourAndLife1"] = { type = "Prefix", affix = "Oyster's", "(6-13)% increased [Armour|Armour]", "+(7-10) to maximum Life", statOrderKey = "836,871", statOrder = { 836, 871 }, level = 10, group = "LocalIncreasedArmourAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndLife2"] = { type = "Prefix", affix = "Lobster's", "(14-20)% increased [Armour|Armour]", "+(11-19) to maximum Life", statOrderKey = "836,871", statOrder = { 836, 871 }, level = 19, group = "LocalIncreasedArmourAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndLife3"] = { type = "Prefix", affix = "Urchin's", "(21-26)% increased [Armour|Armour]", "+(20-25) to maximum Life", statOrderKey = "836,871", statOrder = { 836, 871 }, level = 30, group = "LocalIncreasedArmourAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndLife4"] = { type = "Prefix", affix = "Nautilus'", "(27-32)% increased [Armour|Armour]", "+(26-32) to maximum Life", statOrderKey = "836,871", statOrder = { 836, 871 }, level = 44, group = "LocalIncreasedArmourAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndLife5"] = { type = "Prefix", affix = "Octopus'", "(33-38)% increased [Armour|Armour]", "+(33-41) to maximum Life", statOrderKey = "836,871", statOrder = { 836, 871 }, level = 60, group = "LocalIncreasedArmourAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndLife6"] = { type = "Prefix", affix = "Crocodile's", "(39-42)% increased [Armour|Armour]", "+(42-49) to maximum Life", statOrderKey = "836,871", statOrder = { 836, 871 }, level = 78, group = "LocalIncreasedArmourAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "resource", "life", "defences" }, }, - ["LocalIncreasedEvasionAndLife1"] = { type = "Prefix", affix = "Flea's", "(6-13)% increased [Evasion|Evasion] Rating", "+(7-10) to maximum Life", statOrderKey = "837,871", statOrder = { 837, 871 }, level = 10, group = "LocalIncreasedEvasionAndLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedEvasionAndLife2"] = { type = "Prefix", affix = "Fawn's", "(14-20)% increased [Evasion|Evasion] Rating", "+(11-19) to maximum Life", statOrderKey = "837,871", statOrder = { 837, 871 }, level = 19, group = "LocalIncreasedEvasionAndLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedEvasionAndLife3"] = { type = "Prefix", affix = "Mouflon's", "(21-26)% increased [Evasion|Evasion] Rating", "+(20-25) to maximum Life", statOrderKey = "837,871", statOrder = { 837, 871 }, level = 30, group = "LocalIncreasedEvasionAndLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedEvasionAndLife4"] = { type = "Prefix", affix = "Ram's", "(27-32)% increased [Evasion|Evasion] Rating", "+(26-32) to maximum Life", statOrderKey = "837,871", statOrder = { 837, 871 }, level = 44, group = "LocalIncreasedEvasionAndLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedEvasionAndLife5"] = { type = "Prefix", affix = "Ibex's", "(33-38)% increased [Evasion|Evasion] Rating", "+(33-41) to maximum Life", statOrderKey = "837,871", statOrder = { 837, 871 }, level = 60, group = "LocalIncreasedEvasionAndLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedEvasionAndLife6"] = { type = "Prefix", affix = "Stag's", "(39-42)% increased [Evasion|Evasion] Rating", "+(42-49) to maximum Life", statOrderKey = "837,871", statOrder = { 837, 871 }, level = 78, group = "LocalIncreasedEvasionAndLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedEnergyShieldAndLife1"] = { type = "Prefix", affix = "Monk's", "(6-13)% increased [EnergyShield|Energy Shield]", "+(7-10) to maximum Life", statOrderKey = "838,871", statOrder = { 838, 871 }, level = 10, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LocalIncreasedEnergyShieldAndLife2"] = { type = "Prefix", affix = "Prior's", "(14-20)% increased [EnergyShield|Energy Shield]", "+(11-19) to maximum Life", statOrderKey = "838,871", statOrder = { 838, 871 }, level = 19, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LocalIncreasedEnergyShieldAndLife3"] = { type = "Prefix", affix = "Abbot's", "(21-26)% increased [EnergyShield|Energy Shield]", "+(20-25) to maximum Life", statOrderKey = "838,871", statOrder = { 838, 871 }, level = 30, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LocalIncreasedEnergyShieldAndLife4"] = { type = "Prefix", affix = "Bishop's", "(27-32)% increased [EnergyShield|Energy Shield]", "+(26-32) to maximum Life", statOrderKey = "838,871", statOrder = { 838, 871 }, level = 44, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LocalIncreasedEnergyShieldAndLife5"] = { type = "Prefix", affix = "Exarch's", "(33-38)% increased [EnergyShield|Energy Shield]", "+(33-41) to maximum Life", statOrderKey = "838,871", statOrder = { 838, 871 }, level = 60, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LocalIncreasedEnergyShieldAndLife6"] = { type = "Prefix", affix = "Pope's", "(39-42)% increased [EnergyShield|Energy Shield]", "+(42-49) to maximum Life", statOrderKey = "838,871", statOrder = { 838, 871 }, level = 78, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndLife1"] = { type = "Prefix", affix = "Bully's", "(6-13)% increased [Armour|Armour] and [Evasion|Evasion]", "+(7-10) to maximum Life", statOrderKey = "839,871", statOrder = { 839, 871 }, level = 10, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndLife2"] = { type = "Prefix", affix = "Thug's", "(14-20)% increased [Armour|Armour] and [Evasion|Evasion]", "+(11-19) to maximum Life", statOrderKey = "839,871", statOrder = { 839, 871 }, level = 19, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndLife3"] = { type = "Prefix", affix = "Brute's", "(21-26)% increased [Armour|Armour] and [Evasion|Evasion]", "+(20-25) to maximum Life", statOrderKey = "839,871", statOrder = { 839, 871 }, level = 30, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndLife4"] = { type = "Prefix", affix = "Assailant's", "(27-32)% increased [Armour|Armour] and [Evasion|Evasion]", "+(26-32) to maximum Life", statOrderKey = "839,871", statOrder = { 839, 871 }, level = 44, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndLife5"] = { type = "Prefix", affix = "Aggressor's", "(33-38)% increased [Armour|Armour] and [Evasion|Evasion]", "+(33-41) to maximum Life", statOrderKey = "839,871", statOrder = { 839, 871 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndLife6"] = { type = "Prefix", affix = "Predator's", "(39-42)% increased [Armour|Armour] and [Evasion|Evasion]", "+(42-49) to maximum Life", statOrderKey = "839,871", statOrder = { 839, 871 }, level = 78, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndLife1"] = { type = "Prefix", affix = "Augur's", "(6-13)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(7-10) to maximum Life", statOrderKey = "840,871", statOrder = { 840, 871 }, level = 10, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndLife2"] = { type = "Prefix", affix = "Auspex's", "(14-20)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(11-19) to maximum Life", statOrderKey = "840,871", statOrder = { 840, 871 }, level = 19, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndLife3"] = { type = "Prefix", affix = "Druid's", "(21-26)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(20-25) to maximum Life", statOrderKey = "840,871", statOrder = { 840, 871 }, level = 30, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndLife4"] = { type = "Prefix", affix = "Haruspex's", "(27-32)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(26-32) to maximum Life", statOrderKey = "840,871", statOrder = { 840, 871 }, level = 44, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndLife5"] = { type = "Prefix", affix = "Visionary's", "(33-38)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(33-41) to maximum Life", statOrderKey = "840,871", statOrder = { 840, 871 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndLife6"] = { type = "Prefix", affix = "Prophet's", "(39-42)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(42-49) to maximum Life", statOrderKey = "840,871", statOrder = { 840, 871 }, level = 78, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndLife1"] = { type = "Prefix", affix = "Poet's", "(6-13)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(7-10) to maximum Life", statOrderKey = "841,871", statOrder = { 841, 871 }, level = 10, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndLife2"] = { type = "Prefix", affix = "Musician's", "(14-20)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(11-19) to maximum Life", statOrderKey = "841,871", statOrder = { 841, 871 }, level = 19, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndLife3"] = { type = "Prefix", affix = "Troubadour's", "(21-26)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(20-25) to maximum Life", statOrderKey = "841,871", statOrder = { 841, 871 }, level = 30, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndLife4"] = { type = "Prefix", affix = "Bard's", "(27-32)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(26-32) to maximum Life", statOrderKey = "841,871", statOrder = { 841, 871 }, level = 44, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndLife5"] = { type = "Prefix", affix = "Minstrel's", "(33-38)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(33-41) to maximum Life", statOrderKey = "841,871", statOrder = { 841, 871 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndLife6"] = { type = "Prefix", affix = "Maestro's", "(39-42)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(42-49) to maximum Life", statOrderKey = "841,871", statOrder = { 841, 871 }, level = 78, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, }, - ["LocalIncreasedArmourAndMana1"] = { type = "Prefix", affix = "Imposing", "(6-13)% increased [Armour|Armour]", "+(6-8) to maximum Mana", statOrderKey = "836,873", statOrder = { 836, 873 }, level = 10, group = "LocalIncreasedArmourAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndMana2"] = { type = "Prefix", affix = "Venerable", "(14-20)% increased [Armour|Armour]", "+(9-16) to maximum Mana", statOrderKey = "836,873", statOrder = { 836, 873 }, level = 19, group = "LocalIncreasedArmourAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndMana3"] = { type = "Prefix", affix = "Regal", "(21-26)% increased [Armour|Armour]", "+(17-20) to maximum Mana", statOrderKey = "836,873", statOrder = { 836, 873 }, level = 30, group = "LocalIncreasedArmourAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndMana4"] = { type = "Prefix", affix = "Colossal", "(27-32)% increased [Armour|Armour]", "+(21-26) to maximum Mana", statOrderKey = "836,873", statOrder = { 836, 873 }, level = 44, group = "LocalIncreasedArmourAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndMana5"] = { type = "Prefix", affix = "Chieftain's", "(33-38)% increased [Armour|Armour]", "+(27-32) to maximum Mana", statOrderKey = "836,873", statOrder = { 836, 873 }, level = 60, group = "LocalIncreasedArmourAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndMana6"] = { type = "Prefix", affix = "Ancestral", "(39-42)% increased [Armour|Armour]", "+(33-39) to maximum Mana", statOrderKey = "836,873", statOrder = { 836, 873 }, level = 78, group = "LocalIncreasedArmourAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "resource", "mana", "defences" }, }, - ["LocalIncreasedEvasionAndMana1"] = { type = "Prefix", affix = "Nomad's", "(6-13)% increased [Evasion|Evasion] Rating", "+(6-8) to maximum Mana", statOrderKey = "837,873", statOrder = { 837, 873 }, level = 10, group = "LocalIncreasedEvasionAndMana", weightKey = { }, weightVal = { }, modTags = { "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedEvasionAndMana2"] = { type = "Prefix", affix = "Drifter's", "(14-20)% increased [Evasion|Evasion] Rating", "+(9-16) to maximum Mana", statOrderKey = "837,873", statOrder = { 837, 873 }, level = 19, group = "LocalIncreasedEvasionAndMana", weightKey = { }, weightVal = { }, modTags = { "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedEvasionAndMana3"] = { type = "Prefix", affix = "Traveller's", "(21-26)% increased [Evasion|Evasion] Rating", "+(17-20) to maximum Mana", statOrderKey = "837,873", statOrder = { 837, 873 }, level = 30, group = "LocalIncreasedEvasionAndMana", weightKey = { }, weightVal = { }, modTags = { "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedEvasionAndMana4"] = { type = "Prefix", affix = "Explorer's", "(27-32)% increased [Evasion|Evasion] Rating", "+(21-26) to maximum Mana", statOrderKey = "837,873", statOrder = { 837, 873 }, level = 44, group = "LocalIncreasedEvasionAndMana", weightKey = { }, weightVal = { }, modTags = { "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedEvasionAndMana5"] = { type = "Prefix", affix = "Wayfarer's", "(33-38)% increased [Evasion|Evasion] Rating", "+(27-32) to maximum Mana", statOrderKey = "837,873", statOrder = { 837, 873 }, level = 60, group = "LocalIncreasedEvasionAndMana", weightKey = { }, weightVal = { }, modTags = { "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedEvasionAndMana6"] = { type = "Prefix", affix = "Wanderer's", "(39-42)% increased [Evasion|Evasion] Rating", "+(33-39) to maximum Mana", statOrderKey = "837,873", statOrder = { 837, 873 }, level = 78, group = "LocalIncreasedEvasionAndMana", weightKey = { }, weightVal = { }, modTags = { "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedEnergyShieldAndMana1"] = { type = "Prefix", affix = "Imbued", "(6-13)% increased [EnergyShield|Energy Shield]", "+(6-8) to maximum Mana", statOrderKey = "838,873", statOrder = { 838, 873 }, level = 10, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "mana", "defences" }, }, - ["LocalIncreasedEnergyShieldAndMana2"] = { type = "Prefix", affix = "Serene", "(14-20)% increased [EnergyShield|Energy Shield]", "+(9-16) to maximum Mana", statOrderKey = "838,873", statOrder = { 838, 873 }, level = 19, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "mana", "defences" }, }, - ["LocalIncreasedEnergyShieldAndMana3"] = { type = "Prefix", affix = "Sacred", "(21-26)% increased [EnergyShield|Energy Shield]", "+(17-20) to maximum Mana", statOrderKey = "838,873", statOrder = { 838, 873 }, level = 30, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "mana", "defences" }, }, - ["LocalIncreasedEnergyShieldAndMana4"] = { type = "Prefix", affix = "Celestial", "(27-32)% increased [EnergyShield|Energy Shield]", "+(21-26) to maximum Mana", statOrderKey = "838,873", statOrder = { 838, 873 }, level = 44, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "mana", "defences" }, }, - ["LocalIncreasedEnergyShieldAndMana5"] = { type = "Prefix", affix = "Heavenly", "(33-38)% increased [EnergyShield|Energy Shield]", "+(27-32) to maximum Mana", statOrderKey = "838,873", statOrder = { 838, 873 }, level = 60, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "mana", "defences" }, }, - ["LocalIncreasedEnergyShieldAndMana6"] = { type = "Prefix", affix = "Angel's", "(39-42)% increased [EnergyShield|Energy Shield]", "+(33-39) to maximum Mana", statOrderKey = "838,873", statOrder = { 838, 873 }, level = 78, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndMana1"] = { type = "Prefix", affix = "Rhoa's", "(6-13)% increased [Armour|Armour] and [Evasion|Evasion]", "+(6-8) to maximum Mana", statOrderKey = "839,873", statOrder = { 839, 873 }, level = 10, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndMana2"] = { type = "Prefix", affix = "Rhex's", "(14-20)% increased [Armour|Armour] and [Evasion|Evasion]", "+(9-16) to maximum Mana", statOrderKey = "839,873", statOrder = { 839, 873 }, level = 19, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndMana3"] = { type = "Prefix", affix = "Chimeral's", "(21-26)% increased [Armour|Armour] and [Evasion|Evasion]", "+(17-20) to maximum Mana", statOrderKey = "839,873", statOrder = { 839, 873 }, level = 30, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndMana4"] = { type = "Prefix", affix = "Bull's", "(27-32)% increased [Armour|Armour] and [Evasion|Evasion]", "+(21-26) to maximum Mana", statOrderKey = "839,873", statOrder = { 839, 873 }, level = 44, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndMana5"] = { type = "Prefix", affix = "Minotaur's", "(33-38)% increased [Armour|Armour] and [Evasion|Evasion]", "+(27-32) to maximum Mana", statOrderKey = "839,873", statOrder = { 839, 873 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndMana6"] = { type = "Prefix", affix = "Cerberus'", "(39-42)% increased [Armour|Armour] and [Evasion|Evasion]", "+(33-39) to maximum Mana", statOrderKey = "839,873", statOrder = { 839, 873 }, level = 78, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndMana1"] = { type = "Prefix", affix = "Coelacanth's", "(6-13)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(6-8) to maximum Mana", statOrderKey = "840,873", statOrder = { 840, 873 }, level = 10, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndMana2"] = { type = "Prefix", affix = "Swordfish's", "(14-20)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(9-16) to maximum Mana", statOrderKey = "840,873", statOrder = { 840, 873 }, level = 19, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndMana3"] = { type = "Prefix", affix = "Shark's", "(21-26)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(17-20) to maximum Mana", statOrderKey = "840,873", statOrder = { 840, 873 }, level = 30, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndMana4"] = { type = "Prefix", affix = "Dolphin's", "(27-32)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(21-26) to maximum Mana", statOrderKey = "840,873", statOrder = { 840, 873 }, level = 44, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndMana5"] = { type = "Prefix", affix = "Orca's", "(33-38)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(27-32) to maximum Mana", statOrderKey = "840,873", statOrder = { 840, 873 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndMana6"] = { type = "Prefix", affix = "Whale's", "(39-42)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(33-39) to maximum Mana", statOrderKey = "840,873", statOrder = { 840, 873 }, level = 78, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndMana1"] = { type = "Prefix", affix = "Vulture's", "(6-13)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(6-8) to maximum Mana", statOrderKey = "841,873", statOrder = { 841, 873 }, level = 10, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndMana2"] = { type = "Prefix", affix = "Kingfisher's", "(14-20)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(9-16) to maximum Mana", statOrderKey = "841,873", statOrder = { 841, 873 }, level = 19, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndMana3"] = { type = "Prefix", affix = "Owl's", "(21-26)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(17-20) to maximum Mana", statOrderKey = "841,873", statOrder = { 841, 873 }, level = 30, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndMana4"] = { type = "Prefix", affix = "Hawk's", "(27-32)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(21-26) to maximum Mana", statOrderKey = "841,873", statOrder = { 841, 873 }, level = 44, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndMana5"] = { type = "Prefix", affix = "Eagle's", "(33-38)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(27-32) to maximum Mana", statOrderKey = "841,873", statOrder = { 841, 873 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndMana6"] = { type = "Prefix", affix = "Falcon's", "(39-42)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(33-39) to maximum Mana", statOrderKey = "841,873", statOrder = { 841, 873 }, level = 78, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, }, - ["LocalIncreasedArmourAndBase1"] = { type = "Prefix", affix = "Abalone's", "+(7-11) to [Armour|Armour]", "(6-13)% increased [Armour|Armour]", statOrderKey = "833,836", statOrder = { 833, 836 }, level = 10, group = "LocalIncreasedArmourAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedArmourAndBase2"] = { type = "Prefix", affix = "Snail's", "+(12-29) to [Armour|Armour]", "(14-20)% increased [Armour|Armour]", statOrderKey = "833,836", statOrder = { 833, 836 }, level = 19, group = "LocalIncreasedArmourAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedArmourAndBase3"] = { type = "Prefix", affix = "Tortoise's", "+(30-39) to [Armour|Armour]", "(21-26)% increased [Armour|Armour]", statOrderKey = "833,836", statOrder = { 833, 836 }, level = 30, group = "LocalIncreasedArmourAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedArmourAndBase4"] = { type = "Prefix", affix = "Pangolin's", "+(40-53) to [Armour|Armour]", "(27-32)% increased [Armour|Armour]", statOrderKey = "833,836", statOrder = { 833, 836 }, level = 44, group = "LocalIncreasedArmourAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedArmourAndBase5"] = { type = "Prefix", affix = "Shelled", "+(54-69) to [Armour|Armour]", "(33-38)% increased [Armour|Armour]", statOrderKey = "833,836", statOrder = { 833, 836 }, level = 60, group = "LocalIncreasedArmourAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedArmourAndBase6"] = { type = "Prefix", affix = "Hardened", "+(70-86) to [Armour|Armour]", "(39-42)% increased [Armour|Armour]", statOrderKey = "833,836", statOrder = { 833, 836 }, level = 78, group = "LocalIncreasedArmourAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedEvasionAndBase1"] = { type = "Prefix", affix = "Impala's", "+(5-8) to [Evasion] Rating", "(6-13)% increased [Evasion|Evasion] Rating", statOrderKey = "834,837", statOrder = { 834, 837 }, level = 10, group = "LocalIncreasedEvasionAndBase", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndBase2"] = { type = "Prefix", affix = "Buck's", "+(9-24) to [Evasion] Rating", "(14-20)% increased [Evasion|Evasion] Rating", statOrderKey = "834,837", statOrder = { 834, 837 }, level = 19, group = "LocalIncreasedEvasionAndBase", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndBase3"] = { type = "Prefix", affix = "Moose's", "+(25-34) to [Evasion] Rating", "(21-26)% increased [Evasion|Evasion] Rating", statOrderKey = "834,837", statOrder = { 834, 837 }, level = 30, group = "LocalIncreasedEvasionAndBase", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndBase4"] = { type = "Prefix", affix = "Deer's", "+(35-47) to [Evasion] Rating", "(27-32)% increased [Evasion|Evasion] Rating", statOrderKey = "834,837", statOrder = { 834, 837 }, level = 44, group = "LocalIncreasedEvasionAndBase", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndBase5"] = { type = "Prefix", affix = "Caribou's", "+(48-62) to [Evasion] Rating", "(33-38)% increased [Evasion|Evasion] Rating", statOrderKey = "834,837", statOrder = { 834, 837 }, level = 60, group = "LocalIncreasedEvasionAndBase", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndBase6"] = { type = "Prefix", affix = "Antelope's", "+(63-79) to [Evasion] Rating", "(39-42)% increased [Evasion|Evasion] Rating", statOrderKey = "834,837", statOrder = { 834, 837 }, level = 78, group = "LocalIncreasedEvasionAndBase", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEnergyShieldAndBase1"] = { type = "Prefix", affix = "Deacon's", "+(4-7) to maximum [EnergyShield|Energy Shield]", "(6-13)% increased [EnergyShield|Energy Shield]", statOrderKey = "835,838", statOrder = { 835, 838 }, level = 10, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldAndBase2"] = { type = "Prefix", affix = "Cardinal's", "+(8-13) to maximum [EnergyShield|Energy Shield]", "(14-20)% increased [EnergyShield|Energy Shield]", statOrderKey = "835,838", statOrder = { 835, 838 }, level = 19, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldAndBase3"] = { type = "Prefix", affix = "Priest's", "+(14-16) to maximum [EnergyShield|Energy Shield]", "(21-26)% increased [EnergyShield|Energy Shield]", statOrderKey = "835,838", statOrder = { 835, 838 }, level = 30, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldAndBase4"] = { type = "Prefix", affix = "High Priest's", "+(17-20) to maximum [EnergyShield|Energy Shield]", "(27-32)% increased [EnergyShield|Energy Shield]", statOrderKey = "835,838", statOrder = { 835, 838 }, level = 44, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldAndBase5"] = { type = "Prefix", affix = "Archon's", "+(21-25) to maximum [EnergyShield|Energy Shield]", "(33-38)% increased [EnergyShield|Energy Shield]", statOrderKey = "835,838", statOrder = { 835, 838 }, level = 60, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldAndBase6"] = { type = "Prefix", affix = "Divine", "+(26-30) to maximum [EnergyShield|Energy Shield]", "(39-42)% increased [EnergyShield|Energy Shield]", statOrderKey = "835,838", statOrder = { 835, 838 }, level = 78, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndBase1"] = { type = "Prefix", affix = "Swordsman's", "+(4-6) to [Armour|Armour]", "+(3-5) to [Evasion] Rating", "(6-13)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "833,834,839", statOrder = { 833, 834, 839 }, level = 10, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndBase2"] = { type = "Prefix", affix = "Fighter's", "+(7-15) to [Armour|Armour]", "+(6-12) to [Evasion] Rating", "(14-20)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "833,834,839", statOrder = { 833, 834, 839 }, level = 19, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndBase3"] = { type = "Prefix", affix = "Veteran's", "+(16-20) to [Armour|Armour]", "+(13-17) to [Evasion] Rating", "(21-26)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "833,834,839", statOrder = { 833, 834, 839 }, level = 30, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndBase4"] = { type = "Prefix", affix = "Warrior's", "+(21-27) to [Armour|Armour]", "+(18-24) to [Evasion] Rating", "(27-32)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "833,834,839", statOrder = { 833, 834, 839 }, level = 44, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndBase5"] = { type = "Prefix", affix = "Knight's", "+(28-34) to [Armour|Armour]", "+(25-31) to [Evasion] Rating", "(33-38)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "833,834,839", statOrder = { 833, 834, 839 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionAndBase6"] = { type = "Prefix", affix = "Centurion's", "+(35-43) to [Armour|Armour]", "+(32-39) to [Evasion] Rating", "(39-42)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "833,834,839", statOrder = { 833, 834, 839 }, level = 78, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndBase1"] = { type = "Prefix", affix = "Faithful", "+(4-6) to [Armour|Armour]", "+(2-4) to maximum [EnergyShield|Energy Shield]", "(6-13)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "833,835,840", statOrder = { 833, 835, 840 }, level = 10, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndBase2"] = { type = "Prefix", affix = "Noble's", "+(7-15) to [Armour|Armour]", "+(5-6) to maximum [EnergyShield|Energy Shield]", "(14-20)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "833,835,840", statOrder = { 833, 835, 840 }, level = 19, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndBase3"] = { type = "Prefix", affix = "Inquisitor's", "+(16-20) to [Armour|Armour]", "+(7-8) to maximum [EnergyShield|Energy Shield]", "(21-26)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "833,835,840", statOrder = { 833, 835, 840 }, level = 30, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndBase4"] = { type = "Prefix", affix = "Crusader's", "+(21-27) to [Armour|Armour]", "+(9-10) to maximum [EnergyShield|Energy Shield]", "(27-32)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "833,835,840", statOrder = { 833, 835, 840 }, level = 44, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndBase5"] = { type = "Prefix", affix = "Paladin's", "+(28-34) to [Armour|Armour]", "+(11-12) to maximum [EnergyShield|Energy Shield]", "(33-38)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "833,835,840", statOrder = { 833, 835, 840 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndBase6"] = { type = "Prefix", affix = "Grand", "+(35-43) to [Armour|Armour]", "+(13-15) to maximum [EnergyShield|Energy Shield]", "(39-42)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "833,835,840", statOrder = { 833, 835, 840 }, level = 78, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndBase1"] = { type = "Prefix", affix = "Pursuer's", "+(3-5) to [Evasion] Rating", "+(2-4) to maximum [EnergyShield|Energy Shield]", "(6-13)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "834,835,841", statOrder = { 834, 835, 841 }, level = 10, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "evasion", "energy_shield", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndBase2"] = { type = "Prefix", affix = "Tracker's", "+(6-12) to [Evasion] Rating", "+(5-6) to maximum [EnergyShield|Energy Shield]", "(14-20)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "834,835,841", statOrder = { 834, 835, 841 }, level = 19, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "evasion", "energy_shield", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndBase3"] = { type = "Prefix", affix = "Chaser's", "+(13-17) to [Evasion] Rating", "+(7-8) to maximum [EnergyShield|Energy Shield]", "(21-26)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "834,835,841", statOrder = { 834, 835, 841 }, level = 30, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "evasion", "energy_shield", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndBase4"] = { type = "Prefix", affix = "Phantom's", "+(18-24) to [Evasion] Rating", "+(9-10) to maximum [EnergyShield|Energy Shield]", "(27-32)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "834,835,841", statOrder = { 834, 835, 841 }, level = 44, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "evasion", "energy_shield", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndBase5"] = { type = "Prefix", affix = "Rogue's", "+(25-31) to [Evasion] Rating", "+(11-12) to maximum [EnergyShield|Energy Shield]", "(33-38)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "834,835,841", statOrder = { 834, 835, 841 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "evasion", "energy_shield", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndBase6"] = { type = "Prefix", affix = "Stalker's", "+(32-39) to [Evasion] Rating", "+(13-15) to maximum [EnergyShield|Energy Shield]", "(39-42)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "834,835,841", statOrder = { 834, 835, 841 }, level = 78, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { }, weightVal = { }, modTags = { "evasion", "energy_shield", "defences" }, }, - ["ReducedLocalAttributeRequirements1"] = { type = "Suffix", affix = "of the Worthy", "15% reduced [Attributes|Attribute] Requirements", statOrderKey = "915", statOrder = { 915 }, level = 24, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ReducedLocalAttributeRequirements2"] = { type = "Suffix", affix = "of the Apt", "20% reduced [Attributes|Attribute] Requirements", statOrderKey = "915", statOrder = { 915 }, level = 32, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ReducedLocalAttributeRequirements3"] = { type = "Suffix", affix = "of the Talented", "25% reduced [Attributes|Attribute] Requirements", statOrderKey = "915", statOrder = { 915 }, level = 40, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ReducedLocalAttributeRequirements4"] = { type = "Suffix", affix = "of the Skilled", "30% reduced [Attributes|Attribute] Requirements", statOrderKey = "915", statOrder = { 915 }, level = 52, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ReducedLocalAttributeRequirements5"] = { type = "Suffix", affix = "of the Proficient", "35% reduced [Attributes|Attribute] Requirements", statOrderKey = "915", statOrder = { 915 }, level = 60, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunThreshold1"] = { type = "Suffix", affix = "of Thick Skin", "+(6-11) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 1, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunThreshold2"] = { type = "Suffix", affix = "of Reinforced Skin", "+(12-29) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 8, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunThreshold3"] = { type = "Suffix", affix = "of Stone Skin", "+(30-49) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 15, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunThreshold4"] = { type = "Suffix", affix = "of Iron Skin", "+(50-72) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 22, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunThreshold5"] = { type = "Suffix", affix = "of Steel Skin", "+(73-97) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 29, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunThreshold6"] = { type = "Suffix", affix = "of Granite Skin", "+(98-124) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 36, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunThreshold7"] = { type = "Suffix", affix = "of Platinum Skin", "+(125-163) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 45, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunThreshold8"] = { type = "Suffix", affix = "of Adamantite Skin", "+(164-206) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 54, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunThreshold9"] = { type = "Suffix", affix = "of Corundum Skin", "+(207-253) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 63, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunThreshold10"] = { type = "Suffix", affix = "of Obsidian Skin", "+(254-304) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 72, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunThreshold11"] = { type = "Suffix", affix = "of Titanium Skin", "+(305-352) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 80, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["MovementVelocity1"] = { type = "Prefix", affix = "Runner's", "10% increased Movement Speed", statOrderKey = "828", statOrder = { 828 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["MovementVelocity2"] = { type = "Prefix", affix = "Sprinter's", "15% increased Movement Speed", statOrderKey = "828", statOrder = { 828 }, level = 15, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["MovementVelocity3"] = { type = "Prefix", affix = "Stallion's", "20% increased Movement Speed", statOrderKey = "828", statOrder = { 828 }, level = 30, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["MovementVelocity4"] = { type = "Prefix", affix = "Gazelle's", "25% increased Movement Speed", statOrderKey = "828", statOrder = { 828 }, level = 50, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["MovementVelocity5"] = { type = "Prefix", affix = "Cheetah's", "30% increased Movement Speed", statOrderKey = "828", statOrder = { 828 }, level = 70, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["MovementVelocity6"] = { type = "Prefix", affix = "Hellion's", "35% increased Movement Speed", statOrderKey = "828", statOrder = { 828 }, level = 82, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["AttackerTakesDamage1"] = { type = "Prefix", affix = "Thorny", "(1-2) to (3-4) [Physical|Physical] [Thorns|Thorns] damage", statOrderKey = "8888", statOrder = { 8888 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamage2"] = { type = "Prefix", affix = "Spiny", "(4-5) to (6-7) [Physical|Physical] [Thorns|Thorns] damage", statOrderKey = "8888", statOrder = { 8888 }, level = 10, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamage3"] = { type = "Prefix", affix = "Barbed", "(7-9) to (10-13) [Physical|Physical] [Thorns|Thorns] damage", statOrderKey = "8888", statOrder = { 8888 }, level = 20, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamage4"] = { type = "Prefix", affix = "Pointed", "(12-15) to (18-22) [Physical|Physical] [Thorns|Thorns] damage", statOrderKey = "8888", statOrder = { 8888 }, level = 35, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamage5"] = { type = "Prefix", affix = "Spiked", "(17-21) to (26-32) [Physical|Physical] [Thorns|Thorns] damage", statOrderKey = "8888", statOrder = { 8888 }, level = 48, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamage6"] = { type = "Prefix", affix = "Edged", "(23-28) to (35-43) [Physical|Physical] [Thorns|Thorns] damage", statOrderKey = "8888", statOrder = { 8888 }, level = 61, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamage7"] = { type = "Prefix", affix = "Jagged", "(31-38) to (46-56) [Physical|Physical] [Thorns|Thorns] damage", statOrderKey = "8888", statOrder = { 8888 }, level = 75, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "Adds (1-2) to (3-4) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 5, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "Adds (2-3) to (4-6) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 13, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "Adds (2-4) to (5-8) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 19, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "Adds (4-6) to (8-11) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 28, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "Adds (5-7) to (9-13) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 35, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "Adds (6-10) to (12-17) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 44, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (7-11) to (14-20) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 52, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "Adds (10-15) to (18-26) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 64, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "Adds (12-19) to (22-32) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 76, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to (3-4) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "Adds (3-5) to (6-9) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 12, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (5-8) to (9-13) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 20, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (7-11) to (12-17) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 28, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (8-13) to (14-20) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 35, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (11-16) to (17-26) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 44, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (13-19) to (20-30) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 52, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (16-24) to (25-38) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 64, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (19-29) to (30-45) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 76, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds (1-2) to (3-4) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (3-4) to (5-8) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 13, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (4-6) to (7-11) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 21, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (6-9) to (10-14) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 29, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (7-10) to (11-17) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 36, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "Adds (9-13) to (14-21) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 45, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (10-15) to (16-24) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 53, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (13-20) to (21-31) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 65, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (16-24) to (25-37) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 77, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (5-7) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (10-15) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 13, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds 1 to (15-22) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 22, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds 1 to (18-27) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 28, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds 1 to (21-32) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 35, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (1-2) to (27-40) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 44, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (1-2) to (31-47) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 52, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (1-3) to (40-59) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 64, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (1-4) to (48-71) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 76, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "Adds (1-2) to (4-5) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 2, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "Adds (4-6) to (7-11) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 13, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "Adds (6-9) to (11-16) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 21, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "Adds (8-12) to (14-21) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 29, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "Adds (10-15) to (18-26) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 36, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "Adds (13-20) to (23-35) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 46, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (16-24) to (28-42) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 54, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "Adds (21-31) to (36-53) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 65, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "Adds (26-39) to (44-66) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 77, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand1"] = { type = "Prefix", affix = "Glinting", "Adds (2-3) to (5-7) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 2, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand2"] = { type = "Prefix", affix = "Burnished", "Adds (5-8) to (10-15) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 13, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand3"] = { type = "Prefix", affix = "Polished", "Adds (8-12) to (15-22) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 21, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand4"] = { type = "Prefix", affix = "Honed", "Adds (11-17) to (20-30) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 29, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand5"] = { type = "Prefix", affix = "Gleaming", "Adds (14-21) to (25-37) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 36, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand6"] = { type = "Prefix", affix = "Annealed", "Adds (19-29) to (33-49) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 46, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (23-35) to (39-59) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 54, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand8"] = { type = "Prefix", affix = "Tempered", "Adds (29-44) to (50-75) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 65, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand9"] = { type = "Prefix", affix = "Flaring", "Adds (37-55) to (63-94) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 77, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds (2-3) to (4-5) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "Adds (4-7) to (8-11) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 11, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (7-11) to (12-18) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 18, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (11-17) to (18-26) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 26, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (14-21) to (22-33) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 33, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (20-30) to (31-46) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 42, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (26-39) to (40-59) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 51, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (35-52) to (53-79) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 62, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (45-67) to (68-102) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 74, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage10_"] = { type = "Prefix", affix = "Carbonising", "Adds (52-78) to (79-119) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 81, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand1"] = { type = "Prefix", affix = "Heated", "Adds (2-4) to (5-7) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand2"] = { type = "Prefix", affix = "Smouldering", "Adds (6-10) to (11-16) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 11, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand3"] = { type = "Prefix", affix = "Smoking", "Adds (10-16) to (17-25) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 18, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand4"] = { type = "Prefix", affix = "Burning", "Adds (16-24) to (25-37) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 26, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand5"] = { type = "Prefix", affix = "Flaming", "Adds (20-31) to (32-47) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 33, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand6"] = { type = "Prefix", affix = "Scorching", "Adds (28-43) to (44-65) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 42, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand7"] = { type = "Prefix", affix = "Incinerating", "Adds (37-55) to (56-84) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 51, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand8_"] = { type = "Prefix", affix = "Blasting", "Adds (49-74) to (75-113) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 62, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand9"] = { type = "Prefix", affix = "Cremating", "Adds (64-96) to (97-146) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 74, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand10"] = { type = "Prefix", affix = "Carbonising", "Adds (74-112) to (113-169) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 81, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds (1-2) to (3-5) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (4-6) to (7-10) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 12, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (6-9) to (10-15) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 19, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (9-14) to (15-22) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 27, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (12-18) to (19-28) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 34, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "Adds (16-25) to (26-38) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 43, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (21-32) to (33-49) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 52, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (28-43) to (44-65) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 63, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (37-55) to (56-84) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 75, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage10__"] = { type = "Prefix", affix = "Crystalising", "Adds (42-63) to (64-95) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 81, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand1"] = { type = "Prefix", affix = "Frosted", "Adds (2-3) to (4-6) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand2"] = { type = "Prefix", affix = "Chilled", "Adds (5-8) to (9-14) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 12, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand3"] = { type = "Prefix", affix = "Icy", "Adds (9-13) to (14-21) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 19, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand4"] = { type = "Prefix", affix = "Frigid", "Adds (13-20) to (21-31) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 27, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand5"] = { type = "Prefix", affix = "Freezing", "Adds (17-25) to (26-39) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 34, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand6"] = { type = "Prefix", affix = "Frozen", "Adds (23-35) to (36-54) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 43, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand7"] = { type = "Prefix", affix = "Glaciated", "Adds (30-45) to (46-69) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 52, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand8"] = { type = "Prefix", affix = "Polar", "Adds (40-61) to (62-92) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 63, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand9"] = { type = "Prefix", affix = "Entombing", "Adds (52-79) to (80-119) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 75, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand10"] = { type = "Prefix", affix = "Crystalising", "Adds (59-89) to (90-135) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 81, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (7-10) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (14-20) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 13, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds 1 to (19-29) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 19, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds (1-3) to (33-49) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 31, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds (1-3) to (37-55) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 34, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (1-4) to (49-73) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 42, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (1-5) to (62-93) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 51, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (1-7) to (86-128) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 63, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (1-8) to (108-162) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 74, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage10"] = { type = "Prefix", affix = "Vapourising", "Adds (1-10) to (125-188) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 81, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand1_"] = { type = "Prefix", affix = "Humming", "Adds 1 to (9-14) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand2"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (19-29) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 13, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand3"] = { type = "Prefix", affix = "Snapping", "Adds (1-2) to (28-41) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 19, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand4"] = { type = "Prefix", affix = "Crackling", "Adds (1-4) to (46-69) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 31, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand5"] = { type = "Prefix", affix = "Sparking", "Adds (1-4) to (52-78) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 34, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand6"] = { type = "Prefix", affix = "Arcing", "Adds (1-5) to (69-103) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 42, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand7"] = { type = "Prefix", affix = "Shocking", "Adds (1-7) to (88-132) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 51, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand8"] = { type = "Prefix", affix = "Discharging", "Adds (1-10) to (122-183) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 63, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand9"] = { type = "Prefix", affix = "Electrocuting", "Adds (1-12) to (154-230) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 74, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand10"] = { type = "Prefix", affix = "Vapourising", "Adds (1-14) to (178-267) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 81, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["NearbyAlliesAddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "[Allies|Allies] in your [Presence|Presence] deal (1-2) to (3-4) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 5, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["NearbyAlliesAddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "[Allies|Allies] in your [Presence|Presence] deal (2-3) to (4-6) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 13, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["NearbyAlliesAddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "[Allies|Allies] in your [Presence|Presence] deal (2-4) to (5-8) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 19, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["NearbyAlliesAddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "[Allies|Allies] in your [Presence|Presence] deal (4-6) to (8-11) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 28, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["NearbyAlliesAddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "[Allies|Allies] in your [Presence|Presence] deal (5-7) to (9-13) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 35, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["NearbyAlliesAddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "[Allies|Allies] in your [Presence|Presence] deal (6-10) to (12-17) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 44, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["NearbyAlliesAddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "[Allies|Allies] in your [Presence|Presence] deal (7-11) to (14-20) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 52, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["NearbyAlliesAddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "[Allies|Allies] in your [Presence|Presence] deal (10-15) to (18-26) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 64, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["NearbyAlliesAddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "[Allies|Allies] in your [Presence|Presence] deal (12-19) to (22-32) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 76, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["NearbyAlliesAddedFireDamage1"] = { type = "Prefix", affix = "Heated", "[Allies|Allies] in your [Presence|Presence] deal (1-2) to (3-4) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 1, group = "AlliesInPresenceAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["NearbyAlliesAddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "[Allies|Allies] in your [Presence|Presence] deal (3-5) to (6-9) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 12, group = "AlliesInPresenceAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["NearbyAlliesAddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "[Allies|Allies] in your [Presence|Presence] deal (5-8) to (9-13) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 20, group = "AlliesInPresenceAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["NearbyAlliesAddedFireDamage4"] = { type = "Prefix", affix = "Burning", "[Allies|Allies] in your [Presence|Presence] deal (7-11) to (12-17) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 28, group = "AlliesInPresenceAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["NearbyAlliesAddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "[Allies|Allies] in your [Presence|Presence] deal (8-13) to (14-20) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 35, group = "AlliesInPresenceAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["NearbyAlliesAddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "[Allies|Allies] in your [Presence|Presence] deal (11-16) to (17-26) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 44, group = "AlliesInPresenceAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["NearbyAlliesAddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "[Allies|Allies] in your [Presence|Presence] deal (13-19) to (20-30) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 52, group = "AlliesInPresenceAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["NearbyAlliesAddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "[Allies|Allies] in your [Presence|Presence] deal (16-24) to (25-38) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 64, group = "AlliesInPresenceAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["NearbyAlliesAddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "[Allies|Allies] in your [Presence|Presence] deal (19-29) to (30-45) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 76, group = "AlliesInPresenceAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["NearbyAlliesAddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "[Allies|Allies] in your [Presence|Presence] deal (1-2) to (3-4) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 1, group = "AlliesInPresenceAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["NearbyAlliesAddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "[Allies|Allies] in your [Presence|Presence] deal (3-4) to (5-8) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 13, group = "AlliesInPresenceAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["NearbyAlliesAddedColdDamage3"] = { type = "Prefix", affix = "Icy", "[Allies|Allies] in your [Presence|Presence] deal (4-6) to (7-11) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 21, group = "AlliesInPresenceAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["NearbyAlliesAddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "[Allies|Allies] in your [Presence|Presence] deal (6-9) to (10-14) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 29, group = "AlliesInPresenceAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["NearbyAlliesAddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "[Allies|Allies] in your [Presence|Presence] deal (7-10) to (11-17) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 36, group = "AlliesInPresenceAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["NearbyAlliesAddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "[Allies|Allies] in your [Presence|Presence] deal (9-13) to (14-21) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 45, group = "AlliesInPresenceAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["NearbyAlliesAddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "[Allies|Allies] in your [Presence|Presence] deal (10-15) to (16-24) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 53, group = "AlliesInPresenceAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["NearbyAlliesAddedColdDamage8"] = { type = "Prefix", affix = "Polar", "[Allies|Allies] in your [Presence|Presence] deal (13-20) to (21-31) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 65, group = "AlliesInPresenceAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["NearbyAlliesAddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "[Allies|Allies] in your [Presence|Presence] deal (16-24) to (25-37) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 77, group = "AlliesInPresenceAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["NearbyAlliesAddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "[Allies|Allies] in your [Presence|Presence] deal 1 to (5-7) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 1, group = "AlliesInPresenceAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["NearbyAlliesAddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "[Allies|Allies] in your [Presence|Presence] deal 1 to (10-15) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 13, group = "AlliesInPresenceAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["NearbyAlliesAddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "[Allies|Allies] in your [Presence|Presence] deal 1 to (15-22) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 22, group = "AlliesInPresenceAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["NearbyAlliesAddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "[Allies|Allies] in your [Presence|Presence] deal 1 to (18-27) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 28, group = "AlliesInPresenceAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["NearbyAlliesAddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "[Allies|Allies] in your [Presence|Presence] deal 1 to (21-32) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 35, group = "AlliesInPresenceAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["NearbyAlliesAddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "[Allies|Allies] in your [Presence|Presence] deal (1-2) to (27-40) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 44, group = "AlliesInPresenceAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["NearbyAlliesAddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "[Allies|Allies] in your [Presence|Presence] deal (1-2) to (31-47) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 52, group = "AlliesInPresenceAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["NearbyAlliesAddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "[Allies|Allies] in your [Presence|Presence] deal (1-3) to (40-59) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 64, group = "AlliesInPresenceAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["NearbyAlliesAddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "[Allies|Allies] in your [Presence|Presence] deal (1-4) to (48-71) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 76, group = "AlliesInPresenceAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent1"] = { type = "Prefix", affix = "Heavy", "(40-49)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent2"] = { type = "Prefix", affix = "Serrated", "(50-64)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 11, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent3"] = { type = "Prefix", affix = "Wicked", "(65-84)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 23, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent4"] = { type = "Prefix", affix = "Vicious", "(85-109)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 35, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent5"] = { type = "Prefix", affix = "Bloodthirsty", "(110-134)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 46, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent6"] = { type = "Prefix", affix = "Cruel", "(135-154)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 60, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent7"] = { type = "Prefix", affix = "Tyrannical", "(155-169)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 73, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent8"] = { type = "Prefix", affix = "Merciless", "(170-179)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 82, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating1"] = { type = "Prefix", affix = "Squire's", "(15-19)% increased [Physical] Damage", "+(16-20) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 1, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating2"] = { type = "Prefix", affix = "Journeyman's", "(20-24)% increased [Physical] Damage", "+(21-46) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 11, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating3"] = { type = "Prefix", affix = "Reaver's", "(25-34)% increased [Physical] Damage", "+(47-72) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 23, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating4"] = { type = "Prefix", affix = "Mercenary's", "(35-44)% increased [Physical] Damage", "+(73-97) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 38, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating5"] = { type = "Prefix", affix = "Champion's", "(45-54)% increased [Physical] Damage", "+(98-123) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 53, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating6"] = { type = "Prefix", affix = "Conqueror's", "(55-64)% increased [Physical] Damage", "+(124-149) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 65, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating7"] = { type = "Prefix", affix = "Emperor's", "(65-74)% increased [Physical] Damage", "+(150-174) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 76, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating8"] = { type = "Prefix", affix = "Dictator's", "(75-79)% increased [Physical] Damage", "+(175-200) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 81, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["NearbyAlliesAllDamage1"] = { type = "Prefix", affix = "Coercive", "[Allies|Allies] in your [Presence|Presence] deal (25-34)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 1, group = "AlliesInPresenceAllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["NearbyAlliesAllDamage2"] = { type = "Prefix", affix = "Agitative", "[Allies|Allies] in your [Presence|Presence] deal (35-44)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 8, group = "AlliesInPresenceAllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["NearbyAlliesAllDamage3"] = { type = "Prefix", affix = "Instigative", "[Allies|Allies] in your [Presence|Presence] deal (45-54)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 19, group = "AlliesInPresenceAllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["NearbyAlliesAllDamage4"] = { type = "Prefix", affix = "Provocative", "[Allies|Allies] in your [Presence|Presence] deal (55-64)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 31, group = "AlliesInPresenceAllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["NearbyAlliesAllDamage5"] = { type = "Prefix", affix = "Persuasive", "[Allies|Allies] in your [Presence|Presence] deal (65-74)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 45, group = "AlliesInPresenceAllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["NearbyAlliesAllDamage6"] = { type = "Prefix", affix = "Motivating", "[Allies|Allies] in your [Presence|Presence] deal (75-89)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 58, group = "AlliesInPresenceAllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["NearbyAlliesAllDamage7"] = { type = "Prefix", affix = "Inspirational", "[Allies|Allies] in your [Presence|Presence] deal (90-104)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 70, group = "AlliesInPresenceAllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["NearbyAlliesAllDamage8"] = { type = "Prefix", affix = "Empowering", "[Allies|Allies] in your [Presence|Presence] deal (105-119)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 82, group = "AlliesInPresenceAllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SpellDamageOnWeapon1"] = { type = "Prefix", affix = "Apprentice's", "(25-34)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon2"] = { type = "Prefix", affix = "Adept's", "(35-44)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 11, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon3"] = { type = "Prefix", affix = "Scholar's", "(45-54)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 23, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon4"] = { type = "Prefix", affix = "Professor's", "(55-64)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 35, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon5"] = { type = "Prefix", affix = "Occultist's", "(65-74)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 46, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon6"] = { type = "Prefix", affix = "Incanter's", "(75-89)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 58, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon7"] = { type = "Prefix", affix = "Glyphic", "(90-104)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 70, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon8_"] = { type = "Prefix", affix = "Runic", "(105-119)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 80, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon1"] = { type = "Prefix", affix = "Apprentice's", "(35-49)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon2"] = { type = "Prefix", affix = "Adept's", "(50-64)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 11, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon3"] = { type = "Prefix", affix = "Scholar's", "(65-79)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 23, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon4"] = { type = "Prefix", affix = "Professor's", "(80-94)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 35, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon5"] = { type = "Prefix", affix = "Occultist's", "(95-109)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 46, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon6"] = { type = "Prefix", affix = "Incanter's", "(110-129)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 58, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon7"] = { type = "Prefix", affix = "Glyphic", "(130-149)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 70, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon8"] = { type = "Prefix", affix = "Runic", "(150-169)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 80, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageAndManaOnWeapon1"] = { type = "Prefix", affix = "Caster's", "(15-19)% increased [Spell] Damage", "+(17-20) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 2, group = "WeaponSpellDamageAndMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnWeapon2"] = { type = "Prefix", affix = "Conjuror's", "(20-24)% increased [Spell] Damage", "+(21-24) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 11, group = "WeaponSpellDamageAndMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnWeapon3"] = { type = "Prefix", affix = "Wizard's", "(25-29)% increased [Spell] Damage", "+(25-28) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 23, group = "WeaponSpellDamageAndMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnWeapon4"] = { type = "Prefix", affix = "Warlock's", "(30-34)% increased [Spell] Damage", "+(29-33) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 35, group = "WeaponSpellDamageAndMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnWeapon5"] = { type = "Prefix", affix = "Mage's", "(35-39)% increased [Spell] Damage", "+(34-37) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 48, group = "WeaponSpellDamageAndMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnWeapon6"] = { type = "Prefix", affix = "Archmage's", "(40-44)% increased [Spell] Damage", "+(38-41) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 63, group = "WeaponSpellDamageAndMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnWeapon7"] = { type = "Prefix", affix = "Lich's", "(45-49)% increased [Spell] Damage", "+(42-45) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 79, group = "WeaponSpellDamageAndMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnTwoHandWeapon1"] = { type = "Prefix", affix = "Caster's", "(21-27)% increased [Spell] Damage", "+(26-30) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 2, group = "WeaponSpellDamageAndMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnTwoHandWeapon2"] = { type = "Prefix", affix = "Conjuror's", "(28-34)% increased [Spell] Damage", "+(31-35) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 11, group = "WeaponSpellDamageAndMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnTwoHandWeapon3"] = { type = "Prefix", affix = "Wizard's", "(35-41)% increased [Spell] Damage", "+(36-41) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 23, group = "WeaponSpellDamageAndMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnTwoHandWeapon4"] = { type = "Prefix", affix = "Warlock's", "(42-48)% increased [Spell] Damage", "+(42-47) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 35, group = "WeaponSpellDamageAndMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnTwoHandWeapon5"] = { type = "Prefix", affix = "Mage's", "(49-55)% increased [Spell] Damage", "+(48-53) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 48, group = "WeaponSpellDamageAndMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnTwoHandWeapon6"] = { type = "Prefix", affix = "Archmage's", "(56-62)% increased [Spell] Damage", "+(54-59) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 63, group = "WeaponSpellDamageAndMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnTwoHandWeapon7"] = { type = "Prefix", affix = "Lich's", "(64-69)% increased [Spell] Damage", "+(60-64) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 79, group = "WeaponSpellDamageAndMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["FireDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Searing", "(25-34)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 2, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Sizzling", "(35-44)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 12, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Blistering", "(45-54)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 24, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Cauterising", "(55-64)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 36, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeapon5_"] = { type = "Prefix", affix = "Smoldering", "(65-74)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 47, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Magmatic", "(75-89)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 59, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeapon7_"] = { type = "Prefix", affix = "Volcanic", "(90-104)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 71, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeapon8_"] = { type = "Prefix", affix = "Pyromancer's", "(105-119)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 81, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Searing", "(35-49)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 2, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon2___"] = { type = "Prefix", affix = "Sizzling", "(50-64)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 12, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Blistering", "(65-79)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 24, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Cauterising", "(80-94)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 36, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Smoldering", "(95-109)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 47, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Magmatic", "(110-129)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 59, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Volcanic", "(130-149)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 71, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon8_"] = { type = "Prefix", affix = "Pyromancer's", "(150-169)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 81, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ColdDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Bitter", "(25-34)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 2, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Biting", "(35-44)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 12, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeapon3_"] = { type = "Prefix", affix = "Alpine", "(45-54)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 24, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Snowy", "(55-64)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 36, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeapon5_"] = { type = "Prefix", affix = "Hailing", "(65-74)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 47, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Arctic", "(75-89)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 59, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Crystalline", "(90-104)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 71, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Cryomancer's", "(105-119)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 81, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Bitter", "(35-49)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 2, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Biting", "(50-64)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 12, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Alpine", "(65-79)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 24, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon4_"] = { type = "Prefix", affix = "Snowy", "(80-94)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 36, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon5_"] = { type = "Prefix", affix = "Hailing", "(95-109)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 47, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Arctic", "(110-129)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 59, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Crystalline", "(130-149)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 71, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Cryomancer's", "(150-169)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 81, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["LightningDamagePrefixOnWeapon1_"] = { type = "Prefix", affix = "Charged", "(25-34)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 2, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Hissing", "(35-44)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 12, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Bolting", "(45-54)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 24, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Coursing", "(55-64)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 36, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeapon5"] = { type = "Prefix", affix = "Striking", "(65-74)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 47, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Smiting", "(75-89)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 59, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Ionising", "(90-104)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 71, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Electromancer's", "(105-119)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 81, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Charged", "(35-49)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 2, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Hissing", "(50-64)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 12, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Bolting", "(65-79)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 24, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Coursing", "(80-94)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 36, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Striking", "(95-109)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 47, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Smiting", "(110-129)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 59, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Ionising", "(130-149)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 71, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Electromancer's", "(150-169)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 81, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["ChaosDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Impure", "(25-34)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 2, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Tainted", "(35-44)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 12, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Clouded", "(45-54)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 24, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Darkened", "(55-64)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 36, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnWeapon5"] = { type = "Prefix", affix = "Malignant", "(65-74)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 47, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Vile", "(75-89)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 59, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Twisted", "(90-104)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 71, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Malevolent", "(105-119)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 81, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Impure", "(35-49)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 2, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Tainted", "(50-64)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 12, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Clouded", "(65-79)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 24, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Darkened", "(80-94)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 36, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Malignant", "(95-109)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 47, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Vile", "(110-129)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 59, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Twisted", "(130-149)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 71, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Malevolent", "(150-169)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 81, group = "ChaosDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["PhysicalDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Punishing", "(25-34)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 2, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Unforgiving", "(35-44)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 12, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Vengeful", "(45-54)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 24, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Sadistic", "(55-64)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 36, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnWeapon5"] = { type = "Prefix", affix = "Pitiless", "(65-74)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 47, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Agonising", "(75-89)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 59, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Oppressor's", "(90-104)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 71, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Torturer's", "(105-119)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 81, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Punishing", "(35-49)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 2, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Unforgiving", "(50-64)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 12, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Vengeful", "(65-79)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 24, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Sadistic", "(80-94)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 36, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Pitiless", "(95-109)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 47, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Agonising", "(110-129)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 59, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Oppressor's", "(130-149)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 71, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Torturer's", "(150-169)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 81, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["TrapDamageOnWeapon1"] = { type = "Prefix", affix = "Explosive", "(25-34)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 1, group = "TrapDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["TrapDamageOnWeapon2"] = { type = "Prefix", affix = "Eviscerating", "(35-44)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 11, group = "TrapDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["TrapDamageOnWeapon3"] = { type = "Prefix", affix = "Crippling", "(45-54)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 23, group = "TrapDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["TrapDamageOnWeapon4"] = { type = "Prefix", affix = "Disabling", "(55-64)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 35, group = "TrapDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["TrapDamageOnWeapon5"] = { type = "Prefix", affix = "Decimating", "(65-74)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 46, group = "TrapDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["TrapDamageOnWeapon6"] = { type = "Prefix", affix = "Demolishing", "(75-89)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 58, group = "TrapDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["TrapDamageOnWeapon7"] = { type = "Prefix", affix = "Obliterating", "(90-104)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 70, group = "TrapDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["TrapDamageOnWeapon8"] = { type = "Prefix", affix = "Shattering", "(105-119)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 80, group = "TrapDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["TrapDamageAndManaOnWeapon1"] = { type = "Prefix", affix = "Sapper's", "(15-19)% increased [Trap] Damage", "+(17-20) to maximum Mana", statOrderKey = "855,873", statOrder = { 855, 873 }, level = 2, group = "WeaponTrapDamageAndMana", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapDamageAndManaOnWeapon2"] = { type = "Prefix", affix = "Saboteur's", "(20-24)% increased [Trap] Damage", "+(21-24) to maximum Mana", statOrderKey = "855,873", statOrder = { 855, 873 }, level = 11, group = "WeaponTrapDamageAndMana", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapDamageAndManaOnWeapon3"] = { type = "Prefix", affix = "Tinkerer's", "(25-29)% increased [Trap] Damage", "+(25-28) to maximum Mana", statOrderKey = "855,873", statOrder = { 855, 873 }, level = 23, group = "WeaponTrapDamageAndMana", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapDamageAndManaOnWeapon4"] = { type = "Prefix", affix = "Mechanic's", "(30-34)% increased [Trap] Damage", "+(29-33) to maximum Mana", statOrderKey = "855,873", statOrder = { 855, 873 }, level = 35, group = "WeaponTrapDamageAndMana", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapDamageAndManaOnWeapon5"] = { type = "Prefix", affix = "Engineer's", "(35-39)% increased [Trap] Damage", "+(34-37) to maximum Mana", statOrderKey = "855,873", statOrder = { 855, 873 }, level = 48, group = "WeaponTrapDamageAndMana", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapDamageAndManaOnWeapon6"] = { type = "Prefix", affix = "Inventor's", "(40-44)% increased [Trap] Damage", "+(38-41) to maximum Mana", statOrderKey = "855,873", statOrder = { 855, 873 }, level = 63, group = "WeaponTrapDamageAndMana", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapDamageAndManaOnWeapon7"] = { type = "Prefix", affix = "Artificer's", "(45-49)% increased [Trap] Damage", "+(42-45) to maximum Mana", statOrderKey = "855,873", statOrder = { 855, 873 }, level = 79, group = "WeaponTrapDamageAndMana", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalSpellGemsLevel1"] = { type = "Suffix", affix = "of the Mage", "+1 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 5, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, - ["GlobalSpellGemsLevel2"] = { type = "Suffix", affix = "of the Enchanter", "+2 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 41, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, - ["GlobalSpellGemsLevel3"] = { type = "Suffix", affix = "of the Sorcerer", "+3 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 75, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, - ["GlobalSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of the Mage", "+1 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 5, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, - ["GlobalSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of the Enchanter", "+2 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 25, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, - ["GlobalSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of the Sorcerer", "+3 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 55, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, - ["GlobalSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of the Wizard", "+4 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 78, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, - ["GlobalSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of the Mage", "+(1-2) to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 5, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, - ["GlobalSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of the Enchanter", "+3 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 25, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, - ["GlobalSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of the Evoker", "+4 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 55, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, - ["GlobalSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of the Sorcerer", "+(5-6) to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 78, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, }, - ["GlobalFireSpellGemsLevel1_"] = { type = "Suffix", affix = "of Coals", "+1 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 5, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalFireSpellGemsLevel2"] = { type = "Suffix", affix = "of Cinders", "+2 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 41, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalFireSpellGemsLevel3"] = { type = "Suffix", affix = "of Flames", "+3 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 75, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalFireSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Coals", "+1 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 2, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalFireSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Cinders", "+2 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 18, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalFireSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Flames", "+3 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 36, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalFireSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Immolation", "+4 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 55, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalFireSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Inferno", "+5 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 81, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalFireSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Coals", "+(1-2) to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 2, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalFireSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Cinders", "+3 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 18, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalFireSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Flames", "+4 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 36, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalFireSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Immolation", "+(5-6) to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 55, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalFireSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Inferno", "+7 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 81, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevel1_"] = { type = "Suffix", affix = "of Snow", "+1 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 5, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevel2"] = { type = "Suffix", affix = "of Sleet", "+2 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 41, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevel3"] = { type = "Suffix", affix = "of Ice", "+3 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 75, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Snow", "+1 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 2, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Sleet", "+2 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 18, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Ice", "+3 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 36, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Rime", "+4 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 55, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Frostbite", "+5 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 81, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Snow", "+(1-2) to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 2, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Sleet", "+3 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 18, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Ice", "+4 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 36, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Rime", "+(5-6) to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 55, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Frostbite", "+7 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 81, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevel1"] = { type = "Suffix", affix = "of Sparks", "+1 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 5, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevel2"] = { type = "Suffix", affix = "of Static", "+2 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 41, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevel3"] = { type = "Suffix", affix = "of Electricity", "+3 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 75, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Sparks", "+1 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 2, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Static", "+2 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 18, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Electricity", "+3 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 36, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Voltage", "+4 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 55, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Thunder", "+5 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 81, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Sparks", "+(1-2) to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 2, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Static", "+3 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 18, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Electricity", "+4 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 36, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Voltage", "+(5-6) to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 55, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Thunder", "+7 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 81, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevel1"] = { type = "Suffix", affix = "of Anarchy", "+1 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 5, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevel2"] = { type = "Suffix", affix = "of Turmoil", "+2 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 41, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevel3"] = { type = "Suffix", affix = "of Ruin", "+3 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 75, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Anarchy", "+1 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 2, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Turmoil", "+2 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 18, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Ruin", "+3 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 36, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Havoc", "+4 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 55, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Armageddon", "+5 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 81, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Anarchy", "+(1-2) to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 2, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Turmoil", "+3 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 18, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Ruin", "+4 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 36, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Havoc", "+(5-6) to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 55, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Armageddon", "+7 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 81, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevel1"] = { type = "Suffix", affix = "of Agony", "+1 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 5, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevel2"] = { type = "Suffix", affix = "of Suffering", "+2 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 41, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevel3"] = { type = "Suffix", affix = "of Torment", "+3 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 75, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Agony", "+1 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 2, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Suffering", "+2 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 18, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Torment", "+3 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 36, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Desolation", "+4 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 55, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Grief", "+5 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 81, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Agony", "+(1-2) to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 2, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Suffering", "+3 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 18, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Torment", "+4 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 36, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Desolation", "+(5-6) to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 55, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Grief", "+7 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 81, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalMinionSpellSkillGemLevel1"] = { type = "Suffix", affix = "of the Taskmaster", "+1 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 5, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, - ["GlobalMinionSpellSkillGemLevel2"] = { type = "Suffix", affix = "of the Despot", "+2 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 41, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, - ["GlobalMinionSpellSkillGemLevel3"] = { type = "Suffix", affix = "of the Overseer", "+3 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 75, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, - ["GlobalMinionSpellSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of the Taskmaster", "+1 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 2, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, - ["GlobalMinionSpellSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of the Despot", "+2 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 18, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, - ["GlobalMinionSpellSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of the Overseer", "+3 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 36, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, - ["GlobalMinionSpellSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of the Slavedriver", "+4 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 55, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, - ["GlobalMinionSpellSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of the Tyrant", "+5 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 81, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, - ["GlobalTrapSkillGemLevel1"] = { type = "Suffix", affix = "of Explosives", "+1 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 5, group = "GlobalIncreaseTrapSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalTrapSkillGemLevel2"] = { type = "Suffix", affix = "of Shrapnel", "+2 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 41, group = "GlobalIncreaseTrapSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalTrapSkillGemLevel3"] = { type = "Suffix", affix = "of Sabotage", "+3 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 75, group = "GlobalIncreaseTrapSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalTrapSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of Explosives", "+1 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 2, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalTrapSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of Shrapnel", "+2 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 18, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalTrapSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of Sabotage", "+3 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 36, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalTrapSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of Detonation", "+4 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 55, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalTrapSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of Pyrotechnics", "+5 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 81, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalMeleeSkillGemLevel1"] = { type = "Suffix", affix = "of Combat", "+1 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 5, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["GlobalMeleeSkillGemLevel2"] = { type = "Suffix", affix = "of Dueling", "+2 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 41, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["GlobalMeleeSkillGemLevel3"] = { type = "Suffix", affix = "of Battle", "+3 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 75, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["GlobalMeleeSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of Combat", "+1 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 2, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["GlobalMeleeSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of Dueling", "+2 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 18, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["GlobalMeleeSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of Conflict", "+3 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 36, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["GlobalMeleeSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of Battle", "+4 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 55, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["GlobalMeleeSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of War", "+5 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 81, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["GlobalMeleeSkillGemLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Combat", "+(1-2) to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 2, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["GlobalMeleeSkillGemLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Dueling", "+3 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 18, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["GlobalMeleeSkillGemLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Conflict", "+4 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 36, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["GlobalMeleeSkillGemLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Battle", "+(5-6) to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 55, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["GlobalMeleeSkillGemLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of War", "+7 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 81, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["GlobalProjectileSkillGemLevel1"] = { type = "Suffix", affix = "of the Archer", "+1 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 5, group = "GlobalIncreaseProjectileSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalProjectileSkillGemLevel2"] = { type = "Suffix", affix = "of the Fletcher", "+2 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 41, group = "GlobalIncreaseProjectileSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalProjectileSkillGemLevel3"] = { type = "Suffix", affix = "of the Sharpshooter", "+3 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 75, group = "GlobalIncreaseProjectileSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalProjectileSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of the Archer", "+1 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 2, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalProjectileSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of the Fletcher", "+2 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 18, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalProjectileSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of the Sharpshooter", "+3 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 36, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalProjectileSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of the Marksman", "+4 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 55, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalProjectileSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of the Sniper", "+5 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 81, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalProjectileSkillGemLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of the Archer", "+(1-2) to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 2, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalProjectileSkillGemLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of the Fletcher", "+3 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 18, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalProjectileSkillGemLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of the Sharpshooter", "+4 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 36, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalProjectileSkillGemLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of the Marksman", "+(5-6) to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 55, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GlobalProjectileSkillGemLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of the Sniper", "+7 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 81, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LifeRegeneration1"] = { type = "Suffix", affix = "of the Newt", "(1-2) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration2"] = { type = "Suffix", affix = "of the Lizard", "(2.1-3) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 5, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration3"] = { type = "Suffix", affix = "of the Flatworm", "(3.1-4) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 11, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration4"] = { type = "Suffix", affix = "of the Starfish", "(4.1-6) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 17, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration5"] = { type = "Suffix", affix = "of the Hydra", "(6.1-9) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 26, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration6"] = { type = "Suffix", affix = "of the Troll", "(9.1-13) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 35, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration7"] = { type = "Suffix", affix = "of Convalescence", "(13.1-18) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 47, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration8_"] = { type = "Suffix", affix = "of Recuperation", "(18.1-23) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 58, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration9"] = { type = "Suffix", affix = "of Resurgence", "(23.1-29) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 68, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration10__"] = { type = "Suffix", affix = "of Immortality", "(29.1-33) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 75, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration11____"] = { type = "Suffix", affix = "of the Phoenix", "(33.1-36) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 81, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["NearbyAlliesLifeRegeneration1"] = { type = "Suffix", affix = "of the Newt", "[Allies|Allies] in your [Presence|Presence] Regenerate (1-2) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 1, group = "AlliesInPresenceLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["NearbyAlliesLifeRegeneration2"] = { type = "Suffix", affix = "of the Lizard", "[Allies|Allies] in your [Presence|Presence] Regenerate (2.1-3) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 5, group = "AlliesInPresenceLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["NearbyAlliesLifeRegeneration3"] = { type = "Suffix", affix = "of the Flatworm", "[Allies|Allies] in your [Presence|Presence] Regenerate (3.1-4) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 11, group = "AlliesInPresenceLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["NearbyAlliesLifeRegeneration4"] = { type = "Suffix", affix = "of the Starfish", "[Allies|Allies] in your [Presence|Presence] Regenerate (4.1-6) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 17, group = "AlliesInPresenceLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["NearbyAlliesLifeRegeneration5"] = { type = "Suffix", affix = "of the Hydra", "[Allies|Allies] in your [Presence|Presence] Regenerate (6.1-9) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 26, group = "AlliesInPresenceLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["NearbyAlliesLifeRegeneration6"] = { type = "Suffix", affix = "of the Troll", "[Allies|Allies] in your [Presence|Presence] Regenerate (9.1-13) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 35, group = "AlliesInPresenceLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["NearbyAlliesLifeRegeneration7"] = { type = "Suffix", affix = "of Convalescence", "[Allies|Allies] in your [Presence|Presence] Regenerate (13.1-18) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 47, group = "AlliesInPresenceLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["NearbyAlliesLifeRegeneration8"] = { type = "Suffix", affix = "of Recuperation", "[Allies|Allies] in your [Presence|Presence] Regenerate (18.1-23) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 58, group = "AlliesInPresenceLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["NearbyAlliesLifeRegeneration9"] = { type = "Suffix", affix = "of Resurgence", "[Allies|Allies] in your [Presence|Presence] Regenerate (23.1-29) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 68, group = "AlliesInPresenceLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["NearbyAlliesLifeRegeneration10"] = { type = "Suffix", affix = "of Immortality", "[Allies|Allies] in your [Presence|Presence] Regenerate (29.1-33) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 75, group = "AlliesInPresenceLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["ManaRegeneration1"] = { type = "Suffix", affix = "of Excitement", "(10-19)% increased Mana Regeneration Rate", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegeneration2"] = { type = "Suffix", affix = "of Joy", "(20-29)% increased Mana Regeneration Rate", statOrderKey = "965", statOrder = { 965 }, level = 18, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegeneration3"] = { type = "Suffix", affix = "of Elation", "(30-39)% increased Mana Regeneration Rate", statOrderKey = "965", statOrder = { 965 }, level = 29, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegeneration4"] = { type = "Suffix", affix = "of Bliss", "(40-49)% increased Mana Regeneration Rate", statOrderKey = "965", statOrder = { 965 }, level = 42, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegeneration5"] = { type = "Suffix", affix = "of Euphoria", "(50-59)% increased Mana Regeneration Rate", statOrderKey = "965", statOrder = { 965 }, level = 55, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegeneration6"] = { type = "Suffix", affix = "of Nirvana", "(60-69)% increased Mana Regeneration Rate", statOrderKey = "965", statOrder = { 965 }, level = 79, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["LifeLeech1"] = { type = "Suffix", affix = "of the Parasite", "[LifeLeech|Leech] (5-5.9)% of [Physical] [Attack] Damage as Life", statOrderKey = "960", statOrder = { 960 }, level = 21, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeech2"] = { type = "Suffix", affix = "of the Locust", "[LifeLeech|Leech] (6-6.9)% of [Physical] [Attack] Damage as Life", statOrderKey = "960", statOrder = { 960 }, level = 38, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeech3"] = { type = "Suffix", affix = "of the Remora", "[LifeLeech|Leech] (7-7.9)% of [Physical] [Attack] Damage as Life", statOrderKey = "960", statOrder = { 960 }, level = 54, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeech4"] = { type = "Suffix", affix = "of the Lamprey", "[LifeLeech|Leech] (8-8.9)% of [Physical] [Attack] Damage as Life", statOrderKey = "960", statOrder = { 960 }, level = 68, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeech5"] = { type = "Suffix", affix = "of the Vampire", "[LifeLeech|Leech] (9-9.9)% of [Physical] [Attack] Damage as Life", statOrderKey = "960", statOrder = { 960 }, level = 81, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechLocal1"] = { type = "Suffix", affix = "of the Parasite", "[LifeLeech|Leeches] (5-5.9)% of [Physical|Physical] Damage as Life", statOrderKey = "961", statOrder = { 961 }, level = 21, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechLocal2"] = { type = "Suffix", affix = "of the Locust", "[LifeLeech|Leeches] (6-6.9)% of [Physical|Physical] Damage as Life", statOrderKey = "961", statOrder = { 961 }, level = 38, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechLocal3"] = { type = "Suffix", affix = "of the Remora", "[LifeLeech|Leeches] (7-7.9)% of [Physical|Physical] Damage as Life", statOrderKey = "961", statOrder = { 961 }, level = 54, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechLocal4"] = { type = "Suffix", affix = "of the Lamprey", "[LifeLeech|Leeches] (8-8.9)% of [Physical|Physical] Damage as Life", statOrderKey = "961", statOrder = { 961 }, level = 68, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechLocal5"] = { type = "Suffix", affix = "of the Vampire", "[LifeLeech|Leeches] (9-9.9)% of [Physical|Physical] Damage as Life", statOrderKey = "961", statOrder = { 961 }, level = 81, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["ManaLeech1"] = { type = "Suffix", affix = "of the Thirsty", "[ManaLeech|Leech] (4-4.9)% of [Physical] [Attack] Damage as Mana", statOrderKey = "968", statOrder = { 968 }, level = 21, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeech2"] = { type = "Suffix", affix = "of the Parched", "[ManaLeech|Leech] (5-5.9)% of [Physical] [Attack] Damage as Mana", statOrderKey = "968", statOrder = { 968 }, level = 38, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeech3"] = { type = "Suffix", affix = "of the Arid", "[ManaLeech|Leech] (6-6.9)% of [Physical] [Attack] Damage as Mana", statOrderKey = "968", statOrder = { 968 }, level = 54, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeech4"] = { type = "Suffix", affix = "of the Drought", "[ManaLeech|Leech] (7-7.9)% of [Physical] [Attack] Damage as Mana", statOrderKey = "968", statOrder = { 968 }, level = 68, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeech5"] = { type = "Suffix", affix = "of the Desperate", "[ManaLeech|Leech] (8-8.9)% of [Physical] [Attack] Damage as Mana", statOrderKey = "968", statOrder = { 968 }, level = 81, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechLocal1"] = { type = "Suffix", affix = "of the Thirsty", "[ManaLeech|Leeches] (4-4.9)% of [Physical|Physical] Damage as Mana", statOrderKey = "967", statOrder = { 967 }, level = 21, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechLocal2"] = { type = "Suffix", affix = "of the Parched", "[ManaLeech|Leeches] (5-5.9)% of [Physical|Physical] Damage as Mana", statOrderKey = "967", statOrder = { 967 }, level = 38, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechLocal3"] = { type = "Suffix", affix = "of the Arid", "[ManaLeech|Leeches] (6-6.9)% of [Physical|Physical] Damage as Mana", statOrderKey = "967", statOrder = { 967 }, level = 54, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechLocal4"] = { type = "Suffix", affix = "of the Drought", "[ManaLeech|Leeches] (7-7.9)% of [Physical|Physical] Damage as Mana", statOrderKey = "967", statOrder = { 967 }, level = 68, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechLocal5"] = { type = "Suffix", affix = "of the Desperate", "[ManaLeech|Leeches] (8-8.9)% of [Physical|Physical] Damage as Mana", statOrderKey = "967", statOrder = { 967 }, level = 81, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["LifeGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Success", "Gain (4-6) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Victory", "Gain (7-9) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 11, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Triumph", "Gain (10-18) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 22, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeath4"] = { type = "Suffix", affix = "of Conquest", "Gain (19-28) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 33, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeath5"] = { type = "Suffix", affix = "of Vanquishing", "Gain (29-40) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 44, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeath6"] = { type = "Suffix", affix = "of Valour", "Gain (41-53) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 55, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeath7"] = { type = "Suffix", affix = "of Glory", "Gain (54-68) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 66, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeath8"] = { type = "Suffix", affix = "of Legend", "Gain (69-84) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 77, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["ManaGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Absorption", "Gain (2-3) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Osmosis", "Gain (4-5) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 12, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Infusion", "Gain (6-9) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 23, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeath4"] = { type = "Suffix", affix = "of Enveloping", "Gain (10-14) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 34, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeath5"] = { type = "Suffix", affix = "of Consumption", "Gain (15-20) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 45, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeath6"] = { type = "Suffix", affix = "of Siphoning", "Gain (21-27) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 56, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeath7"] = { type = "Suffix", affix = "of Devouring", "Gain (28-35) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 67, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeath8"] = { type = "Suffix", affix = "of Assimilation", "Gain (36-45) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 78, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["LifeGainPerTarget1"] = { type = "Suffix", affix = "of Rejuvenation", "Gain 2 Life per Enemy Hit with [Attack|Attacks]", statOrderKey = "962", statOrder = { 962 }, level = 8, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTarget2"] = { type = "Suffix", affix = "of Restoration", "Gain 3 Life per Enemy Hit with [Attack|Attacks]", statOrderKey = "962", statOrder = { 962 }, level = 20, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTarget3"] = { type = "Suffix", affix = "of Regrowth", "Gain 4 Life per Enemy Hit with [Attack|Attacks]", statOrderKey = "962", statOrder = { 962 }, level = 30, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTarget4"] = { type = "Suffix", affix = "of Nourishment", "Gain 5 Life per Enemy Hit with [Attack|Attacks]", statOrderKey = "962", statOrder = { 962 }, level = 40, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetLocal1"] = { type = "Suffix", affix = "of Rejuvenation", "Grants 2 Life per Enemy [HitDamage|Hit]", statOrderKey = "963", statOrder = { 963 }, level = 8, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetLocal2"] = { type = "Suffix", affix = "of Restoration", "Grants 3 Life per Enemy [HitDamage|Hit]", statOrderKey = "963", statOrder = { 963 }, level = 20, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetLocal3"] = { type = "Suffix", affix = "of Regrowth", "Grants 4 Life per Enemy [HitDamage|Hit]", statOrderKey = "963", statOrder = { 963 }, level = 30, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetLocal4"] = { type = "Suffix", affix = "of Nourishment", "Grants 5 Life per Enemy [HitDamage|Hit]", statOrderKey = "963", statOrder = { 963 }, level = 40, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["IncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "(5-7)% increased [Attack] Speed", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "(8-10)% increased [Attack] Speed", statOrderKey = "933", statOrder = { 933 }, level = 22, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "(11-13)% increased [Attack] Speed", statOrderKey = "933", statOrder = { 933 }, level = 37, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Renown", "(14-16)% increased [Attack] Speed", statOrderKey = "933", statOrder = { 933 }, level = 60, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "(5-7)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "(8-10)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 11, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "(11-13)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 22, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Renown", "(14-16)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 30, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed5"] = { type = "Suffix", affix = "of Acclaim", "(17-19)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 37, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed6"] = { type = "Suffix", affix = "of Fame", "(20-22)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 45, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed7"] = { type = "Suffix", affix = "of Infamy", "(23-25)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 60, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed8"] = { type = "Suffix", affix = "of Celebration", "(26-28)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 77, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["NearbyAlliesIncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "[Allies|Allies] in your [Presence|Presence] have (5-7)% increased [Attack|Attack] Speed", statOrderKey = "891", statOrder = { 891 }, level = 5, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["NearbyAlliesIncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "[Allies|Allies] in your [Presence|Presence] have (8-10)% increased [Attack|Attack] Speed", statOrderKey = "891", statOrder = { 891 }, level = 20, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["NearbyAlliesIncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "[Allies|Allies] in your [Presence|Presence] have (11-13)% increased [Attack|Attack] Speed", statOrderKey = "891", statOrder = { 891 }, level = 35, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["NearbyAlliesIncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Renown", "[Allies|Allies] in your [Presence|Presence] have (14-16)% increased [Attack|Attack] Speed", statOrderKey = "891", statOrder = { 891 }, level = 55, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedCastSpeed1"] = { type = "Suffix", affix = "of Talent", "(9-12)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeed2"] = { type = "Suffix", affix = "of Nimbleness", "(13-16)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 15, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeed3"] = { type = "Suffix", affix = "of Expertise", "(17-20)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 30, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeed4"] = { type = "Suffix", affix = "of Sortilege", "(21-24)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 45, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeed5"] = { type = "Suffix", affix = "of Legerdemain", "(25-28)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 60, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeed6"] = { type = "Suffix", affix = "of Prestidigitation", "(29-32)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 70, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeed7"] = { type = "Suffix", affix = "of Finesse", "(33-35)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 80, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHand1_"] = { type = "Suffix", affix = "of Talent", "(14-19)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHand2"] = { type = "Suffix", affix = "of Nimbleness", "(20-25)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 15, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHand3"] = { type = "Suffix", affix = "of Expertise", "(26-31)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 30, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHand4"] = { type = "Suffix", affix = "of Sortilege", "(32-37)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 45, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHand5"] = { type = "Suffix", affix = "of Legerdemain", "(38-43)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 60, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHand6"] = { type = "Suffix", affix = "of Prestidigitation", "(44-49)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 70, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHand7"] = { type = "Suffix", affix = "of Finesse", "(50-52)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 80, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["NearbyAlliesIncreasedCastSpeed1"] = { type = "Suffix", affix = "of Talent", "[Allies|Allies] in your [Presence|Presence] have (5-8)% increased Cast Speed", statOrderKey = "892", statOrder = { 892 }, level = 6, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["NearbyAlliesIncreasedCastSpeed2"] = { type = "Suffix", affix = "of Nimbleness", "[Allies|Allies] in your [Presence|Presence] have (9-12)% increased Cast Speed", statOrderKey = "892", statOrder = { 892 }, level = 21, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["NearbyAlliesIncreasedCastSpeed3"] = { type = "Suffix", affix = "of Expertise", "[Allies|Allies] in your [Presence|Presence] have (13-16)% increased Cast Speed", statOrderKey = "892", statOrder = { 892 }, level = 36, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["NearbyAlliesIncreasedCastSpeed4"] = { type = "Suffix", affix = "of Sortilege", "[Allies|Allies] in your [Presence|Presence] have (17-20)% increased Cast Speed", statOrderKey = "892", statOrder = { 892 }, level = 56, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedAccuracy1"] = { type = "Prefix", affix = "Precise", "+(11-32) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["IncreasedAccuracy2"] = { type = "Prefix", affix = "Reliable", "+(33-60) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 12, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["IncreasedAccuracy3"] = { type = "Prefix", affix = "Focused", "+(61-84) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 20, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["IncreasedAccuracy4"] = { type = "Prefix", affix = "Deliberate", "+(85-123) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 26, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["IncreasedAccuracy5"] = { type = "Prefix", affix = "Consistent", "+(124-167) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 33, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["IncreasedAccuracy6"] = { type = "Prefix", affix = "Steady", "+(168-236) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 41, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["IncreasedAccuracy7"] = { type = "Prefix", affix = "Hunter's", "+(237-346) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 50, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["IncreasedAccuracy8"] = { type = "Prefix", affix = "Ranger's", "+(347-450) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 63, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["IncreasedAccuracy9"] = { type = "Prefix", affix = "Amazon's", "+(451-550) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 76, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy1"] = { type = "Prefix", affix = "Precise", "+(11-32) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy2"] = { type = "Prefix", affix = "Reliable", "+(33-60) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 12, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy3"] = { type = "Prefix", affix = "Focused", "+(61-84) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 20, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy4"] = { type = "Prefix", affix = "Deliberate", "+(85-123) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 26, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy5"] = { type = "Prefix", affix = "Consistent", "+(124-167) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 33, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy6"] = { type = "Prefix", affix = "Steady", "+(168-236) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 41, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy7"] = { type = "Prefix", affix = "Hunter's", "+(237-346) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 50, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy8"] = { type = "Prefix", affix = "Ranger's", "+(347-450) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 63, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy9_"] = { type = "Prefix", affix = "Amazon's", "+(451-550) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 76, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy10"] = { type = "Prefix", affix = "Valkyrie's", "+(551-650) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 82, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["NearbyAlliesIncreasedAccuracy1"] = { type = "Prefix", affix = "Precise", "[Allies|Allies] in your [Presence|Presence] have +(11-32) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 1, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["NearbyAlliesIncreasedAccuracy2"] = { type = "Prefix", affix = "Reliable", "[Allies|Allies] in your [Presence|Presence] have +(33-60) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 12, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["NearbyAlliesIncreasedAccuracy3"] = { type = "Prefix", affix = "Focused", "[Allies|Allies] in your [Presence|Presence] have +(61-84) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 20, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["NearbyAlliesIncreasedAccuracy4"] = { type = "Prefix", affix = "Deliberate", "[Allies|Allies] in your [Presence|Presence] have +(85-123) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 26, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["NearbyAlliesIncreasedAccuracy5"] = { type = "Prefix", affix = "Consistent", "[Allies|Allies] in your [Presence|Presence] have +(124-167) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 33, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["NearbyAlliesIncreasedAccuracy6"] = { type = "Prefix", affix = "Steady", "[Allies|Allies] in your [Presence|Presence] have +(168-236) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 41, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["NearbyAlliesIncreasedAccuracy7"] = { type = "Prefix", affix = "Hunter's", "[Allies|Allies] in your [Presence|Presence] have +(237-346) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 50, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["NearbyAlliesIncreasedAccuracy8"] = { type = "Prefix", affix = "Ranger's", "[Allies|Allies] in your [Presence|Presence] have +(347-450) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 63, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["CriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-14)% increased [Critical|Critical Hit] Chance", statOrderKey = "925", statOrder = { 925 }, level = 5, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(15-19)% increased [Critical|Critical Hit] Chance", statOrderKey = "925", statOrder = { 925 }, level = 20, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(20-24)% increased [Critical|Critical Hit] Chance", statOrderKey = "925", statOrder = { 925 }, level = 30, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(25-29)% increased [Critical|Critical Hit] Chance", statOrderKey = "925", statOrder = { 925 }, level = 44, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(30-34)% increased [Critical|Critical Hit] Chance", statOrderKey = "925", statOrder = { 925 }, level = 58, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "(35-38)% increased [Critical|Critical Hit] Chance", statOrderKey = "925", statOrder = { 925 }, level = 72, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["LocalCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "+(1-1.5)% to [Critical|Critical Hit] Chance", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "+(1.5-2.1)% to [Critical|Critical Hit] Chance", statOrderKey = "912", statOrder = { 912 }, level = 20, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "+(2.1-2.7)% to [Critical|Critical Hit] Chance", statOrderKey = "912", statOrder = { 912 }, level = 30, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "+(3.1-3.8)% to [Critical|Critical Hit] Chance", statOrderKey = "912", statOrder = { 912 }, level = 44, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "+(3.8-4.4)% to [Critical|Critical Hit] Chance", statOrderKey = "912", statOrder = { 912 }, level = 59, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "+(4.4-5)% to [Critical|Critical Hit] Chance", statOrderKey = "912", statOrder = { 912 }, level = 73, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["SpellCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-19)% increased [Critical|Critical Hit Chance] for [Spell|Spells]", statOrderKey = "927", statOrder = { 927 }, level = 11, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(20-39)% increased [Critical|Critical Hit Chance] for [Spell|Spells]", statOrderKey = "927", statOrder = { 927 }, level = 21, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(40-59)% increased [Critical|Critical Hit Chance] for [Spell|Spells]", statOrderKey = "927", statOrder = { 927 }, level = 28, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(60-79)% increased [Critical|Critical Hit Chance] for [Spell|Spells]", statOrderKey = "927", statOrder = { 927 }, level = 41, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(80-99)% increased [Critical|Critical Hit Chance] for [Spell|Spells]", statOrderKey = "927", statOrder = { 927 }, level = 59, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChance6_"] = { type = "Suffix", affix = "of Unmaking", "(100-109)% increased [Critical|Critical Hit Chance] for [Spell|Spells]", statOrderKey = "927", statOrder = { 927 }, level = 76, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["AttackCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-14)% increased [Critical|Critical Hit Chance] for [Attack|Attacks]", statOrderKey = "926", statOrder = { 926 }, level = 5, group = "AttackCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(15-19)% increased [Critical|Critical Hit Chance] for [Attack|Attacks]", statOrderKey = "926", statOrder = { 926 }, level = 20, group = "AttackCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(20-24)% increased [Critical|Critical Hit Chance] for [Attack|Attacks]", statOrderKey = "926", statOrder = { 926 }, level = 30, group = "AttackCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(25-29)% increased [Critical|Critical Hit Chance] for [Attack|Attacks]", statOrderKey = "926", statOrder = { 926 }, level = 44, group = "AttackCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(30-34)% increased [Critical|Critical Hit Chance] for [Attack|Attacks]", statOrderKey = "926", statOrder = { 926 }, level = 58, group = "AttackCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "(35-38)% increased [Critical|Critical Hit Chance] for [Attack|Attacks]", statOrderKey = "926", statOrder = { 926 }, level = 72, group = "AttackCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["TrapCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-19)% increased [Critical|Critical Hit Chance] with Traps", statOrderKey = "928", statOrder = { 928 }, level = 11, group = "TrapCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(20-39)% increased [Critical|Critical Hit Chance] with Traps", statOrderKey = "928", statOrder = { 928 }, level = 21, group = "TrapCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(40-59)% increased [Critical|Critical Hit Chance] with Traps", statOrderKey = "928", statOrder = { 928 }, level = 28, group = "TrapCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(60-79)% increased [Critical|Critical Hit Chance] with Traps", statOrderKey = "928", statOrder = { 928 }, level = 41, group = "TrapCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(80-99)% increased [Critical|Critical Hit Chance] with Traps", statOrderKey = "928", statOrder = { 928 }, level = 59, group = "TrapCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "(100-109)% increased [Critical|Critical Hit Chance] with Traps", statOrderKey = "928", statOrder = { 928 }, level = 76, group = "TrapCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { }, }, - ["NearbyAlliesCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "[Allies|Allies] in your [Presence|Presence] have (10-14)% increased [Critical|Critical Hit] Chance", statOrderKey = "889", statOrder = { 889 }, level = 11, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["NearbyAlliesCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "[Allies|Allies] in your [Presence|Presence] have (15-19)% increased [Critical|Critical Hit] Chance", statOrderKey = "889", statOrder = { 889 }, level = 21, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["NearbyAlliesCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "[Allies|Allies] in your [Presence|Presence] have (20-24)% increased [Critical|Critical Hit] Chance", statOrderKey = "889", statOrder = { 889 }, level = 28, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["NearbyAlliesCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "[Allies|Allies] in your [Presence|Presence] have (25-29)% increased [Critical|Critical Hit] Chance", statOrderKey = "889", statOrder = { 889 }, level = 41, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["NearbyAlliesCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "[Allies|Allies] in your [Presence|Presence] have (30-34)% increased [Critical|Critical Hit] Chance", statOrderKey = "889", statOrder = { 889 }, level = 59, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["NearbyAlliesCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "[Allies|Allies] in your [Presence|Presence] have (35-38)% increased [Critical|Critical Hit] Chance", statOrderKey = "889", statOrder = { 889 }, level = 76, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["CriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "(10-14)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "929", statOrder = { 929 }, level = 8, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "(15-19)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "929", statOrder = { 929 }, level = 21, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "(20-24)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "929", statOrder = { 929 }, level = 31, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "(25-29)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "929", statOrder = { 929 }, level = 45, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "(30-34)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "929", statOrder = { 929 }, level = 59, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "(35-39)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "929", statOrder = { 929 }, level = 74, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["LocalCriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "+(10-14)% to [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "913", statOrder = { 913 }, level = 8, group = "LocalCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["LocalCriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "+(15-19)% to [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "913", statOrder = { 913 }, level = 21, group = "LocalCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["LocalCriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "+(20-24)% to [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "913", statOrder = { 913 }, level = 30, group = "LocalCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["LocalCriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "+(25-29)% to [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "913", statOrder = { 913 }, level = 44, group = "LocalCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["LocalCriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "+(30-34)% to [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "913", statOrder = { 913 }, level = 59, group = "LocalCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["LocalCriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "+(35-39)% to [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "913", statOrder = { 913 }, level = 73, group = "LocalCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SpellCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of Ire", "(10-14)% increased [CriticalDamageBonus|Critical Spell Damage Bonus]", statOrderKey = "931", statOrder = { 931 }, level = 8, group = "SpellCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of Anger", "(15-19)% increased [CriticalDamageBonus|Critical Spell Damage Bonus]", statOrderKey = "931", statOrder = { 931 }, level = 21, group = "SpellCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "(20-24)% increased [CriticalDamageBonus|Critical Spell Damage Bonus]", statOrderKey = "931", statOrder = { 931 }, level = 30, group = "SpellCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of Fury", "(25-29)% increased [CriticalDamageBonus|Critical Spell Damage Bonus]", statOrderKey = "931", statOrder = { 931 }, level = 44, group = "SpellCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "(30-34)% increased [CriticalDamageBonus|Critical Spell Damage Bonus]", statOrderKey = "931", statOrder = { 931 }, level = 59, group = "SpellCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeMultiplier6"] = { type = "Suffix", affix = "of Destruction", "(35-39)% increased [CriticalDamageBonus|Critical Spell Damage Bonus]", statOrderKey = "931", statOrder = { 931 }, level = 73, group = "SpellCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["AttackCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of Ire", "(10-14)% increased [CriticalDamageBonus|Critical Damage Bonus] for [Attack] Damage", statOrderKey = "930", statOrder = { 930 }, level = 8, group = "AttackCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of Anger", "(15-19)% increased [CriticalDamageBonus|Critical Damage Bonus] for [Attack] Damage", statOrderKey = "930", statOrder = { 930 }, level = 21, group = "AttackCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "(20-24)% increased [CriticalDamageBonus|Critical Damage Bonus] for [Attack] Damage", statOrderKey = "930", statOrder = { 930 }, level = 31, group = "AttackCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of Fury", "(25-29)% increased [CriticalDamageBonus|Critical Damage Bonus] for [Attack] Damage", statOrderKey = "930", statOrder = { 930 }, level = 45, group = "AttackCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "(30-34)% increased [CriticalDamageBonus|Critical Damage Bonus] for [Attack] Damage", statOrderKey = "930", statOrder = { 930 }, level = 59, group = "AttackCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeMultiplier6"] = { type = "Suffix", affix = "of Destruction", "(35-39)% increased [CriticalDamageBonus|Critical Damage Bonus] for [Attack] Damage", statOrderKey = "930", statOrder = { 930 }, level = 74, group = "AttackCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["TrapCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of Ire", "+(10-14)% to [CriticalDamageBonus|Critical Damage Bonus] with Traps", statOrderKey = "932", statOrder = { 932 }, level = 8, group = "TrapCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of Anger", "+(15-19)% to [CriticalDamageBonus|Critical Damage Bonus] with Traps", statOrderKey = "932", statOrder = { 932 }, level = 21, group = "TrapCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "+(20-24)% to [CriticalDamageBonus|Critical Damage Bonus] with Traps", statOrderKey = "932", statOrder = { 932 }, level = 30, group = "TrapCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of Fury", "+(25-29)% to [CriticalDamageBonus|Critical Damage Bonus] with Traps", statOrderKey = "932", statOrder = { 932 }, level = 44, group = "TrapCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "+(30-34)% to [CriticalDamageBonus|Critical Damage Bonus] with Traps", statOrderKey = "932", statOrder = { 932 }, level = 59, group = "TrapCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { }, }, - ["TrapCriticalStrikeMultiplier6"] = { type = "Suffix", affix = "of Destruction", "+(35-39)% to [CriticalDamageBonus|Critical Damage Bonus] with Traps", statOrderKey = "932", statOrder = { 932 }, level = 73, group = "TrapCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { }, }, - ["NearbyAlliesCriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "[Allies] in your [Presence] have (10-14)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "890", statOrder = { 890 }, level = 8, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["NearbyAlliesCriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "[Allies] in your [Presence] have (15-19)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "890", statOrder = { 890 }, level = 21, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["NearbyAlliesCriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "[Allies] in your [Presence] have (20-24)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "890", statOrder = { 890 }, level = 30, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["NearbyAlliesCriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "[Allies] in your [Presence] have (25-29)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "890", statOrder = { 890 }, level = 44, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["NearbyAlliesCriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "[Allies] in your [Presence] have (30-34)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "890", statOrder = { 890 }, level = 59, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["NearbyAlliesCriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "[Allies] in your [Presence] have (35-39)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "890", statOrder = { 890 }, level = 73, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["ItemFoundRarityIncrease1"] = { type = "Suffix", affix = "of Plunder", "(6-10)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 3, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ItemFoundRarityIncrease2"] = { type = "Suffix", affix = "of Raiding", "(11-15)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 24, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ItemFoundRarityIncrease3"] = { type = "Suffix", affix = "of Archaeology", "(16-20)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 40, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ItemFoundRarityIncrease4"] = { type = "Suffix", affix = "of Excavation", "(21-25)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 63, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ItemFoundRarityIncrease5"] = { type = "Suffix", affix = "of Windfall", "(26-30)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 75, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreasePrefix1"] = { type = "Prefix", affix = "Magpie's", "(8-11)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 10, group = "ItemFoundRarityIncreasePrefix", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreasePrefix2"] = { type = "Prefix", affix = "Collector's", "(13-17)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 29, group = "ItemFoundRarityIncreasePrefix", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreasePrefix3"] = { type = "Prefix", affix = "Hoarder's", "(18-22)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 47, group = "ItemFoundRarityIncreasePrefix", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreasePrefix4_"] = { type = "Prefix", affix = "Pirate's", "(23-27)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 65, group = "ItemFoundRarityIncreasePrefix", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreasePrefix5"] = { type = "Prefix", affix = "Dragon's", "(28-32)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 81, group = "ItemFoundRarityIncreasePrefix", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LightRadiusAndAccuracy1"] = { type = "Suffix", affix = "of Shining", "+(10-20) to [Accuracy|Accuracy] Rating", "5% increased [LightRadius|Light Radius]", statOrderKey = "863,993", statOrder = { 863, 993 }, level = 8, group = "LightRadiusAndAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LightRadiusAndAccuracy2"] = { type = "Suffix", affix = "of Light", "+(21-40) to [Accuracy|Accuracy] Rating", "10% increased [LightRadius|Light Radius]", statOrderKey = "863,993", statOrder = { 863, 993 }, level = 15, group = "LightRadiusAndAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LightRadiusAndAccuracy3"] = { type = "Suffix", affix = "of Radiance", "+(41-60) to [Accuracy|Accuracy] Rating", "15% increased [LightRadius|Light Radius]", statOrderKey = "863,993", statOrder = { 863, 993 }, level = 30, group = "LightRadiusAndAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LocalLightRadiusAndAccuracy1"] = { type = "Suffix", affix = "of Shining", "+(10-20) to [Accuracy|Accuracy] Rating", "5% increased [LightRadius|Light Radius]", statOrderKey = "827,993", statOrder = { 827, 993 }, level = 8, group = "LocalLightRadiusAndAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LocalLightRadiusAndAccuracy2"] = { type = "Suffix", affix = "of Light", "+(21-40) to [Accuracy|Accuracy] Rating", "10% increased [LightRadius|Light Radius]", statOrderKey = "827,993", statOrder = { 827, 993 }, level = 15, group = "LocalLightRadiusAndAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LocalLightRadiusAndAccuracy3"] = { type = "Suffix", affix = "of Radiance", "+(41-60) to [Accuracy|Accuracy] Rating", "15% increased [LightRadius|Light Radius]", statOrderKey = "827,993", statOrder = { 827, 993 }, level = 30, group = "LocalLightRadiusAndAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["LightRadiusAndManaRegeneration1"] = { type = "Suffix", affix = "of Warmth", "(8-12)% increased Mana Regeneration Rate", "5% increased [LightRadius|Light Radius]", statOrderKey = "965,993", statOrder = { 965, 993 }, level = 8, group = "LightRadiusAndManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["LightRadiusAndManaRegeneration2"] = { type = "Suffix", affix = "of Kindling", "(13-17)% increased Mana Regeneration Rate", "10% increased [LightRadius|Light Radius]", statOrderKey = "965,993", statOrder = { 965, 993 }, level = 15, group = "LightRadiusAndManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["LightRadiusAndManaRegeneration3"] = { type = "Suffix", affix = "of the Hearth", "(18-22)% increased Mana Regeneration Rate", "15% increased [LightRadius|Light Radius]", statOrderKey = "965,993", statOrder = { 965, 993 }, level = 30, group = "LightRadiusAndManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["LocalBlockChance1"] = { type = "Prefix", affix = "Steadfast", "(40-45)% increased [Block] chance", statOrderKey = "831", statOrder = { 831 }, level = 2, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["LocalBlockChance2"] = { type = "Prefix", affix = "Unrelenting", "(46-51)% increased [Block] chance", statOrderKey = "831", statOrder = { 831 }, level = 15, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["LocalBlockChance3"] = { type = "Prefix", affix = "Adamant", "(52-57)% increased [Block] chance", statOrderKey = "831", statOrder = { 831 }, level = 30, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["LocalBlockChance4_"] = { type = "Prefix", affix = "Warded", "(58-63)% increased [Block] chance", statOrderKey = "831", statOrder = { 831 }, level = 46, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["LocalBlockChance5"] = { type = "Prefix", affix = "Unwavering", "(64-69)% increased [Block] chance", statOrderKey = "831", statOrder = { 831 }, level = 61, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["LocalBlockChance6"] = { type = "Prefix", affix = "Enduring", "(70-75)% increased [Block] chance", statOrderKey = "831", statOrder = { 831 }, level = 74, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["LocalBlockChance7"] = { type = "Prefix", affix = "Unyielding", "(76-81)% increased [Block] chance", statOrderKey = "831", statOrder = { 831 }, level = 82, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["IncreasedSpirit1"] = { type = "Prefix", affix = "Lady's", "+(30-33) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 16, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["IncreasedSpirit2"] = { type = "Prefix", affix = "Baronness'", "+(34-37) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 25, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["IncreasedSpirit3"] = { type = "Prefix", affix = "Viscountess'", "+(38-42) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 34, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["IncreasedSpirit4"] = { type = "Prefix", affix = "Marchioness'", "+(43-46) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 41, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["IncreasedSpirit5"] = { type = "Prefix", affix = "Countess'", "+(47-50) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 47, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["IncreasedSpirit6"] = { type = "Prefix", affix = "Duchess'", "+(51-53) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 55, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["IncreasedSpirit7"] = { type = "Prefix", affix = "Princess'", "+(54-56) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 66, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["IncreasedSpirit8"] = { type = "Prefix", affix = "Queen's", "+(57-61) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 78, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritPercent1"] = { type = "Prefix", affix = "Lord's", "(30-36)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 1, group = "LocalIncreasedSpiritPercent", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritPercent2"] = { type = "Prefix", affix = "Baron's", "(27-32)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 11, group = "LocalIncreasedSpiritPercent", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritPercent3"] = { type = "Prefix", affix = "Viscount's", "(33-38)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 23, group = "LocalIncreasedSpiritPercent", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritPercent4"] = { type = "Prefix", affix = "Marquess'", "(39-44)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 35, group = "LocalIncreasedSpiritPercent", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritPercent5"] = { type = "Prefix", affix = "Count's", "(45-50)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 46, group = "LocalIncreasedSpiritPercent", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritPercent6"] = { type = "Prefix", affix = "Duke's", "(51-55)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 60, group = "LocalIncreasedSpiritPercent", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritPercent7"] = { type = "Prefix", affix = "Prince's", "(56-60)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 73, group = "LocalIncreasedSpiritPercent", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritPercent8"] = { type = "Prefix", affix = "King's", "(61-65)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 82, group = "LocalIncreasedSpiritPercent", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritAndMana1"] = { type = "Prefix", affix = "Advisor's", "(10-14)% increased [Spirit|Spirit]", "+(17-20) to maximum Mana", statOrderKey = "843,873", statOrder = { 843, 873 }, level = 3, group = "LocalIncreasedSpiritAndMana", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritAndMana2"] = { type = "Prefix", affix = "Counselor's", "(15-18)% increased [Spirit|Spirit]", "+(21-24) to maximum Mana", statOrderKey = "843,873", statOrder = { 843, 873 }, level = 12, group = "LocalIncreasedSpiritAndMana", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritAndMana3"] = { type = "Prefix", affix = "Emissary's", "(19-22)% increased [Spirit|Spirit]", "+(25-28) to maximum Mana", statOrderKey = "843,873", statOrder = { 843, 873 }, level = 28, group = "LocalIncreasedSpiritAndMana", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritAndMana4"] = { type = "Prefix", affix = "Minister's", "(23-26)% increased [Spirit|Spirit]", "+(29-33) to maximum Mana", statOrderKey = "843,873", statOrder = { 843, 873 }, level = 39, group = "LocalIncreasedSpiritAndMana", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritAndMana5"] = { type = "Prefix", affix = "Envoy's", "(27-30)% increased [Spirit|Spirit]", "+(34-37) to maximum Mana", statOrderKey = "843,873", statOrder = { 843, 873 }, level = 50, group = "LocalIncreasedSpiritAndMana", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritAndMana6"] = { type = "Prefix", affix = "Diplomat's", "(31-34)% increased [Spirit|Spirit]", "+(38-41) to maximum Mana", statOrderKey = "843,873", statOrder = { 843, 873 }, level = 62, group = "LocalIncreasedSpiritAndMana", weightKey = { }, weightVal = { }, modTags = { }, }, - ["LocalIncreasedSpiritAndMana7"] = { type = "Prefix", affix = "Chancellor's", "(35-38)% increased [Spirit|Spirit]", "+(42-45) to maximum Mana", statOrderKey = "843,873", statOrder = { 843, 873 }, level = 78, group = "LocalIncreasedSpiritAndMana", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ReducedBleedDuration1"] = { type = "Suffix", affix = "of Sealing", "(36-40)% reduced [Bleeding|Bleeding] Duration on you", statOrderKey = "985", statOrder = { 985 }, level = 21, group = "ReducedBleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, }, - ["ReducedBleedDuration2"] = { type = "Suffix", affix = "of Alleviation", "(41-45)% reduced [Bleeding|Bleeding] Duration on you", statOrderKey = "985", statOrder = { 985 }, level = 37, group = "ReducedBleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, }, - ["ReducedBleedDuration3"] = { type = "Suffix", affix = "of Allaying", "(46-50)% reduced [Bleeding|Bleeding] Duration on you", statOrderKey = "985", statOrder = { 985 }, level = 50, group = "ReducedBleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, }, - ["ReducedBleedDuration4"] = { type = "Suffix", affix = "of Assuaging", "(51-55)% reduced [Bleeding|Bleeding] Duration on you", statOrderKey = "985", statOrder = { 985 }, level = 64, group = "ReducedBleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, }, - ["ReducedBleedDuration5"] = { type = "Suffix", affix = "of Staunching", "(56-60)% reduced [Bleeding|Bleeding] Duration on you", statOrderKey = "985", statOrder = { 985 }, level = 76, group = "ReducedBleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, }, - ["ReducedPoisonDuration1"] = { type = "Suffix", affix = "of the Antitoxin", "(36-40)% reduced [Poison|Poison] Duration on you", statOrderKey = "990", statOrder = { 990 }, level = 21, group = "ReducedPoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ReducedPoisonDuration2"] = { type = "Suffix", affix = "of the Remedy", "(41-45)% reduced [Poison|Poison] Duration on you", statOrderKey = "990", statOrder = { 990 }, level = 37, group = "ReducedPoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ReducedPoisonDuration3"] = { type = "Suffix", affix = "of the Cure", "(46-50)% reduced [Poison|Poison] Duration on you", statOrderKey = "990", statOrder = { 990 }, level = 50, group = "ReducedPoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ReducedPoisonDuration4"] = { type = "Suffix", affix = "of the Panacea", "(51-55)% reduced [Poison|Poison] Duration on you", statOrderKey = "990", statOrder = { 990 }, level = 64, group = "ReducedPoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ReducedPoisonDuration5"] = { type = "Suffix", affix = "of the Antidote", "(56-60)% reduced [Poison|Poison] Duration on you", statOrderKey = "990", statOrder = { 990 }, level = 76, group = "ReducedPoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ReducedBurnDuration1"] = { type = "Suffix", affix = "of Damping", "(36-40)% reduced [Ignite|Ignite] Duration on you", statOrderKey = "986", statOrder = { 986 }, level = 21, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedBurnDuration2"] = { type = "Suffix", affix = "of Quashing", "(41-45)% reduced [Ignite|Ignite] Duration on you", statOrderKey = "986", statOrder = { 986 }, level = 37, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedBurnDuration3"] = { type = "Suffix", affix = "of Quelling", "(46-50)% reduced [Ignite|Ignite] Duration on you", statOrderKey = "986", statOrder = { 986 }, level = 50, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedBurnDuration4"] = { type = "Suffix", affix = "of Quenching", "(51-55)% reduced [Ignite|Ignite] Duration on you", statOrderKey = "986", statOrder = { 986 }, level = 64, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedBurnDuration5"] = { type = "Suffix", affix = "of Dousing", "(56-60)% reduced [Ignite|Ignite] Duration on you", statOrderKey = "986", statOrder = { 986 }, level = 76, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedShockDuration1"] = { type = "Suffix", affix = "of Earthing", "(36-40)% reduced [Shock|Shock] duration on you", statOrderKey = "989", statOrder = { 989 }, level = 20, group = "ReducedShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockDuration2"] = { type = "Suffix", affix = "of Insulation", "(41-45)% reduced [Shock|Shock] duration on you", statOrderKey = "989", statOrder = { 989 }, level = 36, group = "ReducedShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockDuration3"] = { type = "Suffix", affix = "of the Impedance", "(46-50)% reduced [Shock|Shock] duration on you", statOrderKey = "989", statOrder = { 989 }, level = 49, group = "ReducedShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockDuration4"] = { type = "Suffix", affix = "of the Dielectric", "(51-55)% reduced [Shock|Shock] duration on you", statOrderKey = "989", statOrder = { 989 }, level = 63, group = "ReducedShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockDuration5"] = { type = "Suffix", affix = "of Grounding", "(56-60)% reduced [Shock|Shock] duration on you", statOrderKey = "989", statOrder = { 989 }, level = 75, group = "ReducedShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedChillDuration1"] = { type = "Suffix", affix = "of Convection", "(36-40)% reduced [Chill|Chill] Duration on you", statOrderKey = "987", statOrder = { 987 }, level = 20, group = "ReducedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedChillDuration2"] = { type = "Suffix", affix = "of Fluidity", "(41-45)% reduced [Chill|Chill] Duration on you", statOrderKey = "987", statOrder = { 987 }, level = 36, group = "ReducedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedChillDuration3"] = { type = "Suffix", affix = "of Entropy", "(46-50)% reduced [Chill|Chill] Duration on you", statOrderKey = "987", statOrder = { 987 }, level = 49, group = "ReducedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedChillDuration4"] = { type = "Suffix", affix = "of Dissipation", "(51-55)% reduced [Chill|Chill] Duration on you", statOrderKey = "987", statOrder = { 987 }, level = 63, group = "ReducedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedChillDuration5"] = { type = "Suffix", affix = "of the Reversal", "(56-60)% reduced [Chill|Chill] Duration on you", statOrderKey = "987", statOrder = { 987 }, level = 75, group = "ReducedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDuration1"] = { type = "Suffix", affix = "of Heating", "(36-40)% reduced [Freeze|Freeze] Duration on you", statOrderKey = "988", statOrder = { 988 }, level = 20, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDuration2"] = { type = "Suffix", affix = "of Unfreezing", "(41-45)% reduced [Freeze|Freeze] Duration on you", statOrderKey = "988", statOrder = { 988 }, level = 36, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDuration3"] = { type = "Suffix", affix = "of Defrosting", "(46-50)% reduced [Freeze|Freeze] Duration on you", statOrderKey = "988", statOrder = { 988 }, level = 49, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDuration4"] = { type = "Suffix", affix = "of the Temperate", "(51-55)% reduced [Freeze|Freeze] Duration on you", statOrderKey = "988", statOrder = { 988 }, level = 63, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDuration5"] = { type = "Suffix", affix = "of Thawing", "(56-60)% reduced [Freeze|Freeze] Duration on you", statOrderKey = "988", statOrder = { 988 }, level = 75, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedExtraDamageFromCrits1___"] = { type = "Suffix", affix = "of Dulling", "Hits against you have (21-27)% reduced [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "942", statOrder = { 942 }, level = 33, group = "ReducedExtraDamageFromCrits", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["ReducedExtraDamageFromCrits2__"] = { type = "Suffix", affix = "of Deadening", "Hits against you have (28-34)% reduced [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "942", statOrder = { 942 }, level = 45, group = "ReducedExtraDamageFromCrits", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["ReducedExtraDamageFromCrits3"] = { type = "Suffix", affix = "of Interference", "Hits against you have (35-41)% reduced [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "942", statOrder = { 942 }, level = 58, group = "ReducedExtraDamageFromCrits", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["ReducedExtraDamageFromCrits4__"] = { type = "Suffix", affix = "of Obstruction", "Hits against you have (42-47)% reduced [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "942", statOrder = { 942 }, level = 69, group = "ReducedExtraDamageFromCrits", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["ReducedExtraDamageFromCrits5"] = { type = "Suffix", affix = "of the Bastion", "Hits against you have (48-54)% reduced [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "942", statOrder = { 942 }, level = 81, group = "ReducedExtraDamageFromCrits", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["AdditionalPhysicalDamageReduction1"] = { type = "Suffix", affix = "of the Watchman", "4% additional [Physical] Damage Reduction", statOrderKey = "943", statOrder = { 943 }, level = 32, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["AdditionalPhysicalDamageReduction2"] = { type = "Suffix", affix = "of the Custodian", "5% additional [Physical] Damage Reduction", statOrderKey = "943", statOrder = { 943 }, level = 41, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["AdditionalPhysicalDamageReduction3"] = { type = "Suffix", affix = "of the Sentry", "6% additional [Physical] Damage Reduction", statOrderKey = "943", statOrder = { 943 }, level = 53, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["AdditionalPhysicalDamageReduction4"] = { type = "Suffix", affix = "of the Protector", "7% additional [Physical] Damage Reduction", statOrderKey = "943", statOrder = { 943 }, level = 66, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["AdditionalPhysicalDamageReduction5_"] = { type = "Suffix", affix = "of the Conservator", "8% additional [Physical] Damage Reduction", statOrderKey = "943", statOrder = { 943 }, level = 77, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["MaximumFireResist1"] = { type = "Suffix", affix = "of the Bushfire", "+1% to [MaximumResistances|Maximum Fire Resistance]", statOrderKey = "945", statOrder = { 945 }, level = 68, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResist2_"] = { type = "Suffix", affix = "of the Molten Core", "+2% to [MaximumResistances|Maximum Fire Resistance]", statOrderKey = "945", statOrder = { 945 }, level = 75, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResist3"] = { type = "Suffix", affix = "of the Solar Storm", "+3% to [MaximumResistances|Maximum Fire Resistance]", statOrderKey = "945", statOrder = { 945 }, level = 81, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumColdResist1"] = { type = "Suffix", affix = "of Furs", "+1% to [MaximumResistances|Maximum Cold Resistance]", statOrderKey = "946", statOrder = { 946 }, level = 68, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResist2"] = { type = "Suffix", affix = "of the Tundra", "+2% to [MaximumResistances|Maximum Cold Resistance]", statOrderKey = "946", statOrder = { 946 }, level = 75, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResist3"] = { type = "Suffix", affix = "of the Mammoth", "+3% to [MaximumResistances|Maximum Cold Resistance]", statOrderKey = "946", statOrder = { 946 }, level = 81, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumLightningResist1"] = { type = "Suffix", affix = "of Impedance", "+1% to [MaximumResistances|Maximum Lightning Resistance]", statOrderKey = "947", statOrder = { 947 }, level = 68, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResist2___"] = { type = "Suffix", affix = "of Shockproofing", "+2% to [MaximumResistances|Maximum Lightning Resistance]", statOrderKey = "947", statOrder = { 947 }, level = 75, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResist3"] = { type = "Suffix", affix = "of the Lightning Rod", "+3% to [MaximumResistances|Maximum Lightning Resistance]", statOrderKey = "947", statOrder = { 947 }, level = 81, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumChaosResist1"] = { type = "Suffix", affix = "of Regularity", "+1% to [MaximumResistances|Maximum Chaos Resistance]", statOrderKey = "948", statOrder = { 948 }, level = 68, group = "MaximumChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResist2_"] = { type = "Suffix", affix = "of Concord", "+2% to [MaximumResistances|Maximum Chaos Resistance]", statOrderKey = "948", statOrder = { 948 }, level = 75, group = "MaximumChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResist3"] = { type = "Suffix", affix = "of Harmony", "+3% to [MaximumResistances|Maximum Chaos Resistance]", statOrderKey = "948", statOrder = { 948 }, level = 81, group = "MaximumChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["MaximumElementalResistance1"] = { type = "Suffix", affix = "of the Deathless", "+1% to all [MaximumResistances|Maximum Elemental Resistances]", statOrderKey = "944", statOrder = { 944 }, level = 75, group = "MaximumElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["MaximumElementalResistance2"] = { type = "Suffix", affix = "of the Everlasting", "+2% to all [MaximumResistances|Maximum Elemental Resistances]", statOrderKey = "944", statOrder = { 944 }, level = 81, group = "MaximumElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["EnergyShieldRechargeRate1"] = { type = "Suffix", affix = "of Enlivening", "(26-30)% increased [ESRechargeRate|Energy Shield Recharge Rate]", statOrderKey = "956", statOrder = { 956 }, level = 33, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnergyShieldRechargeRate2"] = { type = "Suffix", affix = "of Diffusion", "(31-35)% increased [ESRechargeRate|Energy Shield Recharge Rate]", statOrderKey = "956", statOrder = { 956 }, level = 45, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnergyShieldRechargeRate3"] = { type = "Suffix", affix = "of Dispersal", "(36-40)% increased [ESRechargeRate|Energy Shield Recharge Rate]", statOrderKey = "956", statOrder = { 956 }, level = 58, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnergyShieldRechargeRate4"] = { type = "Suffix", affix = "of Buffering", "(41-45)% increased [ESRechargeRate|Energy Shield Recharge Rate]", statOrderKey = "956", statOrder = { 956 }, level = 69, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnergyShieldRechargeRate5______"] = { type = "Suffix", affix = "of Ardour", "(46-50)% increased [ESRechargeRate|Energy Shield Recharge Rate]", statOrderKey = "956", statOrder = { 956 }, level = 81, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ArrowPierceChance1"] = { type = "Suffix", affix = "of Piercing", "(12-14)% chance to [Pierce|Pierce] an Enemy", statOrderKey = "991", statOrder = { 991 }, level = 11, group = "ChanceToPierce", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ArrowPierceChance2"] = { type = "Suffix", affix = "of Drilling", "(15-17)% chance to [Pierce|Pierce] an Enemy", statOrderKey = "991", statOrder = { 991 }, level = 26, group = "ChanceToPierce", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ArrowPierceChance3"] = { type = "Suffix", affix = "of Puncturing", "(18-20)% chance to [Pierce|Pierce] an Enemy", statOrderKey = "991", statOrder = { 991 }, level = 44, group = "ChanceToPierce", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ArrowPierceChance4"] = { type = "Suffix", affix = "of Skewering", "(21-23)% chance to [Pierce|Pierce] an Enemy", statOrderKey = "991", statOrder = { 991 }, level = 61, group = "ChanceToPierce", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ArrowPierceChance5"] = { type = "Suffix", affix = "of Penetrating", "(24-26)% chance to [Pierce|Pierce] an Enemy", statOrderKey = "991", statOrder = { 991 }, level = 77, group = "ChanceToPierce", weightKey = { }, weightVal = { }, modTags = { }, }, - ["AdditionalArrow1"] = { type = "Suffix", affix = "of Splintering", "Bow [Attack|Attacks] fire an additional Arrow", statOrderKey = "937", statOrder = { 937 }, level = 55, group = "AdditionalArrows", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["AdditionalArrow2"] = { type = "Suffix", affix = "of Many", "Bow [Attack|Attacks] fire 2 additional Arrows", statOrderKey = "937", statOrder = { 937 }, level = 82, group = "AdditionalArrows", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["AdditionalAmmo1"] = { type = "Suffix", affix = "of Shelling", "Loads an additional bolt", statOrderKey = "935", statOrder = { 935 }, level = 55, group = "AdditionalAmmo", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["AdditionalAmmo2"] = { type = "Suffix", affix = "of Bursting", "Loads 2 additional bolts", statOrderKey = "935", statOrder = { 935 }, level = 82, group = "AdditionalAmmo", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["BeltFlaskLifeRecoveryRate1"] = { type = "Prefix", affix = "Restoring", "(5-10)% increased [Flask] Life Recovery rate", statOrderKey = "878", statOrder = { 878 }, level = 5, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRate2"] = { type = "Prefix", affix = "Recovering", "(11-16)% increased [Flask] Life Recovery rate", statOrderKey = "878", statOrder = { 878 }, level = 21, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRate3_"] = { type = "Prefix", affix = "Renewing", "(17-22)% increased [Flask] Life Recovery rate", statOrderKey = "878", statOrder = { 878 }, level = 35, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRate4"] = { type = "Prefix", affix = "Refreshing", "(23-28)% increased [Flask] Life Recovery rate", statOrderKey = "878", statOrder = { 878 }, level = 49, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRate5"] = { type = "Prefix", affix = "Rejuvenating", "(29-34)% increased [Flask] Life Recovery rate", statOrderKey = "878", statOrder = { 878 }, level = 63, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRate6"] = { type = "Prefix", affix = "Regenerating", "(35-40)% increased [Flask] Life Recovery rate", statOrderKey = "878", statOrder = { 878 }, level = 77, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskManaRecoveryRate1_"] = { type = "Prefix", affix = "Affecting", "(5-10)% increased [Flask] Mana Recovery rate", statOrderKey = "879", statOrder = { 879 }, level = 5, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryRate2"] = { type = "Prefix", affix = "Stirring", "(11-16)% increased [Flask] Mana Recovery rate", statOrderKey = "879", statOrder = { 879 }, level = 21, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryRate3_"] = { type = "Prefix", affix = "Heartening", "(17-22)% increased [Flask] Mana Recovery rate", statOrderKey = "879", statOrder = { 879 }, level = 35, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryRate4__"] = { type = "Prefix", affix = "Exciting", "(23-28)% increased [Flask] Mana Recovery rate", statOrderKey = "879", statOrder = { 879 }, level = 49, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryRate5"] = { type = "Prefix", affix = "Galvanizing", "(29-34)% increased [Flask] Mana Recovery rate", statOrderKey = "879", statOrder = { 879 }, level = 63, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryRate6"] = { type = "Prefix", affix = "Inspiring", "(35-40)% increased [Flask] Mana Recovery rate", statOrderKey = "879", statOrder = { 879 }, level = 77, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["BeltIncreasedCharmDuration1"] = { type = "Prefix", affix = "Conservative", "(4-9)% increased [Charm] Effect Duration", statOrderKey = "880", statOrder = { 880 }, level = 8, group = "BeltIncreasedCharmDuration", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltIncreasedCharmDuration2"] = { type = "Prefix", affix = "Transformative", "(10-15)% increased [Charm] Effect Duration", statOrderKey = "880", statOrder = { 880 }, level = 24, group = "BeltIncreasedCharmDuration", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltIncreasedCharmDuration3"] = { type = "Prefix", affix = "Progressive", "(16-21)% increased [Charm] Effect Duration", statOrderKey = "880", statOrder = { 880 }, level = 40, group = "BeltIncreasedCharmDuration", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltIncreasedCharmDuration4"] = { type = "Prefix", affix = "Innovative", "(22-27)% increased [Charm] Effect Duration", statOrderKey = "880", statOrder = { 880 }, level = 56, group = "BeltIncreasedCharmDuration", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltIncreasedCharmDuration5"] = { type = "Prefix", affix = "Revolutionary", "(28-33)% increased [Charm] Effect Duration", statOrderKey = "880", statOrder = { 880 }, level = 75, group = "BeltIncreasedCharmDuration", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltIncreasedFlaskChargesGained1"] = { type = "Suffix", affix = "of Refilling", "(5-10)% increased [Flask|Flask] Charges gained", statOrderKey = "5904", statOrder = { 5904 }, level = 2, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskChargesGained2"] = { type = "Suffix", affix = "of Restocking", "(11-16)% increased [Flask|Flask] Charges gained", statOrderKey = "5904", statOrder = { 5904 }, level = 16, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskChargesGained3_____"] = { type = "Suffix", affix = "of Replenishing", "(17-22)% increased [Flask|Flask] Charges gained", statOrderKey = "5904", statOrder = { 5904 }, level = 32, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskChargesGained4"] = { type = "Suffix", affix = "of Pouring", "(23-28)% increased [Flask|Flask] Charges gained", statOrderKey = "5904", statOrder = { 5904 }, level = 48, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskChargesGained5_"] = { type = "Suffix", affix = "of Brimming", "(29-34)% increased [Flask|Flask] Charges gained", statOrderKey = "5904", statOrder = { 5904 }, level = 70, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskChargesGained6"] = { type = "Suffix", affix = "of Overflowing", "(35-40)% increased [Flask|Flask] Charges gained", statOrderKey = "5904", statOrder = { 5904 }, level = 81, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["BeltReducedFlaskChargesUsed1"] = { type = "Suffix", affix = "of Sipping", "(8-10)% reduced [Flask|Flask] Charges used", statOrderKey = "971", statOrder = { 971 }, level = 3, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["BeltReducedFlaskChargesUsed2"] = { type = "Suffix", affix = "of Imbibing", "(11-13)% reduced [Flask|Flask] Charges used", statOrderKey = "971", statOrder = { 971 }, level = 18, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["BeltReducedFlaskChargesUsed3"] = { type = "Suffix", affix = "of Relishing", "(14-16)% reduced [Flask|Flask] Charges used", statOrderKey = "971", statOrder = { 971 }, level = 33, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["BeltReducedFlaskChargesUsed4"] = { type = "Suffix", affix = "of Savouring", "(17-19)% reduced [Flask|Flask] Charges used", statOrderKey = "971", statOrder = { 971 }, level = 50, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["BeltReducedFlaskChargesUsed5"] = { type = "Suffix", affix = "of Reveling", "(20-22)% reduced [Flask|Flask] Charges used", statOrderKey = "971", statOrder = { 971 }, level = 72, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["BeltReducedFlaskChargesUsed6"] = { type = "Suffix", affix = "of Nourishing", "(23-25)% reduced [Flask|Flask] Charges used", statOrderKey = "971", statOrder = { 971 }, level = 81, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedCharmChargesGained1"] = { type = "Suffix", affix = "of Plenty", "(5-10)% increased [Charm] Charges gained", statOrderKey = "5066", statOrder = { 5066 }, level = 2, group = "BeltIncreasedCharmChargesGained", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltIncreasedCharmChargesGained2"] = { type = "Suffix", affix = "of Surplus", "(11-16)% increased [Charm] Charges gained", statOrderKey = "5066", statOrder = { 5066 }, level = 16, group = "BeltIncreasedCharmChargesGained", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltIncreasedCharmChargesGained3"] = { type = "Suffix", affix = "of Fertility", "(17-22)% increased [Charm] Charges gained", statOrderKey = "5066", statOrder = { 5066 }, level = 32, group = "BeltIncreasedCharmChargesGained", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltIncreasedCharmChargesGained4"] = { type = "Suffix", affix = "of Bounty", "(23-28)% increased [Charm] Charges gained", statOrderKey = "5066", statOrder = { 5066 }, level = 48, group = "BeltIncreasedCharmChargesGained", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltIncreasedCharmChargesGained5"] = { type = "Suffix", affix = "of the Harvest", "(29-34)% increased [Charm] Charges gained", statOrderKey = "5066", statOrder = { 5066 }, level = 70, group = "BeltIncreasedCharmChargesGained", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltIncreasedCharmChargesGained6"] = { type = "Suffix", affix = "of Abundance", "(35-40)% increased [Charm] Charges gained", statOrderKey = "5066", statOrder = { 5066 }, level = 81, group = "BeltIncreasedCharmChargesGained", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltReducedCharmChargesUsed1"] = { type = "Suffix", affix = "of Austerity", "(8-10)% reduced [Charm] Charges used", statOrderKey = "5068", statOrder = { 5068 }, level = 3, group = "BeltReducedCharmChargesUsed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltReducedCharmChargesUsed2"] = { type = "Suffix", affix = "of Frugality", "(11-13)% reduced [Charm] Charges used", statOrderKey = "5068", statOrder = { 5068 }, level = 18, group = "BeltReducedCharmChargesUsed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltReducedCharmChargesUsed3"] = { type = "Suffix", affix = "of Temperance", "(14-16)% reduced [Charm] Charges used", statOrderKey = "5068", statOrder = { 5068 }, level = 33, group = "BeltReducedCharmChargesUsed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltReducedCharmChargesUsed4"] = { type = "Suffix", affix = "of Restraint", "(17-19)% reduced [Charm] Charges used", statOrderKey = "5068", statOrder = { 5068 }, level = 50, group = "BeltReducedCharmChargesUsed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltReducedCharmChargesUsed5"] = { type = "Suffix", affix = "of Economy", "(20-22)% reduced [Charm] Charges used", statOrderKey = "5068", statOrder = { 5068 }, level = 72, group = "BeltReducedCharmChargesUsed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["BeltReducedCharmChargesUsed6"] = { type = "Suffix", affix = "of Scarcity", "(23-25)% reduced [Charm] Charges used", statOrderKey = "5068", statOrder = { 5068 }, level = 81, group = "BeltReducedCharmChargesUsed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["AdditionalCharm1"] = { type = "Suffix", affix = "of Symbolism", "+1 [Charm] Slot", statOrderKey = "936", statOrder = { 936 }, level = 55, group = "AdditionalCharm", weightKey = { }, weightVal = { }, modTags = { }, }, - ["AdditionalCharm2"] = { type = "Suffix", affix = "of Inscription", "+2 [Charm] Slots", statOrderKey = "936", statOrder = { 936 }, level = 82, group = "AdditionalCharm", weightKey = { }, weightVal = { }, modTags = { }, }, - ["IgniteChanceIncrease1"] = { type = "Suffix", affix = "of Ignition", "(51-60)% increased chance to [Ignite]", statOrderKey = "978", statOrder = { 978 }, level = 15, group = "IgniteChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["IgniteChanceIncrease2"] = { type = "Suffix", affix = "of Scorching", "(61-70)% increased chance to [Ignite]", statOrderKey = "978", statOrder = { 978 }, level = 30, group = "IgniteChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["IgniteChanceIncrease3"] = { type = "Suffix", affix = "of Incineration", "(71-80)% increased chance to [Ignite]", statOrderKey = "978", statOrder = { 978 }, level = 45, group = "IgniteChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["IgniteChanceIncrease4"] = { type = "Suffix", affix = "of Combustion", "(81-90)% increased chance to [Ignite]", statOrderKey = "978", statOrder = { 978 }, level = 60, group = "IgniteChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["IgniteChanceIncrease5"] = { type = "Suffix", affix = "of Conflagration", "(91-100)% increased chance to [Ignite]", statOrderKey = "978", statOrder = { 978 }, level = 75, group = "IgniteChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["FreezeDamageIncrease1"] = { type = "Suffix", affix = "of Freezing", "(31-40)% increased [Freeze|Freeze] Buildup", statOrderKey = "980", statOrder = { 980 }, level = 15, group = "FreezeDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["FreezeDamageIncrease2"] = { type = "Suffix", affix = "of Bleakness", "(41-50)% increased [Freeze|Freeze] Buildup", statOrderKey = "980", statOrder = { 980 }, level = 30, group = "FreezeDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["FreezeDamageIncrease3"] = { type = "Suffix", affix = "of the Glacier", "(51-60)% increased [Freeze|Freeze] Buildup", statOrderKey = "980", statOrder = { 980 }, level = 45, group = "FreezeDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["FreezeDamageIncrease4"] = { type = "Suffix", affix = "of the Hyperboreal", "(61-70)% increased [Freeze|Freeze] Buildup", statOrderKey = "980", statOrder = { 980 }, level = 60, group = "FreezeDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["FreezeDamageIncrease5"] = { type = "Suffix", affix = "of the Arctic", "(71-80)% increased [Freeze|Freeze] Buildup", statOrderKey = "980", statOrder = { 980 }, level = 75, group = "FreezeDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ShockChanceIncrease1"] = { type = "Suffix", affix = "of Shocking", "(51-60)% increased chance to [Shock]", statOrderKey = "982", statOrder = { 982 }, level = 15, group = "ShockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ShockChanceIncrease2"] = { type = "Suffix", affix = "of Zapping", "(61-70)% increased chance to [Shock]", statOrderKey = "982", statOrder = { 982 }, level = 30, group = "ShockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ShockChanceIncrease3"] = { type = "Suffix", affix = "of Electrocution", "(71-80)% increased chance to [Shock]", statOrderKey = "982", statOrder = { 982 }, level = 45, group = "ShockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ShockChanceIncrease4"] = { type = "Suffix", affix = "of Voltages", "(81-90)% increased chance to [Shock]", statOrderKey = "982", statOrder = { 982 }, level = 60, group = "ShockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ShockChanceIncrease5"] = { type = "Suffix", affix = "of the Thunderbolt", "(91-100)% increased chance to [Shock]", statOrderKey = "982", statOrder = { 982 }, level = 75, group = "ShockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ProjectileSpeed1"] = { type = "Prefix", affix = "Darting", "(10-17)% increased [Projectile] Speed", statOrderKey = "877", statOrder = { 877 }, level = 14, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeed2"] = { type = "Prefix", affix = "Brisk", "(18-25)% increased [Projectile] Speed", statOrderKey = "877", statOrder = { 877 }, level = 27, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeed3"] = { type = "Prefix", affix = "Quick", "(26-33)% increased [Projectile] Speed", statOrderKey = "877", statOrder = { 877 }, level = 41, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeed4"] = { type = "Prefix", affix = "Rapid", "(34-41)% increased [Projectile] Speed", statOrderKey = "877", statOrder = { 877 }, level = 55, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeed5"] = { type = "Prefix", affix = "Nimble", "(42-46)% increased [Projectile] Speed", statOrderKey = "877", statOrder = { 877 }, level = 82, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["DamageTakenGainedAsLife1___"] = { type = "Suffix", affix = "of Mending", "(10-12)% of Damage taken [Recoup|Recouped] as Life", statOrderKey = "959", statOrder = { 959 }, level = 30, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLife2"] = { type = "Suffix", affix = "of Bandaging", "(13-15)% of Damage taken [Recoup|Recouped] as Life", statOrderKey = "959", statOrder = { 959 }, level = 44, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLife3"] = { type = "Suffix", affix = "of Stitching", "(16-18)% of Damage taken [Recoup|Recouped] as Life", statOrderKey = "959", statOrder = { 959 }, level = 56, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLife4_"] = { type = "Suffix", affix = "of Suturing", "(19-21)% of Damage taken [Recoup|Recouped] as Life", statOrderKey = "959", statOrder = { 959 }, level = 68, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLife5"] = { type = "Suffix", affix = "of Fleshbinding", "(22-24)% of Damage taken [Recoup|Recouped] as Life", statOrderKey = "959", statOrder = { 959 }, level = 79, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsMana1"] = { type = "Suffix", affix = "of Reprieve", "(10-12)% of Damage taken [Recoup|Recouped] as Mana", statOrderKey = "966", statOrder = { 966 }, level = 31, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, - ["DamageTakenGainedAsMana2"] = { type = "Suffix", affix = "of Solace", "(13-15)% of Damage taken [Recoup|Recouped] as Mana", statOrderKey = "966", statOrder = { 966 }, level = 45, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, - ["DamageTakenGainedAsMana3"] = { type = "Suffix", affix = "of Tranquility", "(16-18)% of Damage taken [Recoup|Recouped] as Mana", statOrderKey = "966", statOrder = { 966 }, level = 57, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, - ["DamageTakenGainedAsMana4"] = { type = "Suffix", affix = "of Serenity", "(19-21)% of Damage taken [Recoup|Recouped] as Mana", statOrderKey = "966", statOrder = { 966 }, level = 69, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, - ["DamageTakenGainedAsMana5"] = { type = "Suffix", affix = "of Zen", "(22-24)% of Damage taken [Recoup|Recouped] as Mana", statOrderKey = "966", statOrder = { 966 }, level = 80, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, - ["StunDuration1"] = { type = "Suffix", affix = "of Impact", "(11-13)% increased [Stun|Stun] Duration", statOrderKey = "976", statOrder = { 976 }, level = 5, group = "LocalStunDuration", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunDuration2"] = { type = "Suffix", affix = "of Dazing", "(14-16)% increased [Stun|Stun] Duration", statOrderKey = "976", statOrder = { 976 }, level = 18, group = "LocalStunDuration", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunDuration3"] = { type = "Suffix", affix = "of Stunning", "(17-19)% increased [Stun|Stun] Duration", statOrderKey = "976", statOrder = { 976 }, level = 30, group = "LocalStunDuration", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunDuration4"] = { type = "Suffix", affix = "of Slamming", "(20-22)% increased [Stun|Stun] Duration", statOrderKey = "976", statOrder = { 976 }, level = 44, group = "LocalStunDuration", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunDuration5"] = { type = "Suffix", affix = "of Staggering", "(23-26)% increased [Stun|Stun] Duration", statOrderKey = "976", statOrder = { 976 }, level = 58, group = "LocalStunDuration", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunDuration6"] = { type = "Suffix", affix = "of the Concussion", "(27-30)% increased [Stun|Stun] Duration", statOrderKey = "976", statOrder = { 976 }, level = 71, group = "LocalStunDuration", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunDamageIncrease1"] = { type = "Suffix", affix = "of the Pugilist", "Causes (21-30)% increased [Stun|Stun] Buildup", statOrderKey = "974", statOrder = { 974 }, level = 5, group = "LocalStunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunDamageIncrease2"] = { type = "Suffix", affix = "of the Brawler", "Causes (31-40)% increased [Stun|Stun] Buildup", statOrderKey = "974", statOrder = { 974 }, level = 20, group = "LocalStunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunDamageIncrease3"] = { type = "Suffix", affix = "of the Boxer", "Causes (41-50)% increased [Stun|Stun] Buildup", statOrderKey = "974", statOrder = { 974 }, level = 30, group = "LocalStunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunDamageIncrease4"] = { type = "Suffix", affix = "of the Combatant", "Causes (51-60)% increased [Stun|Stun] Buildup", statOrderKey = "974", statOrder = { 974 }, level = 44, group = "LocalStunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunDamageIncrease5"] = { type = "Suffix", affix = "of the Gladiator", "Causes (61-70)% increased [Stun|Stun] Buildup", statOrderKey = "974", statOrder = { 974 }, level = 58, group = "LocalStunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["StunDamageIncrease6"] = { type = "Suffix", affix = "of the Champion", "Causes (71-80)% increased [Stun|Stun] Buildup", statOrderKey = "974", statOrder = { 974 }, level = 74, group = "LocalStunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamage1"] = { type = "Prefix", affix = "Apprentice's", "(3-7)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 5, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamage2"] = { type = "Prefix", affix = "Adept's", "(8-12)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 20, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamage3"] = { type = "Prefix", affix = "Scholar's", "(13-17)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 38, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamage4"] = { type = "Prefix", affix = "Professor's", "(18-22)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 50, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamage5"] = { type = "Prefix", affix = "Occultist's", "(23-26)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 62, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamage6"] = { type = "Prefix", affix = "Incanter's", "(27-30)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 76, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["FireDamagePercent1"] = { type = "Prefix", affix = "Searing", "(3-7)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 8, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercent2"] = { type = "Prefix", affix = "Sizzling", "(8-12)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 22, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercent3"] = { type = "Prefix", affix = "Blistering", "(13-17)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 36, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercent4"] = { type = "Prefix", affix = "Cauterising", "(18-22)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 50, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercent5"] = { type = "Prefix", affix = "Volcanic", "(23-26)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 64, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercent6"] = { type = "Prefix", affix = "Magmatic", "(27-30)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 76, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ColdDamagePercent1"] = { type = "Prefix", affix = "Bitter", "(3-7)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 10, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercent2"] = { type = "Prefix", affix = "Biting", "(8-12)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 24, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercent3"] = { type = "Prefix", affix = "Alpine", "(13-17)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 36, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercent4"] = { type = "Prefix", affix = "Snowy", "(18-22)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 50, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercent5"] = { type = "Prefix", affix = "Hailing", "(23-26)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 64, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercent6"] = { type = "Prefix", affix = "Crystalline", "(27-30)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 76, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["LightningDamagePercent1"] = { type = "Prefix", affix = "Charged", "(3-7)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 9, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercent2"] = { type = "Prefix", affix = "Hissing", "(8-12)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 23, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercent3"] = { type = "Prefix", affix = "Bolting", "(13-17)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 36, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercent4"] = { type = "Prefix", affix = "Coursing", "(18-22)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 50, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercent5"] = { type = "Prefix", affix = "Striking", "(23-26)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 64, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercent6"] = { type = "Prefix", affix = "Smiting", "(27-30)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 76, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["ChaosDamagePercent1"] = { type = "Prefix", affix = "Impure", "(3-7)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 11, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePercent2"] = { type = "Prefix", affix = "Tainted", "(8-12)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 26, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePercent3"] = { type = "Prefix", affix = "Clouded", "(13-17)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 38, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePercent4"] = { type = "Prefix", affix = "Darkened", "(18-22)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 52, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePercent5"] = { type = "Prefix", affix = "Malignant", "(23-26)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 66, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamagePercent6"] = { type = "Prefix", affix = "Vile", "(27-30)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 78, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["WeaponElementalDamage1"] = { type = "Prefix", affix = "Catalysing", "(19-34)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 4, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamage2"] = { type = "Prefix", affix = "Infusing", "(36-51)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 15, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamage3"] = { type = "Prefix", affix = "Empowering", "(53-61)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 30, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamage4"] = { type = "Prefix", affix = "Unleashed", "(63-71)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 45, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamage5"] = { type = "Prefix", affix = "Overpowering", "(73-85)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 60, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamage6_"] = { type = "Prefix", affix = "Devastating", "(87-100)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 81, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnTwohandWeapon1"] = { type = "Prefix", affix = "Catalysing", "(34-47)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 4, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnTwohandWeapon2____"] = { type = "Prefix", affix = "Infusing", "(48-71)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 15, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnTwohandWeapon3"] = { type = "Prefix", affix = "Empowering", "(72-85)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 30, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnTwohandWeapon4"] = { type = "Prefix", affix = "Unleashed", "(86-99)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 45, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnTwohandWeapon5"] = { type = "Prefix", affix = "Overpowering", "(100-119)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 60, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnTwohandWeapon6"] = { type = "Prefix", affix = "Devastating", "(120-139)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 81, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["SpellDamageGainedAsFire1"] = { type = "Prefix", affix = "Fervent", "[Gain] (13-15)% of Damage as Extra [Fire] Damage", statOrderKey = "848", statOrder = { 848 }, level = 5, group = "DamageGainedAsFire", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsFire2"] = { type = "Prefix", affix = "Ardent", "[Gain] (16-18)% of Damage as Extra [Fire] Damage", statOrderKey = "848", statOrder = { 848 }, level = 16, group = "DamageGainedAsFire", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsFire3"] = { type = "Prefix", affix = "Fanatic's", "[Gain] (19-21)% of Damage as Extra [Fire] Damage", statOrderKey = "848", statOrder = { 848 }, level = 31, group = "DamageGainedAsFire", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsFire4"] = { type = "Prefix", affix = "Zealot's", "[Gain] (22-24)% of Damage as Extra [Fire] Damage", statOrderKey = "848", statOrder = { 848 }, level = 46, group = "DamageGainedAsFire", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsFire5"] = { type = "Prefix", affix = "Infernal", "[Gain] (25-27)% of Damage as Extra [Fire] Damage", statOrderKey = "848", statOrder = { 848 }, level = 61, group = "DamageGainedAsFire", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsFire6"] = { type = "Prefix", affix = "Flamebound", "[Gain] (28-30)% of Damage as Extra [Fire] Damage", statOrderKey = "848", statOrder = { 848 }, level = 80, group = "DamageGainedAsFire", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsCold1"] = { type = "Prefix", affix = "Malignant", "[Gain] (13-15)% of Damage as Extra [Cold] Damage", statOrderKey = "850", statOrder = { 850 }, level = 5, group = "DamageGainedAsCold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsCold2"] = { type = "Prefix", affix = "Pernicious", "[Gain] (16-18)% of Damage as Extra [Cold] Damage", statOrderKey = "850", statOrder = { 850 }, level = 16, group = "DamageGainedAsCold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsCold3"] = { type = "Prefix", affix = "Destructive", "[Gain] (19-21)% of Damage as Extra [Cold] Damage", statOrderKey = "850", statOrder = { 850 }, level = 31, group = "DamageGainedAsCold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsCold4"] = { type = "Prefix", affix = "Malicious", "[Gain] (22-24)% of Damage as Extra [Cold] Damage", statOrderKey = "850", statOrder = { 850 }, level = 46, group = "DamageGainedAsCold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsCold5"] = { type = "Prefix", affix = "Ruthless", "[Gain] (25-27)% of Damage as Extra [Cold] Damage", statOrderKey = "850", statOrder = { 850 }, level = 61, group = "DamageGainedAsCold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsCold6"] = { type = "Prefix", affix = "Frostbound", "[Gain] (28-30)% of Damage as Extra [Cold] Damage", statOrderKey = "850", statOrder = { 850 }, level = 80, group = "DamageGainedAsCold", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsLightning1"] = { type = "Prefix", affix = "Deadly", "[Gain] (13-15)% of Damage as Extra [Lightning] Damage", statOrderKey = "852", statOrder = { 852 }, level = 5, group = "DamageGainedAsLightning", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsLightning2"] = { type = "Prefix", affix = "Lethal", "[Gain] (16-18)% of Damage as Extra [Lightning] Damage", statOrderKey = "852", statOrder = { 852 }, level = 16, group = "DamageGainedAsLightning", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsLightning3"] = { type = "Prefix", affix = "Fatal", "[Gain] (19-21)% of Damage as Extra [Lightning] Damage", statOrderKey = "852", statOrder = { 852 }, level = 31, group = "DamageGainedAsLightning", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsLightning4"] = { type = "Prefix", affix = "Vorpal", "[Gain] (22-24)% of Damage as Extra [Lightning] Damage", statOrderKey = "852", statOrder = { 852 }, level = 46, group = "DamageGainedAsLightning", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsLightning5"] = { type = "Prefix", affix = "Electrifying", "[Gain] (25-27)% of Damage as Extra [Lightning] Damage", statOrderKey = "852", statOrder = { 852 }, level = 61, group = "DamageGainedAsLightning", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SpellDamageGainedAsLightning6"] = { type = "Prefix", affix = "Stormbound", "[Gain] (28-30)% of Damage as Extra [Lightning] Damage", statOrderKey = "852", statOrder = { 852 }, level = 80, group = "DamageGainedAsLightning", weightKey = { }, weightVal = { }, modTags = { }, }, - ["DamageWithBows1"] = { type = "Prefix", affix = "Acute", "(11-20)% increased Damage with Bow Skills", statOrderKey = "862", statOrder = { 862 }, level = 4, group = "DamageWithBowSkills", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["DamageWithBows2"] = { type = "Prefix", affix = "Trenchant", "(21-30)% increased Damage with Bow Skills", statOrderKey = "862", statOrder = { 862 }, level = 15, group = "DamageWithBowSkills", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["DamageWithBows3"] = { type = "Prefix", affix = "Perforating", "(31-36)% increased Damage with Bow Skills", statOrderKey = "862", statOrder = { 862 }, level = 30, group = "DamageWithBowSkills", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["DamageWithBows4"] = { type = "Prefix", affix = "Incisive", "(37-42)% increased Damage with Bow Skills", statOrderKey = "862", statOrder = { 862 }, level = 45, group = "DamageWithBowSkills", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["DamageWithBows5"] = { type = "Prefix", affix = "Lacerating", "(43-50)% increased Damage with Bow Skills", statOrderKey = "862", statOrder = { 862 }, level = 60, group = "DamageWithBowSkills", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["DamageWithBows6"] = { type = "Prefix", affix = "Impaling", "(51-59)% increased Damage with Bow Skills", statOrderKey = "862", statOrder = { 862 }, level = 81, group = "DamageWithBowSkills", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["PresenceRadius1"] = { type = "Suffix", affix = "of Direction", "(13-16)% increased [Presence|Presence] Area of Effect", statOrderKey = "992", statOrder = { 992 }, level = 23, group = "PresenceRadius", weightKey = { }, weightVal = { }, modTags = { }, }, - ["PresenceRadius2"] = { type = "Suffix", affix = "of Outreach", "(17-21)% increased [Presence|Presence] Area of Effect", statOrderKey = "992", statOrder = { 992 }, level = 40, group = "PresenceRadius", weightKey = { }, weightVal = { }, modTags = { }, }, - ["PresenceRadius3"] = { type = "Suffix", affix = "of Guidance", "(22-25)% increased [Presence|Presence] Area of Effect", statOrderKey = "992", statOrder = { 992 }, level = 56, group = "PresenceRadius", weightKey = { }, weightVal = { }, modTags = { }, }, - ["PresenceRadius4"] = { type = "Suffix", affix = "of Influence", "(26-30)% increased [Presence|Presence] Area of Effect", statOrderKey = "992", statOrder = { 992 }, level = 72, group = "PresenceRadius", weightKey = { }, weightVal = { }, modTags = { }, }, - ["MinionLife1"] = { type = "Suffix", affix = "of the Mentor", "[Minion|Minions] have (21-25)% increased maximum Life", statOrderKey = "955", statOrder = { 955 }, level = 2, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLife2"] = { type = "Suffix", affix = "of the Tutor", "[Minion|Minions] have (26-30)% increased maximum Life", statOrderKey = "955", statOrder = { 955 }, level = 16, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLife3"] = { type = "Suffix", affix = "of the Director", "[Minion|Minions] have (31-35)% increased maximum Life", statOrderKey = "955", statOrder = { 955 }, level = 32, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLife4"] = { type = "Suffix", affix = "of the Headmaster", "[Minion|Minions] have (36-40)% increased maximum Life", statOrderKey = "955", statOrder = { 955 }, level = 48, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLife5"] = { type = "Suffix", affix = "of the Administrator", "[Minion|Minions] have (41-45)% increased maximum Life", statOrderKey = "955", statOrder = { 955 }, level = 64, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLife6"] = { type = "Suffix", affix = "of the Rector", "[Minion|Minions] have (46-50)% increased maximum Life", statOrderKey = "955", statOrder = { 955 }, level = 80, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["Strength1"] = { type = "Suffix", affix = "of the Brute", "+(5-8) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Strength2"] = { type = "Suffix", affix = "of the Wrestler", "+(9-12) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 11, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Strength3"] = { type = "Suffix", affix = "of the Bear", "+(13-16) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 22, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Strength4"] = { type = "Suffix", affix = "of the Lion", "+(17-20) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 33, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Strength5"] = { type = "Suffix", affix = "of the Gorilla", "+(21-24) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 44, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Strength6"] = { type = "Suffix", affix = "of the Goliath", "+(25-27) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 55, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Strength7"] = { type = "Suffix", affix = "of the Leviathan", "+(28-30) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 66, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Strength8"] = { type = "Suffix", affix = "of the Titan", "+(31-33) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 74, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Strength9"] = { type = "Suffix", affix = "of the Gods", "+(34-36) to [Strength|Strength]", statOrderKey = "939", statOrder = { 939 }, level = 81, group = "Strength", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, }, + ["Dexterity1"] = { type = "Suffix", affix = "of the Mongoose", "+(5-8) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Dexterity2"] = { type = "Suffix", affix = "of the Lynx", "+(9-12) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 11, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Dexterity3"] = { type = "Suffix", affix = "of the Fox", "+(13-16) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 22, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Dexterity4"] = { type = "Suffix", affix = "of the Falcon", "+(17-20) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 33, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Dexterity5"] = { type = "Suffix", affix = "of the Panther", "+(21-24) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 44, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Dexterity6"] = { type = "Suffix", affix = "of the Leopard", "+(25-27) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 55, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Dexterity7"] = { type = "Suffix", affix = "of the Jaguar", "+(28-30) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 66, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Dexterity8"] = { type = "Suffix", affix = "of the Phantom", "+(31-33) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 74, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Dexterity9"] = { type = "Suffix", affix = "of the Wind", "+(34-36) to [Dexterity|Dexterity]", statOrderKey = "940", statOrder = { 940 }, level = 81, group = "Dexterity", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, }, + ["Intelligence1"] = { type = "Suffix", affix = "of the Pupil", "+(5-8) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 1, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Intelligence2"] = { type = "Suffix", affix = "of the Student", "+(9-12) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 11, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Intelligence3"] = { type = "Suffix", affix = "of the Prodigy", "+(13-16) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 22, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Intelligence4"] = { type = "Suffix", affix = "of the Augur", "+(17-20) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 33, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Intelligence5"] = { type = "Suffix", affix = "of the Philosopher", "+(21-24) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 44, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Intelligence6"] = { type = "Suffix", affix = "of the Sage", "+(25-27) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 55, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Intelligence7"] = { type = "Suffix", affix = "of the Savant", "+(28-30) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 66, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Intelligence8"] = { type = "Suffix", affix = "of the Virtuoso", "+(31-33) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 74, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, }, + ["Intelligence9"] = { type = "Suffix", affix = "of the Genius", "+(34-36) to [Intelligence|Intelligence]", statOrderKey = "941", statOrder = { 941 }, level = 81, group = "Intelligence", weightKey = { "helmet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, }, + ["AllAttributes1"] = { type = "Suffix", affix = "of the Clouds", "+(2-4) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attribute" }, }, + ["AllAttributes2"] = { type = "Suffix", affix = "of the Sky", "+(5-7) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 11, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attribute" }, }, + ["AllAttributes3"] = { type = "Suffix", affix = "of the Meteor", "+(8-10) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 22, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attribute" }, }, + ["AllAttributes4"] = { type = "Suffix", affix = "of the Comet", "+(11-13) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 33, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attribute" }, }, + ["AllAttributes5"] = { type = "Suffix", affix = "of the Heavens", "+(14-16) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 44, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, }, + ["AllAttributes6"] = { type = "Suffix", affix = "of the Galaxy", "+(17-18) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 55, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, }, + ["AllAttributes7"] = { type = "Suffix", affix = "of the Universe", "+(19-20) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 66, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, }, + ["AllAttributes8"] = { type = "Suffix", affix = "of the Multiverse", "+(21-22) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 75, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, }, + ["AllAttributes9_"] = { type = "Suffix", affix = "of the Infinite", "+(23-24) to all [Attributes|Attributes]", statOrderKey = "938", statOrder = { 938 }, level = 82, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, }, + ["FireResist1"] = { type = "Suffix", affix = "of the Whelpling", "+(6-10)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 1, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResist2"] = { type = "Suffix", affix = "of the Salamander", "+(11-15)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 12, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResist3"] = { type = "Suffix", affix = "of the Drake", "+(16-20)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 24, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResist4"] = { type = "Suffix", affix = "of the Kiln", "+(21-25)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 36, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResist5"] = { type = "Suffix", affix = "of the Furnace", "+(26-30)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 48, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResist6"] = { type = "Suffix", affix = "of the Volcano", "+(31-35)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 60, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResist7"] = { type = "Suffix", affix = "of Magma", "+(36-40)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 71, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResist8"] = { type = "Suffix", affix = "of Tzteosh", "+(41-45)% to [Resistances|Fire Resistance]", statOrderKey = "950", statOrder = { 950 }, level = 82, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["ColdResist1"] = { type = "Suffix", affix = "of the Seal", "+(6-10)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 1, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResist2"] = { type = "Suffix", affix = "of the Penguin", "+(11-15)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 14, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResist3"] = { type = "Suffix", affix = "of the Narwhal", "+(16-20)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 26, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResist4"] = { type = "Suffix", affix = "of the Yeti", "+(21-25)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 38, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResist5"] = { type = "Suffix", affix = "of the Walrus", "+(26-30)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 50, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResist6"] = { type = "Suffix", affix = "of the Polar Bear", "+(31-35)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 60, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResist7"] = { type = "Suffix", affix = "of the Ice", "+(36-40)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 71, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResist8"] = { type = "Suffix", affix = "of Haast", "+(41-45)% to [Resistances|Cold Resistance]", statOrderKey = "951", statOrder = { 951 }, level = 82, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["LightningResist1"] = { type = "Suffix", affix = "of the Cloud", "+(6-10)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 1, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResist2"] = { type = "Suffix", affix = "of the Squall", "+(11-15)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 13, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResist3"] = { type = "Suffix", affix = "of the Storm", "+(16-20)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 25, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResist4"] = { type = "Suffix", affix = "of the Thunderhead", "+(21-25)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 37, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResist5"] = { type = "Suffix", affix = "of the Tempest", "+(26-30)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 49, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResist6"] = { type = "Suffix", affix = "of the Maelstrom", "+(31-35)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 60, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResist7"] = { type = "Suffix", affix = "of the Lightning", "+(36-40)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 71, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResist8"] = { type = "Suffix", affix = "of Ephij", "+(41-45)% to [Resistances|Lightning Resistance]", statOrderKey = "952", statOrder = { 952 }, level = 82, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["AllResistances1"] = { type = "Suffix", affix = "of the Crystal", "+(3-5)% to all [ElementalDamage|Elemental] [Resistances]", statOrderKey = "949", statOrder = { 949 }, level = 12, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, }, + ["AllResistances2"] = { type = "Suffix", affix = "of the Prism", "+(6-8)% to all [ElementalDamage|Elemental] [Resistances]", statOrderKey = "949", statOrder = { 949 }, level = 26, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, }, + ["AllResistances3"] = { type = "Suffix", affix = "of the Kaleidoscope", "+(9-11)% to all [ElementalDamage|Elemental] [Resistances]", statOrderKey = "949", statOrder = { 949 }, level = 40, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, }, + ["AllResistances4"] = { type = "Suffix", affix = "of Variegation", "+(12-14)% to all [ElementalDamage|Elemental] [Resistances]", statOrderKey = "949", statOrder = { 949 }, level = 54, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, }, + ["AllResistances5"] = { type = "Suffix", affix = "of the Rainbow", "+(15-16)% to all [ElementalDamage|Elemental] [Resistances]", statOrderKey = "949", statOrder = { 949 }, level = 68, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, }, + ["AllResistances6"] = { type = "Suffix", affix = "of the Span", "+(17-18)% to all [ElementalDamage|Elemental] [Resistances]", statOrderKey = "949", statOrder = { 949 }, level = 80, group = "AllResistances", weightKey = { "str_int_shield", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, }, + ["NearbyAlliesAllResistances1"] = { type = "Suffix", affix = "of Adjustment", "[Allies|Allies] in your [Presence|Presence] have +(3-5)% to all [ElementalDamage|Elemental] [Resistances|Resistances]", statOrderKey = "893", statOrder = { 893 }, level = 12, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, }, + ["NearbyAlliesAllResistances2"] = { type = "Suffix", affix = "of Acclimatisation", "[Allies|Allies] in your [Presence|Presence] have +(6-8)% to all [ElementalDamage|Elemental] [Resistances|Resistances]", statOrderKey = "893", statOrder = { 893 }, level = 26, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, }, + ["NearbyAlliesAllResistances3"] = { type = "Suffix", affix = "of Adaptation", "[Allies|Allies] in your [Presence|Presence] have +(9-11)% to all [ElementalDamage|Elemental] [Resistances|Resistances]", statOrderKey = "893", statOrder = { 893 }, level = 40, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, }, + ["NearbyAlliesAllResistances4"] = { type = "Suffix", affix = "of Evolution", "[Allies|Allies] in your [Presence|Presence] have +(12-14)% to all [ElementalDamage|Elemental] [Resistances|Resistances]", statOrderKey = "893", statOrder = { 893 }, level = 54, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, }, + ["NearbyAlliesAllResistances5"] = { type = "Suffix", affix = "of Progression", "[Allies|Allies] in your [Presence|Presence] have +(15-16)% to all [ElementalDamage|Elemental] [Resistances|Resistances]", statOrderKey = "893", statOrder = { 893 }, level = 68, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, }, + ["NearbyAlliesAllResistances6"] = { type = "Suffix", affix = "of Metamorphosis", "[Allies|Allies] in your [Presence|Presence] have +(17-18)% to all [ElementalDamage|Elemental] [Resistances|Resistances]", statOrderKey = "893", statOrder = { 893 }, level = 80, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, }, + ["ChaosResist1"] = { type = "Suffix", affix = "of the Lost", "+(4-7)% to [Resistances|Chaos Resistance]", statOrderKey = "953", statOrder = { 953 }, level = 16, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResist2"] = { type = "Suffix", affix = "of Banishment", "+(8-11)% to [Resistances|Chaos Resistance]", statOrderKey = "953", statOrder = { 953 }, level = 30, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResist3"] = { type = "Suffix", affix = "of Eviction", "+(12-15)% to [Resistances|Chaos Resistance]", statOrderKey = "953", statOrder = { 953 }, level = 44, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResist4"] = { type = "Suffix", affix = "of Expulsion", "+(16-19)% to [Resistances|Chaos Resistance]", statOrderKey = "953", statOrder = { 953 }, level = 56, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResist5"] = { type = "Suffix", affix = "of Exile", "+(20-23)% to [Resistances|Chaos Resistance]", statOrderKey = "953", statOrder = { 953 }, level = 68, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResist6"] = { type = "Suffix", affix = "of Bameth", "+(24-27)% to [Resistances|Chaos Resistance]", statOrderKey = "953", statOrder = { 953 }, level = 81, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, }, + ["IncreasedLife1"] = { type = "Prefix", affix = "Hale", "+(10-19) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 1, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLife2"] = { type = "Prefix", affix = "Healthy", "+(20-29) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 5, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLife3"] = { type = "Prefix", affix = "Sanguine", "+(30-39) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 11, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLife4"] = { type = "Prefix", affix = "Stalwart", "+(40-59) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 18, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLife5"] = { type = "Prefix", affix = "Stout", "+(60-69) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 24, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLife6"] = { type = "Prefix", affix = "Robust", "+(70-84) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 30, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLife7"] = { type = "Prefix", affix = "Rotund", "+(85-99) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 36, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLife8"] = { type = "Prefix", affix = "Virile", "+(100-119) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 44, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLife9"] = { type = "Prefix", affix = "Athlete's", "+(120-149) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 56, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLife10"] = { type = "Prefix", affix = "Fecund", "+(150-174) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 68, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLife11"] = { type = "Prefix", affix = "Vigorous", "+(175-189) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 74, group = "IncreasedLife", weightKey = { "shield", "body_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLife12"] = { type = "Prefix", affix = "Rapturous", "+(190-199) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 78, group = "IncreasedLife", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLife13"] = { type = "Prefix", affix = "Prime", "+(200-214) to maximum Life", statOrderKey = "871", statOrder = { 871 }, level = 82, group = "IncreasedLife", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["MaximumLifeIncrease1"] = { type = "Prefix", affix = "Hopeful", "(3-4)% increased maximum Life", statOrderKey = "872", statOrder = { 872 }, level = 36, group = "MaximumLifeIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["MaximumLifeIncrease2"] = { type = "Prefix", affix = "Optimistic", "(5-6)% increased maximum Life", statOrderKey = "872", statOrder = { 872 }, level = 61, group = "MaximumLifeIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["MaximumLifeIncrease3"] = { type = "Prefix", affix = "Confident", "(7-8)% increased maximum Life", statOrderKey = "872", statOrder = { 872 }, level = 80, group = "MaximumLifeIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedMana1"] = { type = "Prefix", affix = "Beryl", "+(10-14) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 1, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana2"] = { type = "Prefix", affix = "Cobalt", "+(15-24) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 6, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana3"] = { type = "Prefix", affix = "Azure", "+(25-34) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 12, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana4"] = { type = "Prefix", affix = "Teal", "+(35-54) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 19, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana5"] = { type = "Prefix", affix = "Cerulean", "+(55-64) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 25, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana6"] = { type = "Prefix", affix = "Aqua", "+(65-79) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 31, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana7"] = { type = "Prefix", affix = "Opalescent", "+(80-89) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 36, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana8"] = { type = "Prefix", affix = "Gentian", "+(90-104) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 43, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana9"] = { type = "Prefix", affix = "Chalybeous", "+(105-124) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 53, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana10"] = { type = "Prefix", affix = "Mazarine", "+(125-149) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 63, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana11"] = { type = "Prefix", affix = "Blue", "+(150-164) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 69, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana12"] = { type = "Prefix", affix = "Zaffre", "+(165-179) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 77, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana13"] = { type = "Prefix", affix = "Ultramarine", "+(180-189) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 82, group = "IncreasedMana", weightKey = { "ring", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon1"] = { type = "Prefix", affix = "Beryl", "+(14-20) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 1, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon2_"] = { type = "Prefix", affix = "Cobalt", "+(21-34) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 6, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon3_"] = { type = "Prefix", affix = "Azure", "+(35-48) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 12, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon4"] = { type = "Prefix", affix = "Sapphire", "+(49-76) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 19, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon5"] = { type = "Prefix", affix = "Cerulean", "+(77-90) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 25, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon6"] = { type = "Prefix", affix = "Aqua", "+(91-111) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 31, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon7"] = { type = "Prefix", affix = "Opalescent", "+(112-125) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 36, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon8_"] = { type = "Prefix", affix = "Gentian", "+(126-146) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 43, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon9"] = { type = "Prefix", affix = "Chalybeous", "+(147-174) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 53, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon10"] = { type = "Prefix", affix = "Mazarine", "+(175-209) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 63, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon11"] = { type = "Prefix", affix = "Blue", "+(210-230) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 69, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon12"] = { type = "Prefix", affix = "Zaffre", "+(231-251) to maximum Mana", statOrderKey = "873", statOrder = { 873 }, level = 77, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["MaximumManaIncrease1"] = { type = "Prefix", affix = "Cognizant", "(5-6)% increased maximum Mana", statOrderKey = "874", statOrder = { 874 }, level = 35, group = "MaximumManaIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["MaximumManaIncrease2"] = { type = "Prefix", affix = "Perceptive", "(7-8)% increased maximum Mana", statOrderKey = "874", statOrder = { 874 }, level = 60, group = "MaximumManaIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["MaximumManaIncrease3"] = { type = "Prefix", affix = "Mnemonic", "(9-10)% increased maximum Mana", statOrderKey = "874", statOrder = { 874 }, level = 79, group = "MaximumManaIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Lacquered", "+(12-22) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRating2"] = { type = "Prefix", affix = "Studded", "+(23-42) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 11, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRating3"] = { type = "Prefix", affix = "Ribbed", "+(43-54) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 17, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRating4"] = { type = "Prefix", affix = "Fortified", "+(55-81) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 28, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRating5"] = { type = "Prefix", affix = "Plated", "+(82-106) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 37, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRating6"] = { type = "Prefix", affix = "Carapaced", "+(107-138) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 48, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRating7"] = { type = "Prefix", affix = "Encased", "+(139-168) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 57, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRating8_"] = { type = "Prefix", affix = "Enveloped", "+(169-195) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 66, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRating9"] = { type = "Prefix", affix = "Abating", "+(196-224) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 74, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRating10"] = { type = "Prefix", affix = "Unmoving", "+(225-255) to [Armour]", statOrderKey = "865", statOrder = { 865 }, level = 82, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedEvasionRating1"] = { type = "Prefix", affix = "Agile", "+(8-15) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 1, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRating2"] = { type = "Prefix", affix = "Dancer's", "+(16-33) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 11, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRating3"] = { type = "Prefix", affix = "Acrobat's", "+(34-44) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 17, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRating4"] = { type = "Prefix", affix = "Fleet", "+(45-69) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 28, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRating5"] = { type = "Prefix", affix = "Blurred", "+(70-93) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 37, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRating6"] = { type = "Prefix", affix = "Phased", "+(94-123) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 48, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRating7"] = { type = "Prefix", affix = "Vaporous", "+(124-151) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 57, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRating8"] = { type = "Prefix", affix = "Elusory", "+(152-176) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 66, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRating9"] = { type = "Prefix", affix = "Adroit", "+(177-203) to [Evasion] Rating", statOrderKey = "867", statOrder = { 867 }, level = 74, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEnergyShield1"] = { type = "Prefix", affix = "Shining", "+(8-14) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 1, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShield2"] = { type = "Prefix", affix = "Glimmering", "+(15-20) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 11, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShield3"] = { type = "Prefix", affix = "Glittering", "+(21-24) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 17, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShield4"] = { type = "Prefix", affix = "Glowing", "+(25-33) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 28, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShield5"] = { type = "Prefix", affix = "Radiating", "+(34-41) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 37, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShield6"] = { type = "Prefix", affix = "Pulsing", "+(42-51) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 48, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShield7"] = { type = "Prefix", affix = "Blazing", "+(52-61) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 57, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShield8"] = { type = "Prefix", affix = "Dazzling", "+(62-70) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 66, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShield9"] = { type = "Prefix", affix = "Scintillating", "+(71-79) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 74, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShield10"] = { type = "Prefix", affix = "Incandescent", "+(80-89) to maximum [EnergyShield|Energy Shield]", statOrderKey = "869", statOrder = { 869 }, level = 82, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Prefix", affix = "Reinforced", "(10-13)% increased [Armour]", statOrderKey = "866", statOrder = { 866 }, level = 2, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingPercent2"] = { type = "Prefix", affix = "Layered", "(15-20)% increased [Armour]", statOrderKey = "866", statOrder = { 866 }, level = 18, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingPercent3"] = { type = "Prefix", affix = "Lobstered", "(21-26)% increased [Armour]", statOrderKey = "866", statOrder = { 866 }, level = 30, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingPercent4"] = { type = "Prefix", affix = "Buttressed", "(27-32)% increased [Armour]", statOrderKey = "866", statOrder = { 866 }, level = 42, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingPercent5"] = { type = "Prefix", affix = "Thickened", "(33-38)% increased [Armour]", statOrderKey = "866", statOrder = { 866 }, level = 56, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingPercent6"] = { type = "Prefix", affix = "Girded", "(39-44)% increased [Armour]", statOrderKey = "866", statOrder = { 866 }, level = 70, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingPercent7"] = { type = "Prefix", affix = "Impregnable", "(45-50)% increased [Armour]", statOrderKey = "866", statOrder = { 866 }, level = 77, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["IncreasedEvasionRatingPercent1"] = { type = "Prefix", affix = "Shade's", "(10-13)% increased [Evasion|Evasion Rating]", statOrderKey = "868", statOrder = { 868 }, level = 2, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingPercent2"] = { type = "Prefix", affix = "Ghost's", "(15-20)% increased [Evasion|Evasion Rating]", statOrderKey = "868", statOrder = { 868 }, level = 18, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingPercent3"] = { type = "Prefix", affix = "Spectre's", "(21-26)% increased [Evasion|Evasion Rating]", statOrderKey = "868", statOrder = { 868 }, level = 30, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingPercent4"] = { type = "Prefix", affix = "Wraith's", "(27-32)% increased [Evasion|Evasion Rating]", statOrderKey = "868", statOrder = { 868 }, level = 42, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingPercent5"] = { type = "Prefix", affix = "Phantasm's", "(33-38)% increased [Evasion|Evasion Rating]", statOrderKey = "868", statOrder = { 868 }, level = 56, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingPercent6"] = { type = "Prefix", affix = "Nightmare's", "(39-44)% increased [Evasion|Evasion Rating]", statOrderKey = "868", statOrder = { 868 }, level = 70, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingPercent7"] = { type = "Prefix", affix = "Mirage's", "(45-50)% increased [Evasion|Evasion Rating]", statOrderKey = "868", statOrder = { 868 }, level = 77, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["IncreasedEnergyShieldPercent1"] = { type = "Prefix", affix = "Protective", "(10-13)% increased maximum [EnergyShield|Energy Shield]", statOrderKey = "870", statOrder = { 870 }, level = 2, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercent2"] = { type = "Prefix", affix = "Strong-Willed", "(15-20)% increased maximum [EnergyShield|Energy Shield]", statOrderKey = "870", statOrder = { 870 }, level = 18, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercent3"] = { type = "Prefix", affix = "Resolute", "(21-26)% increased maximum [EnergyShield|Energy Shield]", statOrderKey = "870", statOrder = { 870 }, level = 30, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercent4"] = { type = "Prefix", affix = "Fearless", "(27-32)% increased maximum [EnergyShield|Energy Shield]", statOrderKey = "870", statOrder = { 870 }, level = 42, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercent5"] = { type = "Prefix", affix = "Dauntless", "(33-38)% increased maximum [EnergyShield|Energy Shield]", statOrderKey = "870", statOrder = { 870 }, level = 56, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercent6"] = { type = "Prefix", affix = "Indomitable", "(39-44)% increased maximum [EnergyShield|Energy Shield]", statOrderKey = "870", statOrder = { 870 }, level = 70, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercent7"] = { type = "Prefix", affix = "Unassailable", "(45-50)% increased maximum [EnergyShield|Energy Shield]", statOrderKey = "870", statOrder = { 870 }, level = 77, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Lacquered", "+(16-27) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRating2"] = { type = "Prefix", affix = "Studded", "+(28-50) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 11, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRating3"] = { type = "Prefix", affix = "Ribbed", "+(51-68) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 17, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRating4"] = { type = "Prefix", affix = "Fortified", "+(69-82) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 23, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRating5"] = { type = "Prefix", affix = "Plated", "+(83-102) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 29, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRating6"] = { type = "Prefix", affix = "Carapaced", "+(103-122) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 35, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRating7__"] = { type = "Prefix", affix = "Encased", "+(123-160) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 47, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRating8"] = { type = "Prefix", affix = "Enveloped", "+(161-202) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 59, group = "LocalPhysicalDamageReductionRating", weightKey = { "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRating9_"] = { type = "Prefix", affix = "Abating", "+(203-225) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 66, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRating10"] = { type = "Prefix", affix = "Unmoving", "+(226-256) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 74, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRating11"] = { type = "Prefix", affix = "Impervious", "+(257-276) to [Armour|Armour]", statOrderKey = "833", statOrder = { 833 }, level = 79, group = "LocalPhysicalDamageReductionRating", weightKey = { "shield", "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedEvasionRating1"] = { type = "Prefix", affix = "Agile", "+(11-18) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRating2"] = { type = "Prefix", affix = "Dancer's", "+(19-39) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 11, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRating3"] = { type = "Prefix", affix = "Acrobat's", "+(40-56) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 17, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRating4"] = { type = "Prefix", affix = "Fleet", "+(57-70) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 23, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRating5"] = { type = "Prefix", affix = "Blurred", "+(71-88) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 29, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRating6"] = { type = "Prefix", affix = "Phased", "+(89-107) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 35, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRating7_"] = { type = "Prefix", affix = "Vaporous", "+(108-142) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 47, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRating8"] = { type = "Prefix", affix = "Elusory", "+(143-181) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 59, group = "LocalEvasionRating", weightKey = { "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRating9___"] = { type = "Prefix", affix = "Adroit", "+(182-204) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 66, group = "LocalEvasionRating", weightKey = { "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRating10"] = { type = "Prefix", affix = "Lissome", "+(205-232) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 74, group = "LocalEvasionRating", weightKey = { "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRating11"] = { type = "Prefix", affix = "Fugitive", "+(233-251) to [Evasion] Rating", statOrderKey = "834", statOrder = { 834 }, level = 79, group = "LocalEvasionRating", weightKey = { "shield", "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEnergyShield1"] = { type = "Prefix", affix = "Shining", "+(10-17) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 1, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShield2"] = { type = "Prefix", affix = "Glimmering", "+(18-24) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 11, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShield3"] = { type = "Prefix", affix = "Glittering", "+(25-30) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 17, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShield4"] = { type = "Prefix", affix = "Glowing", "+(31-35) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 23, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShield5"] = { type = "Prefix", affix = "Radiating", "+(36-41) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 29, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShield6"] = { type = "Prefix", affix = "Pulsing", "+(42-47) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 35, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShield7"] = { type = "Prefix", affix = "Blazing", "+(48-60) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 47, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShield8"] = { type = "Prefix", affix = "Dazzling", "+(61-73) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 59, group = "LocalEnergyShield", weightKey = { "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShield9"] = { type = "Prefix", affix = "Scintillating", "+(74-80) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 66, group = "LocalEnergyShield", weightKey = { "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShield10"] = { type = "Prefix", affix = "Incandescent", "+(81-90) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 74, group = "LocalEnergyShield", weightKey = { "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShield11"] = { type = "Prefix", affix = "Resplendent", "+(91-96) to maximum [EnergyShield|Energy Shield]", statOrderKey = "835", statOrder = { 835 }, level = 79, group = "LocalEnergyShield", weightKey = { "focus", "shield", "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalBaseArmourAndEvasionRating1"] = { type = "Prefix", affix = "Supple", "+(8-14) to [Armour|Armour]", "+(6-9) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 1, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalBaseArmourAndEvasionRating2"] = { type = "Prefix", affix = "Pliant", "+(15-35) to [Armour|Armour]", "+(10-30) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 18, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalBaseArmourAndEvasionRating3"] = { type = "Prefix", affix = "Flexible", "+(36-53) to [Armour|Armour]", "+(31-46) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 30, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalBaseArmourAndEvasionRating4"] = { type = "Prefix", affix = "Durable", "+(54-65) to [Armour|Armour]", "+(47-57) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 38, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalBaseArmourAndEvasionRating5"] = { type = "Prefix", affix = "Sturdy", "+(66-78) to [Armour|Armour]", "+(58-69) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 46, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalBaseArmourAndEvasionRating6_"] = { type = "Prefix", affix = "Resilient", "+(79-98) to [Armour|Armour]", "+(70-88) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 58, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalBaseArmourAndEvasionRating7"] = { type = "Prefix", affix = "Adaptable", "+(99-117) to [Armour|Armour]", "+(89-107) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 69, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalBaseArmourAndEvasionRating8"] = { type = "Prefix", affix = "Versatile", "+(118-138) to [Armour|Armour]", "+(108-126) to [Evasion] Rating", statOrderKey = "833,834", statOrder = { 833, 834 }, level = 79, group = "LocalBaseArmourAndEvasionRating", weightKey = { "shield", "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalBaseArmourAndEnergyShield1"] = { type = "Prefix", affix = "Blessed", "+(8-14) to [Armour|Armour]", "+(5-8) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 1, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalBaseArmourAndEnergyShield2_"] = { type = "Prefix", affix = "Anointed", "+(15-35) to [Armour|Armour]", "+(9-15) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 18, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalBaseArmourAndEnergyShield3"] = { type = "Prefix", affix = "Sanctified", "+(36-53) to [Armour|Armour]", "+(16-21) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 30, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalBaseArmourAndEnergyShield4"] = { type = "Prefix", affix = "Hallowed", "+(54-65) to [Armour|Armour]", "+(22-25) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 38, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalBaseArmourAndEnergyShield5"] = { type = "Prefix", affix = "Beatified", "+(66-78) to [Armour|Armour]", "+(26-29) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 46, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalBaseArmourAndEnergyShield6"] = { type = "Prefix", affix = "Consecrated", "+(79-98) to [Armour|Armour]", "+(30-36) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 58, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalBaseArmourAndEnergyShield7"] = { type = "Prefix", affix = "Saintly", "+(99-117) to [Armour|Armour]", "+(37-42) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 69, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalBaseArmourAndEnergyShield8"] = { type = "Prefix", affix = "Godly", "+(118-138) to [Armour|Armour]", "+(43-48) to maximum [EnergyShield|Energy Shield]", statOrderKey = "833,835", statOrder = { 833, 835 }, level = 79, group = "LocalBaseArmourAndEnergyShield", weightKey = { "shield", "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalBaseEvasionRatingAndEnergyShield1"] = { type = "Prefix", affix = "Will-o-wisp's", "+(6-9) to [Evasion] Rating", "+(5-8) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 1, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalBaseEvasionRatingAndEnergyShield2"] = { type = "Prefix", affix = "Nymph's", "+(10-30) to [Evasion] Rating", "+(9-15) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 18, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalBaseEvasionRatingAndEnergyShield3"] = { type = "Prefix", affix = "Sylph's", "+(31-46) to [Evasion] Rating", "+(16-21) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 30, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalBaseEvasionRatingAndEnergyShield4"] = { type = "Prefix", affix = "Cherub's", "+(47-57) to [Evasion] Rating", "+(22-25) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 38, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalBaseEvasionRatingAndEnergyShield5_"] = { type = "Prefix", affix = "Spirit's", "+(58-69) to [Evasion] Rating", "+(26-29) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 46, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalBaseEvasionRatingAndEnergyShield6"] = { type = "Prefix", affix = "Eidolon's", "+(70-88) to [Evasion] Rating", "+(30-36) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 58, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalBaseEvasionRatingAndEnergyShield7___"] = { type = "Prefix", affix = "Apparition's", "+(89-107) to [Evasion] Rating", "+(37-42) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 69, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalBaseEvasionRatingAndEnergyShield8___"] = { type = "Prefix", affix = "Banshee's", "+(108-126) to [Evasion] Rating", "+(43-48) to maximum [EnergyShield|Energy Shield]", statOrderKey = "834,835", statOrder = { 834, 835 }, level = 79, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "shield", "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Prefix", affix = "Reinforced", "(15-26)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 2, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent2"] = { type = "Prefix", affix = "Layered", "(27-42)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 15, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent3"] = { type = "Prefix", affix = "Lobstered", "(43-55)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 27, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent4"] = { type = "Prefix", affix = "Buttressed", "(56-67)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 39, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent5"] = { type = "Prefix", affix = "Thickened", "(68-79)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 51, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent6"] = { type = "Prefix", affix = "Girded", "(80-91)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 66, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent7"] = { type = "Prefix", affix = "Impregnable", "(92-100)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 75, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent8_"] = { type = "Prefix", affix = "Impenetrable", "(101-110)% increased [Armour|Armour]", statOrderKey = "836", statOrder = { 836 }, level = 82, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "int_armour", "str_dex_armour", "str_int_armour", "dex_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedEvasionRatingPercent1"] = { type = "Prefix", affix = "Shade's", "(15-26)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 2, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercent2"] = { type = "Prefix", affix = "Ghost's", "(27-42)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 15, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercent3"] = { type = "Prefix", affix = "Spectre's", "(43-55)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 27, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercent4"] = { type = "Prefix", affix = "Wraith's", "(56-67)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 39, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercent5"] = { type = "Prefix", affix = "Phantasm's", "(68-79)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 51, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercent6"] = { type = "Prefix", affix = "Nightmare's", "(80-91)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 66, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercent7"] = { type = "Prefix", affix = "Mirage's", "(92-100)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 75, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercent8"] = { type = "Prefix", affix = "Illusion's", "(101-110)% increased [Evasion|Evasion] Rating", statOrderKey = "837", statOrder = { 837 }, level = 82, group = "LocalEvasionRatingIncreasePercent", weightKey = { "int_armour", "str_dex_armour", "str_int_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent1"] = { type = "Prefix", affix = "Protective", "(15-26)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 2, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent2"] = { type = "Prefix", affix = "Strong-Willed", "(27-42)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 15, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent3"] = { type = "Prefix", affix = "Resolute", "(43-55)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 27, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent4"] = { type = "Prefix", affix = "Fearless", "(56-67)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 39, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent5"] = { type = "Prefix", affix = "Dauntless", "(68-79)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 51, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent6"] = { type = "Prefix", affix = "Indomitable", "(80-91)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 66, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent7_"] = { type = "Prefix", affix = "Unassailable", "(92-100)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 75, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent8"] = { type = "Prefix", affix = "Unfaltering", "(101-110)% increased [EnergyShield|Energy Shield]", statOrderKey = "838", statOrder = { 838 }, level = 82, group = "LocalEnergyShieldPercent", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "dex_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEvasion1"] = { type = "Prefix", affix = "Scrapper's", "(15-26)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 2, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasion2"] = { type = "Prefix", affix = "Brawler's", "(27-42)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 15, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasion3"] = { type = "Prefix", affix = "Fencer's", "(43-55)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 27, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasion4"] = { type = "Prefix", affix = "Gladiator's", "(56-67)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 39, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasion5"] = { type = "Prefix", affix = "Duelist's", "(68-79)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 51, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasion6"] = { type = "Prefix", affix = "Hero's", "(80-91)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 66, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasion7"] = { type = "Prefix", affix = "Legend's", "(92-100)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 75, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasion8"] = { type = "Prefix", affix = "Victor's", "(101-110)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "839", statOrder = { 839 }, level = 82, group = "LocalArmourAndEvasion", weightKey = { "int_armour", "str_int_armour", "dex_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShield1"] = { type = "Prefix", affix = "Infixed", "(15-26)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 2, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShield2"] = { type = "Prefix", affix = "Ingrained", "(27-42)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 15, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShield3"] = { type = "Prefix", affix = "Instilled", "(43-55)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 27, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShield4"] = { type = "Prefix", affix = "Infused", "(56-67)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 39, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShield5"] = { type = "Prefix", affix = "Inculcated", "(68-79)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 51, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShield6"] = { type = "Prefix", affix = "Interpolated", "(80-91)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 66, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShield7"] = { type = "Prefix", affix = "Inspired", "(92-100)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 75, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShield8"] = { type = "Prefix", affix = "Interpermeated", "(101-110)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "840", statOrder = { 840 }, level = 82, group = "LocalArmourAndEnergyShield", weightKey = { "int_armour", "str_dex_armour", "dex_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShield1"] = { type = "Prefix", affix = "Shadowy", "(15-26)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 2, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShield2"] = { type = "Prefix", affix = "Ethereal", "(27-42)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 15, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShield3"] = { type = "Prefix", affix = "Unworldly", "(43-55)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 27, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShield4"] = { type = "Prefix", affix = "Ephemeral", "(56-67)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 39, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShield5_"] = { type = "Prefix", affix = "Evanescent", "(68-79)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 51, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShield6"] = { type = "Prefix", affix = "Unreal", "(80-91)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 66, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShield7"] = { type = "Prefix", affix = "Illusory", "(92-100)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 75, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShield8"] = { type = "Prefix", affix = "Incorporeal", "(101-110)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "841", statOrder = { 841 }, level = 82, group = "LocalEvasionAndEnergyShield", weightKey = { "int_armour", "str_int_armour", "dex_armour", "str_armour", "str_dex_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalArmourAndStunThreshold1"] = { type = "Prefix", affix = "Beetle's", "(6-13)% increased [Armour|Armour]", "+(8-13) to [StunThreshold|Stun Threshold]", statOrderKey = "836,984", statOrder = { 836, 984 }, level = 10, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndStunThreshold2"] = { type = "Prefix", affix = "Crab's", "(14-20)% increased [Armour|Armour]", "+(14-24) to [StunThreshold|Stun Threshold]", statOrderKey = "836,984", statOrder = { 836, 984 }, level = 19, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndStunThreshold3"] = { type = "Prefix", affix = "Armadillo's", "(21-26)% increased [Armour|Armour]", "+(25-40) to [StunThreshold|Stun Threshold]", statOrderKey = "836,984", statOrder = { 836, 984 }, level = 30, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndStunThreshold4"] = { type = "Prefix", affix = "Rhino's", "(27-32)% increased [Armour|Armour]", "+(41-63) to [StunThreshold|Stun Threshold]", statOrderKey = "836,984", statOrder = { 836, 984 }, level = 44, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndStunThreshold5"] = { type = "Prefix", affix = "Elephant's", "(33-38)% increased [Armour|Armour]", "+(64-94) to [StunThreshold|Stun Threshold]", statOrderKey = "836,984", statOrder = { 836, 984 }, level = 60, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndStunThreshold6"] = { type = "Prefix", affix = "Mammoth's", "(39-42)% increased [Armour|Armour]", "+(95-136) to [StunThreshold|Stun Threshold]", statOrderKey = "836,984", statOrder = { 836, 984 }, level = 78, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEvasionAndStunThreshold1"] = { type = "Prefix", affix = "Mosquito's", "(6-13)% increased [Evasion|Evasion] Rating", "+(8-13) to [StunThreshold|Stun Threshold]", statOrderKey = "837,984", statOrder = { 837, 984 }, level = 10, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEvasionAndStunThreshold2"] = { type = "Prefix", affix = "Moth's", "(14-20)% increased [Evasion|Evasion] Rating", "+(14-24) to [StunThreshold|Stun Threshold]", statOrderKey = "837,984", statOrder = { 837, 984 }, level = 19, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEvasionAndStunThreshold3"] = { type = "Prefix", affix = "Butterfly's", "(21-26)% increased [Evasion|Evasion] Rating", "+(25-40) to [StunThreshold|Stun Threshold]", statOrderKey = "837,984", statOrder = { 837, 984 }, level = 30, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEvasionAndStunThreshold4"] = { type = "Prefix", affix = "Wasp's", "(27-32)% increased [Evasion|Evasion] Rating", "+(41-63) to [StunThreshold|Stun Threshold]", statOrderKey = "837,984", statOrder = { 837, 984 }, level = 44, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEvasionAndStunThreshold5"] = { type = "Prefix", affix = "Dragonfly's", "(33-38)% increased [Evasion|Evasion] Rating", "+(64-94) to [StunThreshold|Stun Threshold]", statOrderKey = "837,984", statOrder = { 837, 984 }, level = 60, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEvasionAndStunThreshold6"] = { type = "Prefix", affix = "Hummingbird's", "(39-42)% increased [Evasion|Evasion] Rating", "+(95-136) to [StunThreshold|Stun Threshold]", statOrderKey = "837,984", statOrder = { 837, 984 }, level = 78, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEnergyShieldAndStunThreshold1"] = { type = "Prefix", affix = "Pixie's", "(6-13)% increased [EnergyShield|Energy Shield]", "+(8-13) to [StunThreshold|Stun Threshold]", statOrderKey = "838,984", statOrder = { 838, 984 }, level = 10, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEnergyShieldAndStunThreshold2"] = { type = "Prefix", affix = "Gremlin's", "(14-20)% increased [EnergyShield|Energy Shield]", "+(14-24) to [StunThreshold|Stun Threshold]", statOrderKey = "838,984", statOrder = { 838, 984 }, level = 19, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEnergyShieldAndStunThreshold3"] = { type = "Prefix", affix = "Boggart's", "(21-26)% increased [EnergyShield|Energy Shield]", "+(25-40) to [StunThreshold|Stun Threshold]", statOrderKey = "838,984", statOrder = { 838, 984 }, level = 30, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEnergyShieldAndStunThreshold4"] = { type = "Prefix", affix = "Naga's", "(27-32)% increased [EnergyShield|Energy Shield]", "+(41-63) to [StunThreshold|Stun Threshold]", statOrderKey = "838,984", statOrder = { 838, 984 }, level = 44, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEnergyShieldAndStunThreshold5"] = { type = "Prefix", affix = "Djinn's", "(33-38)% increased [EnergyShield|Energy Shield]", "+(64-94) to [StunThreshold|Stun Threshold]", statOrderKey = "838,984", statOrder = { 838, 984 }, level = 60, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEnergyShieldAndStunThreshold6"] = { type = "Prefix", affix = "Seraphim's", "(39-42)% increased [EnergyShield|Energy Shield]", "+(95-136) to [StunThreshold|Stun Threshold]", statOrderKey = "838,984", statOrder = { 838, 984 }, level = 78, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndEvasionAndStunThreshold1"] = { type = "Prefix", affix = "Captain's", "(6-13)% increased [Armour|Armour] and [Evasion|Evasion]", "+(8-13) to [StunThreshold|Stun Threshold]", statOrderKey = "839,984", statOrder = { 839, 984 }, level = 10, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndEvasionAndStunThreshold2"] = { type = "Prefix", affix = "Commander's", "(14-20)% increased [Armour|Armour] and [Evasion|Evasion]", "+(14-24) to [StunThreshold|Stun Threshold]", statOrderKey = "839,984", statOrder = { 839, 984 }, level = 19, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndEvasionAndStunThreshold3"] = { type = "Prefix", affix = "Magnate's", "(21-26)% increased [Armour|Armour] and [Evasion|Evasion]", "+(25-40) to [StunThreshold|Stun Threshold]", statOrderKey = "839,984", statOrder = { 839, 984 }, level = 30, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndEvasionAndStunThreshold4"] = { type = "Prefix", affix = "Marshal's", "(27-32)% increased [Armour|Armour] and [Evasion|Evasion]", "+(41-63) to [StunThreshold|Stun Threshold]", statOrderKey = "839,984", statOrder = { 839, 984 }, level = 44, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndEvasionAndStunThreshold5"] = { type = "Prefix", affix = "General's", "(33-38)% increased [Armour|Armour] and [Evasion|Evasion]", "+(64-94) to [StunThreshold|Stun Threshold]", statOrderKey = "839,984", statOrder = { 839, 984 }, level = 60, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndEvasionAndStunThreshold6"] = { type = "Prefix", affix = "Warlord's", "(39-42)% increased [Armour|Armour] and [Evasion|Evasion]", "+(95-136) to [StunThreshold|Stun Threshold]", statOrderKey = "839,984", statOrder = { 839, 984 }, level = 78, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndEnergyShieldAndStunThreshold1"] = { type = "Prefix", affix = "Defender's", "(6-13)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(8-13) to [StunThreshold|Stun Threshold]", statOrderKey = "840,984", statOrder = { 840, 984 }, level = 10, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndEnergyShieldAndStunThreshold2"] = { type = "Prefix", affix = "Protector's", "(14-20)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(14-24) to [StunThreshold|Stun Threshold]", statOrderKey = "840,984", statOrder = { 840, 984 }, level = 19, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndEnergyShieldAndStunThreshold3"] = { type = "Prefix", affix = "Keeper's", "(21-26)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(25-40) to [StunThreshold|Stun Threshold]", statOrderKey = "840,984", statOrder = { 840, 984 }, level = 30, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndEnergyShieldAndStunThreshold4"] = { type = "Prefix", affix = "Guardian's", "(27-32)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(41-63) to [StunThreshold|Stun Threshold]", statOrderKey = "840,984", statOrder = { 840, 984 }, level = 44, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndEnergyShieldAndStunThreshold5"] = { type = "Prefix", affix = "Warden's", "(33-38)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(64-94) to [StunThreshold|Stun Threshold]", statOrderKey = "840,984", statOrder = { 840, 984 }, level = 60, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalArmourAndEnergyShieldAndStunThreshold6"] = { type = "Prefix", affix = "Sentinel's", "(39-42)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(95-136) to [StunThreshold|Stun Threshold]", statOrderKey = "840,984", statOrder = { 840, 984 }, level = 78, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEvasionAndEnergyShieldAndStunThreshold1"] = { type = "Prefix", affix = "Intuitive", "(6-13)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(8-13) to [StunThreshold|Stun Threshold]", statOrderKey = "841,984", statOrder = { 841, 984 }, level = 10, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEvasionAndEnergyShieldAndStunThreshold2"] = { type = "Prefix", affix = "Psychic", "(14-20)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(14-24) to [StunThreshold|Stun Threshold]", statOrderKey = "841,984", statOrder = { 841, 984 }, level = 19, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEvasionAndEnergyShieldAndStunThreshold3"] = { type = "Prefix", affix = "Telepath's", "(21-26)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(25-40) to [StunThreshold|Stun Threshold]", statOrderKey = "841,984", statOrder = { 841, 984 }, level = 30, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEvasionAndEnergyShieldAndStunThreshold4"] = { type = "Prefix", affix = "Illusionist's", "(27-32)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(41-63) to [StunThreshold|Stun Threshold]", statOrderKey = "841,984", statOrder = { 841, 984 }, level = 44, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEvasionAndEnergyShieldAndStunThreshold5"] = { type = "Prefix", affix = "Mentalist's", "(33-38)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(64-94) to [StunThreshold|Stun Threshold]", statOrderKey = "841,984", statOrder = { 841, 984 }, level = 60, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalEvasionAndEnergyShieldAndStunThreshold6"] = { type = "Prefix", affix = "Trickster's", "(39-42)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(95-136) to [StunThreshold|Stun Threshold]", statOrderKey = "841,984", statOrder = { 841, 984 }, level = 78, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, }, + ["LocalIncreasedArmourAndLife1"] = { type = "Prefix", affix = "Oyster's", "(6-13)% increased [Armour|Armour]", "+(7-10) to maximum Life", statOrderKey = "836,871", statOrder = { 836, 871 }, level = 10, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndLife2"] = { type = "Prefix", affix = "Lobster's", "(14-20)% increased [Armour|Armour]", "+(11-19) to maximum Life", statOrderKey = "836,871", statOrder = { 836, 871 }, level = 19, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndLife3"] = { type = "Prefix", affix = "Urchin's", "(21-26)% increased [Armour|Armour]", "+(20-25) to maximum Life", statOrderKey = "836,871", statOrder = { 836, 871 }, level = 30, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndLife4"] = { type = "Prefix", affix = "Nautilus'", "(27-32)% increased [Armour|Armour]", "+(26-32) to maximum Life", statOrderKey = "836,871", statOrder = { 836, 871 }, level = 44, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndLife5"] = { type = "Prefix", affix = "Octopus'", "(33-38)% increased [Armour|Armour]", "+(33-41) to maximum Life", statOrderKey = "836,871", statOrder = { 836, 871 }, level = 60, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndLife6"] = { type = "Prefix", affix = "Crocodile's", "(39-42)% increased [Armour|Armour]", "+(42-49) to maximum Life", statOrderKey = "836,871", statOrder = { 836, 871 }, level = 78, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, }, + ["LocalIncreasedEvasionAndLife1"] = { type = "Prefix", affix = "Flea's", "(6-13)% increased [Evasion|Evasion] Rating", "+(7-10) to maximum Life", statOrderKey = "837,871", statOrder = { 837, 871 }, level = 10, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedEvasionAndLife2"] = { type = "Prefix", affix = "Fawn's", "(14-20)% increased [Evasion|Evasion] Rating", "+(11-19) to maximum Life", statOrderKey = "837,871", statOrder = { 837, 871 }, level = 19, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedEvasionAndLife3"] = { type = "Prefix", affix = "Mouflon's", "(21-26)% increased [Evasion|Evasion] Rating", "+(20-25) to maximum Life", statOrderKey = "837,871", statOrder = { 837, 871 }, level = 30, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedEvasionAndLife4"] = { type = "Prefix", affix = "Ram's", "(27-32)% increased [Evasion|Evasion] Rating", "+(26-32) to maximum Life", statOrderKey = "837,871", statOrder = { 837, 871 }, level = 44, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedEvasionAndLife5"] = { type = "Prefix", affix = "Ibex's", "(33-38)% increased [Evasion|Evasion] Rating", "+(33-41) to maximum Life", statOrderKey = "837,871", statOrder = { 837, 871 }, level = 60, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedEvasionAndLife6"] = { type = "Prefix", affix = "Stag's", "(39-42)% increased [Evasion|Evasion] Rating", "+(42-49) to maximum Life", statOrderKey = "837,871", statOrder = { 837, 871 }, level = 78, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedEnergyShieldAndLife1"] = { type = "Prefix", affix = "Monk's", "(6-13)% increased [EnergyShield|Energy Shield]", "+(7-10) to maximum Life", statOrderKey = "838,871", statOrder = { 838, 871 }, level = 10, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LocalIncreasedEnergyShieldAndLife2"] = { type = "Prefix", affix = "Prior's", "(14-20)% increased [EnergyShield|Energy Shield]", "+(11-19) to maximum Life", statOrderKey = "838,871", statOrder = { 838, 871 }, level = 19, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LocalIncreasedEnergyShieldAndLife3"] = { type = "Prefix", affix = "Abbot's", "(21-26)% increased [EnergyShield|Energy Shield]", "+(20-25) to maximum Life", statOrderKey = "838,871", statOrder = { 838, 871 }, level = 30, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LocalIncreasedEnergyShieldAndLife4"] = { type = "Prefix", affix = "Bishop's", "(27-32)% increased [EnergyShield|Energy Shield]", "+(26-32) to maximum Life", statOrderKey = "838,871", statOrder = { 838, 871 }, level = 44, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LocalIncreasedEnergyShieldAndLife5"] = { type = "Prefix", affix = "Exarch's", "(33-38)% increased [EnergyShield|Energy Shield]", "+(33-41) to maximum Life", statOrderKey = "838,871", statOrder = { 838, 871 }, level = 60, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LocalIncreasedEnergyShieldAndLife6"] = { type = "Prefix", affix = "Pope's", "(39-42)% increased [EnergyShield|Energy Shield]", "+(42-49) to maximum Life", statOrderKey = "838,871", statOrder = { 838, 871 }, level = 78, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndLife1"] = { type = "Prefix", affix = "Bully's", "(6-13)% increased [Armour|Armour] and [Evasion|Evasion]", "+(7-10) to maximum Life", statOrderKey = "839,871", statOrder = { 839, 871 }, level = 10, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndLife2"] = { type = "Prefix", affix = "Thug's", "(14-20)% increased [Armour|Armour] and [Evasion|Evasion]", "+(11-19) to maximum Life", statOrderKey = "839,871", statOrder = { 839, 871 }, level = 19, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndLife3"] = { type = "Prefix", affix = "Brute's", "(21-26)% increased [Armour|Armour] and [Evasion|Evasion]", "+(20-25) to maximum Life", statOrderKey = "839,871", statOrder = { 839, 871 }, level = 30, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndLife4"] = { type = "Prefix", affix = "Assailant's", "(27-32)% increased [Armour|Armour] and [Evasion|Evasion]", "+(26-32) to maximum Life", statOrderKey = "839,871", statOrder = { 839, 871 }, level = 44, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndLife5"] = { type = "Prefix", affix = "Aggressor's", "(33-38)% increased [Armour|Armour] and [Evasion|Evasion]", "+(33-41) to maximum Life", statOrderKey = "839,871", statOrder = { 839, 871 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndLife6"] = { type = "Prefix", affix = "Predator's", "(39-42)% increased [Armour|Armour] and [Evasion|Evasion]", "+(42-49) to maximum Life", statOrderKey = "839,871", statOrder = { 839, 871 }, level = 78, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndLife1"] = { type = "Prefix", affix = "Augur's", "(6-13)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(7-10) to maximum Life", statOrderKey = "840,871", statOrder = { 840, 871 }, level = 10, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndLife2"] = { type = "Prefix", affix = "Auspex's", "(14-20)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(11-19) to maximum Life", statOrderKey = "840,871", statOrder = { 840, 871 }, level = 19, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndLife3"] = { type = "Prefix", affix = "Druid's", "(21-26)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(20-25) to maximum Life", statOrderKey = "840,871", statOrder = { 840, 871 }, level = 30, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndLife4"] = { type = "Prefix", affix = "Haruspex's", "(27-32)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(26-32) to maximum Life", statOrderKey = "840,871", statOrder = { 840, 871 }, level = 44, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndLife5"] = { type = "Prefix", affix = "Visionary's", "(33-38)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(33-41) to maximum Life", statOrderKey = "840,871", statOrder = { 840, 871 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndLife6"] = { type = "Prefix", affix = "Prophet's", "(39-42)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(42-49) to maximum Life", statOrderKey = "840,871", statOrder = { 840, 871 }, level = 78, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndLife1"] = { type = "Prefix", affix = "Poet's", "(6-13)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(7-10) to maximum Life", statOrderKey = "841,871", statOrder = { 841, 871 }, level = 10, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndLife2"] = { type = "Prefix", affix = "Musician's", "(14-20)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(11-19) to maximum Life", statOrderKey = "841,871", statOrder = { 841, 871 }, level = 19, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndLife3"] = { type = "Prefix", affix = "Troubadour's", "(21-26)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(20-25) to maximum Life", statOrderKey = "841,871", statOrder = { 841, 871 }, level = 30, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndLife4"] = { type = "Prefix", affix = "Bard's", "(27-32)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(26-32) to maximum Life", statOrderKey = "841,871", statOrder = { 841, 871 }, level = 44, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndLife5"] = { type = "Prefix", affix = "Minstrel's", "(33-38)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(33-41) to maximum Life", statOrderKey = "841,871", statOrder = { 841, 871 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndLife6"] = { type = "Prefix", affix = "Maestro's", "(39-42)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(42-49) to maximum Life", statOrderKey = "841,871", statOrder = { 841, 871 }, level = 78, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, }, + ["LocalIncreasedArmourAndMana1"] = { type = "Prefix", affix = "Imposing", "(6-13)% increased [Armour|Armour]", "+(6-8) to maximum Mana", statOrderKey = "836,873", statOrder = { 836, 873 }, level = 10, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndMana2"] = { type = "Prefix", affix = "Venerable", "(14-20)% increased [Armour|Armour]", "+(9-16) to maximum Mana", statOrderKey = "836,873", statOrder = { 836, 873 }, level = 19, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndMana3"] = { type = "Prefix", affix = "Regal", "(21-26)% increased [Armour|Armour]", "+(17-20) to maximum Mana", statOrderKey = "836,873", statOrder = { 836, 873 }, level = 30, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndMana4"] = { type = "Prefix", affix = "Colossal", "(27-32)% increased [Armour|Armour]", "+(21-26) to maximum Mana", statOrderKey = "836,873", statOrder = { 836, 873 }, level = 44, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndMana5"] = { type = "Prefix", affix = "Chieftain's", "(33-38)% increased [Armour|Armour]", "+(27-32) to maximum Mana", statOrderKey = "836,873", statOrder = { 836, 873 }, level = 60, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndMana6"] = { type = "Prefix", affix = "Ancestral", "(39-42)% increased [Armour|Armour]", "+(33-39) to maximum Mana", statOrderKey = "836,873", statOrder = { 836, 873 }, level = 78, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, }, + ["LocalIncreasedEvasionAndMana1"] = { type = "Prefix", affix = "Nomad's", "(6-13)% increased [Evasion|Evasion] Rating", "+(6-8) to maximum Mana", statOrderKey = "837,873", statOrder = { 837, 873 }, level = 10, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedEvasionAndMana2"] = { type = "Prefix", affix = "Drifter's", "(14-20)% increased [Evasion|Evasion] Rating", "+(9-16) to maximum Mana", statOrderKey = "837,873", statOrder = { 837, 873 }, level = 19, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedEvasionAndMana3"] = { type = "Prefix", affix = "Traveller's", "(21-26)% increased [Evasion|Evasion] Rating", "+(17-20) to maximum Mana", statOrderKey = "837,873", statOrder = { 837, 873 }, level = 30, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedEvasionAndMana4"] = { type = "Prefix", affix = "Explorer's", "(27-32)% increased [Evasion|Evasion] Rating", "+(21-26) to maximum Mana", statOrderKey = "837,873", statOrder = { 837, 873 }, level = 44, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedEvasionAndMana5"] = { type = "Prefix", affix = "Wayfarer's", "(33-38)% increased [Evasion|Evasion] Rating", "+(27-32) to maximum Mana", statOrderKey = "837,873", statOrder = { 837, 873 }, level = 60, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedEvasionAndMana6"] = { type = "Prefix", affix = "Wanderer's", "(39-42)% increased [Evasion|Evasion] Rating", "+(33-39) to maximum Mana", statOrderKey = "837,873", statOrder = { 837, 873 }, level = 78, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedEnergyShieldAndMana1"] = { type = "Prefix", affix = "Imbued", "(6-13)% increased [EnergyShield|Energy Shield]", "+(6-8) to maximum Mana", statOrderKey = "838,873", statOrder = { 838, 873 }, level = 10, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, }, + ["LocalIncreasedEnergyShieldAndMana2"] = { type = "Prefix", affix = "Serene", "(14-20)% increased [EnergyShield|Energy Shield]", "+(9-16) to maximum Mana", statOrderKey = "838,873", statOrder = { 838, 873 }, level = 19, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, }, + ["LocalIncreasedEnergyShieldAndMana3"] = { type = "Prefix", affix = "Sacred", "(21-26)% increased [EnergyShield|Energy Shield]", "+(17-20) to maximum Mana", statOrderKey = "838,873", statOrder = { 838, 873 }, level = 30, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, }, + ["LocalIncreasedEnergyShieldAndMana4"] = { type = "Prefix", affix = "Celestial", "(27-32)% increased [EnergyShield|Energy Shield]", "+(21-26) to maximum Mana", statOrderKey = "838,873", statOrder = { 838, 873 }, level = 44, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, }, + ["LocalIncreasedEnergyShieldAndMana5"] = { type = "Prefix", affix = "Heavenly", "(33-38)% increased [EnergyShield|Energy Shield]", "+(27-32) to maximum Mana", statOrderKey = "838,873", statOrder = { 838, 873 }, level = 60, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, }, + ["LocalIncreasedEnergyShieldAndMana6"] = { type = "Prefix", affix = "Angel's", "(39-42)% increased [EnergyShield|Energy Shield]", "+(33-39) to maximum Mana", statOrderKey = "838,873", statOrder = { 838, 873 }, level = 78, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndMana1"] = { type = "Prefix", affix = "Rhoa's", "(6-13)% increased [Armour|Armour] and [Evasion|Evasion]", "+(6-8) to maximum Mana", statOrderKey = "839,873", statOrder = { 839, 873 }, level = 10, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndMana2"] = { type = "Prefix", affix = "Rhex's", "(14-20)% increased [Armour|Armour] and [Evasion|Evasion]", "+(9-16) to maximum Mana", statOrderKey = "839,873", statOrder = { 839, 873 }, level = 19, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndMana3"] = { type = "Prefix", affix = "Chimeral's", "(21-26)% increased [Armour|Armour] and [Evasion|Evasion]", "+(17-20) to maximum Mana", statOrderKey = "839,873", statOrder = { 839, 873 }, level = 30, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndMana4"] = { type = "Prefix", affix = "Bull's", "(27-32)% increased [Armour|Armour] and [Evasion|Evasion]", "+(21-26) to maximum Mana", statOrderKey = "839,873", statOrder = { 839, 873 }, level = 44, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndMana5"] = { type = "Prefix", affix = "Minotaur's", "(33-38)% increased [Armour|Armour] and [Evasion|Evasion]", "+(27-32) to maximum Mana", statOrderKey = "839,873", statOrder = { 839, 873 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndMana6"] = { type = "Prefix", affix = "Cerberus'", "(39-42)% increased [Armour|Armour] and [Evasion|Evasion]", "+(33-39) to maximum Mana", statOrderKey = "839,873", statOrder = { 839, 873 }, level = 78, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndMana1"] = { type = "Prefix", affix = "Coelacanth's", "(6-13)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(6-8) to maximum Mana", statOrderKey = "840,873", statOrder = { 840, 873 }, level = 10, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndMana2"] = { type = "Prefix", affix = "Swordfish's", "(14-20)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(9-16) to maximum Mana", statOrderKey = "840,873", statOrder = { 840, 873 }, level = 19, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndMana3"] = { type = "Prefix", affix = "Shark's", "(21-26)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(17-20) to maximum Mana", statOrderKey = "840,873", statOrder = { 840, 873 }, level = 30, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndMana4"] = { type = "Prefix", affix = "Dolphin's", "(27-32)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(21-26) to maximum Mana", statOrderKey = "840,873", statOrder = { 840, 873 }, level = 44, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndMana5"] = { type = "Prefix", affix = "Orca's", "(33-38)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(27-32) to maximum Mana", statOrderKey = "840,873", statOrder = { 840, 873 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndMana6"] = { type = "Prefix", affix = "Whale's", "(39-42)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", "+(33-39) to maximum Mana", statOrderKey = "840,873", statOrder = { 840, 873 }, level = 78, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndMana1"] = { type = "Prefix", affix = "Vulture's", "(6-13)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(6-8) to maximum Mana", statOrderKey = "841,873", statOrder = { 841, 873 }, level = 10, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndMana2"] = { type = "Prefix", affix = "Kingfisher's", "(14-20)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(9-16) to maximum Mana", statOrderKey = "841,873", statOrder = { 841, 873 }, level = 19, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndMana3"] = { type = "Prefix", affix = "Owl's", "(21-26)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(17-20) to maximum Mana", statOrderKey = "841,873", statOrder = { 841, 873 }, level = 30, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndMana4"] = { type = "Prefix", affix = "Hawk's", "(27-32)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(21-26) to maximum Mana", statOrderKey = "841,873", statOrder = { 841, 873 }, level = 44, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndMana5"] = { type = "Prefix", affix = "Eagle's", "(33-38)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(27-32) to maximum Mana", statOrderKey = "841,873", statOrder = { 841, 873 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndMana6"] = { type = "Prefix", affix = "Falcon's", "(39-42)% increased [Evasion] and [EnergyShield|Energy Shield]", "+(33-39) to maximum Mana", statOrderKey = "841,873", statOrder = { 841, 873 }, level = 78, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, }, + ["LocalIncreasedArmourAndBase1"] = { type = "Prefix", affix = "Abalone's", "+(7-11) to [Armour|Armour]", "(6-13)% increased [Armour|Armour]", statOrderKey = "833,836", statOrder = { 833, 836 }, level = 10, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedArmourAndBase2"] = { type = "Prefix", affix = "Snail's", "+(12-29) to [Armour|Armour]", "(14-20)% increased [Armour|Armour]", statOrderKey = "833,836", statOrder = { 833, 836 }, level = 19, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedArmourAndBase3"] = { type = "Prefix", affix = "Tortoise's", "+(30-39) to [Armour|Armour]", "(21-26)% increased [Armour|Armour]", statOrderKey = "833,836", statOrder = { 833, 836 }, level = 30, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedArmourAndBase4"] = { type = "Prefix", affix = "Pangolin's", "+(40-53) to [Armour|Armour]", "(27-32)% increased [Armour|Armour]", statOrderKey = "833,836", statOrder = { 833, 836 }, level = 44, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedArmourAndBase5"] = { type = "Prefix", affix = "Shelled", "+(54-69) to [Armour|Armour]", "(33-38)% increased [Armour|Armour]", statOrderKey = "833,836", statOrder = { 833, 836 }, level = 60, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedArmourAndBase6"] = { type = "Prefix", affix = "Hardened", "+(70-86) to [Armour|Armour]", "(39-42)% increased [Armour|Armour]", statOrderKey = "833,836", statOrder = { 833, 836 }, level = 78, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedEvasionAndBase1"] = { type = "Prefix", affix = "Impala's", "+(5-8) to [Evasion] Rating", "(6-13)% increased [Evasion|Evasion] Rating", statOrderKey = "834,837", statOrder = { 834, 837 }, level = 10, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndBase2"] = { type = "Prefix", affix = "Buck's", "+(9-24) to [Evasion] Rating", "(14-20)% increased [Evasion|Evasion] Rating", statOrderKey = "834,837", statOrder = { 834, 837 }, level = 19, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndBase3"] = { type = "Prefix", affix = "Moose's", "+(25-34) to [Evasion] Rating", "(21-26)% increased [Evasion|Evasion] Rating", statOrderKey = "834,837", statOrder = { 834, 837 }, level = 30, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndBase4"] = { type = "Prefix", affix = "Deer's", "+(35-47) to [Evasion] Rating", "(27-32)% increased [Evasion|Evasion] Rating", statOrderKey = "834,837", statOrder = { 834, 837 }, level = 44, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndBase5"] = { type = "Prefix", affix = "Caribou's", "+(48-62) to [Evasion] Rating", "(33-38)% increased [Evasion|Evasion] Rating", statOrderKey = "834,837", statOrder = { 834, 837 }, level = 60, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndBase6"] = { type = "Prefix", affix = "Antelope's", "+(63-79) to [Evasion] Rating", "(39-42)% increased [Evasion|Evasion] Rating", statOrderKey = "834,837", statOrder = { 834, 837 }, level = 78, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEnergyShieldAndBase1"] = { type = "Prefix", affix = "Deacon's", "+(4-7) to maximum [EnergyShield|Energy Shield]", "(6-13)% increased [EnergyShield|Energy Shield]", statOrderKey = "835,838", statOrder = { 835, 838 }, level = 10, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldAndBase2"] = { type = "Prefix", affix = "Cardinal's", "+(8-13) to maximum [EnergyShield|Energy Shield]", "(14-20)% increased [EnergyShield|Energy Shield]", statOrderKey = "835,838", statOrder = { 835, 838 }, level = 19, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldAndBase3"] = { type = "Prefix", affix = "Priest's", "+(14-16) to maximum [EnergyShield|Energy Shield]", "(21-26)% increased [EnergyShield|Energy Shield]", statOrderKey = "835,838", statOrder = { 835, 838 }, level = 30, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldAndBase4"] = { type = "Prefix", affix = "High Priest's", "+(17-20) to maximum [EnergyShield|Energy Shield]", "(27-32)% increased [EnergyShield|Energy Shield]", statOrderKey = "835,838", statOrder = { 835, 838 }, level = 44, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldAndBase5"] = { type = "Prefix", affix = "Archon's", "+(21-25) to maximum [EnergyShield|Energy Shield]", "(33-38)% increased [EnergyShield|Energy Shield]", statOrderKey = "835,838", statOrder = { 835, 838 }, level = 60, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldAndBase6"] = { type = "Prefix", affix = "Divine", "+(26-30) to maximum [EnergyShield|Energy Shield]", "(39-42)% increased [EnergyShield|Energy Shield]", statOrderKey = "835,838", statOrder = { 835, 838 }, level = 78, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndBase1"] = { type = "Prefix", affix = "Swordsman's", "+(4-6) to [Armour|Armour]", "+(3-5) to [Evasion] Rating", "(6-13)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "833,834,839", statOrder = { 833, 834, 839 }, level = 10, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndBase2"] = { type = "Prefix", affix = "Fighter's", "+(7-15) to [Armour|Armour]", "+(6-12) to [Evasion] Rating", "(14-20)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "833,834,839", statOrder = { 833, 834, 839 }, level = 19, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndBase3"] = { type = "Prefix", affix = "Veteran's", "+(16-20) to [Armour|Armour]", "+(13-17) to [Evasion] Rating", "(21-26)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "833,834,839", statOrder = { 833, 834, 839 }, level = 30, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndBase4"] = { type = "Prefix", affix = "Warrior's", "+(21-27) to [Armour|Armour]", "+(18-24) to [Evasion] Rating", "(27-32)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "833,834,839", statOrder = { 833, 834, 839 }, level = 44, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndBase5"] = { type = "Prefix", affix = "Knight's", "+(28-34) to [Armour|Armour]", "+(25-31) to [Evasion] Rating", "(33-38)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "833,834,839", statOrder = { 833, 834, 839 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionAndBase6"] = { type = "Prefix", affix = "Centurion's", "+(35-43) to [Armour|Armour]", "+(32-39) to [Evasion] Rating", "(39-42)% increased [Armour|Armour] and [Evasion|Evasion]", statOrderKey = "833,834,839", statOrder = { 833, 834, 839 }, level = 78, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndBase1"] = { type = "Prefix", affix = "Faithful", "+(4-6) to [Armour|Armour]", "+(2-4) to maximum [EnergyShield|Energy Shield]", "(6-13)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "833,835,840", statOrder = { 833, 835, 840 }, level = 10, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndBase2"] = { type = "Prefix", affix = "Noble's", "+(7-15) to [Armour|Armour]", "+(5-6) to maximum [EnergyShield|Energy Shield]", "(14-20)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "833,835,840", statOrder = { 833, 835, 840 }, level = 19, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndBase3"] = { type = "Prefix", affix = "Inquisitor's", "+(16-20) to [Armour|Armour]", "+(7-8) to maximum [EnergyShield|Energy Shield]", "(21-26)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "833,835,840", statOrder = { 833, 835, 840 }, level = 30, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndBase4"] = { type = "Prefix", affix = "Crusader's", "+(21-27) to [Armour|Armour]", "+(9-10) to maximum [EnergyShield|Energy Shield]", "(27-32)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "833,835,840", statOrder = { 833, 835, 840 }, level = 44, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndBase5"] = { type = "Prefix", affix = "Paladin's", "+(28-34) to [Armour|Armour]", "+(11-12) to maximum [EnergyShield|Energy Shield]", "(33-38)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "833,835,840", statOrder = { 833, 835, 840 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndBase6"] = { type = "Prefix", affix = "Grand", "+(35-43) to [Armour|Armour]", "+(13-15) to maximum [EnergyShield|Energy Shield]", "(39-42)% increased [Armour|Armour] and [EnergyShield|Energy Shield]", statOrderKey = "833,835,840", statOrder = { 833, 835, 840 }, level = 78, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndBase1"] = { type = "Prefix", affix = "Pursuer's", "+(3-5) to [Evasion] Rating", "+(2-4) to maximum [EnergyShield|Energy Shield]", "(6-13)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "834,835,841", statOrder = { 834, 835, 841 }, level = 10, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndBase2"] = { type = "Prefix", affix = "Tracker's", "+(6-12) to [Evasion] Rating", "+(5-6) to maximum [EnergyShield|Energy Shield]", "(14-20)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "834,835,841", statOrder = { 834, 835, 841 }, level = 19, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndBase3"] = { type = "Prefix", affix = "Chaser's", "+(13-17) to [Evasion] Rating", "+(7-8) to maximum [EnergyShield|Energy Shield]", "(21-26)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "834,835,841", statOrder = { 834, 835, 841 }, level = 30, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndBase4"] = { type = "Prefix", affix = "Phantom's", "+(18-24) to [Evasion] Rating", "+(9-10) to maximum [EnergyShield|Energy Shield]", "(27-32)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "834,835,841", statOrder = { 834, 835, 841 }, level = 44, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndBase5"] = { type = "Prefix", affix = "Rogue's", "+(25-31) to [Evasion] Rating", "+(11-12) to maximum [EnergyShield|Energy Shield]", "(33-38)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "834,835,841", statOrder = { 834, 835, 841 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndBase6"] = { type = "Prefix", affix = "Stalker's", "+(32-39) to [Evasion] Rating", "+(13-15) to maximum [EnergyShield|Energy Shield]", "(39-42)% increased [Evasion] and [EnergyShield|Energy Shield]", statOrderKey = "834,835,841", statOrder = { 834, 835, 841 }, level = 78, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, }, + ["ReducedLocalAttributeRequirements1"] = { type = "Suffix", affix = "of the Worthy", "15% reduced [Attributes|Attribute] Requirements", statOrderKey = "915", statOrder = { 915 }, level = 24, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, }, + ["ReducedLocalAttributeRequirements2"] = { type = "Suffix", affix = "of the Apt", "20% reduced [Attributes|Attribute] Requirements", statOrderKey = "915", statOrder = { 915 }, level = 32, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, }, + ["ReducedLocalAttributeRequirements3"] = { type = "Suffix", affix = "of the Talented", "25% reduced [Attributes|Attribute] Requirements", statOrderKey = "915", statOrder = { 915 }, level = 40, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, }, + ["ReducedLocalAttributeRequirements4"] = { type = "Suffix", affix = "of the Skilled", "30% reduced [Attributes|Attribute] Requirements", statOrderKey = "915", statOrder = { 915 }, level = 52, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, }, + ["ReducedLocalAttributeRequirements5"] = { type = "Suffix", affix = "of the Proficient", "35% reduced [Attributes|Attribute] Requirements", statOrderKey = "915", statOrder = { 915 }, level = 60, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, }, + ["StunThreshold1"] = { type = "Suffix", affix = "of Thick Skin", "+(6-11) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 1, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, }, + ["StunThreshold2"] = { type = "Suffix", affix = "of Reinforced Skin", "+(12-29) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 8, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, }, + ["StunThreshold3"] = { type = "Suffix", affix = "of Stone Skin", "+(30-49) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 15, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, }, + ["StunThreshold4"] = { type = "Suffix", affix = "of Iron Skin", "+(50-72) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 22, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, }, + ["StunThreshold5"] = { type = "Suffix", affix = "of Steel Skin", "+(73-97) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 29, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, }, + ["StunThreshold6"] = { type = "Suffix", affix = "of Granite Skin", "+(98-124) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 36, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, }, + ["StunThreshold7"] = { type = "Suffix", affix = "of Platinum Skin", "+(125-163) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 45, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, }, + ["StunThreshold8"] = { type = "Suffix", affix = "of Adamantite Skin", "+(164-206) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 54, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, }, + ["StunThreshold9"] = { type = "Suffix", affix = "of Corundum Skin", "+(207-253) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 63, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, }, + ["StunThreshold10"] = { type = "Suffix", affix = "of Obsidian Skin", "+(254-304) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 72, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, }, + ["StunThreshold11"] = { type = "Suffix", affix = "of Titanium Skin", "+(305-352) to [StunThreshold|Stun Threshold]", statOrderKey = "984", statOrder = { 984 }, level = 80, group = "StunThreshold", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["MovementVelocity1"] = { type = "Prefix", affix = "Runner's", "10% increased Movement Speed", statOrderKey = "828", statOrder = { 828 }, level = 1, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, }, + ["MovementVelocity2"] = { type = "Prefix", affix = "Sprinter's", "15% increased Movement Speed", statOrderKey = "828", statOrder = { 828 }, level = 15, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, }, + ["MovementVelocity3"] = { type = "Prefix", affix = "Stallion's", "20% increased Movement Speed", statOrderKey = "828", statOrder = { 828 }, level = 30, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, }, + ["MovementVelocity4"] = { type = "Prefix", affix = "Gazelle's", "25% increased Movement Speed", statOrderKey = "828", statOrder = { 828 }, level = 50, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, }, + ["MovementVelocity5"] = { type = "Prefix", affix = "Cheetah's", "30% increased Movement Speed", statOrderKey = "828", statOrder = { 828 }, level = 70, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, }, + ["MovementVelocity6"] = { type = "Prefix", affix = "Hellion's", "35% increased Movement Speed", statOrderKey = "828", statOrder = { 828 }, level = 82, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, }, + ["AttackerTakesDamage1"] = { type = "Prefix", affix = "Thorny", "(1-2) to (3-4) [Physical|Physical] [Thorns|Thorns] damage", statOrderKey = "8888", statOrder = { 8888 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamage2"] = { type = "Prefix", affix = "Spiny", "(4-5) to (6-7) [Physical|Physical] [Thorns|Thorns] damage", statOrderKey = "8888", statOrder = { 8888 }, level = 10, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamage3"] = { type = "Prefix", affix = "Barbed", "(7-9) to (10-13) [Physical|Physical] [Thorns|Thorns] damage", statOrderKey = "8888", statOrder = { 8888 }, level = 20, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamage4"] = { type = "Prefix", affix = "Pointed", "(12-15) to (18-22) [Physical|Physical] [Thorns|Thorns] damage", statOrderKey = "8888", statOrder = { 8888 }, level = 35, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamage5"] = { type = "Prefix", affix = "Spiked", "(17-21) to (26-32) [Physical|Physical] [Thorns|Thorns] damage", statOrderKey = "8888", statOrder = { 8888 }, level = 48, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamage6"] = { type = "Prefix", affix = "Edged", "(23-28) to (35-43) [Physical|Physical] [Thorns|Thorns] damage", statOrderKey = "8888", statOrder = { 8888 }, level = 61, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamage7"] = { type = "Prefix", affix = "Jagged", "(31-38) to (46-56) [Physical|Physical] [Thorns|Thorns] damage", statOrderKey = "8888", statOrder = { 8888 }, level = 75, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "Adds (1-2) to (3-4) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 5, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "Adds (2-3) to (4-6) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 13, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "Adds (2-4) to (5-8) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 19, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "Adds (4-6) to (8-11) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 28, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "Adds (5-7) to (9-13) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 35, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "Adds (6-10) to (12-17) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 44, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (7-11) to (14-20) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 52, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "Adds (10-15) to (18-26) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 64, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "Adds (12-19) to (22-32) [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 76, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to (3-4) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 1, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "Adds (3-5) to (6-9) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 12, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (5-8) to (9-13) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 20, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (7-11) to (12-17) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 28, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (8-13) to (14-20) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 35, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (11-16) to (17-26) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 44, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (13-19) to (20-30) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 52, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (16-24) to (25-38) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 64, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (19-29) to (30-45) [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 76, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds (1-2) to (3-4) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 1, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (3-4) to (5-8) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 13, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (4-6) to (7-11) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 21, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (6-9) to (10-14) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 29, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (7-10) to (11-17) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 36, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "Adds (9-13) to (14-21) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 45, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (10-15) to (16-24) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 53, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (13-20) to (21-31) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 65, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (16-24) to (25-37) [Cold] damage to [Attack|Attacks]", statOrderKey = "846", statOrder = { 846 }, level = 77, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (5-7) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 1, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (10-15) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 13, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds 1 to (15-22) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 22, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds 1 to (18-27) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 28, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds 1 to (21-32) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 35, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (1-2) to (27-40) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 44, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (1-2) to (31-47) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 52, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (1-3) to (40-59) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 64, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (1-4) to (48-71) [Lightning] damage to [Attack|Attacks]", statOrderKey = "847", statOrder = { 847 }, level = 76, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "Adds (1-2) to (4-5) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 2, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "Adds (4-6) to (7-11) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 13, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "Adds (6-9) to (11-16) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 21, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "Adds (8-12) to (14-21) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 29, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "Adds (10-15) to (18-26) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 36, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "Adds (13-20) to (23-35) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 46, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (16-24) to (28-42) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 54, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "Adds (21-31) to (36-53) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 65, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "Adds (26-39) to (44-66) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 77, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand1"] = { type = "Prefix", affix = "Glinting", "Adds (2-3) to (5-7) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 2, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand2"] = { type = "Prefix", affix = "Burnished", "Adds (5-8) to (10-15) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 13, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand3"] = { type = "Prefix", affix = "Polished", "Adds (8-12) to (15-22) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 21, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand4"] = { type = "Prefix", affix = "Honed", "Adds (11-17) to (20-30) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 29, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand5"] = { type = "Prefix", affix = "Gleaming", "Adds (14-21) to (25-37) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 36, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand6"] = { type = "Prefix", affix = "Annealed", "Adds (19-29) to (33-49) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 46, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (23-35) to (39-59) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 54, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand8"] = { type = "Prefix", affix = "Tempered", "Adds (29-44) to (50-75) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 65, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand9"] = { type = "Prefix", affix = "Flaring", "Adds (37-55) to (63-94) [Physical|Physical] Damage", statOrderKey = "823", statOrder = { 823 }, level = 77, group = "LocalPhysicalDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds (2-3) to (4-5) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 1, group = "LocalFireDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "Adds (4-7) to (8-11) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 11, group = "LocalFireDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (7-11) to (12-18) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 18, group = "LocalFireDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (11-17) to (18-26) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 26, group = "LocalFireDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (14-21) to (22-33) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 33, group = "LocalFireDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (20-30) to (31-46) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 42, group = "LocalFireDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (26-39) to (40-59) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 51, group = "LocalFireDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (35-52) to (53-79) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 62, group = "LocalFireDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (45-67) to (68-102) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 74, group = "LocalFireDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage10_"] = { type = "Prefix", affix = "Carbonising", "Adds (52-78) to (79-119) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 81, group = "LocalFireDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand1"] = { type = "Prefix", affix = "Heated", "Adds (2-4) to (5-7) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 1, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand2"] = { type = "Prefix", affix = "Smouldering", "Adds (6-10) to (11-16) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 11, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand3"] = { type = "Prefix", affix = "Smoking", "Adds (10-16) to (17-25) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 18, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand4"] = { type = "Prefix", affix = "Burning", "Adds (16-24) to (25-37) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 26, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand5"] = { type = "Prefix", affix = "Flaming", "Adds (20-31) to (32-47) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 33, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand6"] = { type = "Prefix", affix = "Scorching", "Adds (28-43) to (44-65) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 42, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand7"] = { type = "Prefix", affix = "Incinerating", "Adds (37-55) to (56-84) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 51, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand8_"] = { type = "Prefix", affix = "Blasting", "Adds (49-74) to (75-113) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 62, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand9"] = { type = "Prefix", affix = "Cremating", "Adds (64-96) to (97-146) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 74, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand10"] = { type = "Prefix", affix = "Carbonising", "Adds (74-112) to (113-169) [Fire|Fire] Damage", statOrderKey = "824", statOrder = { 824 }, level = 81, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds (1-2) to (3-5) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "LocalColdDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (4-6) to (7-10) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 12, group = "LocalColdDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (6-9) to (10-15) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 19, group = "LocalColdDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (9-14) to (15-22) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 27, group = "LocalColdDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (12-18) to (19-28) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 34, group = "LocalColdDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "Adds (16-25) to (26-38) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 43, group = "LocalColdDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (21-32) to (33-49) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 52, group = "LocalColdDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (28-43) to (44-65) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 63, group = "LocalColdDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (37-55) to (56-84) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 75, group = "LocalColdDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage10__"] = { type = "Prefix", affix = "Crystalising", "Adds (42-63) to (64-95) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 81, group = "LocalColdDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand1"] = { type = "Prefix", affix = "Frosted", "Adds (2-3) to (4-6) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand2"] = { type = "Prefix", affix = "Chilled", "Adds (5-8) to (9-14) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 12, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand3"] = { type = "Prefix", affix = "Icy", "Adds (9-13) to (14-21) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 19, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand4"] = { type = "Prefix", affix = "Frigid", "Adds (13-20) to (21-31) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 27, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand5"] = { type = "Prefix", affix = "Freezing", "Adds (17-25) to (26-39) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 34, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand6"] = { type = "Prefix", affix = "Frozen", "Adds (23-35) to (36-54) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 43, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand7"] = { type = "Prefix", affix = "Glaciated", "Adds (30-45) to (46-69) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 52, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand8"] = { type = "Prefix", affix = "Polar", "Adds (40-61) to (62-92) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 63, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand9"] = { type = "Prefix", affix = "Entombing", "Adds (52-79) to (80-119) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 75, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand10"] = { type = "Prefix", affix = "Crystalising", "Adds (59-89) to (90-135) [Cold|Cold] Damage", statOrderKey = "825", statOrder = { 825 }, level = 81, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (7-10) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "LocalLightningDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (14-20) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 13, group = "LocalLightningDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds 1 to (19-29) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 19, group = "LocalLightningDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds (1-3) to (33-49) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 31, group = "LocalLightningDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds (1-3) to (37-55) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 34, group = "LocalLightningDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (1-4) to (49-73) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 42, group = "LocalLightningDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (1-5) to (62-93) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 51, group = "LocalLightningDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (1-7) to (86-128) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 63, group = "LocalLightningDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (1-8) to (108-162) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 74, group = "LocalLightningDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage10"] = { type = "Prefix", affix = "Vapourising", "Adds (1-10) to (125-188) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 81, group = "LocalLightningDamage", weightKey = { "crossbow", "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand1_"] = { type = "Prefix", affix = "Humming", "Adds 1 to (9-14) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand2"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (19-29) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 13, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand3"] = { type = "Prefix", affix = "Snapping", "Adds (1-2) to (28-41) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 19, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand4"] = { type = "Prefix", affix = "Crackling", "Adds (1-4) to (46-69) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 31, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand5"] = { type = "Prefix", affix = "Sparking", "Adds (1-4) to (52-78) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 34, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand6"] = { type = "Prefix", affix = "Arcing", "Adds (1-5) to (69-103) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 42, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand7"] = { type = "Prefix", affix = "Shocking", "Adds (1-7) to (88-132) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 51, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand8"] = { type = "Prefix", affix = "Discharging", "Adds (1-10) to (122-183) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 63, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand9"] = { type = "Prefix", affix = "Electrocuting", "Adds (1-12) to (154-230) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 74, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand10"] = { type = "Prefix", affix = "Vapourising", "Adds (1-14) to (178-267) [Lightning|Lightning] Damage", statOrderKey = "826", statOrder = { 826 }, level = 81, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["NearbyAlliesAddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "[Allies|Allies] in your [Presence|Presence] deal (1-2) to (3-4) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 5, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["NearbyAlliesAddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "[Allies|Allies] in your [Presence|Presence] deal (2-3) to (4-6) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 13, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["NearbyAlliesAddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "[Allies|Allies] in your [Presence|Presence] deal (2-4) to (5-8) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 19, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["NearbyAlliesAddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "[Allies|Allies] in your [Presence|Presence] deal (4-6) to (8-11) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 28, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["NearbyAlliesAddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "[Allies|Allies] in your [Presence|Presence] deal (5-7) to (9-13) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 35, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["NearbyAlliesAddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "[Allies|Allies] in your [Presence|Presence] deal (6-10) to (12-17) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 44, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["NearbyAlliesAddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "[Allies|Allies] in your [Presence|Presence] deal (7-11) to (14-20) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 52, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["NearbyAlliesAddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "[Allies|Allies] in your [Presence|Presence] deal (10-15) to (18-26) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 64, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["NearbyAlliesAddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "[Allies|Allies] in your [Presence|Presence] deal (12-19) to (22-32) additional [Attack|Attack] [Physical|Physical] Damage", statOrderKey = "884", statOrder = { 884 }, level = 76, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["NearbyAlliesAddedFireDamage1"] = { type = "Prefix", affix = "Heated", "[Allies|Allies] in your [Presence|Presence] deal (1-2) to (3-4) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 1, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["NearbyAlliesAddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "[Allies|Allies] in your [Presence|Presence] deal (3-5) to (6-9) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 12, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["NearbyAlliesAddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "[Allies|Allies] in your [Presence|Presence] deal (5-8) to (9-13) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 20, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["NearbyAlliesAddedFireDamage4"] = { type = "Prefix", affix = "Burning", "[Allies|Allies] in your [Presence|Presence] deal (7-11) to (12-17) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 28, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["NearbyAlliesAddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "[Allies|Allies] in your [Presence|Presence] deal (8-13) to (14-20) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 35, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["NearbyAlliesAddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "[Allies|Allies] in your [Presence|Presence] deal (11-16) to (17-26) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 44, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["NearbyAlliesAddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "[Allies|Allies] in your [Presence|Presence] deal (13-19) to (20-30) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 52, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["NearbyAlliesAddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "[Allies|Allies] in your [Presence|Presence] deal (16-24) to (25-38) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 64, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["NearbyAlliesAddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "[Allies|Allies] in your [Presence|Presence] deal (19-29) to (30-45) additional [Attack|Attack] [Fire|Fire] Damage", statOrderKey = "885", statOrder = { 885 }, level = 76, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["NearbyAlliesAddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "[Allies|Allies] in your [Presence|Presence] deal (1-2) to (3-4) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 1, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["NearbyAlliesAddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "[Allies|Allies] in your [Presence|Presence] deal (3-4) to (5-8) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 13, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["NearbyAlliesAddedColdDamage3"] = { type = "Prefix", affix = "Icy", "[Allies|Allies] in your [Presence|Presence] deal (4-6) to (7-11) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 21, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["NearbyAlliesAddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "[Allies|Allies] in your [Presence|Presence] deal (6-9) to (10-14) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 29, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["NearbyAlliesAddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "[Allies|Allies] in your [Presence|Presence] deal (7-10) to (11-17) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 36, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["NearbyAlliesAddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "[Allies|Allies] in your [Presence|Presence] deal (9-13) to (14-21) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 45, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["NearbyAlliesAddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "[Allies|Allies] in your [Presence|Presence] deal (10-15) to (16-24) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 53, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["NearbyAlliesAddedColdDamage8"] = { type = "Prefix", affix = "Polar", "[Allies|Allies] in your [Presence|Presence] deal (13-20) to (21-31) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 65, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["NearbyAlliesAddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "[Allies|Allies] in your [Presence|Presence] deal (16-24) to (25-37) additional [Attack|Attack] [Cold|Cold] Damage", statOrderKey = "886", statOrder = { 886 }, level = 77, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["NearbyAlliesAddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "[Allies|Allies] in your [Presence|Presence] deal 1 to (5-7) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 1, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["NearbyAlliesAddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "[Allies|Allies] in your [Presence|Presence] deal 1 to (10-15) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 13, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["NearbyAlliesAddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "[Allies|Allies] in your [Presence|Presence] deal 1 to (15-22) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 22, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["NearbyAlliesAddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "[Allies|Allies] in your [Presence|Presence] deal 1 to (18-27) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 28, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["NearbyAlliesAddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "[Allies|Allies] in your [Presence|Presence] deal 1 to (21-32) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 35, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["NearbyAlliesAddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "[Allies|Allies] in your [Presence|Presence] deal (1-2) to (27-40) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 44, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["NearbyAlliesAddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "[Allies|Allies] in your [Presence|Presence] deal (1-2) to (31-47) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 52, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["NearbyAlliesAddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "[Allies|Allies] in your [Presence|Presence] deal (1-3) to (40-59) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 64, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["NearbyAlliesAddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "[Allies|Allies] in your [Presence|Presence] deal (1-4) to (48-71) additional [Attack|Attack] [Lightning|Lightning] Damage", statOrderKey = "887", statOrder = { 887 }, level = 76, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent1"] = { type = "Prefix", affix = "Heavy", "(40-49)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent2"] = { type = "Prefix", affix = "Serrated", "(50-64)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 11, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent3"] = { type = "Prefix", affix = "Wicked", "(65-84)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 23, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent4"] = { type = "Prefix", affix = "Vicious", "(85-109)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 35, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent5"] = { type = "Prefix", affix = "Bloodthirsty", "(110-134)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 46, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent6"] = { type = "Prefix", affix = "Cruel", "(135-154)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 60, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent7"] = { type = "Prefix", affix = "Tyrannical", "(155-169)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 73, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent8"] = { type = "Prefix", affix = "Merciless", "(170-179)% increased [Physical] Damage", statOrderKey = "822", statOrder = { 822 }, level = 82, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating1"] = { type = "Prefix", affix = "Squire's", "(15-19)% increased [Physical] Damage", "+(16-20) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 1, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating2"] = { type = "Prefix", affix = "Journeyman's", "(20-24)% increased [Physical] Damage", "+(21-46) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 11, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating3"] = { type = "Prefix", affix = "Reaver's", "(25-34)% increased [Physical] Damage", "+(47-72) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 23, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating4"] = { type = "Prefix", affix = "Mercenary's", "(35-44)% increased [Physical] Damage", "+(73-97) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 38, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating5"] = { type = "Prefix", affix = "Champion's", "(45-54)% increased [Physical] Damage", "+(98-123) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 53, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating6"] = { type = "Prefix", affix = "Conqueror's", "(55-64)% increased [Physical] Damage", "+(124-149) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 65, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating7"] = { type = "Prefix", affix = "Emperor's", "(65-74)% increased [Physical] Damage", "+(150-174) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 76, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating8"] = { type = "Prefix", affix = "Dictator's", "(75-79)% increased [Physical] Damage", "+(175-200) to [Accuracy|Accuracy] Rating", statOrderKey = "822,827", statOrder = { 822, 827 }, level = 81, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["NearbyAlliesAllDamage1"] = { type = "Prefix", affix = "Coercive", "[Allies|Allies] in your [Presence|Presence] deal (25-34)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 1, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["NearbyAlliesAllDamage2"] = { type = "Prefix", affix = "Agitative", "[Allies|Allies] in your [Presence|Presence] deal (35-44)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 8, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["NearbyAlliesAllDamage3"] = { type = "Prefix", affix = "Instigative", "[Allies|Allies] in your [Presence|Presence] deal (45-54)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 19, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["NearbyAlliesAllDamage4"] = { type = "Prefix", affix = "Provocative", "[Allies|Allies] in your [Presence|Presence] deal (55-64)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 31, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["NearbyAlliesAllDamage5"] = { type = "Prefix", affix = "Persuasive", "[Allies|Allies] in your [Presence|Presence] deal (65-74)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 45, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["NearbyAlliesAllDamage6"] = { type = "Prefix", affix = "Motivating", "[Allies|Allies] in your [Presence|Presence] deal (75-89)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 58, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["NearbyAlliesAllDamage7"] = { type = "Prefix", affix = "Inspirational", "[Allies|Allies] in your [Presence|Presence] deal (90-104)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 70, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["NearbyAlliesAllDamage8"] = { type = "Prefix", affix = "Empowering", "[Allies|Allies] in your [Presence|Presence] deal (105-119)% increased Damage", statOrderKey = "883", statOrder = { 883 }, level = 82, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["SpellDamageOnWeapon1"] = { type = "Prefix", affix = "Apprentice's", "(25-34)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 1, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon2"] = { type = "Prefix", affix = "Adept's", "(35-44)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 11, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon3"] = { type = "Prefix", affix = "Scholar's", "(45-54)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 23, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon4"] = { type = "Prefix", affix = "Professor's", "(55-64)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 35, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon5"] = { type = "Prefix", affix = "Occultist's", "(65-74)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 46, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon6"] = { type = "Prefix", affix = "Incanter's", "(75-89)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 58, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon7"] = { type = "Prefix", affix = "Glyphic", "(90-104)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 70, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon8_"] = { type = "Prefix", affix = "Runic", "(105-119)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 80, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon1"] = { type = "Prefix", affix = "Apprentice's", "(35-49)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 1, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon2"] = { type = "Prefix", affix = "Adept's", "(50-64)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 11, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon3"] = { type = "Prefix", affix = "Scholar's", "(65-79)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 23, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon4"] = { type = "Prefix", affix = "Professor's", "(80-94)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 35, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon5"] = { type = "Prefix", affix = "Occultist's", "(95-109)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 46, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon6"] = { type = "Prefix", affix = "Incanter's", "(110-129)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 58, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon7"] = { type = "Prefix", affix = "Glyphic", "(130-149)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 70, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon8"] = { type = "Prefix", affix = "Runic", "(150-169)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 80, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageAndManaOnWeapon1"] = { type = "Prefix", affix = "Caster's", "(15-19)% increased [Spell] Damage", "+(17-20) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 2, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnWeapon2"] = { type = "Prefix", affix = "Conjuror's", "(20-24)% increased [Spell] Damage", "+(21-24) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 11, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnWeapon3"] = { type = "Prefix", affix = "Wizard's", "(25-29)% increased [Spell] Damage", "+(25-28) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 23, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnWeapon4"] = { type = "Prefix", affix = "Warlock's", "(30-34)% increased [Spell] Damage", "+(29-33) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 35, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnWeapon5"] = { type = "Prefix", affix = "Mage's", "(35-39)% increased [Spell] Damage", "+(34-37) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 48, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnWeapon6"] = { type = "Prefix", affix = "Archmage's", "(40-44)% increased [Spell] Damage", "+(38-41) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 63, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnWeapon7"] = { type = "Prefix", affix = "Lich's", "(45-49)% increased [Spell] Damage", "+(42-45) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 79, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnTwoHandWeapon1"] = { type = "Prefix", affix = "Caster's", "(21-27)% increased [Spell] Damage", "+(26-30) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 2, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnTwoHandWeapon2"] = { type = "Prefix", affix = "Conjuror's", "(28-34)% increased [Spell] Damage", "+(31-35) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 11, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnTwoHandWeapon3"] = { type = "Prefix", affix = "Wizard's", "(35-41)% increased [Spell] Damage", "+(36-41) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 23, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnTwoHandWeapon4"] = { type = "Prefix", affix = "Warlock's", "(42-48)% increased [Spell] Damage", "+(42-47) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 35, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnTwoHandWeapon5"] = { type = "Prefix", affix = "Mage's", "(49-55)% increased [Spell] Damage", "+(48-53) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 48, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnTwoHandWeapon6"] = { type = "Prefix", affix = "Archmage's", "(56-62)% increased [Spell] Damage", "+(54-59) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 63, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnTwoHandWeapon7"] = { type = "Prefix", affix = "Lich's", "(64-69)% increased [Spell] Damage", "+(60-64) to maximum Mana", statOrderKey = "854,873", statOrder = { 854, 873 }, level = 79, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["FireDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Searing", "(25-34)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 2, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Sizzling", "(35-44)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 12, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Blistering", "(45-54)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 24, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Cauterising", "(55-64)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 36, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeapon5_"] = { type = "Prefix", affix = "Smoldering", "(65-74)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 47, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Magmatic", "(75-89)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 59, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeapon7_"] = { type = "Prefix", affix = "Volcanic", "(90-104)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 71, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeapon8_"] = { type = "Prefix", affix = "Pyromancer's", "(105-119)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 81, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Searing", "(35-49)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 2, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon2___"] = { type = "Prefix", affix = "Sizzling", "(50-64)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 12, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Blistering", "(65-79)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 24, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Cauterising", "(80-94)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 36, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Smoldering", "(95-109)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 47, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Magmatic", "(110-129)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 59, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Volcanic", "(130-149)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 71, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon8_"] = { type = "Prefix", affix = "Pyromancer's", "(150-169)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 81, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ColdDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Bitter", "(25-34)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 2, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Biting", "(35-44)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 12, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeapon3_"] = { type = "Prefix", affix = "Alpine", "(45-54)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 24, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Snowy", "(55-64)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 36, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeapon5_"] = { type = "Prefix", affix = "Hailing", "(65-74)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 47, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Arctic", "(75-89)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 59, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Crystalline", "(90-104)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 71, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Cryomancer's", "(105-119)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 81, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Bitter", "(35-49)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 2, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Biting", "(50-64)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 12, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Alpine", "(65-79)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 24, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon4_"] = { type = "Prefix", affix = "Snowy", "(80-94)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 36, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon5_"] = { type = "Prefix", affix = "Hailing", "(95-109)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 47, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Arctic", "(110-129)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 59, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Crystalline", "(130-149)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 71, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Cryomancer's", "(150-169)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 81, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["LightningDamagePrefixOnWeapon1_"] = { type = "Prefix", affix = "Charged", "(25-34)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 2, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Hissing", "(35-44)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 12, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Bolting", "(45-54)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 24, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Coursing", "(55-64)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 36, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeapon5"] = { type = "Prefix", affix = "Striking", "(65-74)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 47, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Smiting", "(75-89)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 59, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Ionising", "(90-104)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 71, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Electromancer's", "(105-119)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 81, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Charged", "(35-49)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 2, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Hissing", "(50-64)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 12, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Bolting", "(65-79)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 24, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Coursing", "(80-94)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 36, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Striking", "(95-109)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 47, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Smiting", "(110-129)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 59, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Ionising", "(130-149)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 71, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Electromancer's", "(150-169)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 81, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ChaosDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Impure", "(25-34)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 2, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Tainted", "(35-44)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 12, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Clouded", "(45-54)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 24, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Darkened", "(55-64)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 36, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnWeapon5"] = { type = "Prefix", affix = "Malignant", "(65-74)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 47, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Vile", "(75-89)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 59, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Twisted", "(90-104)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 71, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Malevolent", "(105-119)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 81, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Impure", "(35-49)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 2, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Tainted", "(50-64)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 12, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Clouded", "(65-79)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 24, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Darkened", "(80-94)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 36, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Malignant", "(95-109)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 47, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Vile", "(110-129)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 59, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Twisted", "(130-149)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 71, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Malevolent", "(150-169)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 81, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["PhysicalDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Punishing", "(25-34)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 2, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Unforgiving", "(35-44)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 12, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Vengeful", "(45-54)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 24, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Sadistic", "(55-64)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 36, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnWeapon5"] = { type = "Prefix", affix = "Pitiless", "(65-74)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 47, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Agonising", "(75-89)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 59, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Oppressor's", "(90-104)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 71, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Torturer's", "(105-119)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 81, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Punishing", "(35-49)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 2, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Unforgiving", "(50-64)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 12, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Vengeful", "(65-79)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 24, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Sadistic", "(80-94)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 36, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Pitiless", "(95-109)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 47, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Agonising", "(110-129)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 59, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Oppressor's", "(130-149)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 71, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Torturer's", "(150-169)% increased [Spell] [Physical] Damage", statOrderKey = "861", statOrder = { 861 }, level = 81, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["TrapDamageOnWeapon1"] = { type = "Prefix", affix = "Explosive", "(25-34)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 1, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["TrapDamageOnWeapon2"] = { type = "Prefix", affix = "Eviscerating", "(35-44)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 11, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["TrapDamageOnWeapon3"] = { type = "Prefix", affix = "Crippling", "(45-54)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 23, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["TrapDamageOnWeapon4"] = { type = "Prefix", affix = "Disabling", "(55-64)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 35, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["TrapDamageOnWeapon5"] = { type = "Prefix", affix = "Decimating", "(65-74)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 46, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["TrapDamageOnWeapon6"] = { type = "Prefix", affix = "Demolishing", "(75-89)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 58, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["TrapDamageOnWeapon7"] = { type = "Prefix", affix = "Obliterating", "(90-104)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 70, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["TrapDamageOnWeapon8"] = { type = "Prefix", affix = "Shattering", "(105-119)% increased [Trap] Damage", statOrderKey = "855", statOrder = { 855 }, level = 80, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["TrapDamageAndManaOnWeapon1"] = { type = "Prefix", affix = "Sapper's", "(15-19)% increased [Trap] Damage", "+(17-20) to maximum Mana", statOrderKey = "855,873", statOrder = { 855, 873 }, level = 2, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapDamageAndManaOnWeapon2"] = { type = "Prefix", affix = "Saboteur's", "(20-24)% increased [Trap] Damage", "+(21-24) to maximum Mana", statOrderKey = "855,873", statOrder = { 855, 873 }, level = 11, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapDamageAndManaOnWeapon3"] = { type = "Prefix", affix = "Tinkerer's", "(25-29)% increased [Trap] Damage", "+(25-28) to maximum Mana", statOrderKey = "855,873", statOrder = { 855, 873 }, level = 23, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapDamageAndManaOnWeapon4"] = { type = "Prefix", affix = "Mechanic's", "(30-34)% increased [Trap] Damage", "+(29-33) to maximum Mana", statOrderKey = "855,873", statOrder = { 855, 873 }, level = 35, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapDamageAndManaOnWeapon5"] = { type = "Prefix", affix = "Engineer's", "(35-39)% increased [Trap] Damage", "+(34-37) to maximum Mana", statOrderKey = "855,873", statOrder = { 855, 873 }, level = 48, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapDamageAndManaOnWeapon6"] = { type = "Prefix", affix = "Inventor's", "(40-44)% increased [Trap] Damage", "+(38-41) to maximum Mana", statOrderKey = "855,873", statOrder = { 855, 873 }, level = 63, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapDamageAndManaOnWeapon7"] = { type = "Prefix", affix = "Artificer's", "(45-49)% increased [Trap] Damage", "+(42-45) to maximum Mana", statOrderKey = "855,873", statOrder = { 855, 873 }, level = 79, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalSpellGemsLevel1"] = { type = "Suffix", affix = "of the Mage", "+1 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 5, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "focus", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "gem" }, }, + ["GlobalSpellGemsLevel2"] = { type = "Suffix", affix = "of the Enchanter", "+2 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 41, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "focus", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "gem" }, }, + ["GlobalSpellGemsLevel3"] = { type = "Suffix", affix = "of the Sorcerer", "+3 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 75, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, }, + ["GlobalSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of the Mage", "+1 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 5, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, }, + ["GlobalSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of the Enchanter", "+2 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 25, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, }, + ["GlobalSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of the Sorcerer", "+3 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 55, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, }, + ["GlobalSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of the Wizard", "+4 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 78, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, }, + ["GlobalSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of the Mage", "+(1-2) to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 5, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, }, + ["GlobalSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of the Enchanter", "+3 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 25, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, }, + ["GlobalSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of the Evoker", "+4 to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 55, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, }, + ["GlobalSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of the Sorcerer", "+(5-6) to Level of all [Spell|Spell] Skills", statOrderKey = "916", statOrder = { 916 }, level = 78, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, }, + ["GlobalFireSpellGemsLevel1_"] = { type = "Suffix", affix = "of Coals", "+1 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 5, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalFireSpellGemsLevel2"] = { type = "Suffix", affix = "of Cinders", "+2 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 41, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalFireSpellGemsLevel3"] = { type = "Suffix", affix = "of Flames", "+3 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 75, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalFireSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Coals", "+1 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 2, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalFireSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Cinders", "+2 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 18, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalFireSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Flames", "+3 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 36, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalFireSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Immolation", "+4 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 55, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalFireSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Inferno", "+5 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 81, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalFireSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Coals", "+(1-2) to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 2, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalFireSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Cinders", "+3 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 18, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalFireSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Flames", "+4 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 36, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalFireSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Immolation", "+(5-6) to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 55, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalFireSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Inferno", "+7 to Level of all [Fire|Fire] [Spell|Spell] Skills", statOrderKey = "917", statOrder = { 917 }, level = 81, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevel1_"] = { type = "Suffix", affix = "of Snow", "+1 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 5, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevel2"] = { type = "Suffix", affix = "of Sleet", "+2 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 41, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevel3"] = { type = "Suffix", affix = "of Ice", "+3 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 75, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Snow", "+1 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 2, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Sleet", "+2 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 18, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Ice", "+3 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 36, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Rime", "+4 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 55, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Frostbite", "+5 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 81, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Snow", "+(1-2) to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 2, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Sleet", "+3 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 18, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Ice", "+4 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 36, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Rime", "+(5-6) to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 55, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Frostbite", "+7 to Level of all [Cold|Cold] [Spell|Spell] Skills", statOrderKey = "918", statOrder = { 918 }, level = 81, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevel1"] = { type = "Suffix", affix = "of Sparks", "+1 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 5, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevel2"] = { type = "Suffix", affix = "of Static", "+2 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 41, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevel3"] = { type = "Suffix", affix = "of Electricity", "+3 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 75, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Sparks", "+1 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 2, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Static", "+2 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 18, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Electricity", "+3 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 36, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Voltage", "+4 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 55, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Thunder", "+5 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 81, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Sparks", "+(1-2) to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 2, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Static", "+3 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 18, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Electricity", "+4 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 36, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Voltage", "+(5-6) to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 55, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Thunder", "+7 to Level of all [Lightning|Lightning] [Spell|Spell] Skills", statOrderKey = "919", statOrder = { 919 }, level = 81, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevel1"] = { type = "Suffix", affix = "of Anarchy", "+1 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 5, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevel2"] = { type = "Suffix", affix = "of Turmoil", "+2 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 41, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevel3"] = { type = "Suffix", affix = "of Ruin", "+3 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 75, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Anarchy", "+1 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 2, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Turmoil", "+2 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 18, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Ruin", "+3 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 36, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Havoc", "+4 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 55, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Armageddon", "+5 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 81, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Anarchy", "+(1-2) to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 2, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Turmoil", "+3 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 18, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Ruin", "+4 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 36, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Havoc", "+(5-6) to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 55, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Armageddon", "+7 to Level of all [Chaos|Chaos] [Spell|Spell] Skills", statOrderKey = "920", statOrder = { 920 }, level = 81, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevel1"] = { type = "Suffix", affix = "of Agony", "+1 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 5, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevel2"] = { type = "Suffix", affix = "of Suffering", "+2 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 41, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevel3"] = { type = "Suffix", affix = "of Torment", "+3 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 75, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Agony", "+1 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 2, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Suffering", "+2 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 18, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Torment", "+3 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 36, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Desolation", "+4 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 55, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Grief", "+5 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 81, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Agony", "+(1-2) to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 2, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Suffering", "+3 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 18, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Torment", "+4 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 36, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Desolation", "+(5-6) to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 55, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Grief", "+7 to Level of all [Physical|Physical] [Spell|Spell] Skills", statOrderKey = "1409", statOrder = { 1409 }, level = 81, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalMinionSpellSkillGemLevel1"] = { type = "Suffix", affix = "of the Taskmaster", "+1 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 5, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "minion", "gem" }, }, + ["GlobalMinionSpellSkillGemLevel2"] = { type = "Suffix", affix = "of the Despot", "+2 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 41, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "minion", "gem" }, }, + ["GlobalMinionSpellSkillGemLevel3"] = { type = "Suffix", affix = "of the Overseer", "+3 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 75, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, }, + ["GlobalMinionSpellSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of the Taskmaster", "+1 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 2, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, }, + ["GlobalMinionSpellSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of the Despot", "+2 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 18, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, }, + ["GlobalMinionSpellSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of the Overseer", "+3 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 36, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, }, + ["GlobalMinionSpellSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of the Slavedriver", "+4 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 55, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, }, + ["GlobalMinionSpellSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of the Tyrant", "+5 to Level of all [Minion|Minion] Skills", statOrderKey = "923", statOrder = { 923 }, level = 81, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, }, + ["GlobalTrapSkillGemLevel1"] = { type = "Suffix", affix = "of Explosives", "+1 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 5, group = "GlobalIncreaseTrapSkillGemLevel", weightKey = { "belt", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GlobalTrapSkillGemLevel2"] = { type = "Suffix", affix = "of Shrapnel", "+2 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 41, group = "GlobalIncreaseTrapSkillGemLevel", weightKey = { "belt", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GlobalTrapSkillGemLevel3"] = { type = "Suffix", affix = "of Sabotage", "+3 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 75, group = "GlobalIncreaseTrapSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["GlobalTrapSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of Explosives", "+1 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 2, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalTrapSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of Shrapnel", "+2 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 18, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalTrapSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of Sabotage", "+3 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 36, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalTrapSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of Detonation", "+4 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 55, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalTrapSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of Pyrotechnics", "+5 to Level of all Trap Skill Gems", statOrderKey = "924", statOrder = { 924 }, level = 81, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalMeleeSkillGemLevel1"] = { type = "Suffix", affix = "of Combat", "+1 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 5, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack" }, }, + ["GlobalMeleeSkillGemLevel2"] = { type = "Suffix", affix = "of Dueling", "+2 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 41, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack" }, }, + ["GlobalMeleeSkillGemLevel3"] = { type = "Suffix", affix = "of Battle", "+3 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 75, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["GlobalMeleeSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of Combat", "+1 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 2, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, }, + ["GlobalMeleeSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of Dueling", "+2 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 18, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, }, + ["GlobalMeleeSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of Conflict", "+3 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 36, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, }, + ["GlobalMeleeSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of Battle", "+4 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 55, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, }, + ["GlobalMeleeSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of War", "+5 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 81, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, }, + ["GlobalMeleeSkillGemLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Combat", "+(1-2) to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 2, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, }, + ["GlobalMeleeSkillGemLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Dueling", "+3 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 18, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, }, + ["GlobalMeleeSkillGemLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Conflict", "+4 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 36, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, }, + ["GlobalMeleeSkillGemLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Battle", "+(5-6) to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 55, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, }, + ["GlobalMeleeSkillGemLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of War", "+7 to Level of all [Melee|Melee] Skills", statOrderKey = "921", statOrder = { 921 }, level = 81, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, }, + ["GlobalProjectileSkillGemLevel1"] = { type = "Suffix", affix = "of the Archer", "+1 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 5, group = "GlobalIncreaseProjectileSkillGemLevel", weightKey = { "quiver", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["GlobalProjectileSkillGemLevel2"] = { type = "Suffix", affix = "of the Fletcher", "+2 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 41, group = "GlobalIncreaseProjectileSkillGemLevel", weightKey = { "quiver", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["GlobalProjectileSkillGemLevel3"] = { type = "Suffix", affix = "of the Sharpshooter", "+3 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 75, group = "GlobalIncreaseProjectileSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalProjectileSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of the Archer", "+1 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 2, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalProjectileSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of the Fletcher", "+2 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 18, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalProjectileSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of the Sharpshooter", "+3 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 36, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalProjectileSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of the Marksman", "+4 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 55, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalProjectileSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of the Sniper", "+5 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 81, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalProjectileSkillGemLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of the Archer", "+(1-2) to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 2, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalProjectileSkillGemLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of the Fletcher", "+3 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 18, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalProjectileSkillGemLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of the Sharpshooter", "+4 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 36, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalProjectileSkillGemLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of the Marksman", "+(5-6) to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 55, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["GlobalProjectileSkillGemLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of the Sniper", "+7 to Level of all [Projectile] Skills", statOrderKey = "922", statOrder = { 922 }, level = 81, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LifeRegeneration1"] = { type = "Suffix", affix = "of the Newt", "(1-2) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration2"] = { type = "Suffix", affix = "of the Lizard", "(2.1-3) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 5, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration3"] = { type = "Suffix", affix = "of the Flatworm", "(3.1-4) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 11, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration4"] = { type = "Suffix", affix = "of the Starfish", "(4.1-6) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 17, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration5"] = { type = "Suffix", affix = "of the Hydra", "(6.1-9) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 26, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration6"] = { type = "Suffix", affix = "of the Troll", "(9.1-13) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 35, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration7"] = { type = "Suffix", affix = "of Convalescence", "(13.1-18) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 47, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration8_"] = { type = "Suffix", affix = "of Recuperation", "(18.1-23) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 58, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration9"] = { type = "Suffix", affix = "of Resurgence", "(23.1-29) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 68, group = "LifeRegeneration", weightKey = { "body_armour", "belt", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration10__"] = { type = "Suffix", affix = "of Immortality", "(29.1-33) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 75, group = "LifeRegeneration", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration11____"] = { type = "Suffix", affix = "of the Phoenix", "(33.1-36) Life Regeneration per second", statOrderKey = "957", statOrder = { 957 }, level = 81, group = "LifeRegeneration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["NearbyAlliesLifeRegeneration1"] = { type = "Suffix", affix = "of the Newt", "[Allies|Allies] in your [Presence|Presence] Regenerate (1-2) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 1, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["NearbyAlliesLifeRegeneration2"] = { type = "Suffix", affix = "of the Lizard", "[Allies|Allies] in your [Presence|Presence] Regenerate (2.1-3) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 5, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["NearbyAlliesLifeRegeneration3"] = { type = "Suffix", affix = "of the Flatworm", "[Allies|Allies] in your [Presence|Presence] Regenerate (3.1-4) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 11, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["NearbyAlliesLifeRegeneration4"] = { type = "Suffix", affix = "of the Starfish", "[Allies|Allies] in your [Presence|Presence] Regenerate (4.1-6) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 17, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["NearbyAlliesLifeRegeneration5"] = { type = "Suffix", affix = "of the Hydra", "[Allies|Allies] in your [Presence|Presence] Regenerate (6.1-9) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 26, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["NearbyAlliesLifeRegeneration6"] = { type = "Suffix", affix = "of the Troll", "[Allies|Allies] in your [Presence|Presence] Regenerate (9.1-13) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 35, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["NearbyAlliesLifeRegeneration7"] = { type = "Suffix", affix = "of Convalescence", "[Allies|Allies] in your [Presence|Presence] Regenerate (13.1-18) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 47, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["NearbyAlliesLifeRegeneration8"] = { type = "Suffix", affix = "of Recuperation", "[Allies|Allies] in your [Presence|Presence] Regenerate (18.1-23) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 58, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["NearbyAlliesLifeRegeneration9"] = { type = "Suffix", affix = "of Resurgence", "[Allies|Allies] in your [Presence|Presence] Regenerate (23.1-29) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 68, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["NearbyAlliesLifeRegeneration10"] = { type = "Suffix", affix = "of Immortality", "[Allies|Allies] in your [Presence|Presence] Regenerate (29.1-33) Life per second", statOrderKey = "894", statOrder = { 894 }, level = 75, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["ManaRegeneration1"] = { type = "Suffix", affix = "of Excitement", "(10-19)% increased Mana Regeneration Rate", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegeneration2"] = { type = "Suffix", affix = "of Joy", "(20-29)% increased Mana Regeneration Rate", statOrderKey = "965", statOrder = { 965 }, level = 18, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegeneration3"] = { type = "Suffix", affix = "of Elation", "(30-39)% increased Mana Regeneration Rate", statOrderKey = "965", statOrder = { 965 }, level = 29, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegeneration4"] = { type = "Suffix", affix = "of Bliss", "(40-49)% increased Mana Regeneration Rate", statOrderKey = "965", statOrder = { 965 }, level = 42, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegeneration5"] = { type = "Suffix", affix = "of Euphoria", "(50-59)% increased Mana Regeneration Rate", statOrderKey = "965", statOrder = { 965 }, level = 55, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegeneration6"] = { type = "Suffix", affix = "of Nirvana", "(60-69)% increased Mana Regeneration Rate", statOrderKey = "965", statOrder = { 965 }, level = 79, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["LifeLeech1"] = { type = "Suffix", affix = "of the Parasite", "[LifeLeech|Leech] (5-5.9)% of [Physical] [Attack] Damage as Life", statOrderKey = "960", statOrder = { 960 }, level = 21, group = "LifeLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeech2"] = { type = "Suffix", affix = "of the Locust", "[LifeLeech|Leech] (6-6.9)% of [Physical] [Attack] Damage as Life", statOrderKey = "960", statOrder = { 960 }, level = 38, group = "LifeLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeech3"] = { type = "Suffix", affix = "of the Remora", "[LifeLeech|Leech] (7-7.9)% of [Physical] [Attack] Damage as Life", statOrderKey = "960", statOrder = { 960 }, level = 54, group = "LifeLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeech4"] = { type = "Suffix", affix = "of the Lamprey", "[LifeLeech|Leech] (8-8.9)% of [Physical] [Attack] Damage as Life", statOrderKey = "960", statOrder = { 960 }, level = 68, group = "LifeLeechPermyriad", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeech5"] = { type = "Suffix", affix = "of the Vampire", "[LifeLeech|Leech] (9-9.9)% of [Physical] [Attack] Damage as Life", statOrderKey = "960", statOrder = { 960 }, level = 81, group = "LifeLeechPermyriad", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocal1"] = { type = "Suffix", affix = "of the Parasite", "[LifeLeech|Leeches] (5-5.9)% of [Physical|Physical] Damage as Life", statOrderKey = "961", statOrder = { 961 }, level = 21, group = "LifeLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocal2"] = { type = "Suffix", affix = "of the Locust", "[LifeLeech|Leeches] (6-6.9)% of [Physical|Physical] Damage as Life", statOrderKey = "961", statOrder = { 961 }, level = 38, group = "LifeLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocal3"] = { type = "Suffix", affix = "of the Remora", "[LifeLeech|Leeches] (7-7.9)% of [Physical|Physical] Damage as Life", statOrderKey = "961", statOrder = { 961 }, level = 54, group = "LifeLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocal4"] = { type = "Suffix", affix = "of the Lamprey", "[LifeLeech|Leeches] (8-8.9)% of [Physical|Physical] Damage as Life", statOrderKey = "961", statOrder = { 961 }, level = 68, group = "LifeLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocal5"] = { type = "Suffix", affix = "of the Vampire", "[LifeLeech|Leeches] (9-9.9)% of [Physical|Physical] Damage as Life", statOrderKey = "961", statOrder = { 961 }, level = 81, group = "LifeLeechLocalPermyriad", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["ManaLeech1"] = { type = "Suffix", affix = "of the Thirsty", "[ManaLeech|Leech] (4-4.9)% of [Physical] [Attack] Damage as Mana", statOrderKey = "968", statOrder = { 968 }, level = 21, group = "ManaLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeech2"] = { type = "Suffix", affix = "of the Parched", "[ManaLeech|Leech] (5-5.9)% of [Physical] [Attack] Damage as Mana", statOrderKey = "968", statOrder = { 968 }, level = 38, group = "ManaLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeech3"] = { type = "Suffix", affix = "of the Arid", "[ManaLeech|Leech] (6-6.9)% of [Physical] [Attack] Damage as Mana", statOrderKey = "968", statOrder = { 968 }, level = 54, group = "ManaLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeech4"] = { type = "Suffix", affix = "of the Drought", "[ManaLeech|Leech] (7-7.9)% of [Physical] [Attack] Damage as Mana", statOrderKey = "968", statOrder = { 968 }, level = 68, group = "ManaLeechPermyriad", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeech5"] = { type = "Suffix", affix = "of the Desperate", "[ManaLeech|Leech] (8-8.9)% of [Physical] [Attack] Damage as Mana", statOrderKey = "968", statOrder = { 968 }, level = 81, group = "ManaLeechPermyriad", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechLocal1"] = { type = "Suffix", affix = "of the Thirsty", "[ManaLeech|Leeches] (4-4.9)% of [Physical|Physical] Damage as Mana", statOrderKey = "967", statOrder = { 967 }, level = 21, group = "ManaLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechLocal2"] = { type = "Suffix", affix = "of the Parched", "[ManaLeech|Leeches] (5-5.9)% of [Physical|Physical] Damage as Mana", statOrderKey = "967", statOrder = { 967 }, level = 38, group = "ManaLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechLocal3"] = { type = "Suffix", affix = "of the Arid", "[ManaLeech|Leeches] (6-6.9)% of [Physical|Physical] Damage as Mana", statOrderKey = "967", statOrder = { 967 }, level = 54, group = "ManaLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechLocal4"] = { type = "Suffix", affix = "of the Drought", "[ManaLeech|Leeches] (7-7.9)% of [Physical|Physical] Damage as Mana", statOrderKey = "967", statOrder = { 967 }, level = 68, group = "ManaLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechLocal5"] = { type = "Suffix", affix = "of the Desperate", "[ManaLeech|Leeches] (8-8.9)% of [Physical|Physical] Damage as Mana", statOrderKey = "967", statOrder = { 967 }, level = 81, group = "ManaLeechLocalPermyriad", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["LifeGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Success", "Gain (4-6) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Victory", "Gain (7-9) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 11, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Triumph", "Gain (10-18) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 22, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeath4"] = { type = "Suffix", affix = "of Conquest", "Gain (19-28) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 33, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeath5"] = { type = "Suffix", affix = "of Vanquishing", "Gain (29-40) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 44, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeath6"] = { type = "Suffix", affix = "of Valour", "Gain (41-53) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 55, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeath7"] = { type = "Suffix", affix = "of Glory", "Gain (54-68) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 66, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "gloves", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeath8"] = { type = "Suffix", affix = "of Legend", "Gain (69-84) Life per Enemy Killed", statOrderKey = "964", statOrder = { 964 }, level = 77, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "gloves", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, }, + ["ManaGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Absorption", "Gain (2-3) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Osmosis", "Gain (4-5) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 12, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Infusion", "Gain (6-9) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 23, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeath4"] = { type = "Suffix", affix = "of Enveloping", "Gain (10-14) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 34, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeath5"] = { type = "Suffix", affix = "of Consumption", "Gain (15-20) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 45, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeath6"] = { type = "Suffix", affix = "of Siphoning", "Gain (21-27) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 56, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeath7"] = { type = "Suffix", affix = "of Devouring", "Gain (28-35) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 67, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "gloves", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeath8"] = { type = "Suffix", affix = "of Assimilation", "Gain (36-45) Mana per Enemy Killed", statOrderKey = "969", statOrder = { 969 }, level = 78, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "gloves", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["LifeGainPerTarget1"] = { type = "Suffix", affix = "of Rejuvenation", "Gain 2 Life per Enemy Hit with [Attack|Attacks]", statOrderKey = "962", statOrder = { 962 }, level = 8, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTarget2"] = { type = "Suffix", affix = "of Restoration", "Gain 3 Life per Enemy Hit with [Attack|Attacks]", statOrderKey = "962", statOrder = { 962 }, level = 20, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTarget3"] = { type = "Suffix", affix = "of Regrowth", "Gain 4 Life per Enemy Hit with [Attack|Attacks]", statOrderKey = "962", statOrder = { 962 }, level = 30, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTarget4"] = { type = "Suffix", affix = "of Nourishment", "Gain 5 Life per Enemy Hit with [Attack|Attacks]", statOrderKey = "962", statOrder = { 962 }, level = 40, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetLocal1"] = { type = "Suffix", affix = "of Rejuvenation", "Grants 2 Life per Enemy [HitDamage|Hit]", statOrderKey = "963", statOrder = { 963 }, level = 8, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetLocal2"] = { type = "Suffix", affix = "of Restoration", "Grants 3 Life per Enemy [HitDamage|Hit]", statOrderKey = "963", statOrder = { 963 }, level = 20, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetLocal3"] = { type = "Suffix", affix = "of Regrowth", "Grants 4 Life per Enemy [HitDamage|Hit]", statOrderKey = "963", statOrder = { 963 }, level = 30, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetLocal4"] = { type = "Suffix", affix = "of Nourishment", "Grants 5 Life per Enemy [HitDamage|Hit]", statOrderKey = "963", statOrder = { 963 }, level = 40, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, }, + ["IncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "(5-7)% increased [Attack] Speed", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "(8-10)% increased [Attack] Speed", statOrderKey = "933", statOrder = { 933 }, level = 22, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "(11-13)% increased [Attack] Speed", statOrderKey = "933", statOrder = { 933 }, level = 37, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Renown", "(14-16)% increased [Attack] Speed", statOrderKey = "933", statOrder = { 933 }, level = 60, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "(5-7)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "(8-10)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 11, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "(11-13)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 22, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Renown", "(14-16)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 30, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed5"] = { type = "Suffix", affix = "of Acclaim", "(17-19)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 37, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed6"] = { type = "Suffix", affix = "of Fame", "(20-22)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 45, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed7"] = { type = "Suffix", affix = "of Infamy", "(23-25)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 60, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed8"] = { type = "Suffix", affix = "of Celebration", "(26-28)% increased [Attack] Speed", statOrderKey = "914", statOrder = { 914 }, level = 77, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack", "speed" }, }, + ["NearbyAlliesIncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "[Allies|Allies] in your [Presence|Presence] have (5-7)% increased [Attack|Attack] Speed", statOrderKey = "891", statOrder = { 891 }, level = 5, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, }, + ["NearbyAlliesIncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "[Allies|Allies] in your [Presence|Presence] have (8-10)% increased [Attack|Attack] Speed", statOrderKey = "891", statOrder = { 891 }, level = 20, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, }, + ["NearbyAlliesIncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "[Allies|Allies] in your [Presence|Presence] have (11-13)% increased [Attack|Attack] Speed", statOrderKey = "891", statOrder = { 891 }, level = 35, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, }, + ["NearbyAlliesIncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Renown", "[Allies|Allies] in your [Presence|Presence] have (14-16)% increased [Attack|Attack] Speed", statOrderKey = "891", statOrder = { 891 }, level = 55, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedCastSpeed1"] = { type = "Suffix", affix = "of Talent", "(9-12)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeed2"] = { type = "Suffix", affix = "of Nimbleness", "(13-16)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 15, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeed3"] = { type = "Suffix", affix = "of Expertise", "(17-20)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 30, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeed4"] = { type = "Suffix", affix = "of Sortilege", "(21-24)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 45, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeed5"] = { type = "Suffix", affix = "of Legerdemain", "(25-28)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 60, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeed6"] = { type = "Suffix", affix = "of Prestidigitation", "(29-32)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 70, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeed7"] = { type = "Suffix", affix = "of Finesse", "(33-35)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 80, group = "IncreasedCastSpeed", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHand1_"] = { type = "Suffix", affix = "of Talent", "(14-19)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHand2"] = { type = "Suffix", affix = "of Nimbleness", "(20-25)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 15, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHand3"] = { type = "Suffix", affix = "of Expertise", "(26-31)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 30, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHand4"] = { type = "Suffix", affix = "of Sortilege", "(32-37)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 45, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHand5"] = { type = "Suffix", affix = "of Legerdemain", "(38-43)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 60, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHand6"] = { type = "Suffix", affix = "of Prestidigitation", "(44-49)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 70, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHand7"] = { type = "Suffix", affix = "of Finesse", "(50-52)% increased Cast Speed", statOrderKey = "934", statOrder = { 934 }, level = 80, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, }, + ["NearbyAlliesIncreasedCastSpeed1"] = { type = "Suffix", affix = "of Talent", "[Allies|Allies] in your [Presence|Presence] have (5-8)% increased Cast Speed", statOrderKey = "892", statOrder = { 892 }, level = 6, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, }, + ["NearbyAlliesIncreasedCastSpeed2"] = { type = "Suffix", affix = "of Nimbleness", "[Allies|Allies] in your [Presence|Presence] have (9-12)% increased Cast Speed", statOrderKey = "892", statOrder = { 892 }, level = 21, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, }, + ["NearbyAlliesIncreasedCastSpeed3"] = { type = "Suffix", affix = "of Expertise", "[Allies|Allies] in your [Presence|Presence] have (13-16)% increased Cast Speed", statOrderKey = "892", statOrder = { 892 }, level = 36, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, }, + ["NearbyAlliesIncreasedCastSpeed4"] = { type = "Suffix", affix = "of Sortilege", "[Allies|Allies] in your [Presence|Presence] have (17-20)% increased Cast Speed", statOrderKey = "892", statOrder = { 892 }, level = 56, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedAccuracy1"] = { type = "Prefix", affix = "Precise", "+(11-32) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 1, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy2"] = { type = "Prefix", affix = "Reliable", "+(33-60) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 12, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy3"] = { type = "Prefix", affix = "Focused", "+(61-84) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 20, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy4"] = { type = "Prefix", affix = "Deliberate", "+(85-123) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 26, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy5"] = { type = "Prefix", affix = "Consistent", "+(124-167) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 33, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy6"] = { type = "Prefix", affix = "Steady", "+(168-236) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 41, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy7"] = { type = "Prefix", affix = "Hunter's", "+(237-346) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 50, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy8"] = { type = "Prefix", affix = "Ranger's", "+(347-450) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 63, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy9"] = { type = "Prefix", affix = "Amazon's", "+(451-550) to [Accuracy|Accuracy] Rating", statOrderKey = "863", statOrder = { 863 }, level = 76, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy1"] = { type = "Prefix", affix = "Precise", "+(11-32) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy2"] = { type = "Prefix", affix = "Reliable", "+(33-60) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 12, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy3"] = { type = "Prefix", affix = "Focused", "+(61-84) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 20, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy4"] = { type = "Prefix", affix = "Deliberate", "+(85-123) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 26, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy5"] = { type = "Prefix", affix = "Consistent", "+(124-167) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 33, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy6"] = { type = "Prefix", affix = "Steady", "+(168-236) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 41, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy7"] = { type = "Prefix", affix = "Hunter's", "+(237-346) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 50, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy8"] = { type = "Prefix", affix = "Ranger's", "+(347-450) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 63, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy9_"] = { type = "Prefix", affix = "Amazon's", "+(451-550) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 76, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy10"] = { type = "Prefix", affix = "Valkyrie's", "+(551-650) to [Accuracy|Accuracy] Rating", statOrderKey = "827", statOrder = { 827 }, level = 82, group = "LocalAccuracyRating", weightKey = { "ranged", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["NearbyAlliesIncreasedAccuracy1"] = { type = "Prefix", affix = "Precise", "[Allies|Allies] in your [Presence|Presence] have +(11-32) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 1, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["NearbyAlliesIncreasedAccuracy2"] = { type = "Prefix", affix = "Reliable", "[Allies|Allies] in your [Presence|Presence] have +(33-60) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 12, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["NearbyAlliesIncreasedAccuracy3"] = { type = "Prefix", affix = "Focused", "[Allies|Allies] in your [Presence|Presence] have +(61-84) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 20, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["NearbyAlliesIncreasedAccuracy4"] = { type = "Prefix", affix = "Deliberate", "[Allies|Allies] in your [Presence|Presence] have +(85-123) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 26, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["NearbyAlliesIncreasedAccuracy5"] = { type = "Prefix", affix = "Consistent", "[Allies|Allies] in your [Presence|Presence] have +(124-167) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 33, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["NearbyAlliesIncreasedAccuracy6"] = { type = "Prefix", affix = "Steady", "[Allies|Allies] in your [Presence|Presence] have +(168-236) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 41, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["NearbyAlliesIncreasedAccuracy7"] = { type = "Prefix", affix = "Hunter's", "[Allies|Allies] in your [Presence|Presence] have +(237-346) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 50, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["NearbyAlliesIncreasedAccuracy8"] = { type = "Prefix", affix = "Ranger's", "[Allies|Allies] in your [Presence|Presence] have +(347-450) to [Accuracy|Accuracy] Rating", statOrderKey = "888", statOrder = { 888 }, level = 63, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["CriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-14)% increased [Critical|Critical Hit] Chance", statOrderKey = "925", statOrder = { 925 }, level = 5, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(15-19)% increased [Critical|Critical Hit] Chance", statOrderKey = "925", statOrder = { 925 }, level = 20, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(20-24)% increased [Critical|Critical Hit] Chance", statOrderKey = "925", statOrder = { 925 }, level = 30, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(25-29)% increased [Critical|Critical Hit] Chance", statOrderKey = "925", statOrder = { 925 }, level = 44, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(30-34)% increased [Critical|Critical Hit] Chance", statOrderKey = "925", statOrder = { 925 }, level = 58, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "(35-38)% increased [Critical|Critical Hit] Chance", statOrderKey = "925", statOrder = { 925 }, level = 72, group = "CriticalStrikeChance", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, }, + ["LocalCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "+(1-1.5)% to [Critical|Critical Hit] Chance", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "+(1.5-2.1)% to [Critical|Critical Hit] Chance", statOrderKey = "912", statOrder = { 912 }, level = 20, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "+(2.1-2.7)% to [Critical|Critical Hit] Chance", statOrderKey = "912", statOrder = { 912 }, level = 30, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "+(3.1-3.8)% to [Critical|Critical Hit] Chance", statOrderKey = "912", statOrder = { 912 }, level = 44, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "+(3.8-4.4)% to [Critical|Critical Hit] Chance", statOrderKey = "912", statOrder = { 912 }, level = 59, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "+(4.4-5)% to [Critical|Critical Hit] Chance", statOrderKey = "912", statOrder = { 912 }, level = 73, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["SpellCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-19)% increased [Critical|Critical Hit Chance] for [Spell|Spells]", statOrderKey = "927", statOrder = { 927 }, level = 11, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "staff", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(20-39)% increased [Critical|Critical Hit Chance] for [Spell|Spells]", statOrderKey = "927", statOrder = { 927 }, level = 21, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "staff", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(40-59)% increased [Critical|Critical Hit Chance] for [Spell|Spells]", statOrderKey = "927", statOrder = { 927 }, level = 28, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "staff", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(60-79)% increased [Critical|Critical Hit Chance] for [Spell|Spells]", statOrderKey = "927", statOrder = { 927 }, level = 41, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "staff", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(80-99)% increased [Critical|Critical Hit Chance] for [Spell|Spells]", statOrderKey = "927", statOrder = { 927 }, level = 59, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "staff", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChance6_"] = { type = "Suffix", affix = "of Unmaking", "(100-109)% increased [Critical|Critical Hit Chance] for [Spell|Spells]", statOrderKey = "927", statOrder = { 927 }, level = 76, group = "SpellCriticalStrikeChance", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, }, + ["AttackCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-14)% increased [Critical|Critical Hit Chance] for [Attack|Attacks]", statOrderKey = "926", statOrder = { 926 }, level = 5, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(15-19)% increased [Critical|Critical Hit Chance] for [Attack|Attacks]", statOrderKey = "926", statOrder = { 926 }, level = 20, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(20-24)% increased [Critical|Critical Hit Chance] for [Attack|Attacks]", statOrderKey = "926", statOrder = { 926 }, level = 30, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(25-29)% increased [Critical|Critical Hit Chance] for [Attack|Attacks]", statOrderKey = "926", statOrder = { 926 }, level = 44, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(30-34)% increased [Critical|Critical Hit Chance] for [Attack|Attacks]", statOrderKey = "926", statOrder = { 926 }, level = 58, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "(35-38)% increased [Critical|Critical Hit Chance] for [Attack|Attacks]", statOrderKey = "926", statOrder = { 926 }, level = 72, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["TrapCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-19)% increased [Critical|Critical Hit Chance] with Traps", statOrderKey = "928", statOrder = { 928 }, level = 11, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(20-39)% increased [Critical|Critical Hit Chance] with Traps", statOrderKey = "928", statOrder = { 928 }, level = 21, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(40-59)% increased [Critical|Critical Hit Chance] with Traps", statOrderKey = "928", statOrder = { 928 }, level = 28, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(60-79)% increased [Critical|Critical Hit Chance] with Traps", statOrderKey = "928", statOrder = { 928 }, level = 41, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(80-99)% increased [Critical|Critical Hit Chance] with Traps", statOrderKey = "928", statOrder = { 928 }, level = 59, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "(100-109)% increased [Critical|Critical Hit Chance] with Traps", statOrderKey = "928", statOrder = { 928 }, level = 76, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["NearbyAlliesCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "[Allies|Allies] in your [Presence|Presence] have (10-14)% increased [Critical|Critical Hit] Chance", statOrderKey = "889", statOrder = { 889 }, level = 11, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, }, + ["NearbyAlliesCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "[Allies|Allies] in your [Presence|Presence] have (15-19)% increased [Critical|Critical Hit] Chance", statOrderKey = "889", statOrder = { 889 }, level = 21, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, }, + ["NearbyAlliesCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "[Allies|Allies] in your [Presence|Presence] have (20-24)% increased [Critical|Critical Hit] Chance", statOrderKey = "889", statOrder = { 889 }, level = 28, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, }, + ["NearbyAlliesCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "[Allies|Allies] in your [Presence|Presence] have (25-29)% increased [Critical|Critical Hit] Chance", statOrderKey = "889", statOrder = { 889 }, level = 41, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, }, + ["NearbyAlliesCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "[Allies|Allies] in your [Presence|Presence] have (30-34)% increased [Critical|Critical Hit] Chance", statOrderKey = "889", statOrder = { 889 }, level = 59, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, }, + ["NearbyAlliesCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "[Allies|Allies] in your [Presence|Presence] have (35-38)% increased [Critical|Critical Hit] Chance", statOrderKey = "889", statOrder = { 889 }, level = 76, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, }, + ["CriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "(10-14)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "929", statOrder = { 929 }, level = 8, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "(15-19)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "929", statOrder = { 929 }, level = 21, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "(20-24)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "929", statOrder = { 929 }, level = 31, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "(25-29)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "929", statOrder = { 929 }, level = 45, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "(30-34)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "929", statOrder = { 929 }, level = 59, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "(35-39)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "929", statOrder = { 929 }, level = 74, group = "CriticalStrikeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "+(10-14)% to [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "913", statOrder = { 913 }, level = 8, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["LocalCriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "+(15-19)% to [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "913", statOrder = { 913 }, level = 21, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["LocalCriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "+(20-24)% to [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "913", statOrder = { 913 }, level = 30, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["LocalCriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "+(25-29)% to [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "913", statOrder = { 913 }, level = 44, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["LocalCriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "+(30-34)% to [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "913", statOrder = { 913 }, level = 59, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["LocalCriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "+(35-39)% to [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "913", statOrder = { 913 }, level = 73, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["SpellCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of Ire", "(10-14)% increased [CriticalDamageBonus|Critical Spell Damage Bonus]", statOrderKey = "931", statOrder = { 931 }, level = 8, group = "SpellCriticalStrikeMultiplier", weightKey = { "wand", "staff", "focus", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of Anger", "(15-19)% increased [CriticalDamageBonus|Critical Spell Damage Bonus]", statOrderKey = "931", statOrder = { 931 }, level = 21, group = "SpellCriticalStrikeMultiplier", weightKey = { "wand", "staff", "focus", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "(20-24)% increased [CriticalDamageBonus|Critical Spell Damage Bonus]", statOrderKey = "931", statOrder = { 931 }, level = 30, group = "SpellCriticalStrikeMultiplier", weightKey = { "wand", "staff", "focus", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of Fury", "(25-29)% increased [CriticalDamageBonus|Critical Spell Damage Bonus]", statOrderKey = "931", statOrder = { 931 }, level = 44, group = "SpellCriticalStrikeMultiplier", weightKey = { "wand", "staff", "focus", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "(30-34)% increased [CriticalDamageBonus|Critical Spell Damage Bonus]", statOrderKey = "931", statOrder = { 931 }, level = 59, group = "SpellCriticalStrikeMultiplier", weightKey = { "wand", "staff", "focus", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeMultiplier6"] = { type = "Suffix", affix = "of Destruction", "(35-39)% increased [CriticalDamageBonus|Critical Spell Damage Bonus]", statOrderKey = "931", statOrder = { 931 }, level = 73, group = "SpellCriticalStrikeMultiplier", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, }, + ["AttackCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of Ire", "(10-14)% increased [CriticalDamageBonus|Critical Damage Bonus] for [Attack] Damage", statOrderKey = "930", statOrder = { 930 }, level = 8, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of Anger", "(15-19)% increased [CriticalDamageBonus|Critical Damage Bonus] for [Attack] Damage", statOrderKey = "930", statOrder = { 930 }, level = 21, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "(20-24)% increased [CriticalDamageBonus|Critical Damage Bonus] for [Attack] Damage", statOrderKey = "930", statOrder = { 930 }, level = 31, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of Fury", "(25-29)% increased [CriticalDamageBonus|Critical Damage Bonus] for [Attack] Damage", statOrderKey = "930", statOrder = { 930 }, level = 45, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "(30-34)% increased [CriticalDamageBonus|Critical Damage Bonus] for [Attack] Damage", statOrderKey = "930", statOrder = { 930 }, level = 59, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeMultiplier6"] = { type = "Suffix", affix = "of Destruction", "(35-39)% increased [CriticalDamageBonus|Critical Damage Bonus] for [Attack] Damage", statOrderKey = "930", statOrder = { 930 }, level = 74, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, }, + ["TrapCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of Ire", "+(10-14)% to [CriticalDamageBonus|Critical Damage Bonus] with Traps", statOrderKey = "932", statOrder = { 932 }, level = 8, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of Anger", "+(15-19)% to [CriticalDamageBonus|Critical Damage Bonus] with Traps", statOrderKey = "932", statOrder = { 932 }, level = 21, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "+(20-24)% to [CriticalDamageBonus|Critical Damage Bonus] with Traps", statOrderKey = "932", statOrder = { 932 }, level = 30, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of Fury", "+(25-29)% to [CriticalDamageBonus|Critical Damage Bonus] with Traps", statOrderKey = "932", statOrder = { 932 }, level = 44, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "+(30-34)% to [CriticalDamageBonus|Critical Damage Bonus] with Traps", statOrderKey = "932", statOrder = { 932 }, level = 59, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["TrapCriticalStrikeMultiplier6"] = { type = "Suffix", affix = "of Destruction", "+(35-39)% to [CriticalDamageBonus|Critical Damage Bonus] with Traps", statOrderKey = "932", statOrder = { 932 }, level = 73, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["NearbyAlliesCriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "[Allies] in your [Presence] have (10-14)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "890", statOrder = { 890 }, level = 8, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, }, + ["NearbyAlliesCriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "[Allies] in your [Presence] have (15-19)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "890", statOrder = { 890 }, level = 21, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, }, + ["NearbyAlliesCriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "[Allies] in your [Presence] have (20-24)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "890", statOrder = { 890 }, level = 30, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, }, + ["NearbyAlliesCriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "[Allies] in your [Presence] have (25-29)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "890", statOrder = { 890 }, level = 44, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, }, + ["NearbyAlliesCriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "[Allies] in your [Presence] have (30-34)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "890", statOrder = { 890 }, level = 59, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, }, + ["NearbyAlliesCriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "[Allies] in your [Presence] have (35-39)% increased [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "890", statOrder = { 890 }, level = 73, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, }, + ["ItemFoundRarityIncrease1"] = { type = "Suffix", affix = "of Plunder", "(6-10)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 3, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { }, }, + ["ItemFoundRarityIncrease2"] = { type = "Suffix", affix = "of Raiding", "(11-15)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 24, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { }, }, + ["ItemFoundRarityIncrease3"] = { type = "Suffix", affix = "of Archaeology", "(16-20)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 40, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { }, }, + ["ItemFoundRarityIncrease4"] = { type = "Suffix", affix = "of Excavation", "(21-25)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 63, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { }, }, + ["ItemFoundRarityIncrease5"] = { type = "Suffix", affix = "of Windfall", "(26-30)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 75, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { }, }, + ["ItemFoundRarityIncreasePrefix1"] = { type = "Prefix", affix = "Magpie's", "(8-11)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 10, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { }, }, + ["ItemFoundRarityIncreasePrefix2"] = { type = "Prefix", affix = "Collector's", "(13-17)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 29, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { }, }, + ["ItemFoundRarityIncreasePrefix3"] = { type = "Prefix", affix = "Hoarder's", "(18-22)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 47, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { }, }, + ["ItemFoundRarityIncreasePrefix4_"] = { type = "Prefix", affix = "Pirate's", "(23-27)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 65, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { }, }, + ["ItemFoundRarityIncreasePrefix5"] = { type = "Prefix", affix = "Dragon's", "(28-32)% increased [ItemRarity|Rarity of Items] found", statOrderKey = "911", statOrder = { 911 }, level = 81, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { }, }, + ["LightRadiusAndAccuracy1"] = { type = "Suffix", affix = "of Shining", "+(10-20) to [Accuracy|Accuracy] Rating", "5% increased [LightRadius|Light Radius]", statOrderKey = "863,993", statOrder = { 863, 993 }, level = 8, group = "LightRadiusAndAccuracy", weightKey = { "helmet", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LightRadiusAndAccuracy2"] = { type = "Suffix", affix = "of Light", "+(21-40) to [Accuracy|Accuracy] Rating", "10% increased [LightRadius|Light Radius]", statOrderKey = "863,993", statOrder = { 863, 993 }, level = 15, group = "LightRadiusAndAccuracy", weightKey = { "helmet", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LightRadiusAndAccuracy3"] = { type = "Suffix", affix = "of Radiance", "+(41-60) to [Accuracy|Accuracy] Rating", "15% increased [LightRadius|Light Radius]", statOrderKey = "863,993", statOrder = { 863, 993 }, level = 30, group = "LightRadiusAndAccuracy", weightKey = { "helmet", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LocalLightRadiusAndAccuracy1"] = { type = "Suffix", affix = "of Shining", "+(10-20) to [Accuracy|Accuracy] Rating", "5% increased [LightRadius|Light Radius]", statOrderKey = "827,993", statOrder = { 827, 993 }, level = 8, group = "LocalLightRadiusAndAccuracy", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LocalLightRadiusAndAccuracy2"] = { type = "Suffix", affix = "of Light", "+(21-40) to [Accuracy|Accuracy] Rating", "10% increased [LightRadius|Light Radius]", statOrderKey = "827,993", statOrder = { 827, 993 }, level = 15, group = "LocalLightRadiusAndAccuracy", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LocalLightRadiusAndAccuracy3"] = { type = "Suffix", affix = "of Radiance", "+(41-60) to [Accuracy|Accuracy] Rating", "15% increased [LightRadius|Light Radius]", statOrderKey = "827,993", statOrder = { 827, 993 }, level = 30, group = "LocalLightRadiusAndAccuracy", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["LightRadiusAndManaRegeneration1"] = { type = "Suffix", affix = "of Warmth", "(8-12)% increased Mana Regeneration Rate", "5% increased [LightRadius|Light Radius]", statOrderKey = "965,993", statOrder = { 965, 993 }, level = 8, group = "LightRadiusAndManaRegeneration", weightKey = { "wand", "staff", "sceptre", "ring", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["LightRadiusAndManaRegeneration2"] = { type = "Suffix", affix = "of Kindling", "(13-17)% increased Mana Regeneration Rate", "10% increased [LightRadius|Light Radius]", statOrderKey = "965,993", statOrder = { 965, 993 }, level = 15, group = "LightRadiusAndManaRegeneration", weightKey = { "wand", "staff", "sceptre", "ring", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["LightRadiusAndManaRegeneration3"] = { type = "Suffix", affix = "of the Hearth", "(18-22)% increased Mana Regeneration Rate", "15% increased [LightRadius|Light Radius]", statOrderKey = "965,993", statOrder = { 965, 993 }, level = 30, group = "LightRadiusAndManaRegeneration", weightKey = { "wand", "staff", "sceptre", "ring", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, }, + ["LocalBlockChance1"] = { type = "Prefix", affix = "Steadfast", "(40-45)% increased [Block] chance", statOrderKey = "831", statOrder = { 831 }, level = 2, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, }, + ["LocalBlockChance2"] = { type = "Prefix", affix = "Unrelenting", "(46-51)% increased [Block] chance", statOrderKey = "831", statOrder = { 831 }, level = 15, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, }, + ["LocalBlockChance3"] = { type = "Prefix", affix = "Adamant", "(52-57)% increased [Block] chance", statOrderKey = "831", statOrder = { 831 }, level = 30, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, }, + ["LocalBlockChance4_"] = { type = "Prefix", affix = "Warded", "(58-63)% increased [Block] chance", statOrderKey = "831", statOrder = { 831 }, level = 46, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, }, + ["LocalBlockChance5"] = { type = "Prefix", affix = "Unwavering", "(64-69)% increased [Block] chance", statOrderKey = "831", statOrder = { 831 }, level = 61, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, }, + ["LocalBlockChance6"] = { type = "Prefix", affix = "Enduring", "(70-75)% increased [Block] chance", statOrderKey = "831", statOrder = { 831 }, level = 74, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, }, + ["LocalBlockChance7"] = { type = "Prefix", affix = "Unyielding", "(76-81)% increased [Block] chance", statOrderKey = "831", statOrder = { 831 }, level = 82, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, }, + ["IncreasedSpirit1"] = { type = "Prefix", affix = "Lady's", "+(30-33) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 16, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["IncreasedSpirit2"] = { type = "Prefix", affix = "Baronness'", "+(34-37) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 25, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["IncreasedSpirit3"] = { type = "Prefix", affix = "Viscountess'", "+(38-42) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 34, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["IncreasedSpirit4"] = { type = "Prefix", affix = "Marchioness'", "+(43-46) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 41, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["IncreasedSpirit5"] = { type = "Prefix", affix = "Countess'", "+(47-50) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 47, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["IncreasedSpirit6"] = { type = "Prefix", affix = "Duchess'", "+(51-53) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 55, group = "BaseSpirit", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["IncreasedSpirit7"] = { type = "Prefix", affix = "Princess'", "+(54-56) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 66, group = "BaseSpirit", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["IncreasedSpirit8"] = { type = "Prefix", affix = "Queen's", "+(57-61) to [Spirit|Spirit]", statOrderKey = "876", statOrder = { 876 }, level = 78, group = "BaseSpirit", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritPercent1"] = { type = "Prefix", affix = "Lord's", "(30-36)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 1, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritPercent2"] = { type = "Prefix", affix = "Baron's", "(27-32)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 11, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritPercent3"] = { type = "Prefix", affix = "Viscount's", "(33-38)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 23, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritPercent4"] = { type = "Prefix", affix = "Marquess'", "(39-44)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 35, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritPercent5"] = { type = "Prefix", affix = "Count's", "(45-50)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 46, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritPercent6"] = { type = "Prefix", affix = "Duke's", "(51-55)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 60, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritPercent7"] = { type = "Prefix", affix = "Prince's", "(56-60)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 73, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritPercent8"] = { type = "Prefix", affix = "King's", "(61-65)% increased [Spirit|Spirit]", statOrderKey = "843", statOrder = { 843 }, level = 82, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritAndMana1"] = { type = "Prefix", affix = "Advisor's", "(10-14)% increased [Spirit|Spirit]", "+(17-20) to maximum Mana", statOrderKey = "843,873", statOrder = { 843, 873 }, level = 3, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritAndMana2"] = { type = "Prefix", affix = "Counselor's", "(15-18)% increased [Spirit|Spirit]", "+(21-24) to maximum Mana", statOrderKey = "843,873", statOrder = { 843, 873 }, level = 12, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritAndMana3"] = { type = "Prefix", affix = "Emissary's", "(19-22)% increased [Spirit|Spirit]", "+(25-28) to maximum Mana", statOrderKey = "843,873", statOrder = { 843, 873 }, level = 28, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritAndMana4"] = { type = "Prefix", affix = "Minister's", "(23-26)% increased [Spirit|Spirit]", "+(29-33) to maximum Mana", statOrderKey = "843,873", statOrder = { 843, 873 }, level = 39, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritAndMana5"] = { type = "Prefix", affix = "Envoy's", "(27-30)% increased [Spirit|Spirit]", "+(34-37) to maximum Mana", statOrderKey = "843,873", statOrder = { 843, 873 }, level = 50, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritAndMana6"] = { type = "Prefix", affix = "Diplomat's", "(31-34)% increased [Spirit|Spirit]", "+(38-41) to maximum Mana", statOrderKey = "843,873", statOrder = { 843, 873 }, level = 62, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["LocalIncreasedSpiritAndMana7"] = { type = "Prefix", affix = "Chancellor's", "(35-38)% increased [Spirit|Spirit]", "+(42-45) to maximum Mana", statOrderKey = "843,873", statOrder = { 843, 873 }, level = 78, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["ReducedBleedDuration1"] = { type = "Suffix", affix = "of Sealing", "(36-40)% reduced [Bleeding|Bleeding] Duration on you", statOrderKey = "985", statOrder = { 985 }, level = 21, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ReducedBleedDuration2"] = { type = "Suffix", affix = "of Alleviation", "(41-45)% reduced [Bleeding|Bleeding] Duration on you", statOrderKey = "985", statOrder = { 985 }, level = 37, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ReducedBleedDuration3"] = { type = "Suffix", affix = "of Allaying", "(46-50)% reduced [Bleeding|Bleeding] Duration on you", statOrderKey = "985", statOrder = { 985 }, level = 50, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ReducedBleedDuration4"] = { type = "Suffix", affix = "of Assuaging", "(51-55)% reduced [Bleeding|Bleeding] Duration on you", statOrderKey = "985", statOrder = { 985 }, level = 64, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ReducedBleedDuration5"] = { type = "Suffix", affix = "of Staunching", "(56-60)% reduced [Bleeding|Bleeding] Duration on you", statOrderKey = "985", statOrder = { 985 }, level = 76, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ReducedPoisonDuration1"] = { type = "Suffix", affix = "of the Antitoxin", "(36-40)% reduced [Poison|Poison] Duration on you", statOrderKey = "990", statOrder = { 990 }, level = 21, group = "ReducedPoisonDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ReducedPoisonDuration2"] = { type = "Suffix", affix = "of the Remedy", "(41-45)% reduced [Poison|Poison] Duration on you", statOrderKey = "990", statOrder = { 990 }, level = 37, group = "ReducedPoisonDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ReducedPoisonDuration3"] = { type = "Suffix", affix = "of the Cure", "(46-50)% reduced [Poison|Poison] Duration on you", statOrderKey = "990", statOrder = { 990 }, level = 50, group = "ReducedPoisonDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ReducedPoisonDuration4"] = { type = "Suffix", affix = "of the Panacea", "(51-55)% reduced [Poison|Poison] Duration on you", statOrderKey = "990", statOrder = { 990 }, level = 64, group = "ReducedPoisonDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ReducedPoisonDuration5"] = { type = "Suffix", affix = "of the Antidote", "(56-60)% reduced [Poison|Poison] Duration on you", statOrderKey = "990", statOrder = { 990 }, level = 76, group = "ReducedPoisonDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ReducedBurnDuration1"] = { type = "Suffix", affix = "of Damping", "(36-40)% reduced [Ignite|Ignite] Duration on you", statOrderKey = "986", statOrder = { 986 }, level = 21, group = "ReducedBurnDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedBurnDuration2"] = { type = "Suffix", affix = "of Quashing", "(41-45)% reduced [Ignite|Ignite] Duration on you", statOrderKey = "986", statOrder = { 986 }, level = 37, group = "ReducedBurnDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedBurnDuration3"] = { type = "Suffix", affix = "of Quelling", "(46-50)% reduced [Ignite|Ignite] Duration on you", statOrderKey = "986", statOrder = { 986 }, level = 50, group = "ReducedBurnDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedBurnDuration4"] = { type = "Suffix", affix = "of Quenching", "(51-55)% reduced [Ignite|Ignite] Duration on you", statOrderKey = "986", statOrder = { 986 }, level = 64, group = "ReducedBurnDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedBurnDuration5"] = { type = "Suffix", affix = "of Dousing", "(56-60)% reduced [Ignite|Ignite] Duration on you", statOrderKey = "986", statOrder = { 986 }, level = 76, group = "ReducedBurnDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedShockDuration1"] = { type = "Suffix", affix = "of Earthing", "(36-40)% reduced [Shock|Shock] duration on you", statOrderKey = "989", statOrder = { 989 }, level = 20, group = "ReducedShockDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockDuration2"] = { type = "Suffix", affix = "of Insulation", "(41-45)% reduced [Shock|Shock] duration on you", statOrderKey = "989", statOrder = { 989 }, level = 36, group = "ReducedShockDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockDuration3"] = { type = "Suffix", affix = "of the Impedance", "(46-50)% reduced [Shock|Shock] duration on you", statOrderKey = "989", statOrder = { 989 }, level = 49, group = "ReducedShockDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockDuration4"] = { type = "Suffix", affix = "of the Dielectric", "(51-55)% reduced [Shock|Shock] duration on you", statOrderKey = "989", statOrder = { 989 }, level = 63, group = "ReducedShockDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockDuration5"] = { type = "Suffix", affix = "of Grounding", "(56-60)% reduced [Shock|Shock] duration on you", statOrderKey = "989", statOrder = { 989 }, level = 75, group = "ReducedShockDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedChillDuration1"] = { type = "Suffix", affix = "of Convection", "(36-40)% reduced [Chill|Chill] Duration on you", statOrderKey = "987", statOrder = { 987 }, level = 20, group = "ReducedChillDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedChillDuration2"] = { type = "Suffix", affix = "of Fluidity", "(41-45)% reduced [Chill|Chill] Duration on you", statOrderKey = "987", statOrder = { 987 }, level = 36, group = "ReducedChillDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedChillDuration3"] = { type = "Suffix", affix = "of Entropy", "(46-50)% reduced [Chill|Chill] Duration on you", statOrderKey = "987", statOrder = { 987 }, level = 49, group = "ReducedChillDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedChillDuration4"] = { type = "Suffix", affix = "of Dissipation", "(51-55)% reduced [Chill|Chill] Duration on you", statOrderKey = "987", statOrder = { 987 }, level = 63, group = "ReducedChillDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedChillDuration5"] = { type = "Suffix", affix = "of the Reversal", "(56-60)% reduced [Chill|Chill] Duration on you", statOrderKey = "987", statOrder = { 987 }, level = 75, group = "ReducedChillDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDuration1"] = { type = "Suffix", affix = "of Heating", "(36-40)% reduced [Freeze|Freeze] Duration on you", statOrderKey = "988", statOrder = { 988 }, level = 20, group = "ReducedFreezeDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDuration2"] = { type = "Suffix", affix = "of Unfreezing", "(41-45)% reduced [Freeze|Freeze] Duration on you", statOrderKey = "988", statOrder = { 988 }, level = 36, group = "ReducedFreezeDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDuration3"] = { type = "Suffix", affix = "of Defrosting", "(46-50)% reduced [Freeze|Freeze] Duration on you", statOrderKey = "988", statOrder = { 988 }, level = 49, group = "ReducedFreezeDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDuration4"] = { type = "Suffix", affix = "of the Temperate", "(51-55)% reduced [Freeze|Freeze] Duration on you", statOrderKey = "988", statOrder = { 988 }, level = 63, group = "ReducedFreezeDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDuration5"] = { type = "Suffix", affix = "of Thawing", "(56-60)% reduced [Freeze|Freeze] Duration on you", statOrderKey = "988", statOrder = { 988 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedExtraDamageFromCrits1___"] = { type = "Suffix", affix = "of Dulling", "Hits against you have (21-27)% reduced [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "942", statOrder = { 942 }, level = 33, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, }, + ["ReducedExtraDamageFromCrits2__"] = { type = "Suffix", affix = "of Deadening", "Hits against you have (28-34)% reduced [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "942", statOrder = { 942 }, level = 45, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, }, + ["ReducedExtraDamageFromCrits3"] = { type = "Suffix", affix = "of Interference", "Hits against you have (35-41)% reduced [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "942", statOrder = { 942 }, level = 58, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, }, + ["ReducedExtraDamageFromCrits4__"] = { type = "Suffix", affix = "of Obstruction", "Hits against you have (42-47)% reduced [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "942", statOrder = { 942 }, level = 69, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, }, + ["ReducedExtraDamageFromCrits5"] = { type = "Suffix", affix = "of the Bastion", "Hits against you have (48-54)% reduced [CriticalDamageBonus|Critical Damage Bonus]", statOrderKey = "942", statOrder = { 942 }, level = 81, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, }, + ["AdditionalPhysicalDamageReduction1"] = { type = "Suffix", affix = "of the Watchman", "4% additional [Physical] Damage Reduction", statOrderKey = "943", statOrder = { 943 }, level = 32, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, }, + ["AdditionalPhysicalDamageReduction2"] = { type = "Suffix", affix = "of the Custodian", "5% additional [Physical] Damage Reduction", statOrderKey = "943", statOrder = { 943 }, level = 41, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, }, + ["AdditionalPhysicalDamageReduction3"] = { type = "Suffix", affix = "of the Sentry", "6% additional [Physical] Damage Reduction", statOrderKey = "943", statOrder = { 943 }, level = 53, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, }, + ["AdditionalPhysicalDamageReduction4"] = { type = "Suffix", affix = "of the Protector", "7% additional [Physical] Damage Reduction", statOrderKey = "943", statOrder = { 943 }, level = 66, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, }, + ["AdditionalPhysicalDamageReduction5_"] = { type = "Suffix", affix = "of the Conservator", "8% additional [Physical] Damage Reduction", statOrderKey = "943", statOrder = { 943 }, level = 77, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, }, + ["MaximumFireResist1"] = { type = "Suffix", affix = "of the Bushfire", "+1% to [MaximumResistances|Maximum Fire Resistance]", statOrderKey = "945", statOrder = { 945 }, level = 68, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResist2_"] = { type = "Suffix", affix = "of the Molten Core", "+2% to [MaximumResistances|Maximum Fire Resistance]", statOrderKey = "945", statOrder = { 945 }, level = 75, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResist3"] = { type = "Suffix", affix = "of the Solar Storm", "+3% to [MaximumResistances|Maximum Fire Resistance]", statOrderKey = "945", statOrder = { 945 }, level = 81, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumColdResist1"] = { type = "Suffix", affix = "of Furs", "+1% to [MaximumResistances|Maximum Cold Resistance]", statOrderKey = "946", statOrder = { 946 }, level = 68, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResist2"] = { type = "Suffix", affix = "of the Tundra", "+2% to [MaximumResistances|Maximum Cold Resistance]", statOrderKey = "946", statOrder = { 946 }, level = 75, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResist3"] = { type = "Suffix", affix = "of the Mammoth", "+3% to [MaximumResistances|Maximum Cold Resistance]", statOrderKey = "946", statOrder = { 946 }, level = 81, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumLightningResist1"] = { type = "Suffix", affix = "of Impedance", "+1% to [MaximumResistances|Maximum Lightning Resistance]", statOrderKey = "947", statOrder = { 947 }, level = 68, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResist2___"] = { type = "Suffix", affix = "of Shockproofing", "+2% to [MaximumResistances|Maximum Lightning Resistance]", statOrderKey = "947", statOrder = { 947 }, level = 75, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResist3"] = { type = "Suffix", affix = "of the Lightning Rod", "+3% to [MaximumResistances|Maximum Lightning Resistance]", statOrderKey = "947", statOrder = { 947 }, level = 81, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumChaosResist1"] = { type = "Suffix", affix = "of Regularity", "+1% to [MaximumResistances|Maximum Chaos Resistance]", statOrderKey = "948", statOrder = { 948 }, level = 68, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResist2_"] = { type = "Suffix", affix = "of Concord", "+2% to [MaximumResistances|Maximum Chaos Resistance]", statOrderKey = "948", statOrder = { 948 }, level = 75, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResist3"] = { type = "Suffix", affix = "of Harmony", "+3% to [MaximumResistances|Maximum Chaos Resistance]", statOrderKey = "948", statOrder = { 948 }, level = 81, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumElementalResistance1"] = { type = "Suffix", affix = "of the Deathless", "+1% to all [MaximumResistances|Maximum Elemental Resistances]", statOrderKey = "944", statOrder = { 944 }, level = 75, group = "MaximumElementalResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, }, + ["MaximumElementalResistance2"] = { type = "Suffix", affix = "of the Everlasting", "+2% to all [MaximumResistances|Maximum Elemental Resistances]", statOrderKey = "944", statOrder = { 944 }, level = 81, group = "MaximumElementalResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, }, + ["EnergyShieldRechargeRate1"] = { type = "Suffix", affix = "of Enlivening", "(26-30)% increased [ESRechargeRate|Energy Shield Recharge Rate]", statOrderKey = "956", statOrder = { 956 }, level = 33, group = "EnergyShieldRegeneration", weightKey = { "focus", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldRechargeRate2"] = { type = "Suffix", affix = "of Diffusion", "(31-35)% increased [ESRechargeRate|Energy Shield Recharge Rate]", statOrderKey = "956", statOrder = { 956 }, level = 45, group = "EnergyShieldRegeneration", weightKey = { "focus", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldRechargeRate3"] = { type = "Suffix", affix = "of Dispersal", "(36-40)% increased [ESRechargeRate|Energy Shield Recharge Rate]", statOrderKey = "956", statOrder = { 956 }, level = 58, group = "EnergyShieldRegeneration", weightKey = { "focus", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldRechargeRate4"] = { type = "Suffix", affix = "of Buffering", "(41-45)% increased [ESRechargeRate|Energy Shield Recharge Rate]", statOrderKey = "956", statOrder = { 956 }, level = 69, group = "EnergyShieldRegeneration", weightKey = { "focus", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldRechargeRate5______"] = { type = "Suffix", affix = "of Ardour", "(46-50)% increased [ESRechargeRate|Energy Shield Recharge Rate]", statOrderKey = "956", statOrder = { 956 }, level = 81, group = "EnergyShieldRegeneration", weightKey = { "focus", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, }, + ["ArrowPierceChance1"] = { type = "Suffix", affix = "of Piercing", "(12-14)% chance to [Pierce|Pierce] an Enemy", statOrderKey = "991", statOrder = { 991 }, level = 11, group = "ChanceToPierce", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["ArrowPierceChance2"] = { type = "Suffix", affix = "of Drilling", "(15-17)% chance to [Pierce|Pierce] an Enemy", statOrderKey = "991", statOrder = { 991 }, level = 26, group = "ChanceToPierce", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["ArrowPierceChance3"] = { type = "Suffix", affix = "of Puncturing", "(18-20)% chance to [Pierce|Pierce] an Enemy", statOrderKey = "991", statOrder = { 991 }, level = 44, group = "ChanceToPierce", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["ArrowPierceChance4"] = { type = "Suffix", affix = "of Skewering", "(21-23)% chance to [Pierce|Pierce] an Enemy", statOrderKey = "991", statOrder = { 991 }, level = 61, group = "ChanceToPierce", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["ArrowPierceChance5"] = { type = "Suffix", affix = "of Penetrating", "(24-26)% chance to [Pierce|Pierce] an Enemy", statOrderKey = "991", statOrder = { 991 }, level = 77, group = "ChanceToPierce", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["AdditionalArrow1"] = { type = "Suffix", affix = "of Splintering", "Bow [Attack|Attacks] fire an additional Arrow", statOrderKey = "937", statOrder = { 937 }, level = 55, group = "AdditionalArrows", weightKey = { "bow", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["AdditionalArrow2"] = { type = "Suffix", affix = "of Many", "Bow [Attack|Attacks] fire 2 additional Arrows", statOrderKey = "937", statOrder = { 937 }, level = 82, group = "AdditionalArrows", weightKey = { "bow", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["AdditionalAmmo1"] = { type = "Suffix", affix = "of Shelling", "Loads an additional bolt", statOrderKey = "935", statOrder = { 935 }, level = 55, group = "AdditionalAmmo", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["AdditionalAmmo2"] = { type = "Suffix", affix = "of Bursting", "Loads 2 additional bolts", statOrderKey = "935", statOrder = { 935 }, level = 82, group = "AdditionalAmmo", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, }, + ["BeltFlaskLifeRecoveryRate1"] = { type = "Prefix", affix = "Restoring", "(5-10)% increased [Flask] Life Recovery rate", statOrderKey = "878", statOrder = { 878 }, level = 5, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRate2"] = { type = "Prefix", affix = "Recovering", "(11-16)% increased [Flask] Life Recovery rate", statOrderKey = "878", statOrder = { 878 }, level = 21, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRate3_"] = { type = "Prefix", affix = "Renewing", "(17-22)% increased [Flask] Life Recovery rate", statOrderKey = "878", statOrder = { 878 }, level = 35, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRate4"] = { type = "Prefix", affix = "Refreshing", "(23-28)% increased [Flask] Life Recovery rate", statOrderKey = "878", statOrder = { 878 }, level = 49, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRate5"] = { type = "Prefix", affix = "Rejuvenating", "(29-34)% increased [Flask] Life Recovery rate", statOrderKey = "878", statOrder = { 878 }, level = 63, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRate6"] = { type = "Prefix", affix = "Regenerating", "(35-40)% increased [Flask] Life Recovery rate", statOrderKey = "878", statOrder = { 878 }, level = 77, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskManaRecoveryRate1_"] = { type = "Prefix", affix = "Affecting", "(5-10)% increased [Flask] Mana Recovery rate", statOrderKey = "879", statOrder = { 879 }, level = 5, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryRate2"] = { type = "Prefix", affix = "Stirring", "(11-16)% increased [Flask] Mana Recovery rate", statOrderKey = "879", statOrder = { 879 }, level = 21, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryRate3_"] = { type = "Prefix", affix = "Heartening", "(17-22)% increased [Flask] Mana Recovery rate", statOrderKey = "879", statOrder = { 879 }, level = 35, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryRate4__"] = { type = "Prefix", affix = "Exciting", "(23-28)% increased [Flask] Mana Recovery rate", statOrderKey = "879", statOrder = { 879 }, level = 49, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryRate5"] = { type = "Prefix", affix = "Galvanizing", "(29-34)% increased [Flask] Mana Recovery rate", statOrderKey = "879", statOrder = { 879 }, level = 63, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryRate6"] = { type = "Prefix", affix = "Inspiring", "(35-40)% increased [Flask] Mana Recovery rate", statOrderKey = "879", statOrder = { 879 }, level = 77, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["BeltIncreasedCharmDuration1"] = { type = "Prefix", affix = "Conservative", "(4-9)% increased [Charm] Effect Duration", statOrderKey = "880", statOrder = { 880 }, level = 8, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltIncreasedCharmDuration2"] = { type = "Prefix", affix = "Transformative", "(10-15)% increased [Charm] Effect Duration", statOrderKey = "880", statOrder = { 880 }, level = 24, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltIncreasedCharmDuration3"] = { type = "Prefix", affix = "Progressive", "(16-21)% increased [Charm] Effect Duration", statOrderKey = "880", statOrder = { 880 }, level = 40, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltIncreasedCharmDuration4"] = { type = "Prefix", affix = "Innovative", "(22-27)% increased [Charm] Effect Duration", statOrderKey = "880", statOrder = { 880 }, level = 56, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltIncreasedCharmDuration5"] = { type = "Prefix", affix = "Revolutionary", "(28-33)% increased [Charm] Effect Duration", statOrderKey = "880", statOrder = { 880 }, level = 75, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltIncreasedFlaskChargesGained1"] = { type = "Suffix", affix = "of Refilling", "(5-10)% increased [Flask|Flask] Charges gained", statOrderKey = "5904", statOrder = { 5904 }, level = 2, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargesGained2"] = { type = "Suffix", affix = "of Restocking", "(11-16)% increased [Flask|Flask] Charges gained", statOrderKey = "5904", statOrder = { 5904 }, level = 16, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargesGained3_____"] = { type = "Suffix", affix = "of Replenishing", "(17-22)% increased [Flask|Flask] Charges gained", statOrderKey = "5904", statOrder = { 5904 }, level = 32, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargesGained4"] = { type = "Suffix", affix = "of Pouring", "(23-28)% increased [Flask|Flask] Charges gained", statOrderKey = "5904", statOrder = { 5904 }, level = 48, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargesGained5_"] = { type = "Suffix", affix = "of Brimming", "(29-34)% increased [Flask|Flask] Charges gained", statOrderKey = "5904", statOrder = { 5904 }, level = 70, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargesGained6"] = { type = "Suffix", affix = "of Overflowing", "(35-40)% increased [Flask|Flask] Charges gained", statOrderKey = "5904", statOrder = { 5904 }, level = 81, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, }, + ["BeltReducedFlaskChargesUsed1"] = { type = "Suffix", affix = "of Sipping", "(8-10)% reduced [Flask|Flask] Charges used", statOrderKey = "971", statOrder = { 971 }, level = 3, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, }, + ["BeltReducedFlaskChargesUsed2"] = { type = "Suffix", affix = "of Imbibing", "(11-13)% reduced [Flask|Flask] Charges used", statOrderKey = "971", statOrder = { 971 }, level = 18, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, }, + ["BeltReducedFlaskChargesUsed3"] = { type = "Suffix", affix = "of Relishing", "(14-16)% reduced [Flask|Flask] Charges used", statOrderKey = "971", statOrder = { 971 }, level = 33, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, }, + ["BeltReducedFlaskChargesUsed4"] = { type = "Suffix", affix = "of Savouring", "(17-19)% reduced [Flask|Flask] Charges used", statOrderKey = "971", statOrder = { 971 }, level = 50, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, }, + ["BeltReducedFlaskChargesUsed5"] = { type = "Suffix", affix = "of Reveling", "(20-22)% reduced [Flask|Flask] Charges used", statOrderKey = "971", statOrder = { 971 }, level = 72, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, }, + ["BeltReducedFlaskChargesUsed6"] = { type = "Suffix", affix = "of Nourishing", "(23-25)% reduced [Flask|Flask] Charges used", statOrderKey = "971", statOrder = { 971 }, level = 81, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedCharmChargesGained1"] = { type = "Suffix", affix = "of Plenty", "(5-10)% increased [Charm] Charges gained", statOrderKey = "5066", statOrder = { 5066 }, level = 2, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltIncreasedCharmChargesGained2"] = { type = "Suffix", affix = "of Surplus", "(11-16)% increased [Charm] Charges gained", statOrderKey = "5066", statOrder = { 5066 }, level = 16, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltIncreasedCharmChargesGained3"] = { type = "Suffix", affix = "of Fertility", "(17-22)% increased [Charm] Charges gained", statOrderKey = "5066", statOrder = { 5066 }, level = 32, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltIncreasedCharmChargesGained4"] = { type = "Suffix", affix = "of Bounty", "(23-28)% increased [Charm] Charges gained", statOrderKey = "5066", statOrder = { 5066 }, level = 48, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltIncreasedCharmChargesGained5"] = { type = "Suffix", affix = "of the Harvest", "(29-34)% increased [Charm] Charges gained", statOrderKey = "5066", statOrder = { 5066 }, level = 70, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltIncreasedCharmChargesGained6"] = { type = "Suffix", affix = "of Abundance", "(35-40)% increased [Charm] Charges gained", statOrderKey = "5066", statOrder = { 5066 }, level = 81, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltReducedCharmChargesUsed1"] = { type = "Suffix", affix = "of Austerity", "(8-10)% reduced [Charm] Charges used", statOrderKey = "5068", statOrder = { 5068 }, level = 3, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltReducedCharmChargesUsed2"] = { type = "Suffix", affix = "of Frugality", "(11-13)% reduced [Charm] Charges used", statOrderKey = "5068", statOrder = { 5068 }, level = 18, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltReducedCharmChargesUsed3"] = { type = "Suffix", affix = "of Temperance", "(14-16)% reduced [Charm] Charges used", statOrderKey = "5068", statOrder = { 5068 }, level = 33, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltReducedCharmChargesUsed4"] = { type = "Suffix", affix = "of Restraint", "(17-19)% reduced [Charm] Charges used", statOrderKey = "5068", statOrder = { 5068 }, level = 50, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltReducedCharmChargesUsed5"] = { type = "Suffix", affix = "of Economy", "(20-22)% reduced [Charm] Charges used", statOrderKey = "5068", statOrder = { 5068 }, level = 72, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["BeltReducedCharmChargesUsed6"] = { type = "Suffix", affix = "of Scarcity", "(23-25)% reduced [Charm] Charges used", statOrderKey = "5068", statOrder = { 5068 }, level = 81, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["AdditionalCharm1"] = { type = "Suffix", affix = "of Symbolism", "+1 [Charm] Slot", statOrderKey = "936", statOrder = { 936 }, level = 55, group = "AdditionalCharm", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["AdditionalCharm2"] = { type = "Suffix", affix = "of Inscription", "+2 [Charm] Slots", statOrderKey = "936", statOrder = { 936 }, level = 82, group = "AdditionalCharm", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["IgniteChanceIncrease1"] = { type = "Suffix", affix = "of Ignition", "(51-60)% increased chance to [Ignite]", statOrderKey = "978", statOrder = { 978 }, level = 15, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["IgniteChanceIncrease2"] = { type = "Suffix", affix = "of Scorching", "(61-70)% increased chance to [Ignite]", statOrderKey = "978", statOrder = { 978 }, level = 30, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["IgniteChanceIncrease3"] = { type = "Suffix", affix = "of Incineration", "(71-80)% increased chance to [Ignite]", statOrderKey = "978", statOrder = { 978 }, level = 45, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["IgniteChanceIncrease4"] = { type = "Suffix", affix = "of Combustion", "(81-90)% increased chance to [Ignite]", statOrderKey = "978", statOrder = { 978 }, level = 60, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["IgniteChanceIncrease5"] = { type = "Suffix", affix = "of Conflagration", "(91-100)% increased chance to [Ignite]", statOrderKey = "978", statOrder = { 978 }, level = 75, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["FreezeDamageIncrease1"] = { type = "Suffix", affix = "of Freezing", "(31-40)% increased [Freeze|Freeze] Buildup", statOrderKey = "980", statOrder = { 980 }, level = 15, group = "FreezeDamageIncrease", weightKey = { "no_cold_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["FreezeDamageIncrease2"] = { type = "Suffix", affix = "of Bleakness", "(41-50)% increased [Freeze|Freeze] Buildup", statOrderKey = "980", statOrder = { 980 }, level = 30, group = "FreezeDamageIncrease", weightKey = { "no_cold_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["FreezeDamageIncrease3"] = { type = "Suffix", affix = "of the Glacier", "(51-60)% increased [Freeze|Freeze] Buildup", statOrderKey = "980", statOrder = { 980 }, level = 45, group = "FreezeDamageIncrease", weightKey = { "no_cold_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["FreezeDamageIncrease4"] = { type = "Suffix", affix = "of the Hyperboreal", "(61-70)% increased [Freeze|Freeze] Buildup", statOrderKey = "980", statOrder = { 980 }, level = 60, group = "FreezeDamageIncrease", weightKey = { "no_cold_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["FreezeDamageIncrease5"] = { type = "Suffix", affix = "of the Arctic", "(71-80)% increased [Freeze|Freeze] Buildup", statOrderKey = "980", statOrder = { 980 }, level = 75, group = "FreezeDamageIncrease", weightKey = { "no_cold_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["ShockChanceIncrease1"] = { type = "Suffix", affix = "of Shocking", "(51-60)% increased chance to [Shock]", statOrderKey = "982", statOrder = { 982 }, level = 15, group = "ShockChanceIncrease", weightKey = { "no_lightning_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["ShockChanceIncrease2"] = { type = "Suffix", affix = "of Zapping", "(61-70)% increased chance to [Shock]", statOrderKey = "982", statOrder = { 982 }, level = 30, group = "ShockChanceIncrease", weightKey = { "no_lightning_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["ShockChanceIncrease3"] = { type = "Suffix", affix = "of Electrocution", "(71-80)% increased chance to [Shock]", statOrderKey = "982", statOrder = { 982 }, level = 45, group = "ShockChanceIncrease", weightKey = { "no_lightning_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["ShockChanceIncrease4"] = { type = "Suffix", affix = "of Voltages", "(81-90)% increased chance to [Shock]", statOrderKey = "982", statOrder = { 982 }, level = 60, group = "ShockChanceIncrease", weightKey = { "no_lightning_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["ShockChanceIncrease5"] = { type = "Suffix", affix = "of the Thunderbolt", "(91-100)% increased chance to [Shock]", statOrderKey = "982", statOrder = { 982 }, level = 75, group = "ShockChanceIncrease", weightKey = { "no_lightning_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, }, + ["ProjectileSpeed1"] = { type = "Prefix", affix = "Darting", "(10-17)% increased [Projectile] Speed", statOrderKey = "877", statOrder = { 877 }, level = 14, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, }, + ["ProjectileSpeed2"] = { type = "Prefix", affix = "Brisk", "(18-25)% increased [Projectile] Speed", statOrderKey = "877", statOrder = { 877 }, level = 27, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, }, + ["ProjectileSpeed3"] = { type = "Prefix", affix = "Quick", "(26-33)% increased [Projectile] Speed", statOrderKey = "877", statOrder = { 877 }, level = 41, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, }, + ["ProjectileSpeed4"] = { type = "Prefix", affix = "Rapid", "(34-41)% increased [Projectile] Speed", statOrderKey = "877", statOrder = { 877 }, level = 55, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, }, + ["ProjectileSpeed5"] = { type = "Prefix", affix = "Nimble", "(42-46)% increased [Projectile] Speed", statOrderKey = "877", statOrder = { 877 }, level = 82, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, }, + ["DamageTakenGainedAsLife1___"] = { type = "Suffix", affix = "of Mending", "(10-12)% of Damage taken [Recoup|Recouped] as Life", statOrderKey = "959", statOrder = { 959 }, level = 30, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLife2"] = { type = "Suffix", affix = "of Bandaging", "(13-15)% of Damage taken [Recoup|Recouped] as Life", statOrderKey = "959", statOrder = { 959 }, level = 44, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLife3"] = { type = "Suffix", affix = "of Stitching", "(16-18)% of Damage taken [Recoup|Recouped] as Life", statOrderKey = "959", statOrder = { 959 }, level = 56, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLife4_"] = { type = "Suffix", affix = "of Suturing", "(19-21)% of Damage taken [Recoup|Recouped] as Life", statOrderKey = "959", statOrder = { 959 }, level = 68, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLife5"] = { type = "Suffix", affix = "of Fleshbinding", "(22-24)% of Damage taken [Recoup|Recouped] as Life", statOrderKey = "959", statOrder = { 959 }, level = 79, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsMana1"] = { type = "Suffix", affix = "of Reprieve", "(10-12)% of Damage taken [Recoup|Recouped] as Mana", statOrderKey = "966", statOrder = { 966 }, level = 31, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DamageTakenGainedAsMana2"] = { type = "Suffix", affix = "of Solace", "(13-15)% of Damage taken [Recoup|Recouped] as Mana", statOrderKey = "966", statOrder = { 966 }, level = 45, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DamageTakenGainedAsMana3"] = { type = "Suffix", affix = "of Tranquility", "(16-18)% of Damage taken [Recoup|Recouped] as Mana", statOrderKey = "966", statOrder = { 966 }, level = 57, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DamageTakenGainedAsMana4"] = { type = "Suffix", affix = "of Serenity", "(19-21)% of Damage taken [Recoup|Recouped] as Mana", statOrderKey = "966", statOrder = { 966 }, level = 69, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DamageTakenGainedAsMana5"] = { type = "Suffix", affix = "of Zen", "(22-24)% of Damage taken [Recoup|Recouped] as Mana", statOrderKey = "966", statOrder = { 966 }, level = 80, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, }, + ["StunDuration1"] = { type = "Suffix", affix = "of Impact", "(11-13)% increased [Stun|Stun] Duration", statOrderKey = "976", statOrder = { 976 }, level = 5, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, }, + ["StunDuration2"] = { type = "Suffix", affix = "of Dazing", "(14-16)% increased [Stun|Stun] Duration", statOrderKey = "976", statOrder = { 976 }, level = 18, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, }, + ["StunDuration3"] = { type = "Suffix", affix = "of Stunning", "(17-19)% increased [Stun|Stun] Duration", statOrderKey = "976", statOrder = { 976 }, level = 30, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, }, + ["StunDuration4"] = { type = "Suffix", affix = "of Slamming", "(20-22)% increased [Stun|Stun] Duration", statOrderKey = "976", statOrder = { 976 }, level = 44, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, }, + ["StunDuration5"] = { type = "Suffix", affix = "of Staggering", "(23-26)% increased [Stun|Stun] Duration", statOrderKey = "976", statOrder = { 976 }, level = 58, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, }, + ["StunDuration6"] = { type = "Suffix", affix = "of the Concussion", "(27-30)% increased [Stun|Stun] Duration", statOrderKey = "976", statOrder = { 976 }, level = 71, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, }, + ["StunDamageIncrease1"] = { type = "Suffix", affix = "of the Pugilist", "Causes (21-30)% increased [Stun|Stun] Buildup", statOrderKey = "974", statOrder = { 974 }, level = 5, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, }, + ["StunDamageIncrease2"] = { type = "Suffix", affix = "of the Brawler", "Causes (31-40)% increased [Stun|Stun] Buildup", statOrderKey = "974", statOrder = { 974 }, level = 20, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, }, + ["StunDamageIncrease3"] = { type = "Suffix", affix = "of the Boxer", "Causes (41-50)% increased [Stun|Stun] Buildup", statOrderKey = "974", statOrder = { 974 }, level = 30, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, }, + ["StunDamageIncrease4"] = { type = "Suffix", affix = "of the Combatant", "Causes (51-60)% increased [Stun|Stun] Buildup", statOrderKey = "974", statOrder = { 974 }, level = 44, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, }, + ["StunDamageIncrease5"] = { type = "Suffix", affix = "of the Gladiator", "Causes (61-70)% increased [Stun|Stun] Buildup", statOrderKey = "974", statOrder = { 974 }, level = 58, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, }, + ["StunDamageIncrease6"] = { type = "Suffix", affix = "of the Champion", "Causes (71-80)% increased [Stun|Stun] Buildup", statOrderKey = "974", statOrder = { 974 }, level = 74, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, }, + ["SpellDamage1"] = { type = "Prefix", affix = "Apprentice's", "(3-7)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 5, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamage2"] = { type = "Prefix", affix = "Adept's", "(8-12)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 20, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamage3"] = { type = "Prefix", affix = "Scholar's", "(13-17)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 38, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamage4"] = { type = "Prefix", affix = "Professor's", "(18-22)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 50, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamage5"] = { type = "Prefix", affix = "Occultist's", "(23-26)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 62, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamage6"] = { type = "Prefix", affix = "Incanter's", "(27-30)% increased [Spell] Damage", statOrderKey = "854", statOrder = { 854 }, level = 76, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["FireDamagePercent1"] = { type = "Prefix", affix = "Searing", "(3-7)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 8, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercent2"] = { type = "Prefix", affix = "Sizzling", "(8-12)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 22, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercent3"] = { type = "Prefix", affix = "Blistering", "(13-17)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 36, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercent4"] = { type = "Prefix", affix = "Cauterising", "(18-22)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 50, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercent5"] = { type = "Prefix", affix = "Volcanic", "(23-26)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 64, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercent6"] = { type = "Prefix", affix = "Magmatic", "(27-30)% increased [Fire] Damage", statOrderKey = "856", statOrder = { 856 }, level = 76, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ColdDamagePercent1"] = { type = "Prefix", affix = "Bitter", "(3-7)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 10, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercent2"] = { type = "Prefix", affix = "Biting", "(8-12)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 24, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercent3"] = { type = "Prefix", affix = "Alpine", "(13-17)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 36, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercent4"] = { type = "Prefix", affix = "Snowy", "(18-22)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 50, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercent5"] = { type = "Prefix", affix = "Hailing", "(23-26)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 64, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercent6"] = { type = "Prefix", affix = "Crystalline", "(27-30)% increased [Cold] Damage", statOrderKey = "857", statOrder = { 857 }, level = 76, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["LightningDamagePercent1"] = { type = "Prefix", affix = "Charged", "(3-7)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 9, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercent2"] = { type = "Prefix", affix = "Hissing", "(8-12)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 23, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercent3"] = { type = "Prefix", affix = "Bolting", "(13-17)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 36, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercent4"] = { type = "Prefix", affix = "Coursing", "(18-22)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 50, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercent5"] = { type = "Prefix", affix = "Striking", "(23-26)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 64, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercent6"] = { type = "Prefix", affix = "Smiting", "(27-30)% increased [Lightning] Damage", statOrderKey = "858", statOrder = { 858 }, level = 76, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ChaosDamagePercent1"] = { type = "Prefix", affix = "Impure", "(3-7)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 11, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePercent2"] = { type = "Prefix", affix = "Tainted", "(8-12)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 26, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePercent3"] = { type = "Prefix", affix = "Clouded", "(13-17)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 38, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePercent4"] = { type = "Prefix", affix = "Darkened", "(18-22)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 52, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePercent5"] = { type = "Prefix", affix = "Malignant", "(23-26)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 66, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamagePercent6"] = { type = "Prefix", affix = "Vile", "(27-30)% increased [Chaos] Damage", statOrderKey = "859", statOrder = { 859 }, level = 78, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["WeaponElementalDamage1"] = { type = "Prefix", affix = "Catalysing", "(19-34)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 4, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamage2"] = { type = "Prefix", affix = "Infusing", "(36-51)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 15, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamage3"] = { type = "Prefix", affix = "Empowering", "(53-61)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 30, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamage4"] = { type = "Prefix", affix = "Unleashed", "(63-71)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 45, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamage5"] = { type = "Prefix", affix = "Overpowering", "(73-85)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 60, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamage6_"] = { type = "Prefix", affix = "Devastating", "(87-100)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 81, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnTwohandWeapon1"] = { type = "Prefix", affix = "Catalysing", "(34-47)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 4, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnTwohandWeapon2____"] = { type = "Prefix", affix = "Infusing", "(48-71)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 15, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnTwohandWeapon3"] = { type = "Prefix", affix = "Empowering", "(72-85)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 30, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnTwohandWeapon4"] = { type = "Prefix", affix = "Unleashed", "(86-99)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 45, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnTwohandWeapon5"] = { type = "Prefix", affix = "Overpowering", "(100-119)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 60, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnTwohandWeapon6"] = { type = "Prefix", affix = "Devastating", "(120-139)% increased [ElementalDamage|Elemental] Damage with [Attack|Attacks]", statOrderKey = "860", statOrder = { 860 }, level = 81, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["SpellDamageGainedAsFire1"] = { type = "Prefix", affix = "Fervent", "[Gain] (13-15)% of Damage as Extra [Fire] Damage", statOrderKey = "848", statOrder = { 848 }, level = 5, group = "DamageGainedAsFire", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsFire2"] = { type = "Prefix", affix = "Ardent", "[Gain] (16-18)% of Damage as Extra [Fire] Damage", statOrderKey = "848", statOrder = { 848 }, level = 16, group = "DamageGainedAsFire", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsFire3"] = { type = "Prefix", affix = "Fanatic's", "[Gain] (19-21)% of Damage as Extra [Fire] Damage", statOrderKey = "848", statOrder = { 848 }, level = 31, group = "DamageGainedAsFire", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsFire4"] = { type = "Prefix", affix = "Zealot's", "[Gain] (22-24)% of Damage as Extra [Fire] Damage", statOrderKey = "848", statOrder = { 848 }, level = 46, group = "DamageGainedAsFire", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsFire5"] = { type = "Prefix", affix = "Infernal", "[Gain] (25-27)% of Damage as Extra [Fire] Damage", statOrderKey = "848", statOrder = { 848 }, level = 61, group = "DamageGainedAsFire", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsFire6"] = { type = "Prefix", affix = "Flamebound", "[Gain] (28-30)% of Damage as Extra [Fire] Damage", statOrderKey = "848", statOrder = { 848 }, level = 80, group = "DamageGainedAsFire", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsCold1"] = { type = "Prefix", affix = "Malignant", "[Gain] (13-15)% of Damage as Extra [Cold] Damage", statOrderKey = "850", statOrder = { 850 }, level = 5, group = "DamageGainedAsCold", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsCold2"] = { type = "Prefix", affix = "Pernicious", "[Gain] (16-18)% of Damage as Extra [Cold] Damage", statOrderKey = "850", statOrder = { 850 }, level = 16, group = "DamageGainedAsCold", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsCold3"] = { type = "Prefix", affix = "Destructive", "[Gain] (19-21)% of Damage as Extra [Cold] Damage", statOrderKey = "850", statOrder = { 850 }, level = 31, group = "DamageGainedAsCold", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsCold4"] = { type = "Prefix", affix = "Malicious", "[Gain] (22-24)% of Damage as Extra [Cold] Damage", statOrderKey = "850", statOrder = { 850 }, level = 46, group = "DamageGainedAsCold", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsCold5"] = { type = "Prefix", affix = "Ruthless", "[Gain] (25-27)% of Damage as Extra [Cold] Damage", statOrderKey = "850", statOrder = { 850 }, level = 61, group = "DamageGainedAsCold", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsCold6"] = { type = "Prefix", affix = "Frostbound", "[Gain] (28-30)% of Damage as Extra [Cold] Damage", statOrderKey = "850", statOrder = { 850 }, level = 80, group = "DamageGainedAsCold", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsLightning1"] = { type = "Prefix", affix = "Deadly", "[Gain] (13-15)% of Damage as Extra [Lightning] Damage", statOrderKey = "852", statOrder = { 852 }, level = 5, group = "DamageGainedAsLightning", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsLightning2"] = { type = "Prefix", affix = "Lethal", "[Gain] (16-18)% of Damage as Extra [Lightning] Damage", statOrderKey = "852", statOrder = { 852 }, level = 16, group = "DamageGainedAsLightning", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsLightning3"] = { type = "Prefix", affix = "Fatal", "[Gain] (19-21)% of Damage as Extra [Lightning] Damage", statOrderKey = "852", statOrder = { 852 }, level = 31, group = "DamageGainedAsLightning", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsLightning4"] = { type = "Prefix", affix = "Vorpal", "[Gain] (22-24)% of Damage as Extra [Lightning] Damage", statOrderKey = "852", statOrder = { 852 }, level = 46, group = "DamageGainedAsLightning", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsLightning5"] = { type = "Prefix", affix = "Electrifying", "[Gain] (25-27)% of Damage as Extra [Lightning] Damage", statOrderKey = "852", statOrder = { 852 }, level = 61, group = "DamageGainedAsLightning", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["SpellDamageGainedAsLightning6"] = { type = "Prefix", affix = "Stormbound", "[Gain] (28-30)% of Damage as Extra [Lightning] Damage", statOrderKey = "852", statOrder = { 852 }, level = 80, group = "DamageGainedAsLightning", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, }, + ["DamageWithBows1"] = { type = "Prefix", affix = "Acute", "(11-20)% increased Damage with Bow Skills", statOrderKey = "862", statOrder = { 862 }, level = 4, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["DamageWithBows2"] = { type = "Prefix", affix = "Trenchant", "(21-30)% increased Damage with Bow Skills", statOrderKey = "862", statOrder = { 862 }, level = 15, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["DamageWithBows3"] = { type = "Prefix", affix = "Perforating", "(31-36)% increased Damage with Bow Skills", statOrderKey = "862", statOrder = { 862 }, level = 30, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["DamageWithBows4"] = { type = "Prefix", affix = "Incisive", "(37-42)% increased Damage with Bow Skills", statOrderKey = "862", statOrder = { 862 }, level = 45, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["DamageWithBows5"] = { type = "Prefix", affix = "Lacerating", "(43-50)% increased Damage with Bow Skills", statOrderKey = "862", statOrder = { 862 }, level = 60, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["DamageWithBows6"] = { type = "Prefix", affix = "Impaling", "(51-59)% increased Damage with Bow Skills", statOrderKey = "862", statOrder = { 862 }, level = 81, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, }, + ["PresenceRadius1"] = { type = "Suffix", affix = "of Direction", "(13-16)% increased [Presence|Presence] Area of Effect", statOrderKey = "992", statOrder = { 992 }, level = 23, group = "PresenceRadius", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["PresenceRadius2"] = { type = "Suffix", affix = "of Outreach", "(17-21)% increased [Presence|Presence] Area of Effect", statOrderKey = "992", statOrder = { 992 }, level = 40, group = "PresenceRadius", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["PresenceRadius3"] = { type = "Suffix", affix = "of Guidance", "(22-25)% increased [Presence|Presence] Area of Effect", statOrderKey = "992", statOrder = { 992 }, level = 56, group = "PresenceRadius", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["PresenceRadius4"] = { type = "Suffix", affix = "of Influence", "(26-30)% increased [Presence|Presence] Area of Effect", statOrderKey = "992", statOrder = { 992 }, level = 72, group = "PresenceRadius", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["MinionLife1"] = { type = "Suffix", affix = "of the Mentor", "[Minion|Minions] have (21-25)% increased maximum Life", statOrderKey = "955", statOrder = { 955 }, level = 2, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLife2"] = { type = "Suffix", affix = "of the Tutor", "[Minion|Minions] have (26-30)% increased maximum Life", statOrderKey = "955", statOrder = { 955 }, level = 16, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLife3"] = { type = "Suffix", affix = "of the Director", "[Minion|Minions] have (31-35)% increased maximum Life", statOrderKey = "955", statOrder = { 955 }, level = 32, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLife4"] = { type = "Suffix", affix = "of the Headmaster", "[Minion|Minions] have (36-40)% increased maximum Life", statOrderKey = "955", statOrder = { 955 }, level = 48, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLife5"] = { type = "Suffix", affix = "of the Administrator", "[Minion|Minions] have (41-45)% increased maximum Life", statOrderKey = "955", statOrder = { 955 }, level = 64, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLife6"] = { type = "Suffix", affix = "of the Rector", "[Minion|Minions] have (46-50)% increased maximum Life", statOrderKey = "955", statOrder = { 955 }, level = 80, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, }, ["QuiverImplicitPhysicalDamage1"] = { affix = "", "Adds 1 to 3 [Physical|Physical] Damage to [Attack|Attacks]", statOrderKey = "844", statOrder = { 844 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["QuiverImplicitFireDamage1"] = { affix = "", "Adds 3 to 5 [Fire] damage to [Attack|Attacks]", statOrderKey = "845", statOrder = { 845 }, level = 11, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["QuiverImplicitLifeGainPerTarget1"] = { affix = "", "Gain (2-3) Life per Enemy Hit with [Attack|Attacks]", statOrderKey = "962", statOrder = { 962 }, level = 21, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, diff --git a/src/Data/Skills/other.lua b/src/Data/Skills/other.lua index 3e166b186..962f2b9a5 100644 --- a/src/Data/Skills/other.lua +++ b/src/Data/Skills/other.lua @@ -6,3 +6,65 @@ -- local skills, mod, flag, skill = ... +skills["MeleeUnarmedPlayer"] = { + name = "Punch", + hidden = true, + incrementalEffectiveness = 0.054999999701977, + description = "Perform an [Unarmed|Unarmed] [Strike].", + skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Area] = true, }, + statDescriptionScope = "skill_stat_descriptions", + castTime = 1, + baseFlags = { + attack = true, + area = true, + melee = true, + }, + constantStats = { + { "melee_conditional_step_distance", 10 }, + }, + stats = { + "is_area_damage", + }, + levels = { + [1] = { }, + [2] = { }, + [3] = { }, + [4] = { }, + [5] = { }, + [6] = { }, + [7] = { }, + [8] = { }, + [9] = { }, + [10] = { }, + [11] = { }, + [12] = { }, + [13] = { }, + [14] = { }, + [15] = { }, + [16] = { }, + [17] = { }, + [18] = { }, + [19] = { }, + [20] = { }, + [21] = { }, + [22] = { }, + [23] = { }, + [24] = { }, + [25] = { }, + [26] = { }, + [27] = { }, + [28] = { }, + [29] = { }, + [30] = { }, + [31] = { }, + [32] = { }, + [33] = { }, + [34] = { }, + [35] = { }, + [36] = { }, + [37] = { }, + [38] = { }, + [39] = { }, + [40] = { }, + }, +} \ No newline at end of file diff --git a/src/Export/Classes/Dat64File.lua b/src/Export/Classes/Dat64File.lua index 5ee499208..9ebb0b6e2 100644 --- a/src/Export/Classes/Dat64File.lua +++ b/src/Export/Classes/Dat64File.lua @@ -25,7 +25,7 @@ local dataTypes = { size = 2, read = function(b, o, d) if o > #b - 1 then return 1337 end - return bytesToUInt(b, o) + return bytesToUShort(b, o) end, }, UInt = { diff --git a/src/Export/Classes/DatFile.lua b/src/Export/Classes/DatFile.lua index a4426e9e3..f63f80a92 100644 --- a/src/Export/Classes/DatFile.lua +++ b/src/Export/Classes/DatFile.lua @@ -25,7 +25,7 @@ local dataTypes = { size = 2, read = function(b, o, d) if o > #b - 1 then return 1337 end - return bytesToUInt(b, o) + return bytesToUShort(b, o) end, }, UInt = { diff --git a/src/Export/Scripts/mods.lua b/src/Export/Scripts/mods.lua index 47d5f2ed4..02194a736 100644 --- a/src/Export/Scripts/mods.lua +++ b/src/Export/Scripts/mods.lua @@ -47,11 +47,17 @@ local function writeMods(outName, condFunc) out:write('statOrder = { ', table.concat(orders, ', '), ' }, ') out:write('level = ', mod.Level, ', group = "', mod.Type.Id, '", ') out:write('weightKey = { ') - for _, tag in ipairs(mod.SpawnTags) do - out:write('"', tag.Id, '", ') + local GoldModPrices = dat("GoldModPrices"):GetRow("Id", dat("Mods"):GetRow("Id", mod.Id)) + if GoldModPrices then + for _, tag in ipairs(GoldModPrices.SpawnTags) do + out:write('"', tag.Id, '", ') + end + out:write('}, ') + out:write('weightVal = { ', table.concat(GoldModPrices.SpawnWeights, ', '), ' }, ') + else + out:write('}, ') + out:write('weightVal = { ', table.concat(mod.SpawnWeights, ', '), ' }, ') end - out:write('}, ') - out:write('weightVal = { ', table.concat(mod.SpawnWeights, ', '), ' }, ') if mod.GenerationWeightTags[1] then -- make large clusters only have 1 notable suffix if mod.GenerationType == 2 and mod.Tags[1] and outName == "../Data/ModJewelCluster.lua" and mod.Tags[1].Id == "has_affliction_notable" then diff --git a/src/Export/Skills/other.txt b/src/Export/Skills/other.txt index 1ff151f19..9f27ed7b8 100644 --- a/src/Export/Skills/other.txt +++ b/src/Export/Skills/other.txt @@ -5,3 +5,7 @@ -- local skills, mod, flag, skill = ... +#noGem +#skill MeleeUnarmedPlayer +#flags attack area melee +#mods \ No newline at end of file diff --git a/src/Export/spec.lua b/src/Export/spec.lua index 449e41a1f..6c330ced6 100644 --- a/src/Export/spec.lua +++ b/src/Export/spec.lua @@ -5091,14 +5091,14 @@ return { }, [6]={ list=true, - name="Tags", + name="SpawnTags", refTo="Tags", type="Key", width=300 }, [7]={ list=true, - name="SpawnWeight", + name="SpawnWeights", refTo="", type="Int", width=270 diff --git a/src/Modules/CalcSetup.lua b/src/Modules/CalcSetup.lua index 7cfaf3648..230af9362 100644 --- a/src/Modules/CalcSetup.lua +++ b/src/Modules/CalcSetup.lua @@ -1633,7 +1633,7 @@ function calcs.initEnv(build, mode, override, specEnv) if not env.player.mainSkill then -- Add a default main skill if none are specified local defaultEffect = { - grantedEffect = env.data.skills.Melee, + grantedEffect = env.data.skills.MeleeUnarmedPlayer, level = 1, quality = 0, enabled = true,