From a906088b4c35c99143338ba1741b9023380c2657 Mon Sep 17 00:00:00 2001 From: TPlant Date: Wed, 11 Dec 2024 05:01:20 +0100 Subject: [PATCH] Update uniques (#17) --- src/Data/Uniques/Special/Generated.lua | 831 ---------- src/Data/Uniques/Special/New.lua | 1860 ++++++++++++++++++--- src/Data/Uniques/Special/WatchersEye.lua | 19 - src/Data/Uniques/Special/race.lua | 128 -- src/Data/Uniques/amulet.lua | 1345 +-------------- src/Data/Uniques/axe.lua | 446 +---- src/Data/Uniques/belt.lua | 929 +---------- src/Data/Uniques/body.lua | 1428 +--------------- src/Data/Uniques/boots.lua | 1126 +------------ src/Data/Uniques/bow.lua | 620 +------ src/Data/Uniques/claw.lua | 366 +---- src/Data/Uniques/dagger.lua | 329 +--- src/Data/Uniques/fishing.lua | 22 +- src/Data/Uniques/flask.lua | 524 +----- src/Data/Uniques/gloves.lua | 1089 +----------- src/Data/Uniques/helmet.lua | 1563 +----------------- src/Data/Uniques/jewel.lua | 1909 +--------------------- src/Data/Uniques/mace.lua | 863 +--------- src/Data/Uniques/quiver.lua | 369 +---- src/Data/Uniques/ring.lua | 1554 +----------------- src/Data/Uniques/shield.lua | 1192 +------------- src/Data/Uniques/staff.lua | 702 +------- src/Data/Uniques/sword.lua | 992 +---------- src/Data/Uniques/wand.lua | 410 +---- src/Modules/Data.lua | 16 +- 25 files changed, 1728 insertions(+), 18904 deletions(-) delete mode 100644 src/Data/Uniques/Special/WatchersEye.lua diff --git a/src/Data/Uniques/Special/Generated.lua b/src/Data/Uniques/Special/Generated.lua index 9d7e6aa35..93b601ed1 100644 --- a/src/Data/Uniques/Special/Generated.lua +++ b/src/Data/Uniques/Special/Generated.lua @@ -5,834 +5,3 @@ --- data.uniques.generated = { } - -local parseVeiledModName = function(string) - return (string: - gsub("%JunMasterVeiled", ""): - gsub("%Local", ""): - gsub("%Display", ""): - gsub("%Crafted", ""): - gsub("(%d)h", ""): - gsub("%_", ""): - gsub("(%l)(%u)", "%1 %2"): - gsub("(%d)", " %1 ")) -end - -local veiledModIsActive = function(mod, baseType, specificType1, specificType2) - local baseIndex = isValueInTable(mod.weightKey, baseType) - local typeIndex1 = isValueInTable(mod.weightKey, specificType1) - local typeIndex2 = isValueInTable(mod.weightKey, specificType2) - return (typeIndex1 and mod.weightVal[typeIndex1] > 0) or (typeIndex2 and mod.weightVal[typeIndex2] > 0) or (not typeIndex1 and not typeIndex2 and baseIndex and mod.weightVal[baseIndex] > 0) -end - -local getVeiledMods = function (veiledPool, baseType, specificType1, specificType2) - local veiledMods = { } - for veiledModIndex, veiledMod in pairs(data.veiledMods) do - if veiledModIsActive(veiledMod, baseType, specificType1, specificType2) then - local veiledName = parseVeiledModName(veiledModIndex) - - veiledName = "("..veiledMod.type..") "..veiledName - - local veiled = { veiledName = veiledName, veiledLines = { } } - for line, value in ipairs(veiledMod) do - veiled.veiledLines[line] = value - end - - if veiledPool == "base" and (veiledMod.affix == "Chosen" or veiledMod.affix == "of the Order") then - table.insert(veiledMods, veiled) - elseif veiledPool == "catarina" and (veiledMod.affix == "Catarina's" or veiledMod.affix == "Chosen" or veiledMod.affix == "of the Order") then - table.insert(veiledMods, veiled) - elseif veiledPool == "all" then - table.insert(veiledMods, veiled) - end - end - end - table.sort(veiledMods, function (m1, m2) return m1.veiledName < m2.veiledName end ) - return veiledMods -end - -local paradoxicaMods = getVeiledMods("base", "weapon", "one_hand_weapon") -local paradoxica = { - "Paradoxica", - "Vaal Rapier", - "League: Betrayal", - "Source: Drops from unique{Intervention Leaders} in normal{Safehouses}", - "Has Alt Variant: true", - "Selected Variant: 4", - "Selected Alt Variant: 16" -} - -for index, mod in pairs(paradoxicaMods) do - if (mod.veiledName == "(Suffix) Double Damage Chance") then - table.remove(paradoxicaMods, index) - end -end - -for index, mod in pairs(paradoxicaMods) do - table.insert(paradoxica, "Variant: "..mod.veiledName) -end - -table.insert(paradoxica, "Requires Level 66, 212 Dex") -table.insert(paradoxica, "Implicits: 1") -table.insert(paradoxica, "+25% to Global Critical Strike Multiplier") - -for index, mod in pairs(paradoxicaMods) do - for _, value in pairs(mod.veiledLines) do - table.insert(paradoxica, "{variant:"..index.."}"..value.."") - end -end - -table.insert(paradoxica, "Attacks with this Weapon deal Double Damage") -table.insert(data.uniques.generated, table.concat(paradoxica, "\n")) - -local caneOfKulemakMods = getVeiledMods("catarina", "weapon", "staff", "two_hand_weapon") -local caneOfKulemakMinUnveiledModifierMagnitudes, caneOfKulemakMaxUnveiledModifierMagnitudes = 60, 90 -local caneOfKulemak = { - "Cane of Kulemak", - "Serpentine Staff", - "Source: Drops from unique{Catarina, Master of Undeath}", - "Has Alt Variant: true", - "Has Alt Variant Two: true", - "Selected Variant: 1", - "Selected Alt Variant: 20" -} - -for index, mod in pairs(caneOfKulemakMods) do - table.insert(caneOfKulemak, "Variant: "..mod.veiledName) -end - -table.insert(caneOfKulemak, "Requires Level 68, 85 Str, 85 Int") -table.insert(caneOfKulemak, "Implicits: 1") -table.insert(caneOfKulemak, "+20% Chance to Block Attack Damage while wielding a Staff") -table.insert(caneOfKulemak, "("..caneOfKulemakMinUnveiledModifierMagnitudes.."-"..caneOfKulemakMaxUnveiledModifierMagnitudes..")% increased Unveiled Modifier magnitudes") - -for index, mod in pairs(caneOfKulemakMods) do - for _, value in pairs(mod.veiledLines) do - local minValue, maxValue = value:match("%((%d+)%-(%d+)%)") - if minValue then - value = value:gsub("%(%d+%-%d+%)", "%("..tostring(math.floor(minValue*(100 + caneOfKulemakMinUnveiledModifierMagnitudes) / 100)).."%-"..tostring(math.floor(maxValue*(100 + caneOfKulemakMaxUnveiledModifierMagnitudes) / 100)).."%)") - elseif value == "+2 to Level of Socketed Support Gems" then - value = "+3 to Level of Socketed Support Gems" - end - table.insert(caneOfKulemak, "{variant:"..index.."}"..value.."") - end -end - -table.insert(data.uniques.generated, table.concat(caneOfKulemak, "\n")) - -local replicaParadoxicaMods = getVeiledMods("all", "weapon", "one_hand_weapon") -local replicaParadoxica = { - "Replica Paradoxica", - "Vaal Rapier", - "League: Heist", - "Source: Steal from a unique{Curio Display} during a Grand Heist", - "Has Alt Variant: true", - "Has Alt Variant Two: true", - "Has Alt Variant Three: true", - "Has Alt Variant Four: true", - "Has Alt Variant Five: true", - "Selected Variant: 1", - "Selected Alt Variant: 2", - "Selected Alt Variant Two: 3", - "Selected Alt Variant Three: 25", - "Selected Alt Variant Four: 27", - "Selected Alt Variant Five: 34" -} - -for index, mod in pairs(replicaParadoxicaMods) do - table.insert(replicaParadoxica, "Variant: "..mod.veiledName) -end - -table.insert(replicaParadoxica, "Requires Level 66, 212 Dex") -table.insert(replicaParadoxica, "Implicits: 1") -table.insert(replicaParadoxica, "+25% to Global Critical Strike Multiplier") - -for index, mod in pairs(replicaParadoxicaMods) do - for _, value in pairs(mod.veiledLines) do - table.insert(replicaParadoxica, "{variant:"..index.."}"..value.."") - end -end - -table.insert(data.uniques.generated, table.concat(replicaParadoxica, "\n")) - -local queensHungerMods = getVeiledMods("base", "body_armour", "int_armour") -local queensHunger = { - "The Queen's Hunger", - "Vaal Regalia", - "League: Betrayal", - "Source: Drops from unique{Catarina, Master of Undeath}", - "Has Alt Variant: true", - "Selected Variant: 1", - "Selected Alt Variant: 24" -} - -for index, mod in pairs(queensHungerMods) do - table.insert(queensHunger, "Variant: "..mod.veiledName) -end - -table.insert(queensHunger, "Requires Level 68, 194 Int") -table.insert(queensHunger, "Trigger Level 20 Bone Offering, Flesh Offering or Spirit Offering every 5 seconds") -table.insert(queensHunger, "Offering Skills Triggered this way also affect you") -table.insert(queensHunger, "(5-10)% increased Cast Speed") -table.insert(queensHunger, "(100-130)% increased Energy Shield") -table.insert(queensHunger, "(6-10)% increased maximum Life") - -for index, mod in pairs(queensHungerMods) do - for _, value in pairs(mod.veiledLines) do - table.insert(queensHunger, "{variant:"..index.."}"..value.."") - end -end - -table.insert(data.uniques.generated, table.concat(queensHunger, "\n")) - - - -local megalomaniac = { - "Megalomaniac", - "Medium Cluster Jewel", - "League: Delirium", - "Source: Drops from the Simulacrum Encounter", - "Has Alt Variant: true", - "Has Alt Variant Two: true", -} -local notables = { } -for name in pairs(data.clusterJewels.notableSortOrder) do - table.insert(notables, name) -end -table.sort(notables) -for index, name in ipairs(notables) do - table.insert(megalomaniac, "Variant: "..name) -end -table.insert(megalomaniac, "Adds 4 Passive Skills") -table.insert(megalomaniac, "Added Small Passive Skills grant Nothing") -for index, name in ipairs(notables) do - table.insert(megalomaniac, "{variant:"..index.."}1 Added Passive Skill is "..name) -end -table.insert(data.uniques.generated, table.concat(megalomaniac, "\n")) - -local forbiddenShako = { - "Forbidden Shako", - "Great Crown", - "League: Harvest", - "Source: Drops from unique{Oshabi, Avatar of the Grove}", - "Requires Level 68, 59 Str, 59 Int", - "Has Alt Variant: true" -} -local replicaForbiddenShako = { - "Replica Forbidden Shako", - "Great Crown", - "League: Heist", - "Source: Steal from a unique{Curio Display} during a Grand Heist", - "Requires Level 68, 59 Str, 59 Int", - "Has Alt Variant: true" -} -local excludedGems = { - "Block Chance Reduction", - "Empower", - "Enhance", - "Enlighten", - "Item Quantity", -} -local gems = { } -for _, gemData in pairs(data.gems) do - local grantedEffect = gemData.grantedEffect - if grantedEffect.support and not (grantedEffect.plusVersionOf) and not isValueInArray(excludedGems, grantedEffect.name) then - table.insert(gems, grantedEffect.name) - end -end -table.sort(gems) -for index, name in ipairs(gems) do - table.insert(forbiddenShako, "Variant: "..name.. " (Low Level)") - table.insert(forbiddenShako, "Variant: "..name.. " (High Level)") - table.insert(replicaForbiddenShako, "Variant: "..name.. " (Low Level)") - table.insert(replicaForbiddenShako, "Variant: "..name.. " (High Level)") -end -for index, name in ipairs(gems) do - table.insert(forbiddenShako, "{variant:"..(index * 2 - 1).."}Socketed Gems are Supported by Level (1-10) "..name) - table.insert(forbiddenShako, "{variant:"..(index * 2).."}Socketed Gems are Supported by Level (25-35) "..name) - table.insert(replicaForbiddenShako, "{variant:"..(index * 2 - 1).."}Socketed Gems are Supported by Level (1-10) "..name) - table.insert(replicaForbiddenShako, "{variant:"..(index * 2).."}Socketed Gems are Supported by Level (25-35) "..name) -end -table.insert(forbiddenShako, "+(25-30) to all Attributes") -table.insert(replicaForbiddenShako, "+(25-30) to all Attributes") -table.insert(data.uniques.generated, table.concat(forbiddenShako, "\n")) -table.insert(data.uniques.generated, table.concat(replicaForbiddenShako, "\n")) - -local enduranceChargeMods = { - [3] = { - ["Up to Max."] = "15% chance that if you would gain Endurance Charges, you instead gain up to your maximum number of Endurance Charges", - ["Duration"] = "(20-40)% increased Endurance Charge Duration", - ["Movement Speed"] = "1% increased Movement Speed per Endurance Charge", - ["Armour"] = "6% increased Armour per Endurance Charge", - ["Add Fire Damage"] = "(7-9) to (13-14) Fire Damage per Endurance Charge", - ["Inc. Damage"] = "5% increased Damage per Endurance Charge", - ["On Kill"] = "10% chance to gain an Endurance Charge on Kill", - }, - [2] = { - ["Block Attacks"] = "1% Chance to Block Attack Damage per Endurance Charge", - ["Spell Suppression"] = "1% chance to Suppress Spell Damage per Endurance Charge", - ["Chaos Res"] = "+4% to Chaos Resistance per Endurance Charge", - ["Fire as Chaos"] = "Gain 1% of Fire Damage as Extra Chaos Damage per Endurance Charge", - ["Attack and Cast Speed"] = "1% increased Attack and Cast Speed per Endurance Charge", - ["Regen. Life"] = "Regenerate 0.3% of Life per second per Endurance Charge", - ["Inc. Critical Strike Chance"] = "6% increased Critical Strike Chance per Endurance Charge", - }, - [1] = { - ["Gain every second"] = "Gain an Endurance Charge every second if you've been Hit Recently", - ["+1 Maximum"] = "+1 to Maximum Endurance Charges", - ["Cannot be Stunned"] = "You cannot be Stunned while at maximum Endurance Charges", - ["Vaal Pact"] = "You have Vaal Pact while at maximum Endurance Charges", - ["Intimidate"] = "Intimidate Enemies for 4 seconds on Hit with Attacks while at maximum Endurance Charges", - }, -} - -local frenzyChargeMods = { - [3] = { - ["Up to Max."] = "15% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges", - ["Duration"] = "(20-40)% increased Frenzy Charge Duration", - ["Movement Speed"] = "1% increased Movement Speed per Frenzy Charge", - ["Evasion"] = "8% increased Evasion Rating per Frenzy Charge", - ["Add Cold Damage"] = "(6-8) to (12-13) Cold Damage per Frenzy Charge", - ["Inc. Damage"] = "5% increased Damage per Frenzy Charge", - ["On Kill"] = "10% chance to gain an Frenzy Charge on Kill", - }, - [2] = { - ["Block Attacks"] = "1% Chance to Block Attack Damage per Frenzy Charge", - ["Spell Suppression"] = "1% chance to Suppress Spell Damage per Frenzy Charge", - ["Accuracy Rating"] = "10% increased Accuracy Rating per Frenzy Charge", - ["Cold as Chaos"] = "Gain 1% of Cold Damage as Extra Chaos Damage per Frenzy Charge", - ["Attack and Cast Speed"] = "1% increased Attack and Cast Speed per Frenzy Charge", - ["Regen. Life"] = "Regenerate 0.3% of Life per second per Frenzy Charge", - ["Inc. Critical Strike Chance"] = "6% increased Critical Strike Chance per Frenzy Charge", - }, - [1] = { - ["Gain on Hit"] = "10% chance to gain a Frenzy Charge on Hit", - ["+1 Maximum"] = "+1 to Maximum Frenzy Charges", - ["Flask Charge on Crit"] = "Gain a Flask Charge when you deal a Critical Strike while at maximum Frenzy Charges", - ["Iron Reflexes"] = "You have Iron Reflexes while at maximum Frenzy Charges", - ["Onslaught"] = "Gain Onslaught for 4 seconds on Hit while at maximum Frenzy Charges", - }, -} - -local powerChargeMods = { - [3] = { - ["Up to Max."] = "15% chance that if you would gain Power Charges, you instead gain up to your maximum number of Power Charges", - ["Duration"] = "(20-40)% increased Power Charge Duration", - ["Movement Speed"] = "1% increased Movement Speed per Power Charge", - ["Energy Shield"] = "3% increased Energy Shield per Power Charge", - ["Add Lightning Damage"] = "(1-2) to (18-20) Lightning Damage per Power Charge", - ["Inc. Damage"] = "5% increased Damage per Power Charge", - ["On Kill"] = "10% chance to gain an Power Charge on Kill", - }, - [2] = { - ["Block Attacks"] = "1% Chance to Block Attack Damage per Power Charge", - ["Spell Suppression"] = "1% chance to Suppress Spell Damage per Power Charge", - ["Phys. Damage Red."] = "1% additional Physical Damage Reduction per Power Charge", - ["Lightning as Chaos"] = "Gain 1% of Lightning Damage as Extra Chaos Damage per Power Charge", - ["Attack and Cast Speed"] = "1% increased Attack and Cast Speed per Power Charge", - ["Regen. Life"] = "Regenerate 0.3% of Life per second per Power Charge", - ["Crit Strike Multi"] = "+3% to Critical Strike Multiplier per Power Charge", - }, - [1] = { - ["Gain on Crit"] = "20% chance to gain a Power Charge on Critical Strike", - ["+1 Maximum"] = "+1 to Maximum Power Charges", - ["Arcane Surge with Spells"] = "Gain Arcane Surge on Hit with Spells while at maximum Power Charges", - ["Mind over Matter"] = "You have Mind over Matter while at maximum Power Charges", - ["Additional Curse"] = "You can apply an additional Curse while at maximum Power Charges", - }, -} - -local precursorsEmblem = { -[[Precursor's Emblem -{variant:1}Topaz Ring -{variant:2}Sapphire Ring -{variant:3}Ruby Ring -{variant:4}Two-Stone Ring (Cold/Lightning) -{variant:5}Two-Stone Ring (Fire/Lightning) -{variant:6}Two-Stone Ring (Fire/Cold) -{variant:7}Prismatic Ring -League: Delve -Source: Vendor Recipe -Variant: Topaz Ring -Variant: Sapphire Ring -Variant: Ruby Ring -Variant: Two-Stone Ring (Cold/Lightning) -Variant: Two-Stone Ring (Fire/Lightning) -Variant: Two-Stone Ring (Fire/Cold) -Variant: Prismatic Ring]] -} - -for _, type in ipairs({ { prefix = "Endurance - ", mods = enduranceChargeMods }, { prefix = "Frenzy - ", mods = frenzyChargeMods }, { prefix = "Power - ", mods = powerChargeMods } }) do - for tier, mods in ipairs(type.mods) do - for desc, mod in pairs(mods) do - table.insert(precursorsEmblem, "Variant: " .. type.prefix .. desc) - end - end -end -table.insert(precursorsEmblem, [[Selected Variant: 1 -Has Alt Variant: true -Has Alt Variant Two: true -Has Alt Variant Three: true -LevelReq: 49 -Implicits: 7 -{tags:jewellery_resistance}{variant:1}+(20-30)% to Lightning Resistance -{tags:jewellery_resistance}{variant:2}+(20-30)% to Cold Resistance -{tags:jewellery_resistance}{variant:3}+(20-30)% to Fire Resistance -{tags:jewellery_resistance}{variant:4}+(12-16)% to Cold and Lightning Resistances -{tags:jewellery_resistance}{variant:5}+(12-16)% to Fire and Lightning Resistances -{tags:jewellery_resistance}{variant:6}+(12-16)% to Fire and Cold Resistances -{tags:jewellery_resistance}{variant:7}+(8-10)% to all Elemental Resistances -{tags:jewellery_attribute}{variant:1}+20 to Intelligence -{tags:jewellery_attribute}{variant:2}+20 to Dexterity -{tags:jewellery_attribute}{variant:3}+20 to Strength -{tags:jewellery_attribute}{variant:4}+20 to Strength and Intelligence -{tags:jewellery_attribute}{variant:5}+20 to Dexterity and Intelligence -{tags:jewellery_attribute}{variant:6}+20 to Strength and Dexterity -{tags:jewellery_attribute}{variant:7}+20 to all Attributes -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life]]) - -local index = 8 -for _, type in ipairs({ enduranceChargeMods, frenzyChargeMods, powerChargeMods }) do - for tier, mods in ipairs(type) do - for desc, mod in pairs(mods) do - if mod:match("[%+%-]?[%d%.]*%d+%%") then - mod = mod:gsub("([%d%.]*%d+)", function(num) return "(" .. num .. "-" .. tonumber(num) * tier .. ")" end) - elseif mod:match("%(%-?[%d%.]+%-%-?[%d%.]+%)%%") then - mod = mod:gsub("(%(%-?[%d%.]+%-)(%-?[%d%.]+)%)", function(preceding, higher) return preceding .. tonumber(higher) * tier .. ")" end) - elseif mod:match("%(%d+%-%d+%) to %(%d+%-%d+%)") then - mod = mod:gsub("(%(%d+%-)(%d+)(%) to %(%d+%-)(%d+)%)", function(preceding, higher1, middle, higher2) return preceding .. higher1 * tier .. middle .. higher2 * tier .. ")" end) - end - table.insert(precursorsEmblem, "{variant:" .. index .. "}{range:0}" .. mod) - index = index + 1 - end - end -end -table.insert(data.uniques.generated, table.concat(precursorsEmblem, "\n")) - -local balanceOfTerrorMods = { - ["Vulnerability: Double Damage"] = "(6-10)% chance to deal Double Damage if you've cast Vulnerability in the past 10 seconds", - ["Vulnerability: Unaffected by Bleeding"] = "You are Unaffected by Bleeding if you've cast Vulnerability in the past 10 seconds", - ["Enfeeble: Critical Strike Multiplier"] = "+(30-40)% to Critical Strike Multiplier if you've cast Enfeeble in the past 10 seconds", - ["Enfeeble: Take no Extra Crit Damage"] = "Take no Extra Damage from Critical Strikes if you've cast Enfeeble in the past 10 seconds", - ["Despair: Immune to Curses"] = "Immune to Curses if you've cast Despair in the past 10 seconds", - ["Despair: Inflict Withered"] = "Inflict Withered for 2 seconds on Hit if you've cast Despair in the past 10 seconds", - ["Punishment: Immune to Reflected Damage"] = "Immune to Reflected Damage if you've cast Punishment in the past 10 seconds", - ["Punishment: Intimidate"] = "Intimidate Enemies on Hit if you've cast Punishment in the past 10 seconds", - ["Frostbite: Cold Exposure"] = "Cold Exposure on Hit if you've cast Frostbite in the past 10 seconds", - ["Frostbite: Unaffected by Freeze"] = "You are Unaffected by Freeze if you've cast Frostbite in the past 10 seconds", - ["Flammability: Fire Exposure"] = "Inflict Fire Exposure on Hit if you've cast Flammability in the past 10 seconds", - ["Flammability: Unaffected by Ignite"] = "You are Unaffected by Ignite if you've cast Flammability in the past 10 seconds", - ["Conductivity: Lightning Exposure"] = "Inflict Lightning Exposure on Hit if you've cast Conductivity in the past 10 seconds", - ["Conductivity: Unaffected by Shock"] = "You are Unaffected by Shock if you've cast Conductivity in the past 10 seconds", - ["Elemental Weakness: Immune to Exposure"] = "Immune to Exposure if you've cast Elemental Weakness in the past 10 seconds", - ["Elemental Weakness: Physical Damage as a Random Element"] = "Gain (30-40)% of Physical Damage as a Random Element if you've cast Elemental Weakness in the past 10 seconds", - ["Temporal Chains: Cooldown Recovery Rate"] = "(20-25)% increased Cooldown Recovery Rate if you've cast Temporal Chains in the past 10 seconds", - ["Temporal Chains: Action Speed"] = "Action Speed cannot be Slowed below Base Value if you've cast Temporal Chains in the past 10 seconds", -} - -local balanceOfTerror = { - "The Balance of Terror", - "Cobalt Jewel", - "League: Sanctum", - "Source: Drops from unique{Lycia, Herald of the Scourge} in normal{The Beyond}", - "Has Alt Variant: true", - "Has Alt Variant Two: true", - "Selected Alt Variant Two: 1", - "Limited to: 1", - "LevelReq: 56", -} - --- adding a blank variant for 3 mod jewels -table.insert(balanceOfTerror, "Variant: None") - -for name, _ in pairs(balanceOfTerrorMods) do - table.insert(balanceOfTerror, "Variant: "..name) -end - -table.insert(balanceOfTerror, "+(10-15)% to all Elemental Resistances") - -local index = 2 -for _, line in pairs(balanceOfTerrorMods) do - table.insert(balanceOfTerror, "{variant:"..index.."}"..line) - index = index + 1 -end - -table.insert(data.uniques.generated, table.concat(balanceOfTerror, "\n")) - ---[[ 3 scenarios exist for legacy mods - - Mod changed, but kept the same mod Id - -- Has legacyMod - - Mod removed, or changed with a new mod Id - -- Has only a version when it changed - - Mod changed/removed, but isn't legacy - -- Has empty table to exclude it from the list - - 4th scenario: Mod was changed (not legacy), but the mod ID (aka Variant name) no longer reflects the mod - -- Has 'rename' field to customize the name -]] -local watchersEyeLegacyMods = { - ["ClarityManaAddedAsEnergyShield"] = { - ["version"] = "3.12.0", - ["legacyMod"] = function(currentMod) return (currentMod:gsub("%(.*%)", "(12-18)")) end, - }, - ["ClarityReducedManaCost"] = { - ["version"] = "3.8.0", - }, - ["ClarityManaRecoveryRate"] = { - ["version"] = "3.12.0", - ["legacyMod"] = function(currentMod) return (currentMod:gsub("%(.*%)", "(20-30)")) end, - }, - ["DisciplineEnergyShieldRecoveryRate"] = { - ["version"] = "3.12.0", - ["legacyMod"] = function(currentMod) return (currentMod:gsub("%(.*%)", "(20-30)")) end, - }, - ["MalevolenceDamageOverTimeMultiplier"] = { - ["version"] = "3.8.0", - ["legacyMod"] = function(currentMod) return (currentMod:gsub("%(.*%)", "(36-44)")) end, - }, - ["MalevolenceLifeAndEnergyShieldRecoveryRate"] = { - ["version"] = "3.12.0", - ["legacyMod"] = function(currentMod) return (currentMod:gsub("%(.*%)", "(15-20)")) end, - }, - ["PrecisionIncreasedCriticalStrikeMultiplier"] = { - ["version"] = "3.12.0", - ["legacyMod"] = function(currentMod) return (currentMod:gsub("%(.*%)", "(30-50)")) end, - }, - ["VitalityDamageLifeLeech"] = { - ["version"] = "3.12.0", - ["legacyMod"] = function(currentMod) return (currentMod:gsub("%(.*%)", "(1-1.5)")) end, - }, - ["VitalityFlatLifeRegen"] = { - ["version"] = "3.12.0", - }, - ["VitalityLifeRecoveryRate"] = { - ["version"] = "3.12.0", - ["legacyMod"] = function(currentMod) return (currentMod:gsub("%(.*%)", "(20-30)")) end, - }, - ["WrathLightningDamageManaLeech"] = { - ["version"] = "3.8.0", - }, - ["GraceChanceToDodge"] = { - ["rename"] = "Grace: Chance to Suppress Spells", - }, - ["HasteChanceToDodgeSpells"] = { - ["rename"] = "Haste: Chance to Suppress Spells", - }, - ["PurityOfFireTakePhysicalAsFire"] = { - ["version"] = "3.25.0", - }, - ["PurityOfIceTakePhysicalAsIce"] = { - ["version"] = "3.25.0", - }, - ["PurityOfLightningTakePhysicalAsLightning"] = { - ["version"] = "3.25.0", - }, - ["PurityOfElementsTakePhysicalAsFire_"] = { - ["version"] = "3.25.0", - }, - ["PurityOfElementsTakePhysicalAsCold"] = { - ["version"] = "3.25.0", - }, - ["PurityOfElementsTakePhysicalAsLightning"] = { - ["version"] = "3.25.0", - }, - ["PurityOfFireReducedReflectedFireDamage"] = { }, - ["PurityOfIceReducedReflectedColdDamage"] = { }, - ["PurityOfLightningReducedReflectedLightningDamage"] = { }, - ["MalevolenceSkillEffectDuration"] = { }, - ["ZealotryMaximumEnergyShieldPerSecondToMaximumEnergyShieldLeechRate"] = { }, - ["MalevolenceColdDamageOverTimeMultiplier"] = { }, - ["MalevolenceChaosNonAilmentDamageOverTimeMultiplier"] = { }, -} - -local watchersEye = { -[[ -Watcher's Eye -Prismatic Jewel -Source: Drops from unique{The Elder} or unique{The Elder} (Uber) -Has Alt Variant: true -Has Alt Variant Two: true -Selected Variant: 5 -Selected Alt Variant: 30 -Selected Alt Variant Two: 1 -]] -} - -local sublimeVision = { -[[ -Sublime Vision -Prismatic Jewel -Shaper Item -Source: Drops from unique{The Elder} (Uber Uber) or unique{The Shaper} (Uber) -Limited to: 1 -]] -} - -local voranasMarch = { -[[ -Vorana's March -Runic Sabatons -League: Expedition -Source: Drops from unique{Olroth, Origin of the Fall} in normal{Expedition Logbook} -Has Alt Variant: true -Has Alt Variant Two: true -Has Alt Variant Three: true -Selected Variant: 24 -Selected Alt Variant: 10 -Selected Alt Variant Two: 11 -Selected Alt Variant Three: 13 -]] -} - -local abbreviateModId = function(string) - return (string: - gsub("Increased", "Inc"): - gsub("Reduced", "Red."): - gsub("Critical", "Crit"): - gsub("Physical", "Phys"): - gsub("Elemental", "Ele"): - gsub("Multiplier", "Mult"): - gsub("EnergyShield", "ES")) -end - --- adding a blank variant to account for changes made in 3.20.1 -table.insert(voranasMarch, "Variant: None") -table.insert(watchersEye, "Variant: None") - -for _, mod in ipairs(data.uniqueMods["Watcher's Eye"]) do - if not (mod.Id:match("^SublimeVision") or mod.Id:match("^SummonArbalist")) then - local variantName = abbreviateModId(mod.Id):gsub("^[Purity Of ]*%u%l+", "%1:"):gsub("New", ""):gsub("[%u%d]", " %1"):gsub("_", ""):gsub("E S", "ES") - if watchersEyeLegacyMods[mod.Id] then - if watchersEyeLegacyMods[mod.Id].version then - table.insert(watchersEye, "Variant:" .. variantName .. " (Pre " .. watchersEyeLegacyMods[mod.Id].version .. ")") - end - if watchersEyeLegacyMods[mod.Id].legacyMod then - table.insert(watchersEye, "Variant:" .. variantName) - end - if watchersEyeLegacyMods[mod.Id].rename then - table.insert(watchersEye, "Variant: " .. watchersEyeLegacyMods[mod.Id].rename) - end - else - table.insert(watchersEye, "Variant:" .. variantName) - end - elseif not mod.Id:match("^SummonArbalist") then - local variantName = mod.Id:gsub("SublimeVision", ""):gsub("[%u%d]", " %1") - table.insert(sublimeVision, "Variant:" .. variantName) - else - local variantName = abbreviateModId(mod.Id):gsub("SummonArbalist", ""):gsub("[%u%d]", " %1"):gsub("_", ""):gsub("Percent To ", ""):gsub("Chance To ", ""):gsub("Targets To ", ""):gsub("[fF]or 4 ?[Ss]econds On Hit", ""):gsub(" Percent", ""):gsub("Number Of ", "") - table.insert(voranasMarch, "Variant:" .. variantName) - end -end - -table.insert(watchersEye, -[[Limited to: 1 -(4-6)% increased maximum Energy Shield -(4-6)% increased maximum Life -(4-6)% increased maximum Mana]]) - -table.insert(voranasMarch, -[[Requires Level 69, 46 Str, 46 Dex, 46 Int -Has no Sockets -Triggers Level 20 Summon Arbalists when Equipped -25% increased Movement Speed]]) - -local indexWatchersEye = 2 -local indexSublimeVision = 1 -local indexVoranasMarch = 2 -for _, mod in ipairs(data.uniqueMods["Watcher's Eye"]) do - if not (mod.Id:match("^SublimeVision") or mod.Id:match("^SummonArbalist")) then - if watchersEyeLegacyMods[mod.Id] then - if watchersEyeLegacyMods[mod.Id].legacyMod then - table.insert(watchersEye, "{variant:" .. indexWatchersEye .. "}" .. watchersEyeLegacyMods[mod.Id].legacyMod(mod.mod[1])) - indexWatchersEye = indexWatchersEye + 1 - end - if watchersEyeLegacyMods[mod.Id].version or watchersEyeLegacyMods[mod.Id].rename then - table.insert(watchersEye, "{variant:" .. indexWatchersEye .. "}" .. mod.mod[1]) - indexWatchersEye = indexWatchersEye + 1 - end - else - table.insert(watchersEye, "{variant:" .. indexWatchersEye .. "}" .. mod.mod[1]) - indexWatchersEye = indexWatchersEye + 1 - end - elseif not mod.Id:match("^SummonArbalist") then - for i, _ in ipairs(mod.mod) do - table.insert(sublimeVision, "{variant:" .. indexSublimeVision .. "}" .. mod.mod[i]) - end - indexSublimeVision = indexSublimeVision + 1 - else - for i, _ in ipairs(mod.mod) do - table.insert(voranasMarch, "{variant:" .. indexVoranasMarch .. "}" .. mod.mod[i]) - end - indexVoranasMarch = indexVoranasMarch + 1 - end -end - -table.insert(data.uniques.generated, table.concat(watchersEye, "\n")) -table.insert(data.uniques.generated, table.concat(sublimeVision, "\n")) -table.insert(data.uniques.generated, table.concat(voranasMarch, "\n")) - -function buildTreeDependentUniques(tree) - buildForbidden(tree.classNotables) - buildKeystoneItems(tree.keystoneMap) -end - -function buildForbidden(classNotables) - local forbidden = { } - for _, name in pairs({"Flame", "Flesh"}) do - forbidden[name] = { } - table.insert(forbidden[name], "Rarity: UNIQUE") - table.insert(forbidden[name], "Forbidden " .. name) - table.insert(forbidden[name], (name == "Flame" and "Crimson" or "Cobalt") .. " Jewel") - local index = 1 - for className, notableTable in pairs(classNotables) do - if className ~= "alternate_ascendancies" then --Remove Affliction Ascendancy's - for _, notableName in ipairs(notableTable) do - table.insert(forbidden[name], "Variant: (" .. className .. ") " .. notableName) - index = index + 1 - end - end - end - if name == "Flame" then - table.insert(forbidden[name], "Source: Drops from unique{The Searing Exarch}") - else - table.insert(forbidden[name], "Source: Drops from unique{The Eater of Worlds}") - end - table.insert(forbidden[name], "Limited to: 1") - table.insert(forbidden[name], "Item Level: 83") - index = 1 - for className, notableTable in pairs(classNotables) do - if className ~= "alternate_ascendancies" then --Remove Affliction Ascendancy's - for _, notableName in ipairs(notableTable) do - table.insert(forbidden[name], "{variant:" .. index .. "}" .. "Requires Class " .. className) - table.insert(forbidden[name], "{variant:" .. index .. "}" .. "Allocates ".. notableName .. " if you have the matching modifier on Forbidden " .. (name == "Flame" and "Flesh" or "Flame")) - index = index + 1 - end - end - end - table.insert(forbidden[name], "Corrupted") - end - table.insert(data.uniques.generated, table.concat(forbidden["Flame"], "\n")) - table.insert(data.uniques.generated, table.concat(forbidden["Flesh"], "\n")) -end - -function buildKeystoneItems(keystoneMap) - local skinOfTheLords = { - "Skin of the Lords", - "Simple Robe", - "League: Breach", - "Source: Upgraded from unique{Skin of the Loyal} using currency{Blessing of Chayula}", - } - local excludedPassiveKeystones = { - "Chaos Inoculation", -- to prevent infinite loop - "Necromantic Aegis", -- to prevent infinite loop - } - - -- Keystones added by jewels don't have a position set in the tree data - local isKeystoneNative = function(node) return node.isKeystone and not node.isBlighted and node.x ~= nil end - - local skinOfTheLordsKeystones = {} - local seen = {} - for _, node in pairs(keystoneMap) do - if isKeystoneNative(node) and not isValueInArray(excludedPassiveKeystones, node.name) and not seen[node] then - table.insert(skinOfTheLordsKeystones, node.name) - seen[node] = true - end - end - table.sort(skinOfTheLordsKeystones) - - for _, name in ipairs(skinOfTheLordsKeystones) do - table.insert(skinOfTheLords, "Variant: "..name) - end - table.insert(skinOfTheLords, "Implicits: 0") - table.insert(skinOfTheLords, "Sockets cannot be modified") - table.insert(skinOfTheLords, "+2 to Level of Socketed Gems") - table.insert(skinOfTheLords, "100% increased Global Defences") - table.insert(skinOfTheLords, "You can only Socket Corrupted Gems in this item") - - for index, name in ipairs(skinOfTheLordsKeystones) do - table.insert(skinOfTheLords, "{variant:"..index.."}"..name) - end - table.insert(skinOfTheLords, "Corrupted") - table.insert(data.uniques.generated, table.concat(skinOfTheLords, "\n")) - - local impossibleEscapeKeystones = {} - seen = {} - for _, node in pairs(keystoneMap) do - if isKeystoneNative(node) and not seen[node] then - table.insert(impossibleEscapeKeystones, node.name) - seen[node] = true - end - end - table.sort(impossibleEscapeKeystones) - local impossibleEscape = { - "Impossible Escape", - "Viridian Jewel", - "League: Sentinel", - "Source: Drops from unique{The Maven} (Uber)", - "Limited to: 1", - "Radius: Small" - } - for _, name in ipairs(impossibleEscapeKeystones) do - table.insert(impossibleEscape, "Variant: "..name) - end - table.insert(impossibleEscape, "Variant: Everything (QoL Test Variant)") - local variantCount = #impossibleEscapeKeystones + 1 - for index, name in ipairs(impossibleEscapeKeystones) do - table.insert(impossibleEscape, "{variant:"..index..","..variantCount.."}Passives in radius of "..name.." can be allocated without being connected to your tree") - end - table.insert(impossibleEscape, "Corrupted") - table.insert(data.uniques.generated, table.concat(impossibleEscape, "\n")) -end - --- That Which Was Taken -local thatWhichWasTaken = { -[[ -Item Class: Jewels -Rarity: Unique -That Which Was Taken -Crimson Jewel -League: Affliction -Has Alt Variant: true -Has Alt Variant Two: true -Has Alt Variant Three: true -Selected Variant: 82 -Selected Alt Variant: 104 -Selected Alt Variant Two: 106 -Selected Alt Variant Three: 125 -Variant: None -]] -} - -local unsortedCharmsMods = LoadModule("Data/ModJewelCharm") -local sortedCharmsMods = { } - -for modId, mod in pairs(unsortedCharmsMods) do - if not modId:match("1$") then - table.insert(sortedCharmsMods, modId) - end -end -table.sort(sortedCharmsMods) -for _, modId in ipairs(sortedCharmsMods) do - local variantName = abbreviateModId(modId):gsub("AnimalCharm", ""):gsub("LIfe", "Life"):gsub("OnHIt", "OnHit"):gsub("2$", ""):gsub("New", ""):gsub("[%u]", " %1"):gsub("[%d]+", " %1"):gsub("_", ""):gsub("E S", "ES") - table.insert(thatWhichWasTaken, "Variant:"..variantName) -end - -table.insert(thatWhichWasTaken, -[[Limited to: 1 -Requirements: -Level: 48 -Item Level: 86 -]] -) - -local indexCharmMod = 2 -for _, modId in ipairs(sortedCharmsMods) do - local mod = unsortedCharmsMods[modId] - for i, _ in ipairs(mod) do - table.insert(thatWhichWasTaken, "{variant:" .. indexCharmMod .. "}" .. mod[i]) - end - indexCharmMod = indexCharmMod + 1 -end - -table.insert(data.uniques.generated, table.concat(thatWhichWasTaken, "\n")) diff --git a/src/Data/Uniques/Special/New.lua b/src/Data/Uniques/Special/New.lua index db2d89768..794d60aeb 100644 --- a/src/Data/Uniques/Special/New.lua +++ b/src/Data/Uniques/Special/New.lua @@ -6,205 +6,1669 @@ data.uniques.new = { -- New [[ -The Light of Meaning -Prismatic Jewel -Variant: Life -Variant: Energy Shield -Variant: Mana -Variant: Armour -Variant: Evasion Rating -Variant: Attributes -Variant: Global Crit Chance -Variant: Physical Damage -Variant: Lightning Damage -Variant: Cold Damage -Variant: Fire Damage -Variant: Chaos Damage -Variant: Chaos Resistance -Selected Variant: 1 -Source: King of The Mists -Limited to: 1 -Radius: Large -{variant:1}Passive Skills in Radius also grant +5 to Maximum Life -{variant:2}Passive Skills in Radius also grant 3% increased Energy Shield -{variant:3}Passive Skills in Radius also grant +5 to Maximum Mana -{variant:4}Passive Skills in Radius also grant 7% increased Armour -{variant:5}Passive Skills in Radius also grant 7% increased Evasion Rating -{variant:6}Passive Skills in Radius also grant +2 to all Attributes -{variant:7}Passive Skills in Radius also grant 5% Increased Global Critical Strike Chance -{variant:8}Passive Skills in Radius also grant 6% increased Physical Damage -{variant:9}Passive Skills in Radius also grant 6% increased Lightning Damage -{variant:10}Passive Skills in Radius also grant 6% increased Cold Damage -{variant:11}Passive Skills in Radius also grant 6% increased Fire Damage -{variant:12}Passive Skills in Radius also grant 6% increased Chaos Damage -{variant:13}Passive Skills in Radius also grant +4% to Chaos Resistance -]],[[ -The Queller of Minds -Nameless Ring -League: Settlers of Kalguur -Requires Level 50 -Implicits: 2 -50% increased Elemental Ailment Duration on you -{tags:caster}50% reduced Effect of Curses on you -Grants Level 20 Pacify -{tags:caster,speed}(6-12)% increased Cast Speed -{tags:mana}+(30-60) to maximum Mana -{tags:jewellery_resistance}+(7-19)% to Chaos Resistance -]],[[ -The Selfish Shepherd -Nameless Ring -League: Settlers of Kalguur -Requires Level 50 -Implicits: 2 -50% increased Elemental Ailment Duration on You -{tags:caster}50% reduced Effect of Curses on You -Grants Level 20 Affliction -{tags:caster,speed}(6-12)% increased Cast Speed -{tags:jewellery_defense}+(30-60) to maximum Energy Shield -{tags:jewellery_resistance}+(7-19)% to Chaos Resistance -]],[[ -The Hateful Accuser -Nameless Ring -League: Settlers of Kalguur -Requires Level 50 -Implicits: 2 -50% increased Elemental Ailment Duration on you -{tags:caster}50% reduced Effect of Curses on you -Grants Level 20 Penance Mark -{tags:caster,speed}(6-12)% increased Cast Speed -{tags:life}+(30-60) to maximum Life -{tags:jewellery_resistance}+(7-19)% to Chaos Resistance -]],[[ -Ynda's Stand -Studded Belt -League: Settlers of Kalguur -Requires Level 52 -Implicits: 1 -(20-30)% increased Stun Duration on Enemies -{tags:life}Regenerate 44 Life per second -{tags:jewellery_resistance}+21% to Fire Resistance -{tags:jewellery_resistance}+21% to Cold Resistance -{tags:jewellery_defense}Gain Ward Instead of 50% of Armour and Evasion Rating From Equipped Body Armour -]],[[ -Serle's Masterwork -Phantom Mace -League: Settlers of Kalguur -Requires Level 53, 170 Str -Implicits: 1 -10% reduced Enemy Stun Threshold -+(30-40) to Strength -+(30-40) to Dexterity -(150-250)% increased Physical Damage -+(400-500) to Accuracy Rating -Can have 2 additional Runesmithing Enchantments -Can be Enchanted by a Kalguuran Runesmith -]],[[ -Kaom's Command -Siege Helmet -League: Settlers of Kalguur -Requires Level 48, 101 Str +Brynhand's Mark +Wooden Club +Adds (3-4) to (6-8) Physical Damage ++(30-50) to Accuracy Rating ++(5-10) to Strength +Causes Double Stun Buildup +]],[[ +Wylund's Stake +Smithing Hammer +Adds (2-3) to (4-5) Physical Damage +Adds (2-3) to (4-5) Fire Damage +Hits Break (30-50) Armour +Apply Fire Exposure when fully breaking enemy Armour +]],[[ +Frostbreath +Slim Mace +Adds (4-6) to (8-12) Physical Damage +Adds (4-6) to (8-12) Cold Damage +All Damage from Hits with this Weapon Contributes to Freeze Buildup +Culling Strike against Frozen Enemies +]],[[ +Trenchtimbre +Spiked Club +Adds (10-12) to (18-22) Physical Damage +(20-30)% increased Attack Speed ++(1-3) to Level of all Minion Skills +Increases and Reductions to Minion Attack Speed also affect you +]],[[ +Seeing Stars +Plated Mace +Adds (9-12) to (18-22) Cold Damage +Adds 1 to (30-35) Lightning Damage +(10-20)% increased Attack Speed +Energy Generation is doubled +]],[[ +Hoghunt +Felled Greatclub +(100-150)% increased Physical Damage ++15% to Critical Hit Chance +10% reduced Attack Speed ++10 to Strength +Maim on Critical Hit +]],[[ +Hrimnor's Hymn +Oak Greathammer +Causes (30-50)% increased Stun Buildup +(60-80)% increased Physical Damage ++(10-15) to Strength +Gain (10-20) Life per Enemy Killed +Slam Skills you use yourself cause Aftershocks +]],[[ +Trephina +Forge Maul +Adds (7-10) to (12-18) Physical Damage +(10-15)% increased Attack Speed +Causes (30-50)% increased Stun Buildup +Always deals Critical Hits against Heavy Stunned Enemies +]],[[ +Brain Rattler +Studded Greatclub +Adds (10-12) to (18-22) Physical Damage +Adds 1 to (36-42) Lightning Damage +(10-15)% increased Attack Speed +All damage with this Weapon causes Electrocution buildup +]],[[ +Chober Chaber +Leaden Greathammer ++100 Intelligence Requirement +(80-120)% increased Physical Damage ++(80-100) to maximum Mana ++5% to Critical Hit Chance +Increases and Reductions to Minion Damage also affect you +]],[[ +Quecholli +Crumbling Maul +Causes Enemies to Explode on Critical kill, for 10% of their Life as Physical Damage +(80-120)% increased Physical Damage ++(10-15) to all Attributes +Gain 30 Life per Enemy Killed +This Weapon's Critical Hit Chance is 100% +Critical Hits do not deal extra Damage +]],[[ +The Blood Thorn +Wrapped Quarterstaff +Adds (3-5) to (9-11) Physical Damage ++(10-15) to Strength +Causes Bleeding on Hit +(4-5) to (8-10) Physical Thorns damage +]],[[ +Pillar of the Caged God +Long Quarterstaff +16% increased Range +2% increased Area of Effect for Attacks per 5 Intelligence +2% increased Attack Speed per 5 Dexterity +10% increased Weapon Damage per 5 Strength +]],[[ +The Sentry +Gothic Quarterstaff +Adds (8-12) to (16-20) Fire Damage ++20% to Fire Resistance +100% increased chance to Ignite +30% increased Light Radius +]],[[ +Matsya +Crescent Quarterstaff ++(3-5)% to Critical Hit Chance +(15-20)% increased Attack Speed +(25-40)% increased Mana Regeneration Rate +Skills reserve 50% less Spirit +]],[[ +Nazir's Judgement +Steelpoint Quarterstaff +(80-120)% increased Physical Damage ++(50-100) to Accuracy Rating +(10-20)% increased Stun Duration +Causes Daze buildup equal to 100% of Damage dealt +]],[[ +Sanguine Diviner +Bone Wand +Grants Skill: Bone Blast +(80-100)% increased Spell Damage +Gain (10-15) Life per Enemy Killed +25% chance to inflict Bleeding on Hit +25% of Spell Mana Cost Converted to Life Cost +]],[[ +Lifesprig +Attuned Wand +Grants Skill: Mana Drain ++(10-20) to maximum Mana ++(1-3) to Level of all Spell Skills +(5-10)% increased Cast Speed +Leeches 1% of maximum Life when you Cast a Spell +]],[[ +Enezun's Charge +Volatile Wand +Grants Skill: Volatile Dead +(80-100)% increased Spell Damage +(30-50)% increased Critical Hit Chance for Spells +Gain (10-15) Mana per Enemy Killed +25% chance to not destroy Corpses when Consuming Corpses +]],[[ +Dusk Vigil +Ashen Staff +Grants Skill: Firebolt +(60-80)% increased Spell Damage +Gain (5-10) Life per Enemy Killed +25% increased Mana Regeneration Rate +Trigger Ember Fusillade Skill on casting a Spell +]],[[ +Taryn's Shiver +Gelid Staff +Grants Skill: Freezing Shards +(80-120)% increased Cold Damage +(10-20)% increased Cast Speed +100% increased Freeze Buildup +Enemies Frozen by you take 50% increased Damage +]],[[ +Earthbound +Voltaic Staff +Grants Skill: Lightning Bolt +(80-120)% increased Lightning Damage +(10-20)% increased Cast Speed +(20-30)% increased Mana Regeneration Rate +Trigger Spark Skill on killing a Shocked Enemy +]],[[ +The Searing Touch +Pyrophyte Staff +Grants Skill: Living Bomb +(80-120)% increased Fire Damage +(10-20)% increased Cast Speed +100% increased chance to Ignite +100% increased Magnitude of Ignite you inflict +]],[[ +Widowhail +Crude Bow +(150-250)% increased bonuses gained from Equipped Quiver +Quill Rain Shortbow +100% increased Attack Speed ++(10-20) to Dexterity +(50-100)% increased Arrow Speed +40% less Attack Damage +]],[[ +Splinterheart +Recurve Bow +(60-80)% increased Physical Damage ++(50-70) to Accuracy Rating +(20-30)% increased Projectile Speed +Projectiles Split towards +2 targets +]],[[ +Death's Harp +Dualstring Bow +Bow Attacks fire an additional Arrow ++(50-70)% to Critical Damage Bonus +Bow Attacks fire 3 additional Arrows +Gain (20-30) Life per Enemy Killed +Gain (12-18) Mana per Enemy Killed +]],[[ +Mist Whisper +Makeshift Crossbow +Adds (4-6) to (9-12) Cold Damage +Gain 5 Mana per Enemy Killed +(30-50)% increased Freeze Buildup +Attacks Chain an additional time +]],[[ +Rampart Raptor +Tense Crossbow +(20-30)% increased Bolt Speed +(40-60)% increased Physical Damage +(30-40)% increased Attack Speed +100% chance to not consume a bolt if you've Reloaded Recently +30% reduced Reload Speed +]],[[ +The Dark Defiler +Rattling Sceptre +Grants Skill: Skeletal Warrior ++(20-30) to maximum Mana ++(5-10) to Intelligence +(10-30)% increased Mana Regeneration Rate +Gain 3% of Damage as Chaos Damage per Undead Minion +]],[[ +Font of Power +Omen Sceptre +Grants Skill: Malice +(30-50)% increased Spirit ++(40-60) to maximum Mana +(20-30)% increased Mana Regeneration Rate +When a Party Member in your Presence Casts a Spell, you +Sacrifice 20% of Mana and they Leech that Mana +]],[[ +Guiding Palm +Shrine Sceptre +Grants Skill: Purity of Fire +Allies in your Presence deal (4-6) to (7-10) additional Attack Fire Damage ++(5-10) to all Attributes +25% increased Light Radius +50% of your Life Regeneration is granted to Allies in your Presence +]],[[ +Bramblejack +Rusted Cuirass ++(50-80) to maximum Life ++(60-100) to Stun Threshold +250% of Melee Physical Damage taken reflected to Attacker +]],[[ +Blackbraid +Fur Plate ++(5-15) to Strength ++(5-15) to Intelligence ++(40-60) to Stun Threshold +Armour applies to Elemental Damage +]],[[ +Edyrn's Tusks +Iron Cuirass +(120-160)% increased Armour +10% chance to inflict Bleeding on Hit +50% reduced Slowing Potency of Debuffs on You +(15-20) to (25-30) Physical Thorns damage +]],[[ +The Immortan +Raider Plate +(50-100)% increased Armour ++(15-25)% to Fire Resistance ++(15-25)% to Lightning Resistance +Moving while Bleeding doesn't cause you to take extra damage +]],[[ +Titanrot Cataphract +Maraketh Cuirass +(200-300)% increased Armour +(10-20)% increased Strength +10% reduced Dexterity +10% reduced Intelligence +You have no Life Regeneration +]],[[ +Wandering Reliquary +Steel Plate +(50-100)% increased Armour ++(40-60) to maximum Mana ++(10-20) to Strength +50% of Physical Damage prevented Recouped as Life +]],[[ +Kingsguard +Full Plate +(60-80) to maximum Life -(25-35)% increased Warcry Speed -Nearby corpses Explode when you Warcry, dealing (5-10)% of their Life as Physical Damage -Warcry Skills have (25-35)% increased Area of Effect -]],[[ -Grasping Nightshade -Sporebloom Tincture -League: Settlers of Kalguur -Requires Level 52 -Implicits: 2 -25% chance to Blind Enemies on Hit with Melee Weapons -(25-35)% increased Effect of Blind from Melee Weapons -Melee Weapon Hits Inflict (2-3) Withered Debuffs for 2 seconds -(20-30)% chance to inflict a Grasping Vine on Melee Weapon Hit -]],[[ -Wildfire Phloem -Ashbark Tincture -League: Settlers of Kalguur -Requires Level 32 -Implicits: 2 -25% chance to Ignite with Melee Weapons -(60-90)% increased Damage with Ignite from Melee Weapons --1 Fire Damage taken from Hits per Mana Burn -(15-25)% chance to refresh Ignite Duration on Melee Weapon Hit -Cover Full Life Enemies in Ash for (4-10) seconds on Melee Weapon hit -]],[[ -Mightblood Ire -Ironwood Tincture -League: Settlers of Kalguur -Requires Level 18 -Implicits: 2 -40% reduced Enemy Stun Threshold with Melee Weapons -(15-25)% increased Stun Duration with Melee Weapons -Melee Strike Skills deal Splash Damage to surrounding targets -(25-15)% reduced Mana Burn rate -]],[[ -Sap of the Seasons -Prismatic Tincture -League: Settlers of Kalguur -Requires Level 18 -Implicits: 1 -(70-100)% increased Elemental Damage with Melee Weapons -Melee Weapon Damage Penetrates 1% Elemental Resistance per Mana Burn, up to a maximum of 200% -(20-40)% increased Cooldown Recovery Rate -(35--35)% increased Mana Burn rate -]],[[ -The Battle Within -Oakbranch Tincture -League: Settlers of Kalguur -Requires Level 18 -Implicits: 1 -Gain 3 Rage on Melee Weapon Hit -Does not inflict Mana Burn over time -Inflicts Mana Burn on you when you Hit an Enemy with a Melee Weapon -(1-5)% increased Rarity of Items found per Mana Burn, up to a maximum of 100% -Melee Weapon Attacks have Culling Strike -]],[[ -Admiral's Arrogance -Antique Gauntlets -League: Settlers of Kalguur -Requires Level 39, 58 Str -(6-12)% increased Attack Speed -(100-140)% increased Armour -(10-20)% chance that if you would gain Rage on Hit, you instead gain up to your maximum Rage -+(1-3) to Level of all Melee Skill Gems -]],[[ -Svalinn -Girded Tower Shield -League: Settlers of Kalguur -Requires Level 51, 123 Str -Implicits: 1 -+(10-20) to maximum Life -(10-15)% Chance to Block Spell Damage -+(100-150) to Ward --10% to maximum Chance to Block Attack Damage --10% to maximum Chance to Block Spell Damage -Chance to Block is Lucky -Trigger a Socketed Elemental Spell on Block, with a 0.25 second Cooldown -]],[[ -Tawhoa's Felling -Piledriver -League: Settlers of Kalguur -Requires Level 61, 212 Str -Implicits: 1 -20% reduced Enemy Stun Threshold -Trigger Level 20 Tawhoa's Chosen when you Attack with a Non-Vaal Slam or Strike Skill near an Enemy -+(30-40) to Strength -(250-300)% increased Physical Damage -(20-30)% increased Stun Duration on Enemies -(20-30)% reduced Enemy Stun Threshold with this Weapon -]],[[ -The Living Blade -Ezomyte Blade -League: Settlers of Kalguur -Requires Level 61, 113 Str, 113 Dex -Implicits: 1 -+25% to Global Critical Strike Multiplier -(100-140)% increased Physical Damage -(25-35)% increased Attack Speed ++(40-60) to maximum Mana ++(5-10)% to all Elemental Resistances +25% reduced Endurance Charge Duration +Recover 5% of Life for each Endurance Charge consumed +]],[[ +Greed's Embrace +Vaal Cuirass +50% increased Strength Requirement +20% reduced Movement Speed +(100-150)% increased Armour +(30-50)% increased Rarity of Items found ++(20-30)% to Fire Resistance +]],[[ +The Brass Dome +Champion Cuirass +(300-400)% increased Armour +-5% to all Maximum Elemental Resistances ++(200-300) to Stun Threshold +Take no Extra Damage from Critical Hits +]],[[ +Kaom's Heart +Conqueror Plate +(30-40)% increased Stun Threshold ++1000 to maximum Life +You have no Spirit +]],[[ +Bristleboar +Leather Vest +(40-80)% increased Evasion Rating ++(40-60) to maximum Life +Gain 3 Rage when Hit by an Enemy +Gain 10 Rage when Critically Hit by an Enemy +]],[[ +Foxshade +Quilted Vest ++(50-70) to Evasion Rating ++(20-30) to Dexterity +10% increased Movement Speed when on Full Life +100% increased Evasion Rating when on Full Life +]],[[ +Ashrend +Pathfinder Coat ++(40-60) to maximum Life ++(20-30)% to Fire Resistance +Cannot be Ignited +-10 Physical Damage taken from Attack Hits +]],[[ +Briskwrap +Rhoahide Coat +(40-60)% increased Flask Life Recovery rate +(40-60)% increased Flask Mana Recovery rate ++(20-30) to Dexterity ++(20-30)% to Cold Resistance +]],[[ +Dustbloom +Studded Vest +(100-150)% increased Evasion Rating ++(20-30)% to Cold Resistance +Maximum 10 Fragile Regrowth +0.5% of Life Regenerated per second per Fragile Regrowth +10% increased Mana Regeneration Rate per Fragile Regrowth +Lose all Fragile Regrowth when Hit +Gain 1 Fragile Regrowth each second +]],[[ +The Rat Cage +Scout's Vest +(100-150)% increased Evasion Rating ++300 to maximum Life +25% reduced Attribute Requirements +100% of Fire Damage from Hits taken as Physical Damage +]],[[ +Quatl's Molt +Serpentscale Coat ++(30-50) to maximum Life ++(17-23)% to Chaos Resistance +(10-20) Life Regeneration per second Cannot be Poisoned -You can have an additional Tincture active -10% chance to remove 1 Mana Burn on Kill +]],[[ +Queen of the Forest +Smuggler Coat +(100-150)% increased Evasion Rating +(-15--10)% to Fire Resistance ++(25-30)% to Cold Resistance ++(10-15)% to Lightning Resistance +1% increased Movement Speed per 500 Evasion Rating +Other Modifiers to Movement Speed do not apply +]],[[ +Ghostwrithe +Tattered Robe ++100 to maximum Energy Shield ++(29-37)% to Chaos Resistance +50% of Maximum Life Converted to Energy Shield +]],[[ +Bitterbloom +Feathered Robe +(50-100)% increased Energy Shield ++(50-100) to maximum Mana +50% increased Energy Shield Recharge Rate +Energy Shield Recharge starts when you use a Mana Flask +]],[[ +The Black Doubt +Hexer's Robe +(60-100)% increased Energy Shield ++(10-30) to Intelligence +Damage over Time bypasses your Energy Shield +While not on Full Life, Sacrifice 10% of Mana per Second to Recover that much Life +]],[[ +Necromantle +Bone Raiment ++(40-60) to maximum Life ++(30-50) to maximum Mana +Minions gain (20-30)% of their Maximum Life as Extra Maximum Energy Shield +Minions Revive 50% faster +]],[[ +Cloak of Flame +Silk Robe ++(30-50)% to Fire Resistance +(30-50)% reduced Ignite Duration on you +40% of Physical Damage taken as Fire Damage +25 to 35 Fire Thorns damage +]],[[ +Prayers for Rain +Keth Raiment +(60-100)% increased Energy Shield ++(10-15) to Intelligence +30% slower start of Energy Shield Recharge +Energy Shield Recharge is not interrupted by Damage if Recharge began Recently +]],[[ +Tetzlapokal's Desire +Votive Raiment +(100-150)% increased Energy Shield ++(20-30) to Strength ++(17-23)% to Chaos Resistance +Life Recharges +]],[[ +The Covenant +Altar Robe +(100-150)% increased Energy Shield ++(100-150) to maximum Life +5% of Spell Damage Leeched as Life +Skills gain a Base Life Cost equal to 50% of Base Mana Cost +]],[[ +Coat of Red +Chain Mail +(80-100)% increased Armour and Evasion ++(80-100) to maximum Life ++(75-150) to Stun Threshold +25% chance to be inflicted with Bleeding when Hit +]],[[ +The Barrow Dweller +Rogue Armour +(60-100)% increased Armour and Evasion +(-20--10)% to Fire Resistance ++50% to Cold Resistance +50% chance to Avoid Death from Hits +]],[[ +Irongrasp +Vagabond Armour +(100-150)% increased Armour and Evasion ++(100-150) to Stun Threshold +Iron Grip +Iron Will +]],[[ +Pariah's Embrace +Cloaked Mail +(50-80)% increased Armour and Evasion ++50 to Spirit +(10-15) Life Regeneration per second +20% reduced Mana Cost of Skills +]],[[ +Belly of the Beast +Explorer Armour +(100-150)% increased Armour and Evasion ++(100-150) to maximum Life ++(100-150) to Stun Threshold +Life Recovery from Flasks is instant +]],[[ +Doryani's Prototype +Scale Mail +(50-100)% increased Armour and Evasion ++(60-80) to maximum Life +Armour also applies to Lightning damage taken from Hits +Enemies in your Presence have Lightning Resistance equal to yours +Lightning Resistance does not affect Lightning damage taken +]],[[ +Enfolding Dawn +Pilgrim Vestments +(50-100)% increased Armour and Energy Shield ++100 to Spirit ++(5-15)% to all Elemental Resistances +Intelligence provides no inherent bonus to Maximum Mana +]],[[ +Icetomb +Mail Vestments ++(20-30) to Strength ++(20-30) to Intelligence ++(30-40)% to Cold Resistance +Freeze as though dealing Cold damage equal to 10% of your maximum Mana when Hit +]],[[ +Husk of Dreams +Shaman Mantle +(100-150)% increased Armour and Energy Shield +-10% to Fire Resistance ++(13-17)% to Chaos Resistance +(25-50)% increased Flask Charges used +50% chance for Flasks you use to not consume Charges +]],[[ +Voll's Protector +Ironclad Vestments +(100-150)% increased Armour and Energy Shield +25% reduced maximum Mana +25% chance to gain a Power Charge on Critical Hit +]],[[ +Couture of Crimson +Gilded Vestments +(50-100)% increased Armour and Energy Shield +25% reduced maximum Life +(40-60)% reduced Bleeding Duration on you +Life Leech can Overflow Maximum Life +]],[[ +Apron of Emiran +Hermit Garb +(30-50)% increased Evasion and Energy Shield ++(10-20) to Dexterity +(40-60)% reduced Bleeding Duration on you +Bleeding you inflict is Aggravated +]],[[ +Gloomform +Waxed Jacket +(100-150)% increased Evasion Rating ++(10-20) to Dexterity +20% reduced Light Radius +You have a Smoke Cloud around you while stationary +]],[[ +Sierran Inheritance +Marabout Garb +(50-80)% increased Evasion and Energy Shield ++(15-25)% to Lightning Resistance +(30-50)% faster start of Energy Shield Recharge +The Effect of Chill on you is reversed +]],[[ +The Dancing Mirage +Wayfarer Jacket +(60-100)% increased Evasion and Energy Shield ++(10-20)% to Lightning Resistance +20% less Damage taken if you have not been Hit Recently +100% increased Evasion Rating if you have been Hit Recently +]],[[ +Redflare Conduit +Anchorite Garb ++(50-70) to maximum Mana ++(20-30)% to Lightning Resistance +20% chance to gain a Power Charge on Hit +Lose all Power Charges on reaching maximum Power Charges +Shocks you when you reach maximum Power Charges +]],[[ +Wings of Caelyn +Rusted Greathelm +(5-15)% increased Rarity of Items found ++(20-30) to Dexterity +Gain 1 Rage on Melee Hit +Every Rage also grants 1% increased Stun Threshold +]],[[ +Horns of Bynden +Rusted Greathelm +(5-15)% increased Rarity of Items found ++(20-30) to Strength +Gain 1 Rage on Melee Hit +Every Rage also grants 1% increased Armour +]],[[ +Ezomyte Peak +Soldier Greathelm +(50-100)% increased Armour ++(30-50) to maximum Life +(10-20)% increased Area of Effect +Unwavering Stance +]],[[ +Black Sun Crest +Wrapped Greathelm +(50-80)% increased Armour +20% reduced Light Radius +(5-15)% increased Strength +(5-15)% increased Dexterity +(5-15)% increased Intelligence +]],[[ +Thrillsteel +Spired Greathelm +Onslaught +]],[[ +Deidbell +Elite Greathelm +(60-100)% increased Armour +(20-30)% increased Warcry Speed +Corpses in your Presence Explode when you Warcry, +dealing 10% of their Life as Physical Damage +Warcry Skills have (20-30)% increased Area of Effect +]],[[ +Corona of the Red Sun +Warrior Greathelm ++(100-150) to Accuracy Rating ++(60-80) to maximum Life +25% increased Light Radius +When you Leech Life from a Hit, Allies in your Presence also Leech the same amount of Life +]],[[ +Innsmouth +Shabby Hood +25% reduced maximum Mana ++(10-20)% to Cold Resistance ++(13-19)% to Chaos Resistance +100% increased Mana Regeneration Rate +]],[[ +Goldrim +Felt Cap ++(30-50) to Evasion Rating +10% increased Rarity of Items found ++(25-35)% to all Elemental Resistances +]],[[ +Radiant Grief +Lace Hood +(80-100)% increased Evasion Rating ++(15-25)% to Fire Resistance +30% increased Light Radius +Enemies in your Presence are Ignited as though dealt 100 Base Fire Damage +]],[[ +Elevore +Hunter Hood +(50-80)% increased Evasion Rating ++(10-20) to Dexterity +Charms gain 0.5 charges per Second +]],[[ +Alpha's Howl +Armoured Cap +(80-100)% increased Evasion Rating ++100 to Spirit ++(50-75)% to Cold Resistance +Presence Radius is doubled +]],[[ +Crown of Thorns +Twig Circlet ++(100-150) to maximum Energy Shield +Lose 5 Life when you use a Skill +(3-5) to (6-10) Physical Thorns damage +Pain Attunement +]],[[ +The Devouring Diadem +Wicker Tiara +(60-100)% increased Energy Shield ++(10-20) to Intelligence ++(13-19)% to Chaos Resistance +Every 3 seconds, Consume a nearby Corpse to Recover 20% of Life +]],[[ +Visage of Ayah +Beaded Circlet +(50-80)% increased Energy Shield +(10-15)% increased Rarity of Items found +(20-30)% increased Critical Hit Chance +Eldritch Battery +]],[[ +Forbidden Gaze +Chain Tiara +(60-100)% increased Energy Shield ++(3-5)% to Maximum Cold Resistance ++(25-35)% to Cold Resistance +25% reduced Light Radius +]],[[ +Mask of the Stitched +Demon Feathered Tiara +(120-160)% increased Energy Shield ++(17-23)% to Chaos Resistance +Cannot have Energy Shield +Regenerate 0.05 Life per second per Maximum Energy Shield +]],[[ +Atziri's Disdain +Gold Circlet ++(40-60) to maximum Mana +(10-20)% increased Rarity of Items found +(20-25)% of Damage taken bypasses Energy Shield +Gain (25-30)% of Maximum Life as Extra Maximum Energy Shield +]],[[ +Greymake +Brimmed Helm ++(30-50) to Strength ++(30-50) to Dexterity ++(30-50) to Intelligence +-1 to all Attributes per Level +]],[[ +Erian's Cobble +Guarded Helm ++(0-20) to Armour ++(0-15) to Evasion Rating ++(0-10) to maximum Energy Shield ++(0-30) to Accuracy Rating ++(0-15) to maximum Life ++(0-10) to maximum Mana +(0-10)% increased Rarity of Items found +(0-15)% increased Critical Hit Chance ++(0-5) to Strength ++(0-5) to Dexterity ++(0-5) to Intelligence ++(0-5)% to Fire Resistance ++(0-5)% to Cold Resistance ++(0-5)% to Lightning Resistance +(0-3) Life Regeneration per second +]],[[ +Ironride +Visored Helm +(60-80)% increased Armour and Evasion ++(30-50) to maximum Mana ++(10-15)% to Lightning Resistance +You have no Accuracy Penalty at Distance +]],[[ +The Smiling Knight +Cowled Helm +(30-50)% increased Armour and Evasion ++(50-100) to Accuracy Rating +(15-25)% increased Critical Hit Chance +Aggravate Bleeding on targets you Critically Hit with Attacks +]],[[ +The Vile Knight +Shielded Helm +(60-100)% increased Armour and Evasion ++(75-125) to Accuracy Rating +(10-15) Life Regeneration per second +Deal 4% increased Damage with Hits to Rare or Unique Enemies for each second they've ever been in your Presence, up to a maximum of 200% +]],[[ +Crown of the Victor +Iron Crown +(10-20)% increased Rarity of Items found +Gain 10 Life per Enemy Killed +Gain 10 Mana per Enemy Killed ++1 to Level of all Skills +]],[[ +Bronzebeard +Horned Crown +10% reduced Movement Speed +(50-100)% increased Armour and Energy Shield ++(40-60) to maximum Life +(35-50)% reduced Effect of Chill on you +(35-50)% reduced effect of Ignite on you +(35-50)% reduced effect of Shock on you +]],[[ +Crown of the Pale King +Cultist Crown +(50-100)% increased Armour and Energy Shield ++(40-80) to maximum Life +10% increased Rarity of Items found +Thorns damage is triggered by all Hits +]],[[ +Veil of the Night +Martyr Crown +50% increased maximum Life ++(10-20) to all Attributes +40% reduced Light Radius +You have no Elemental Resistances +]],[[ +Cornathaum +Heavy Crown +(10-20)% increased Rarity of Items found ++(40-50) to Intelligence +30% increased Light Radius +5% increased Experience gain +]],[[ +The Hollow Mask +Hewn Mask ++(60-80) to maximum Life +15% additional Physical Damage Reduction +-10% to all Elemental Resistances +]],[[ +Leer Cast +Hooded Mask ++(30-50) to maximum Life ++(30-50) to maximum Mana +Allies in your Presence deal 50% increased Damage +25% reduced Damage +]],[[ +Atsak's Sight +Veiled Mask +(20-40)% increased Critical Hit Chance ++(10-20) to Dexterity ++(10-20) to Intelligence +Critical Hits Poison the enemy +]],[[ +The Vertex +Tribal Mask +(100-150)% increased Evasion and Energy Shield +(20-30)% increased Critical Hit Chance ++(13-17)% to Chaos Resistance +Equipment and Skill Gems have 50% reduced Attribute Requirements +]],[[ +The Three Dragons +Solid Mask +(40-60)% increased Evasion and Energy Shield ++(10-20)% to all Elemental Resistances +Fire Damage from Hits Contributes to Shock Chance instead of Ignite Chance and Magnitude +Cold Damage from Hits Contributes to Ignite Chance and Magnitude instead of Chill Magnitude +Lightning Damage from Hits Contributes to Freeze Buildup instead of Shock Chance +]],[[ +Treefingers +Riveted Mitts +(30-60)% increased Armour +Adds (3-5) to (6-8) Physical Damage to Attacks +Giant's Blood +]],[[ +Lochtonial Caress +Tempered Mitts +(10-15)% increased Skill Speed ++(40-60) to maximum Life +(10-15)% reduced maximum Mana +Share Charges with Allies in your Presence +]],[[ +Atziri's Acuity +Moulded Mitts +(80-100)% increased Armour +(20-30)% increased Critical Hit Chance ++(20-30) to Intelligence +Leech from Critical Hits is instant +]],[[ +Northpaw +Suede Bracers +Adds (2-3) to (5-6) Physical Damage to Attacks +(20-30)% increased Critical Damage Bonus +Base Critical Hit Chance for Attacks with Weapons is 8% +]],[[ +Grip of Winter +Firm Bracers +(30-50)% increased Evasion Rating +Adds (3-5) to (6-8) Cold damage to Attacks +(40-50)% increased Freeze Buildup +(20-30)% increased Magnitude of Chill you inflict +]],[[ +Idle Hands +Sectioned Bracers +(40-60)% increased Evasion Rating ++(60-100) to Accuracy Rating ++(5-10) to Intelligence +25% increased Attack Speed while on Full Mana +You count as on Full Mana while at 90% of maximum Mana or above +]],[[ +Snakebite +Spined Bracers +(40-60)% increased Evasion Rating ++(7-17)% to Chaos Resistance +20% chance to Poison on Hit +Targets can be affected by +1 of your Poisons at the same time +]],[[ +Maligaro's Virtuosity +Fine Bracers +(60-80)% increased Evasion Rating +(20-30)% increased Critical Hit Chance +5% increased Attack Speed ++(10-20) to Dexterity +Your Critical Damage Bonus is 300% +]],[[ +Painter's Servant +Torn Gloves ++(5-10)% to Fire Resistance ++(5-10)% to Cold Resistance ++(5-10)% to Lightning Resistance +33% of Elemental Damage Converted to Cold Damage +33% of Elemental Damage Converted to Fire Damage +33% of Elemental Damage Converted to Lightning Damage +]],[[ +Candlemaker +Sombre Gloves +(50-80)% increased Energy Shield ++(15-30)% to Fire Resistance +(-30--15)% to Cold Resistance +Chance to Ignite is doubled +]],[[ +Doedre's Tenure +Stitched Gloves +100% increased Spell Damage +(15-25)% reduced Cast Speed ++(10-15) to Intelligence +]],[[ +Kitoko's Current +Jewelled Gloves +(30-50)% increased Energy Shield ++(10-20) to Dexterity +(10-15)% reduced Attack and Cast Speed +Lightning damage from Hits Contributes to Electrocution Buildup +]],[[ +Demon Stitcher +Intricate Gloves ++(40-60) to maximum Energy Shield ++(80-120) to maximum Life +(6-12)% increased Cast Speed +Sacrifice (5-15)% of Life to gain that much Energy Shield when you Cast a Spell +]],[[ +Jarngreipr +Ringmail Gauntlets +Adds (2-3) to (5-6) Physical Damage to Attacks ++(30-50) to maximum Life +(4-8)% increased Attack Speed +Strength can satisfy other Attribute Requirements of Melee Weapons and Melee Skills +]],[[ +Aurseize +Layered Gauntlets +(40-60)% increased Armour and Evasion +(40-50)% increased Rarity of Items found +Lose 2% of Life on Kill +]],[[ +Deathblow +Doubled Gauntlets +(100-150)% increased Armour and Evasion +Gain (20-30) Life per Enemy Killed +Gain (20-30) Mana per Enemy Killed +Culling Strike +]],[[ +Aerisvane's Wings +Burnished Gauntlets +(50-70)% increased Armour and Evasion +(5-10)% increased Attack Speed ++(20-30) to Intelligence +Decimating Strike +]],[[ +Gravebind +Rope Cuffs +(40-60)% increased Armour and Energy Shield +Gain (7-10) Life per Enemy Killed +Gain (4-6) Mana per Enemy Killed +Enemies killed by anyone in your Presence count as being killed by you instead +]],[[ +Shackles of the Wretched +Aged Cuffs +(30-50)% increased Armour and Energy Shield +You cannot be Chilled for 6 seconds after being Chilled +You cannot be Frozen for 6 seconds after being Frozen +You cannot be Ignited for 6 seconds after being Ignited +You cannot be Shocked for 6 seconds after being Shocked +Curses you inflict are reflected back to you +]],[[ +Blueflame Bracers +Goldcast Cuffs ++(10-20) to Intelligence ++(5-15)% to Fire Resistance ++(5-15)% to Cold Resistance +100% of Fire Damage Converted to Cold Damage +]],[[ +Plaguefinger +Gauze Wraps +(30-50)% increased Evasion and Energy Shield +(4-6)% increased Attack Speed +(5-10)% chance to Poison on Hit +All Damage from Hits Contributes to Poison Magnitude +]],[[ +Killjoy +Linen Wraps +(30-60)% increased Evasion and Energy Shield ++(30-50) to maximum Life +Life Flasks do not recover Life +On-Kill Effects happen twice +]],[[ +Legionstride +Rough Greaves +(50-80)% increased Armour ++(30-50) to Stun Threshold +-10 Physical damage taken from Projectile Attacks ++10% to Block chance +]],[[ +Corpsewade +Iron Greaves +10% increased Movement Speed +(30-50)% increased Armour ++(5-10) to Strength +Trigger Decompose Skill on Step +]],[[ +The Infinite Pursuit +Bronze Greaves +10% increased Movement Speed +(100-150)% increased Armour ++(80-100) to maximum Life +(80-100)% increased Chance to be afflicted by Ailments when Hit +20% increased Movement Speed while affected by an Ailment +]],[[ +Trampletoe +Trimmed Greaves +10% increased Movement Speed +(50-100)% increased Armour +50% increased Attribute Requirements +Deal 30% of Overkill damage to enemies within 2 metres of the enemy killed +]],[[ +Birth of Fury +Stone Greaves +15% increased Movement Speed ++(40-60) to maximum Life ++(10-20)% to Fire Resistance +Drop Ignited Ground while moving, which lasts 8 seconds and Ignites as though dealing Fire Damage equal to 10% of your maximum Life +]],[[ +Briarpatch +Laced Boots +(10-20)% increased Movement Speed ++(40-60) to maximum Life ++(60-80) to Stun Threshold ++15% to Thorns Critical Hit Chance +]],[[ +Gamblesprint +Embossed Boots +(100-140)% increased Evasion Rating ++(10-15) to Dexterity ++(5-15)% to Lightning Resistance +Gain 0% to 40% increased Movement Speed at random when Hit, until Hit again +]],[[ +Thunderstep +Steeltoe Boots +(10-15)% increased Movement Speed +(40-60)% increased Evasion Rating ++(3-5)% to Maximum Lightning Resistance ++(25-35)% to Lightning Resistance +]],[[ +Bushwhack +Lizardscale Boots +(15-25)% increased Movement Speed +(50-80)% increased Evasion Rating ++(10-20) to Dexterity +Physical Damage is Pinning +]],[[ +Luminous Pace +Straw Sandals +10% increased Movement Speed ++(5-10) to Intelligence +(20-30)% reduced Energy Shield Recharge Rate +100% faster start of Energy Shield Recharge +]],[[ +Wanderlust +Wrapped Sandals +20% increased Movement Speed ++(10-20) to maximum Energy Shield ++5 to Dexterity +Your speed is unaffected by Slows +]],[[ +Bones of Ullr +Lattice Sandals +(40-60)% increased Energy Shield ++25 to maximum Life ++25 to maximum Mana +Undead Minions have 20% reduced Reservation +]],[[ +Wondertrap +Silk Slippers +(5-15)% increased Movement Speed ++(5-15) to Strength ++(5-15) to Dexterity ++(5-15) to Intelligence +50% increased Rarity of Items found when on Low Life +]],[[ +Windscream +Feathered Sandals +(10-15)% increased Movement Speed +(50-100)% increased Energy Shield ++(10-20) to Intelligence +Curses have no Activation Delay +]],[[ +The Knight-errant +Mail Sabatons +10% increased Movement Speed +(30-50)% increased Armour and Evasion ++(30-50) to Stun Threshold +Iron Reflexes +]],[[ +Darkray Vectors +Braced Sabatons +(50-100)% increased Armour and Evasion ++(20-30)% to Lightning Resistance +25% reduced Light Radius +5% increased Movement Speed per Frenzy Charge ++1 to Maximum Frenzy Charges +]],[[ +Obern's Bastion +Stacked Sabatons +(150-200)% increased Armour and Evasion +(20-25) Life Regeneration per second +200% increased Stun Recovery +(30-50)% reduced Chill Duration on you +(30-50)% reduced Freeze Duration on you +(30-50)% reduced Shock duration on you +]],[[ +Wake of Destruction +Secured Leggings +(30-60)% increased Armour and Energy Shield +Adds 1 to (30-50) Lightning damage to Attacks +Drop Shocked Ground while moving, lasting 8 seconds +]],[[ +Ghostmarch +Threaded Shoes +(100-150)% increased Evasion and Energy Shield ++(30-50) to maximum Mana ++(17-23)% to Chaos Resistance +Dodge Roll passes through Enemies +]],[[ +Powertread +Hunting Shoes +(10-15)% increased Movement Speed +(60-80)% increased Evasion and Energy Shield ++(10-20) to Intelligence ++1 to Maximum Power Charges ++8% to Critical Damage Bonus per Power Charge +]],[[ +Dionadair +Splintered Tower Shield +Grants Skill: Raise Shield +(60-80)% increased Armour ++(10-15) to Strength +30% reduced Stun Threshold +Double Stun Threshold while Shield is Raised +]],[[ +Wulfsbane +Painted Tower Shield +Grants Skill: Raise Shield ++(40-60) to maximum Life ++(10-15) to Strength ++(60-80) to Stun Threshold +Permanently Intimidate enemies on Block +]],[[ +Doomgate +Braced Tower Shield +Grants Skill: Raise Shield +80% increased Block chance +(100-150)% increased Armour +You take 20% of damage from Blocked Hits +Enemies are Culled on Block +]],[[ +The Wailing Wall +Effigial Tower Shield +Grants Skill: Raise Shield +10% reduced Movement Speed +(100-150)% increased Armour ++(100-150) to Stun Threshold +Can Block damage from all Hits +Cannot use Shield Skills +]],[[ +Lycosidae +Rampart Tower Shield +Grants Skill: Raise Shield +(30-40)% increased Block chance +(60-100)% increased Armour +Accuracy Rating is Doubled +Blocking Damage Poisons the Enemy as though dealing 100 Base Chaos Damage +]],[[ +The Surrender +Stone Tower Shield +Grants Skill: Raise Shield +(40-60)% increased Block chance +(150-200)% increased Armour ++(150-200) to Stun Threshold +]],[[ +Arvil's Wheel +Hardwood Targe +Grants Skill: Raise Shield +(40-60)% increased Block chance +(60-100)% increased Armour and Evasion +Lose 1% of Life on Kill +Lose 1% of Mana on Kill +(30-50)% increased Skill Effect Duration +]],[[ +Merit of Service +Pelage Targe +Grants Skill: Raise Shield +(30-50)% increased Block chance +(60-80)% increased Armour and Evasion ++(60-80) to Stun Threshold +Allies in your Presence have Block Chance equal to yours +]],[[ +Feathered Fortress +Crescent Targe +Grants Skill: Raise Shield ++(10-20) to Strength ++(10-20) to Dexterity ++(10-20)% to Fire Resistance ++(10-20)% to Cold Resistance +No Movement Speed Penalty while Shield is Raised +]],[[ +Alkem Eira Blazon +Crest Shield +Grants Skill: Raise Shield +(30-40)% increased Block chance +(30-50)% increased Armour and Energy Shield ++(15-30) to maximum Mana +Damage Blocked is Recouped as Mana +]],[[ +Oaksworn Sigil +Crest Shield +Grants Skill: Raise Shield +(40-60)% increased Block chance +(80-120)% increased Armour and Energy Shield ++50 to Spirit ++(17-23)% to Chaos Resistance +]],[[ +Saffell's Frame +Emblem Crest Shield +Grants Skill: Raise Shield ++(15-25)% to Fire Resistance ++(15-25)% to Cold Resistance ++(15-25)% to Lightning Resistance +You cannot Block +No Chance to Block +Modifiers to Maximum Block Chance instead apply to Maximum Resistances +]],[[ +Crest of Ardura +Jingling Crest Shield +Grants Skill: Raise Shield +(60-100)% increased Armour and Energy Shield ++(10-20) to Intelligence +(30-50)% increased Mana Regeneration Rate +(30-50)% increased Cooldown Recovery Rate +]],[[ +Rise of the Phoenix +Omen Crest Shield +Grants Skill: Raise Shield ++5% to Maximum Fire Resistance ++(20-25)% to Fire Resistance ++25% to Fire Resistance while on Low Life +Regenerate 3% of Life per second +Regenerate 3% of Life per second while on Low Life +]],[[ +Deathrattle +Twig Focus ++(10-20) to maximum Energy Shield +(20-40)% increased Spell Damage ++(5-10) to Intelligence +20% chance for Energy Shield Recharge to start when you Kill an Enemy +]],[[ +Threaded Light +Woven Focus +(50-70)% increased Energy Shield +(30-40)% increased Mana Regeneration Rate +20% increased Light Radius +(8-12)% increased Spell Damage per 10 Spirit +]],[[ +Carrion Call +Engraved Focus ++(30-40) to maximum Energy Shield +Minions have (20-30)% increased maximum Life +(20-30)% increased Mana Regeneration Rate +Minions' Resistances are equal to yours +]],[[ +Serpent's Lesson +Tonal Focus ++(60-100) to maximum Life ++(60-100) to maximum Mana +You count as on Low Life while at 35% of maximum Mana or below +You count as on Low Mana while at 35% of maximum Life or below +]],[[ +The Eternal Spark +Crystal Focus +(50-70)% increased Energy Shield ++5% to Maximum Lightning Resistance ++(20-30)% to Lightning Resistance +50% increased Mana Regeneration Rate while stationary +]],[[ +Tabula Rasa +Garment +Has 6 Rune Sockets +]],[[ +Asphyxia's Wrath +Broadhead Quiver +Adds 1 to 3 Physical Damage to Attacks +(5-10)% increased Attack Speed ++(5-10)% to Cold Resistance +Enemies Chilled by your Hits increase damage taken by Chill Magnitude +Attacks Gain (5-10)% of Damage as Extra Cold Damage +]],[[ +Blackgleam +Fire Quiver +Adds 3 to 5 Fire damage to Attacks ++(30-50) to maximum Mana +50% increased chance to Ignite +Projectiles Pierce all Ignited enemies +Attacks Gain (5-10)% of Damage as Extra Fire Damage +]],[[ +Beyond Reach +Visceral Quiver +(20-30)% increased Critical Hit Chance for Attacks +(10-15)% reduced Attack Speed +Chaos Damage from Hits also Contributes to Freeze Buildup +Chaos Damage from Hits also Contributes to Electrocute Buildup +Attacks Gain (10-20)% of Physical Damage as extra Chaos Damage +]],[[ +Igniferis +Crimson Amulet +(2-4) Life Regeneration per second ++(10-20)% to Fire Resistance +(20-30)% increased Mana Regeneration Rate +25% increased Light Radius +Life Recovery from Regeneration is not applied +Every 4 seconds, Recover 1 Life for every 0.2 Life Recovery per second from Regeneration +]],[[ +Idol of Uldurn +Crimson Amulet +(2-4) Life Regeneration per second ++(60-80) to maximum Life ++(10-20) to Dexterity +Skills have +1 to [Limit] +]],[[ +The Everlasting Gaze +Azure Amulet +(20-30)% increased Mana Regeneration Rate ++50 to maximum Mana +50% increased Mana Regeneration Rate +Gain (20-30)% of Maximum Mana as Extra Maximum Energy Shield +]],[[ +Ungil's Harmony +Azure Amulet +(20-30)% increased Mana Regeneration Rate ++(30-50) to maximum Life ++(30-50) to maximum Mana +100% increased Critical Hit Chance ++(60-100) to Stun Threshold +Your Critical Hits do not deal extra Damage +]],[[ +Revered Resin +Amber Amulet ++(10-15) to Strength ++(40-60) to maximum Life +(20-30)% increased Flask Life Recovery rate +Life Flasks gain (0.17-0.25) charges per Second +]],[[ +Carnage Heart +Amber Amulet ++(10-15) to Strength +20% reduced maximum Life ++(10-20) to all Attributes ++(10-20)% to all Elemental Resistances +100% increased amount of Life Leeched +]],[[ +Surefooted Sigil +Jade Amulet ++(10-15) to Dexterity ++(40-60) to maximum Life ++(5-15) to Dexterity ++1 metre to Dodge Roll distance +50% increased Evasion Rating if you've Dodge Rolled Recently +]],[[ +Defiance of Destiny +Jade Amulet ++(10-15) to Dexterity +(6-10)% increased maximum Life ++(10-20) to Strength +(25-40)% increased Mana Regeneration Rate +Recover 5% of Missing Life before being Hit by an Enemy +]],[[ +Ligurium Talisman +Lapis Amulet ++(10-15) to Intelligence ++(30-40) to maximum Energy Shield ++(25-35) to Spirit ++(20-30) to Intelligence +Life Regeneration is applied to Energy Shield instead +]],[[ +The Pandemonius +Lapis Amulet ++(10-15) to Intelligence ++(20-30)% to Cold Resistance +Damage Penetrates 75% Cold Resistance +Blind Chilled enemies on Hit +]],[[ +Rondel of Fragility +Lunar Amulet ++(20-30) to maximum Energy Shield +(15-30)% increased Skill Speed +(20-30)% increased Critical Hit Chance +-30% to all Elemental Resistances +(30-50)% increased Damage +]],[[ +The Anvil +Bloodstone Amulet ++(30-40) to maximum Life +10% reduced Movement Speed +10% reduced Skill Speed +(25-50)% increased Armour +20% increased Block chance ++(3-5)% to maximum Block chance +]],[[ +Astramentis +Stellar Amulet ++(5-7) to all Attributes ++(80-100) to all Attributes +-4 Physical Damage taken from Attack Hits +]],[[ +Fixation of Yix +Stellar Amulet ++(5-7) to all Attributes ++100 to maximum Life +Allies in your Presence have (30-50)% increased Critical Hit Chance +Allies in your Presence have (30-50)% increased Critical Damage Bonus +Allies in your Presence have (10-20)% increased Attack Speed +Allies in your Presence have (10-20)% increased Cast Speed +50% reduced Presence Area of Effect +]],[[ +Beacon of Azis +Solar Amulet ++(10-15) to Spirit ++(60-100) to maximum Mana ++30 to Spirit +30% increased Light Radius +Critical Hits ignore Enemy Monster Elemental Resistances +]],[[ +Fireflower +Solar Amulet ++(10-15) to Spirit +(10-20)% increased Rarity of Items found +(30-40)% increased Mana Regeneration Rate +Take 100 Fire Damage when you Ignite an Enemy ++(1-4) to Level of all Fire Skills +]],[[ +Eye of Chayula +Gold Amulet +(12-20)% increased Rarity of Items found +(20-30)% reduced maximum Life ++(10-15) to all Attributes ++2500 to Stun Threshold +]],[[ +Serpent's Egg +Gold Amulet +(12-20)% increased Rarity of Items found ++(10-20) to all Attributes ++(17-23)% to Chaos Resistance +(20-30)% increased Mana Regeneration Rate +Gain an additional Charge when you gain a Charge +]],[[ +Blackheart +Iron Ring +Adds 1 to 4 Physical Damage to Attacks +(3-6) Life Regeneration per second +Adds (2-3) to (4-5) Chaos Damage to Attacks +25% chance to Intimidate Enemies for 4 seconds on Hit +]],[[ +Doedre's Damning +Lazuli Ring ++(20-30) to maximum Mana ++(5-15)% to all Elemental Resistances +Gain (10-15) Mana per Enemy Killed +You can apply an additional Curse +]],[[ +Glowswarm +Lazuli Ring ++(20-30) to maximum Mana ++(40-60) to maximum Mana +(20-30)% increased Flask Mana Recovery rate +Mana Flasks gain (0.17-0.25) charges per Second +]],[[ +Seed of Cataclysm +Lazuli Ring ++(20-30) to maximum Mana +(30-50)% increased Critical Hit Chance for Spells +(30-50)% increased Critical Spell Damage Bonus ++(13-17)% to Chaos Resistance +10% increased Mana Cost of Skills +]],[[ +Cracklecreep +Ruby Ring ++(20-30)% to Fire Resistance +(20-30)% increased Fire Damage +(3.1-6) Life Regeneration per second +(20-30)% increased Mana Regeneration Rate +Ignites you inflict spread to other Enemies that stay within 1.5 metres for 2 seconds +]],[[ +Blistering Bond +Ruby Ring ++(20-30)% to Fire Resistance ++(40-60) to maximum Life ++(20-30)% to Fire Resistance +(-15--10)% to Cold Resistance +You take Fire Damage instead of Physical Damage from Bleeding +]],[[ +Polcirkeln +Sapphire Ring ++(20-30)% to Cold Resistance +(20-30)% increased Cold Damage ++(40-60) to maximum Mana ++(10-15) to Strength +Enemies Chilled by your Hits can be Shattered as though Frozen +]],[[ +Dream Fragments +Sapphire Ring ++(20-30)% to Cold Resistance +20% increased maximum Mana +(30-50)% increased Mana Regeneration Rate +You cannot be Chilled or Frozen +]],[[ +Whisper of the Brotherhood +Sapphire Ring ++(20-30)% to Cold Resistance +(5-10)% increased Skill Speed ++(10-20) to Dexterity +(25-35)% increased Mana Regeneration Rate +100% of Cold Damage Converted to Lightning Damage +]],[[ +The Burrower +opaz Ring ++(20-30)% to Lightning Resistance +(-15--10)% to Cold Resistance ++(20-30)% to Lightning Resistance +(25-35)% increased Mana Regeneration Rate +Lightning Damage of Enemies Hitting you is Unlucky +]],[[ +Call of the Brotherhood +Topaz Ring ++(20-30)% to Lightning Resistance ++(10-20) to Intelligence +(25-35)% increased Mana Regeneration Rate +(20-30)% increased Freeze Buildup +100% of Lightning Damage Converted to Cold Damage +]],[[ +Levinstone +Topaz Ring ++(20-30)% to Lightning Resistance ++(40-60) to maximum Mana +(10-20)% increased chance to Shock ++1 to Level of all Lightning Skills +]],[[ +Ming's Heart +Amethyst Ring ++(7-13)% to Chaos Resistance +20% reduced maximum Life +Gain (30-40)% of Damage as Extra Chaos Damage +30% reduced Global Defences +]],[[ +Original Sin +Amethyst Ring ++(7-13)% to Chaos Resistance +100% of Elemental Damage Converted to Chaos Damage +Chaos Resistance is Zero +]],[[ +Blackflame +Amethyst Ring ++(7-13)% to Chaos Resistance +(15-30)% increased Mana Regeneration Rate +50% reduced Ignite Duration on Enemies +Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite +50% increased Magnitude of Ignite you inflict +use unique blackflame ignite effect [1] +]],[[ +Death Rush +Emerald Ring ++(120-160) to Accuracy Rating ++(75-125) to Accuracy Rating ++(75-125) to Evasion Rating +Leech 5% of Physical Attack Damage as Life +You gain Onslaught for 4 seconds on Kill +]],[[ +Thief's Torment +Emerald Ring ++(120-160) to Accuracy Rating +(30-40)% increased Rarity of Items found ++(10-15)% to all Elemental Resistances +Gain 25 Life per Enemy Hit with Attacks +Can't use other Rings +Gain 15 Mana per Enemy Hit with Attacks +50% reduced Duration of Curses on you +]],[[ +Snakepit +Pearl Ring +(7-10)% increased Cast Speed +(20-30)% increased Spell Damage +(10-15)% increased Cast Speed +Left ring slot: Projectiles from Spells cannot Chain +Left ring slot: Projectiles from Spells Fork +Right ring slot: Projectiles from Spells Chain +1 times +Right ring slot: Projectiles from Spells cannot Fork +Projectiles from Spells cannot Pierce +]],[[ +Heartbound Loop +Pearl Ring +(7-10)% increased Cast Speed +Minions have (10-15)% increased maximum Life +(10-15) Life Regeneration per second +(20-40)% increased Mana Regeneration Rate +300 Physical Damage taken on Minion Death +Minions Revive (10-15)% faster +]],[[ +Perandus Seal +Gold Ring +(6-15)% increased Rarity of Items found ++(30-50) to maximum Mana ++(5-10) to all Attributes +(10-15)% increased Quantity of Gold Dropped by Slain Enemies +]],[[ +Andvarius +Gold Ring +(6-15)% increased Rarity of Items found +(50-70)% increased Rarity of Items found ++10 to Dexterity +-20% to all Elemental Resistances +]],[[ +Ventor's Gamble +Gold Ring +(6-15)% increased Rarity of Items found ++(0-80) to maximum Life ++(0-20) to Spirit +(-40-40)% reduced Rarity of Items found +(-40-40)% to Fire Resistance +(-40-40)% to Cold Resistance +(-40-40)% to Lightning Resistance +]],[[ +Meginord's Girdle +Rawhide Belt +(20-30)% increased Life Recovery from Flasks ++(40-50) to Strength ++(10-15)% to Cold Resistance +50% increased Flask Charges used +100% increased Flask Charges gained +]],[[ +Midnight Braid +Rawhide Belt +(20-30)% increased Life Recovery from Flasks ++(30-50) to maximum Mana ++(5-10)% to all Elemental Resistances +50% of Damage taken Recouped as Mana +]],[[ +Keelhaul +inen Belt +(20-30)% increased Mana Recovery from Flasks +(-25-25)% reduced Flask Life Recovery rate +(-25-25)% reduced Flask Mana Recovery rate +Life Flasks gain (0-0.25) charges per Second +Mana Flasks gain (0-0.25) charges per Second +]],[[ +Birthright Buckle +Wide Belt +(20-30)% increased Flask Charges gained ++(100-150) to Armour +(10-15)% reduced Flask Charges used +(20-30)% increased Flask Charges gained +Life Flasks used while on Low Life apply Recovery Instantly +Mana Flasks used while on Low Mana apply Recovery Instantly +]],[[ +Brynabas +Wide Belt +(20-30)% increased Flask Charges gained ++(40-60) to maximum Mana ++(20-30)% to Lightning Resistance +(7-12) Life Regeneration per second +Cannot be Shocked +]],[[ +Soul Tether +Long Belt +(15-20)% increased Charm Effect Duration ++(40-60) to maximum Energy Shield ++(20-30) to Intelligence +You lose 5% of Energy Shield per second +Excess Life Recovery from Leech is applied to Energy Shield +]],[[ +Infernoclasp +Plate Belt ++(100-140) to Armour ++(100-150) to Armour ++(10-20) to Strength ++(3-5)% to Maximum Fire Resistance ++(25-35)% to Fire Resistance +]],[[ +Ryslatha's Coil +Ornate Belt +(10-15)% reduced Charm Charges used ++(80-100) to maximum Life +(30-50)% increased Flask Life Recovery rate +(30-40)% more maximum Physical Attack Damage +(30-40)% less minimum Physical Attack Damage +]],[[ +Coward's Legacy +Mail Belt +(10-15)% reduced Flask Charges used +(-20--10) to Strength ++(20-30) to Dexterity +(30-40)% increased Life and Mana Recovery from Flasks +You count as on Low Life while at 75% of maximum Life or below +]],[[ +Headhunter +Heavy Belt +(20-30)% increased Stun Threshold ++(40-60) to maximum Life ++(20-40) to Strength ++(20-40) to Dexterity +When you Kill a Rare monster, you gain its Modifiers for 20 seconds +]],[[ +Shavronne's +Satchel Fine Belt +Flasks gain 0.17 charges per Second +(20-30)% reduced Flask Life Recovery rate ++(20-30) to Intelligence +(20-30)% increased Flask Charges gained +Life Recovery from Flasks also applies to Energy Shield ]], - } diff --git a/src/Data/Uniques/Special/WatchersEye.lua b/src/Data/Uniques/Special/WatchersEye.lua deleted file mode 100644 index 1281258c9..000000000 --- a/src/Data/Uniques/Special/WatchersEye.lua +++ /dev/null @@ -1,19 +0,0 @@ --- This file is automatically generated, do not edit! --- Item data (c) Grinding Gear Games - -return { - ["MalevolenceSkillEffectDuration"] = { affix = "", "(20-30)% increased Skill Effect Duration while affected by Malevolence", statOrderKey = "8561", statOrder = { 8561 }, level = 1, group = "MalevolenceSkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, }, - ["MalevolenceChaosNonAilmentDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrderKey = "5558", statOrder = { 5558 }, level = 1, group = "MalevolenceDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["MalevolenceColdDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrderKey = "5558", statOrder = { 5558 }, level = 1, group = "MalevolenceDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["MalevolenceLifeAndEnergyShieldRecoveryRate"] = { affix = "", "(8-12)% increased Recovery rate of Life and [EnergyShield|Energy Shield] while affected by Malevolence", statOrderKey = "6560", statOrder = { 6560 }, level = 1, group = "MalevolenceLifeAndEnergyShieldRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["MalevolenceUnaffectedByPoison"] = { affix = "", "Unaffected by Poison while affected by Malevolence", statOrderKey = "8986", statOrder = { 8986 }, level = 1, group = "MalevolenceUnaffectedByPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["MalevolenceUnaffectedByBleeding_"] = { affix = "", "Unaffected by Bleeding while affected by Malevolence", statOrderKey = "8963", statOrder = { 8963 }, level = 1, group = "MalevolenceUnaffectedByBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["MalevolenceYourAilmentsDealDamageFaster__"] = { affix = "", "Damaging Ailments you inflict deal Damage (10-15)% faster while affected by Malevolence", statOrderKey = "9147", statOrder = { 9147 }, level = 1, group = "MalevolenceYourAilmentsDealDamageFaster", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, - ["MalevolenceDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrderKey = "5558", statOrder = { 5558 }, level = 1, group = "MalevolenceDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["ZealotryCriticalStrikesPenetratesElementalResistances"] = { affix = "", "[Critical|Critical Hits] Penetrate (8-10)% of Enemy Elemental Resistances while affected by Zealotry", statOrderKey = "5287", statOrder = { 5287 }, level = 1, group = "ZealotryCriticalStrikesPenetratesElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, - ["ZealotryCastSpeed"] = { affix = "", "(10-15)% increased Cast Speed while affected by Zealotry", statOrderKey = "4823", statOrder = { 4823 }, level = 1, group = "ZealotryCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["ZealotryConsecratedGroundEffectLingersForMsAfterLeavingTheArea"] = { affix = "", "Effects of Consecrated Ground you create while affected by Zealotry Linger for 2 seconds", statOrderKey = "5157", statOrder = { 5157 }, level = 1, group = "ZealotryConsecratedGroundEffectLingersForMsAfterLeavingTheArea", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ZealotryConsecratedGroundEnemyDamageTaken"] = { affix = "", "Consecrated Ground you create while affected by Zealotry causes enemies to take (8-10)% increased Damage", statOrderKey = "5154", statOrder = { 5154 }, level = 1, group = "ZealotryConsecratedGroundEnemyDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ZealotryGainArcaneSurgeFor4SecondsWhenYouCreateConsecratedGround"] = { affix = "", "Gain [ArcaneSurgeDuration|Arcane Surge] for 4 seconds when you create Consecrated Ground while affected by Zealotry", statOrderKey = "5988", statOrder = { 5988 }, level = 1, group = "ZealotryGainArcaneSurgeFor4SecondsWhenYouCreateConsecratedGround", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ZealotryCriticalStrikeChanceAgainstEnemiesOnConsecratedGround"] = { affix = "", "(100-120)% increased [Critical|Critical Hit] Chance against Enemies on Consecrated Ground while affected by Zealotry", statOrderKey = "5226", statOrder = { 5226 }, level = 1, group = "ZealotryCriticalStrikeChanceAgainstEnemiesOnConsecratedGround", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, -} \ No newline at end of file diff --git a/src/Data/Uniques/Special/race.lua b/src/Data/Uniques/Special/race.lua index 8acc3750f..e1fe7943a 100644 --- a/src/Data/Uniques/Special/race.lua +++ b/src/Data/Uniques/Special/race.lua @@ -1,132 +1,4 @@ -- Item data (c) Grinding Gear Games return { --- Weapon: One Handed Axe -[[ -Ashes of the Sun -Driftwood Club -League: Race Events -Sockets: W-W-W -Implicits: 1 -10% reduced Enemy Stun Threshold -Adds 3 to 6 Fire Damage -20% increased Attack Speed -500% increased Ignite Duration on Enemies -25% increased Burning Damage -30% chance to Ignite -]],[[ -Blood of Summer -Rusted Sword -League: Race Events -Sockets: W-W-W -Implicits: 1 -40% increased Global Accuracy Rating -Adds 2 to 6 Physical Damage -2% increased Movement Speed per Frenzy Charge -+1 to Maximum Frenzy Charges -20% increased Area of Effect -33% chance to gain a Frenzy Charge on Kill -]],[[ -Fragment of Eternity -Glass Shank -League: Race Events -Sockets: W-W-W -Implicits: 1 -30% increased Global Critical Strike Chance -Adds 1 to 4 Physical Damage -10% increased Attack Speed -100% increased Critical Strike Chance -+45% to Global Critical Strike Multiplier -15% chance to gain a Power Charge on Kill -]],[[ -Relic of the Cycle -Crude Bow -League: Race Events -Sockets: W-W-W -Implicits: 0 -100% increased Physical Damage -10% increased Attack Speed -+30 to Accuracy Rating -Projectiles Return to you from final target -]],[[ -Remnant of Empires -Goathide Buckler -League: Race Events -Sockets: W-W-W -Implicits: 1 -3% increased Movement Speed -30% Chance to Block Spell Damage -+15 to maximum Life -+3% to all Elemental Resistances per Endurance Charge -50% chance to gain an Endurance Charge when you Block -+3% Chance to Block -Reflects 4 to 8 Physical Damage to Attackers on Block -]],[[ -Rust of Winter -Rusted Hatchet -League: Race Events -Sockets: W-W-W -Implicits: 0 -Adds 2 to 4 Physical Damage -Adds 2 to 4 Cold Damage -50% chance to Avoid being Chilled -Your Physical Damage can Chill -]],[[ -Scar of Fate -Nailed Fist -League: Race Events -Sockets: W-W-W -Implicits: 1 -Grants 3 Life per Enemy Hit -Socketed Gems have 50% reduced Mana Cost -Grants Level 20 Hatred Skill -Adds 2 to 6 Physical Damage -Gain 3 Life per Enemy Hit with Spells -]],[[ -Slivers of Providence -Serrated Arrow Quiver -League: Race Events -LevelReq: 0 -Implicits: 1 -1 to 4 Added Physical Damage with Bow Attacks -+10% to all Elemental Resistances -50% increased Duration of Elemental Ailments on Enemies -10% chance to Freeze, Shock and Ignite -Gain 25% of Weapon Physical Damage as Extra Damage of a random Element -]],[[ -Splinter of the Moon -Driftwood Wand -League: Race Events -Sockets: W-W-W -Implicits: 1 -(8-12)% increased Spell Damage -20% increased Spell Damage -12% increased Cast Speed -Regenerate 2 Mana per second -4% chance to Freeze, Shock and Ignite -]],[[ -Thunder of the Dawn -Corroded Blade -League: Race Events -Sockets: W-W-W -Implicits: 1 -40% increased Global Accuracy Rating -Adds 1 to 9 Lightning Damage -+40% to Lightning Resistance -9% chance to Shock -50% of Physical Damage from Hits taken as Lightning Damage -When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy -]],[[ -Vestige of Divinity -Gnarled Branch -League: Race Events -Sockets: W-W-W -Implicits: 1 -+18% Chance to Block Attack Damage while wielding a Staff -16% Chance to Block Attack Damage -Adds 2 to 4 Physical Damage -15% increased Area of Effect -Reflects 8 to 14 Physical Damage to Attackers on Block -+2 to Weapon Range -]] } diff --git a/src/Data/Uniques/amulet.lua b/src/Data/Uniques/amulet.lua index c88cf827c..58cac72f2 100644 --- a/src/Data/Uniques/amulet.lua +++ b/src/Data/Uniques/amulet.lua @@ -2,1348 +2,5 @@ return { -- Amulet -[[ -The Anvil -Amber Amulet -Variant: Pre 1.3.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 45 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Strength -{variant:1}10% Chance to Block Attack Damage -{variant:2,3}8% Chance to Block Attack Damage -{variant:4}(10-15)% Chance to Block Attack Damage -{tags:attack,speed}10% reduced Attack Speed -{tags:caster,speed}10% reduced Cast Speed -{tags:jewellery_defense}+(400-500) to Armour -{variant:1}{tags:life}(30-40) Life gained when you Block -{variant:2,3,4}{tags:life}(34-48) Life gained when you Block -{variant:1}{tags:mana}(10-20) Mana gained when you Block -{variant:2,3,4}{tags:mana}(10-24) Mana gained when you Block -{variant:1}{tags:speed}20% reduced Movement Speed -{variant:2}{tags:speed}10% reduced Movement Speed -+3% to maximum Chance to Block Attack Damage -{variant:1}{tags:physical_damage}Reflects 200 to 250 Physical Damage to Attackers on Block -{variant:2,3,4}{tags:physical_damage}Reflects 240 to 300 Physical Damage to Attackers on Block -]],[[ -Bloodsoaked Medallion -Amber Amulet -LevelReq: 49 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Strength -{tags:critical}(40-50)% increased Global Critical Strike Chance -{tags:life}+(50-70) to maximum Life -{tags:jewellery_resistance}+(17-29)% to Chaos Resistance -Every 10 seconds: -Gain 2% of Life per Enemy Hit with Attacks for 5 seconds -Gain 5% of Life per Enemy Killed for 5 seconds -]],[[ -Araku Tiki -Coral Amulet -Variant: Pre 3.19.0 -Variant: Current -Implicits: 1 -{tags:life}Regenerate (2-4) Life per second -{variant:1}{tags:jewellery_defense}+100 to Evasion Rating while on Low Life -{variant:2}{tags:jewellery_defense}+(150-250) to Evasion Rating while on Low Life -{tags:life}+(30-50) to maximum Life -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{variant:1}{tags:life}Regenerate 1% of Life per second while on Low Life -{variant:2}Gain Elusive on reaching Low Life -{variant:2}You have Phasing while on Low Life -]],[[ -Ngamahu Tiki -Coral Amulet -Source: No longer obtainable -Requires Level 36 -Implicits: 1 -{tags:life}Regenerate (2-4) Life per second -{tags:jewellery_elemental}(50-70)% increased Fire Damage -{tags:jewellery_defense}+100 to Evasion Rating while on Low Life -{tags:life}+(30-50) to maximum Life -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:life}Regenerate 1% of Life per second while on Low Life -]],[[ -The Ascetic -Gold Amulet -Source: No longer obtainable -Requires Level 8 -Implicits: 1 -(12-20)% increased Rarity of Items found -(80-100)% increased Rarity of Items found with a Normal Item equipped -(10-15)% increased Quantity of Items found with a Magic Item equipped -]],[[ -Ashes of the Stars -Onyx Amulet -Variant: Pre 3.23.0 -Variant: Current -Source: Drops from unique{The Eater of Worlds} (Uber) -Requires Level 60 -Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -(5-10)% increased Experience Gain of Gems -{variant:1}(10-20)% increased Reservation Efficiency of Skills -+1 to Level of all Skill Gems -+(20-30)% to Quality of all Skill Gems -]],[[ -Astramentis -Onyx Amulet -Requires Level 20 -Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{tags:jewellery_attribute}+(80-100) to all Attributes -{tags:attack,physical_damage}-4 Physical Damage taken from Attacks -]],[[ -Atziri's Foible -Paua Amulet -Variant: Pre 2.6.0 -Variant: Current -Requires Level 16 -Implicits: 1 -{tags:mana}(20-30)% increased Mana Regeneration Rate -{variant:1}{tags:mana}+50 to maximum Mana -{variant:2}{tags:mana}+100 to maximum Mana -{variant:1}{tags:mana}(8-12)% increased maximum Mana -{variant:2}{tags:mana}(16-24)% increased maximum Mana -{variant:1}{tags:mana}(40-60)% increased Mana Regeneration Rate -{variant:2}{tags:mana}(80-100)% increased Mana Regeneration Rate -Items and Gems have 25% reduced Attribute Requirements -]],[[ -Replica Atziri's Foible -Paua Amulet -Variant: Pre 3.16.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 16 -Implicits: 1 -{tags:life}Regenerate (1-2)% of Life per second -{tags:life}+100 to maximum Life -{variant:1}{tags:life}(20-25)% increased Life Recovery rate -{variant:2}{tags:life}(20-25)% increased Life Regeneration rate -Items and Gems have 25% reduced Attribute Requirements -]],[[ -Aul's Uprising -Onyx Amulet -League: Delve -Source: Drops from unique{Aul, the Crystal King} -Variant: Strength: Anger -Variant: Strength: Determination -Variant: Strength: Pride -Variant: Strength: Purity of Fire -Variant: Strength: Vitality -Variant: Dexterity: Grace -Variant: Dexterity: Haste -Variant: Dexterity: Hatred -Variant: Dexterity: Purity of Ice -Variant: Intelligence: Clarity -Variant: Intelligence: Discipline -Variant: Intelligence: Malevolence -Variant: Intelligence: Purity of Elements -Variant: Intelligence: Purity of Lightning -Variant: Intelligence: Wrath -Variant: Intelligence: Zealotry -Variant: Envy -Requires Level 55 -Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{variant:1,2,3,4,5}{tags:jewellery_attribute}+(20-30) to Strength -{variant:6,7,8,9}{tags:jewellery_attribute}+(20-30) to Dexterity -{variant:10,11,12,13,14,15,16}{tags:jewellery_attribute}+(20-30) to Intelligence -{variant:17}Grants Level 15 Envy Skill -{variant:1,2,3,4,5}{tags:jewellery_defense}(15-20)% increased Armour -{variant:6,7,8,9}{tags:jewellery_defense}(15-20)% increased Evasion Rating -{variant:10,11,12,13,14,15,16}{tags:jewellery_defense}(15-20)% increased maximum Energy Shield -{variant:17}{tags:jewellery_attribute}+(15-20) to all Attributes -{tags:life}+(50-70) to maximum Life -{variant:1,2,3,4,5}10% reduced Stun and Block Recovery -{variant:6,7,8,9}Nearby Enemies grant 25% increased Flask Charges -{variant:1,2,3,4,5}Nearby Enemies have 10% reduced Stun and Block Recovery -{variant:10,11,12,13,14,15,16}{tags:critical}Hits against Nearby Enemies have 50% increased Critical Strike Chance -{variant:17}{tags:jewellery_defense}(15-20)% increased Global Defences -{variant:1}Anger has no Reservation -{variant:2}Determination has no Reservation -{variant:3}Pride has no Reservation -{variant:4}Purity of Fire has no Reservation -{variant:5}Vitality has no Reservation -{variant:6}Grace has no Reservation -{variant:7}Haste has no Reservation -{variant:8}Hatred has no Reservation -{variant:9}Purity of Ice has no Reservation -{variant:10}Clarity has no Reservation -{variant:11}Discipline has no Reservation -{variant:12}Malevolence has no Reservation -{variant:13}Purity of Elements has no Reservation -{variant:14}Purity of Lightning has no Reservation -{variant:15}Wrath has no Reservation -{variant:16}Zealotry has no Reservation -{variant:17}Envy has no Reservation -]],[[ -The Aylardex -Agate Amulet -Variant: Pre 2.5.0 -Variant: Current -Requires Level 32 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Intelligence -{tags:life}+(30-50) to maximum Life -{tags:mana}+(50-70) to maximum Mana -+1 to Maximum Power Charges -{tags:mana}10% increased Mana Regeneration Rate Per Power Charge -{variant:2}(80-100)% increased Power Charge Duration -{tags:mana,life}1% of Damage is taken from Mana before Life per Power Charge -{tags:critical}40% reduced Critical Strike Chance per Power Charge -]],[[ -Eternal Damnation -Agate Amulet -Variant: Pre 3.25.0 -Variant: Current -League: Sanctum -Source: Drops from unique{Lycia, Herald of the Scourge} in normal{The Beyond} -LevelReq: 52 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Intelligence -{tags:mana}+(40-70) to maximum Mana -{tags:jewellery_resistance}+(-13-13)% to Chaos Resistance -{tags:jewellery_resistance}-5% to all maximum Resistances -Gain additional Elemental Damage Reduction equal to half your Chaos Resistance -{variant:2}Maximum Endurance, Frenzy and Power Charges is 0 -]],[[ -Badge of the Brotherhood -Turquoise Amulet -Requires Level: 20 -Implicits: 1 -League: Blight -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -(7-10)% increased Cooldown Recovery of Travel Skills per Frenzy Charge -(7-10)% increased Effect of Elusive on you per Power Charge -(20-25)% chance to lose a Frenzy Charge when you use a Travel Skill -(20-25)% chance to lose a Power Charge when you gain Elusive -Your Maximum Frenzy Charges is equal to your Maximum Power Charges -]], -[[ -Replica Badge of the Brotherhood -Turquoise Amulet -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level: 60 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -Your Maximum Endurance Charges is equal to your Maximum Frenzy Charges -(20-25)% chance to lose a Frenzy Charge when you use a Travel Skill -(7-10)% increased Cooldown Recovery of Travel Skills per Frenzy Charge -+1 to Maximum Fortification per Endurance Charge -(20-25)% chance to lose an Endurance Charge when you gain Fortification -]],[[ -Bisco's Collar -Gold Amulet -Variant: Pre 3.0.0 -Variant: Pre 3.2.0 -Variant: Current -Source: No longer obtainable -Requires Level 30 -Implicits: 1 -(12-20)% increased Rarity of Items found -{variant:1}150% increased Rarity of Items Dropped by Slain Magic Enemies -{variant:2,3}(100-150)% increased Rarity of Items Dropped by Slain Magic Enemies -{variant:1}100% increased Quantity of Items Dropped by Slain Normal Enemies -{variant:2}(50-100)% increased Quantity of Items Dropped by Slain Normal Enemies -{variant:3}(35-50)% increased Quantity of Items Dropped by Slain Normal Enemies -]],[[ -Blightwell -Clutching Talisman -Variant: Pre 3.16.0 -Variant: Current -League: Talisman Hardcore -Talisman Tier: 2 -Requires Level 28 -Implicits: 1 -(15-25)% increased Global Defences -+(20-30) to maximum Energy Shield -{tags:jewellery_resistance}+(15-30)% to Fire Resistance -{tags:jewellery_resistance}+(15-30)% to Lightning Resistance -{variant:1}30% slower start of Energy Shield Recharge during any Flask Effect -{variant:2}50% slower start of Energy Shield Recharge during any Flask Effect -{variant:1}400% increased Energy Shield Recharge Rate during any Flask Effect -{variant:2}(150-200)% increased Energy Shield Recharge Rate during any Flask Effect -Corrupted -]],[[ -Blood of Corruption -Amber Amulet -Source: Use currency{Vaal Orb} on unique{Tear of Purity} -Requires Level 5 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Strength -Grants Level 10 Gluttony of Elements Skill -{tags:attack,chaos_damage}Adds 19-43 Chaos Damage to Attacks -{tags:jewellery_resistance}-(10-5)% to all Elemental Resistances -{tags:jewellery_resistance}+(17-29)% to Chaos Resistance -Corrupted -]],[[ -Bloodgrip -{variant:1}Coral Amulet -{variant:2,3}Marble Amulet -Variant: Pre 3.0.0 -Variant: Pre 3.12.0 -Variant: Current -Requires Level 74 -Implicits: 2 -{variant:1}{tags:life}Regenerate (2-4) Life per second -{variant:2,3}{tags:life}Regenerate (1.2-1.6)% of Life per second -{tags:attack,physical_damage}Adds 10 to 20 Physical Damage to Attacks -{tags:life}+(60-70) to maximum Life -{variant:1,2}{tags:life}Regenerate (8-12) Life per second -{variant:3}{tags:life}Regenerate (16-24) Life per second -{tags:life}100% increased Life Recovery from Flasks -Moving while Bleeding doesn't cause you to take extra Damage -]],[[ -Carnage Heart -Onyx Amulet -Variant: Pre 2.6.0 -Variant: Current -Requires Level 20 -Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{tags:jewellery_attribute}+(20-40) to all Attributes -{variant:1}{tags:life}25% reduced maximum Life -{variant:1}{tags:jewellery_defense}25% reduced maximum Energy Shield -{tags:jewellery_resistance}+(10-20)% to all Elemental Resistances -{tags:attack,life}(1.2-2)% of Physical Attack Damage Leeched as Life -{variant:2}{tags:life}(30-40)% increased Damage while Leeching -{variant:2}{tags:life}50% increased Life Leeched per second -Extra Gore -]],[[ -Crystallised Omniscience -Onyx Amulet -Source: Drops from unique{The Searing Exarch} (Uber) -Requires Level 61 -Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -Modifiers to Attributes instead Apply to Omniscience -{tags:jewellery_resistance}+1% to All Elemental Resistances per 15 Omniscience -Penetrate 1% Elemental Resistances per 15 Omniscience -Attribute Requirements can be satisfied by (15-25)% of Omniscience -]],[[ -Daresso's Salute -Citrine Amulet -League: Anarchy -Requires Level 16 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity -{tags:jewellery_defense}50% reduced maximum Energy Shield -{tags:jewellery_resistance}+(30-40)% to Fire Resistance -{tags:jewellery_resistance}+(30-40)% to Cold Resistance -{tags:speed}10% increased Movement Speed when on Full Life -{tags:attack}+0.2 metres to Melee Strike Range -{tags:attack}60% increased Melee Damage when on Full Life -]],[[ -Defiance of Destiny -Paua Amulet -Variant: Pre 3.25.0 -Variant: Current -LevelReq: 49 -Implicits: 1 -{tags:mana}(20-30)% increased Mana Regeneration Rate -{tags:life}+(60-80) to maximum Life -{tags:jewellery_resistance}+(10-40)% to Fire Resistance -{tags:jewellery_resistance}+(10-40)% to Cold Resistance -{tags:jewellery_resistance}+(10-40)% to Lightning Resistance -{variant:1}{tags:life}Gain (25-35)% of Missing Unreserved Life before being Hit by an Enemy -{variant:2}{tags:life}Gain (10-20)% of Missing Unreserved Life before being Hit by an Enemy -]],[[ -The Ephemeral Bond -Lapis Amulet -League: Heist -Requires Level 68 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:mana}(25-40)% increased Mana Regeneration Rate -{tags:jewellery_resistance}+(15-25)% to all Elemental Resistances -{tags:critical}+(30-40)% to Critical Strike Multiplier if you've gained a Power Charge Recently -{tags:jewellery_elemental}(1-2) to (36-40) Lightning Damage per Power Charge -90% less Power Charge Duration -]],[[ -The Untouched Soul -Gold Amulet -League: Affliction -Requires Level 48 -Implicits: 1 -(12-20)% increased Rarity of Items found -{tags:life}+40 to maximum Life for each Empty Red Socket on any Equipped Item -{tags:attack}+225 to Accuracy Rating for each Empty Green Socket on any Equipped Item -{tags:mana}+40 to maximum Mana for each Empty Blue Socket on any Equipped Item -{tags:jewellery_resistance}+18% to all Elemental Resistances for each Empty White Socket on any Equipped Item -]],[[ -Doedre's Tongue -Lapis Amulet -LevelReq: 24 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:jewellery_resistance}+(20-25)% to all Elemental Resistances -(20-25)% chance to Freeze, Shock and Ignite -Cursed Enemies cannot inflict Elemental Ailments on You -]],[[ -Extractor Mentis -Agate Amulet -Variant: Pre 3.5.0 -Variant: Current -Requires Level 16 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Intelligence -{tags:jewellery_attribute}+(30-50) to Strength -5% chance to grant Unholy Might to nearby Enemies on Kill -5% chance to grant Onslaught to nearby Enemies on Kill -{variant:1}5% chance to gain Chaotic Might for 10 seconds on Kill -{variant:2}10% chance to gain Chaotic Might for 10 seconds on Kill -{variant:1}5% chance to gain Onslaught for 10 seconds on Kill -{variant:2}10% chance to gain Onslaught for 10 seconds on Kill -{tags:life}Recover 1% of Life on Kill -]],[[ -Eye of Chayula -Onyx Amulet -Upgrade: Upgrades to unique{Presence of Chayula} using currency{Blessing of Chayula} -Requires Level 20 -Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{tags:life}20% reduced maximum Life -30% increased Rarity of Items found -Cannot be Stunned -]],[[ -Presence of Chayula -Onyx Amulet -League: Breach -Source: Upgraded from unique{Eye of Chayula} using currency{Blessing of Chayula} -Requires Level 60 -Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -30% increased Rarity of Items found -{tags:jewellery_resistance}+60% to Chaos Resistance -Cannot be Stunned -{tags:jewellery_defense,life}20% of Maximum Life Converted to Energy Shield -]],[[ -Eye of Innocence -Citrine Amulet -Requires Level 68 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity -10% chance to Ignite -(50-70)% increased Damage while Ignited -{tags:jewellery_elemental}Take 100 Fire Damage when you Ignite an Enemy -{tags:life}2% of Fire Damage Leeched as Life while Ignited -]],[[ -Eyes of the Greatwolf -Greatwolf Talisman -Requires Level 52 -Has Alt Variant: true -Variant: Attributes -Variant: Global Defences -Variant: Chaos Damage -Variant: Attack Damage -Variant: Cold Damage -Variant: Fire Damage -Variant: Lightning Damage -Variant: Spell Damage -Variant: Global Physical Damage -Variant: Mana -Variant: Damage -Variant: Physical Damage Reduction -Variant: Chance to Freeze, Shock and Ignite -Variant: Crit Chance -Variant: Area of Effect -Variant: Attack/Cast Speed -Variant: Item Quantity (Pre 3.25.0) -Variant: Life -Variant: Crit Multiplier -Variant: Maximum number of Raised Zombies -Variant: Frenzy Charge on Kill -Variant: Power Charge on Kill -Variant: Endurance Charge on Kill -Variant: Life Regen -Variant: Cold taken as Fire -Variant: Cold taken as Lightning -Variant: Fire taken as Cold -Variant: Fire taken as Lightning -Variant: Lightning taken as Cold -Variant: Lightning taken as Fire -Variant: Gain Physical as random Element -Variant: Extra Pierces -Variant: Damage over Time Multiplier -Implicits: 32 -{variant:1}(24-32)% increased Attributes -{variant:2}(30-50)% increased Global Defences -{variant:3}(38-62)% increased Chaos Damage -{variant:4}(40-60)% increased Attack Damage -{variant:5}(40-60)% increased Cold Damage -{variant:6}(40-60)% increased Fire Damage -{variant:7}(40-60)% increased Lightning Damage -{variant:8}(40-60)% increased Spell Damage -{variant:9}(40-60)% increased Global Physical Damage -{variant:10}(40-60)% increased maximum Mana -{variant:11}(50-70)% increased Damage -{variant:12}(8-12)% additional Physical Damage Reduction -{variant:13}(8-12)% chance to Freeze, Shock and Ignite -{variant:14}(80-100)% increased Global Critical Strike Chance -{variant:15}(10-16)% increased Area of Effect -{variant:16}(12-20)% increased Attack and Cast Speed -{variant:17}(12-20)% increased Quantity of Items found -{variant:18}(16-24)% increased maximum Life -{variant:19}+(48-72)% to Global Critical Strike Multiplier -{variant:20}+2 to maximum number of Raised Zombies -{variant:21}20% chance to gain a Frenzy Charge on Kill -{variant:22}20% chance to gain a Power Charge on Kill -{variant:23}20% chance to gain a Endurance Charge on Kill -{variant:24}Regenerate 4% of Life per second -{variant:25}100% of Cold Damage from Hits taken as Fire Damage -{variant:26}100% of Cold Damage from Hits taken as Lightning Damage -{variant:27}100% of Fire Damage from Hits taken as Cold Damage -{variant:28}100% of Fire Damage from Hits taken as Lightning Damage -{variant:29}100% of Lightning Damage from Hits taken as Cold Damage -{variant:30}100% of Lightning Damage from Hits taken as Fire Damage -{variant:31}Gain (12-24)% of Physical Damage as Extra Damage of a random Element -{variant:32}Projectiles Pierce (4-6) additional Targets -{variant:33}(24-36)% Damage over Time Multiplier -Implicit Modifier magnitudes are doubled -]],[[ -The Felbog Fang -Citrine Amulet -League: Harvest -Source: Drops from unique{Namharim, Born of Night} in normal{The Sacred Grove} -Variant: Pre 3.20.0 -Variant: Current -Requires Level 61 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity -{tags:jewellery_attribute}+(30-50) to Intelligence -{tags:caster,speed}(10-15)% increased Cast Speed -(10-15)% increased Area of Effect -{variant:1}{tags:caster}Enemies Cursed by you are Hindered with 25% reduced Movement Speed if 25% of Curse Duration expired -{variant:2}{tags:caster}Enemies Cursed by you are Hindered if 25% of Curse Duration expired -{tags:caster}Your Curses have 25% increased Effect if 50% of Curse Duration expired -{variant:1}{tags:caster}Enemies Cursed by you take 25% increased Damage if 75% of Curse Duration expired -{variant:2}{tags:caster}Enemies Cursed by you take 35% increased Damage if 75% of Curse Duration expired -]],[[ -Fury Valve -Turquoise Amulet -Requires Level 40 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -{tags:jewellery_defense}(15-25)% increased Evasion Rating -{tags:jewellery_resistance}+(15-20)% to all Elemental Resistances -Skills fire 2 additional Projectiles -{tags:speed}(20-30)% increased Projectile Speed -Modifiers to number of Projectiles instead apply to the number of targets Projectiles Split towards -]],[[ -Gloomfang -Blue Pearl Amulet -Variant: Pre 3.11.0 -Variant: Current -Requires Level 77 -Implicits: 1 -{tags:mana}(48-56)% increased Mana Regeneration Rate -{tags:life}0.5% of Chaos Damage Leeched as Life -{tags:caster,life}Lose (10-15) Life per Enemy Hit with Spells -{tags:attack,life}Lose (20-25) Life per Enemy Hit with Attacks -Skills Chain +1 times -{variant:2}{tags:speed}(30-40)% increased Projectile Speed -{variant:1}{tags:chaos_damage}Projectiles gain (15-20)% of Non-Chaos Damage as extra Chaos Damage per Chain -{variant:2}{tags:chaos_damage}Projectiles that have Chained gain (20-35)% of Non-Chaos Damage as extra Chaos Damage -]],[[ -The Halcyon -Jade Amulet -Variant: Pre 3.21.0 -Variant: Current -League: Breach -Source: Drops in Tul Breach or from unique{Tul, Creeping Avalanche} -Upgrade: Upgrades to unique{The Pandemonius} using currency{Blessing of Tul} -Requires Level 35 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{variant:1}{tags:jewellery_elemental}(10-20)% increased Cold Damage -{tags:jewellery_resistance}+(35-40)% to Cold Resistance -30% increased Freeze Duration on Enemies -10% chance to Freeze -{variant:2}Freezes you inflict spread to other Enemies with a Radius of 15 -60% increased Damage if you've Frozen an Enemy Recently -]],[[ -The Pandemonius -Jade Amulet -League: Breach -Source: Upgraded from unique{The Halcyon} using currency{Blessing of Tul} -Requires Level 64 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_elemental}(20-30)% increased Cold Damage -{tags:jewellery_resistance}+(35-40)% to Cold Resistance -Chill Enemy for 1 second when Hit -Blind Chilled Enemies on Hit -{tags:jewellery_elemental}Damage Penetrates 20% Cold Resistance against Chilled Enemies -]],[[ -Hinekora's Sight -Onyx Amulet -Requires Level 20 -Variant: Pre 3.16.0 -Variant: Current -Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{variant:1}{tags:attack}+1000 to Accuracy Rating -{variant:2}{tags:attack}+(600-1000) to Accuracy Rating -{variant:2}{tags:jewellery_defense}+(600-1000) to Evasion Rating -{variant:1}(12-20)% chance to Suppress Spell Damage -{variant:2}Prevent +3% of Suppressed Spell Damage -Cannot be Blinded -]],[[ -Replica Hinekora's Sight -Onyx Amulet -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -{tags:jewellery_attribute}+(10–16) to all Attributes -{tags:attack}+(600–1000) to Accuracy Rating -{tags:jewellery_defense}+(600–1000) to Armour -{tags:jewellery_resistance}+1% to all maximum Elemental Resistances -You cannot be Maimed -]],[[ -Hyrri's Truth -Jade Amulet -League: Synthesis -Requires Level 64 -Variant: Pre 3.16.0 -Variant: Pre 3.19.0 -Variant: Current -LevelReq: 64 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{variant:1,2}Grants Level 22 Precision Skill -{variant:3}Grants Level 30 Precision Skill -{variant:1,2}{tags:jewellery_attribute}+(25-35) to Dexterity -{variant:3}{tags:jewellery_attribute}+(40-80) to Dexterity -{variant:1,2}{tags:attack,physical_damage}Adds (12-15) to (24-28) Physical Damage to Attacks -{variant:1,2}{tags:jewellery_elemental,attack}Adds (11-15) to (23-28) Cold Damage to Attacks -{variant:1,2}{tags:critical}+(23-28)% to Global Critical Strike Multiplier -{variant:3}{tags:critical}+(25-50)% to Global Critical Strike Multiplier -{variant:3}Bow Attacks have Culling Strike -{variant:1,2}{tags:attack,life}(0.8-1)% of Physical Attack Damage Leeched as Life -{variant:1}Precision has 50% less Reservation -{variant:2,3}{tags:mana}Precision has 100% increased Mana Reservation Efficiency -]],[[ -Replica Hyrri's Truth -Jade Amulet -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Variant: Pre 3.16.0 -Variant: Pre 3.19.0 -Variant: Current -LevelReq: 64 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -Grants Level 22 Hatred Skill -{variant:1,2}{tags:jewellery_attribute}+(25-35) to Dexterity -{variant:3}{tags:jewellery_attribute}+(30-55) to Dexterity -{variant:1,2}{tags:attack,physical_damage}Adds (12-15) to (24-28) Physical Damage to Attacks -{variant:1,2}{tags:jewellery_elemental,attack}Adds (11-15) to (23-28) Cold Damage to Attacks -{variant:1,2}{tags:critical}+(23-28)% to Global Critical Strike Multiplier -{variant:3}{tags:critical}+(18-35)% to Global Critical Strike Multiplier -{variant:3}Bow Attacks have Culling Strike -{variant:1,2}{tags:life}(0.8-1)% of Cold Damage Leeched as Life -{variant:1}Hatred has 50% less Reservation -{variant:2,3}{tags:mana}Hatred has 100% increased Mana Reservation Efficiency -]],[[ -The Ignomon -Gold Amulet -Variant: Pre 3.19.0 -Variant: Current -Requires Level 8 -Implicits: 1 -(12-20)% increased Rarity of Items found -{variant:1}{tags:jewellery_attribute}+10 to Dexterity -{variant:1}{tags:jewellery_elemental,attack}Adds 12 to 24 Fire Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack}Adds (18-24) to (32-40) Fire Damage to Attacks -{tags:attack}+(100-150) to Accuracy Rating -{tags:jewellery_defense}+(100-150) to Evasion Rating -{tags:jewellery_resistance}+20% to Fire Resistance -{variant:2}20% increased Light Radius -{variant:2}Nearby Enemies are Blinded -]],[[ -The Effigon -Gold Amulet -Source: No longer obtainable -Requires Level 57 -Implicits: 1 -(12-20)% increased Rarity of Items found -{tags:jewellery_attribute}+10 to Dexterity -{tags:jewellery_elemental,attack}Adds 12 to 24 Fire Damage to Attacks -{tags:attack}+(100-150) to Accuracy Rating -{tags:jewellery_defense}+(100-150) to Evasion Rating -{tags:jewellery_resistance}+20% to Fire Resistance -Your Hits can't be Evaded by Blinded Enemies -{tags:jewellery_elemental}Damage Penetrates 10% Fire Resistance against Blinded Enemies -]],[[ -Ikiaho's Promise -Coral Amulet -LevelReq: 30 -Implicits: 1 -{tags:life}Regenerate (2-4) Life per second -{tags:mana}Regenerate (3-5) Mana per second -{tags:life}(30-40)% increased Life Recovery from Flasks -{tags:mana}(15-30)% increased Mana Recovery from Flasks -Life Flasks used while on Low Life apply Recovery Instantly -Mana Flasks used while on Low Mana apply Recovery Instantly -]],[[ -Impresence -Onyx Amulet -Elder Item -Source: Drops from unique{The Elder} -Variant: Physical -Variant: Fire -Variant: Cold -Variant: Lightning -Variant: Chaos -Requires Level 64 -Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{variant:1}{tags:attack,physical_damage}Adds (12-16) to (20-25) Physical Damage -{variant:2}{tags:jewellery_elemental}Adds (20-24) to (33-36) Fire Damage -{variant:3}{tags:jewellery_elemental}Adds (20-24) to (33-36) Cold Damage -{variant:4}{tags:jewellery_elemental}Adds (10-13) to (43-47) Lightning Damage -{variant:5}{tags:chaos_damage}Adds (17-19) to (23-29) Chaos Damage -{tags:life}+(50-70) to maximum Life -{variant:1}{tags:jewellery_defense}+(400-500) to Armour -{variant:2}{tags:life}Regenerate 1% of Life per second -{variant:3}{tags:mana}(45-50)% increased Mana Regeneration Rate -{variant:4}{tags:jewellery_defense}Regenerate 1% of Energy Shield per second -{variant:5}(30-40)% increased Damage over Time -{variant:1}(30-40)% increased Stun and Block Recovery -{variant:2}{tags:jewellery_resistance}+(20-25)% to Fire Resistance -{variant:3}{tags:jewellery_resistance}+(20-25)% to Cold Resistance -{variant:4}{tags:jewellery_resistance}+(20-25)% to Lightning Resistance -{variant:5}{tags:jewellery_resistance}+(17-23)% to Chaos Resistance -{variant:1}Vulnerability has no Reservation if Cast as an Aura -{variant:2}Flammability has no Reservation if Cast as an Aura -{variant:3}Frostbite has no Reservation if Cast as an Aura -{variant:4}Conductivity has no Reservation if Cast as an Aura -{variant:5}Despair has no Reservation if Cast as an Aura -Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy -]],[[ -Karui Ward -Jade Amulet -Variant: Pre 2.6.0 -Variant: Current -Requires Level 5 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_attribute}+(20-30) to Strength -{tags:attack}+100 to Accuracy Rating -{variant:2}30% increased Projectile Damage -{tags:speed}30% increased Projectile Speed -{tags:speed}10% increased Movement Speed -]],[[ -Replica Karui Ward -Jade Amulet -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 5 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:attack}+100 to Accuracy Rating -{tags:speed}10% increased Movement Speed -30% increased Area of Effect -30% increased Area Damage -]],[[ -Karui Charge -Jade Amulet -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Current -Requires Level 24 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_attribute}+(20-30) to Strength -{variant:1}{tags:attack,speed}(15-20)% increased Attack Speed -{variant:2}{tags:attack,speed}(5-10)% increased Attack Speed -{tags:attack}+100 to Accuracy Rating -{variant:2}30% increased Projectile Damage -{tags:speed}30% increased Projectile Speed -{tags:speed}10% increased Movement Speed -]],[[ -Leadership's Price -Onyx Amulet -League: Heist -Source: Drops from unique{Vic Vox} and unique{Vinny Vox} in normal{Contract: The Twins} -Requires Level 68 -Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{tags:jewellery_resistance}+(-3-3)% to maximum Fire Resistance -{tags:jewellery_resistance}+(-3-3)% to maximum Cold Resistance -{tags:jewellery_resistance}+(-3-3)% to maximum Lightning Resistance -You have Scorching Conflux, Brittle Conflux and Sapping Conflux while your two highest Attributes are equal -Cannot Ignite, Chill, Freeze or Shock -Corrupted -]],[[ -Maligaro's Cruelty -Turquoise Amulet -Requires Level 20 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -{tags:life}(4-8)% increased maximum Life -(25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by 5 or more Poisons -(12-15)% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons -{tags:chaos_damage}10% increased Damage with Poison per Frenzy Charge -{tags:chaos_damage}3% increased Poison Duration per Power Charge -]],[[ -The Jinxed Juju -Citrine Amulet -Variant: Pre 3.16.0 -Variant: Pre 3.20.0 -Variant: Current -Requires Level 48 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity -{tags:jewellery_attribute}+(30-40) to Intelligence -{tags:jewellery_resistance}+(23-31)% to Chaos Resistance -{variant:1}{tags:caster}(10-15)% increased Effect of your Curses -{variant:2}{tags:caster}(5-10)% increased Effect of your Curses -{variant:1,3}(10-15)% increased effect of Non-Curse Auras from your Skills -{variant:2}(5-10)% increased effect of Non-Curse Auras from your Skills -10% of Damage from Hits is taken from your Spectres' Life before you -(The damage they take will be divided evenly between them) -]],[[ -Marylene's Fallacy -Lapis Amulet -Variant: Pre 1.3.0 -Variant: Pre 2.0.0 -Variant: Pre 2.2.0 -Variant: Pre 2.6.0 -Variant: Current -Requires Level 40 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:attack}+(80-120) to Accuracy Rating -{variant:1,2,3}{tags:critical}+(140-160)% to Global Critical Strike Multiplier -{variant:4,5}{tags:critical}+(210-240)% to Global Critical Strike Multiplier -{tags:jewellery_defense}+(80-100) to Evasion Rating -(10-15)% increased Light Radius -{variant:1,2}Non-critical strikes deal 25% Damage -{variant:3,4}Non-critical strikes deal 40% Damage -{variant:1}{tags:critical}60% less Critical Strike Chance -{variant:2}{tags:critical}50% less Critical Strike Chance -{variant:3,4,5}{tags:critical}40% less Critical Strike Chance -{variant:1,2,3,4}Your Critical Strikes have Culling Strike -{variant:5}Critical Strikes have Culling Strike -]],[[ -Natural Hierarchy -Rotfeather Talisman -League: Talisman Standard, Talisman Hardcore -Talisman Tier: 3 -Requires Level 44 -Implicits: 1 -(25-35)% increased Damage -(10-15)% increased Global Physical Damage -(25-30)% increased Fire Damage -(20-25)% increased Cold Damage -(15-20)% increased Lightning Damage -(30-35)% increased Chaos Damage -Corrupted -]],[[ -Night's Hold -Black Maw Talisman -League: Talisman Standard, Talisman Hardcore -Talisman Tier: 1 -Requires Level 12 -Implicits: 1 -Has 1 Socket -+2 to Level of Socketed Gems -Socketed Gems are Supported by Level 10 Added Chaos Damage -Socketed Gems are Supported by Level 10 Blind -Socketed Gems are Supported by Level 10 Cast when Stunned -Corrupted -]],[[ -Perquil's Toe -Gold Amulet -Requires Level 29 -Implicits: 1 -(12-20)% increased Rarity of Items found -{tags:jewellery_attribute}+(40-50) to Dexterity -{tags:speed}(5-8)% increased Movement Speed -Lightning Damage from Enemies Hitting you is Lucky -Nearby Allies' Damage with Hits is Lucky -]],[[ -The Primordial Chain -Coral Amulet -League: Delve -Requires Level 34 -Implicits: 1 -{tags:life}Regenerate (2-4) Life per second -+3 to maximum number of Golems -You cannot have non-Golem Minions -25% reduced Golem Size -Golems Deal (35-45)% less Damage -{tags:life}Golems have (35-45)% less Life -{tags:speed}Golems have (80-100)% increased Movement Speed -Primordial -]],[[ -Rashkaldor's Patience -Jade Amulet -Variant: Pre 3.19.0 -Variant: Current -Requires Level 48 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:life}+(40-80) to maximum Life -{tags:mana}+(20-40) to maximum Mana -{variant:1}20% increased Duration of Elemental Ailments on Enemies -{variant:2}20% reduced Duration of Elemental Ailments on Enemies -{variant:1}Items and Gems have 10% reduced Attribute Requirements -{variant:2}Items and Gems have 10% increased Attribute Requirements -{variant:1}5% chance to Freeze, Shock and Ignite -{variant:2}Always Freeze, Shock and Ignite -{variant:1}Cannot gain Power Charges -]],[[ -Replica Dragonfang's Flight -Onyx Amulet -Variant: Pre 3.23.0 -Variant: Current -LevelReq: 56 -Implicits: 1 -{tags: jewellery_attribute}+(10-16) to all Attributes -{variant:1}{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}+(5-10)% to all Elemental Resistances -+3 to Level of all Spark Gems -{variant:1}(10-15)% increased Reservation Efficiency of Skills -{variant:2}(5-10)% increased Reservation Efficiency of Skills -{variant:1}Items and Gems have (10-15)% reduced Attribute Requirements -{variant:2}Items and Gems have (5-10)% reduced Attribute Requirements -]],[[ -Retaliation Charm -Citrine Amulet -Variant: Pre 3.19.0 -Variant: Current -Requires Level 30 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity -{variant:2}(10-20)% chance to Blind Enemies on Hit with Attacks -{variant:1}(25-40)% increased Damage with Hits and Ailments against Blinded Enemies -{variant:1}{tags:critical}(30-50)% increased Critical Strike Chance against Blinded Enemies -{variant:1}{tags:critical}(40-50)% chance to Blind Enemies on Critical Strike -Blind does not affect your Light Radius -Blind you inflict is Reflected to you -{variant:2}(10-20)% chance to gain a Frenzy Charge on Hit while Blinded -]],[[ -Rigwald's Curse -Wereclaw Talisman -League: Talisman Standard -Variant: Pre 2.2.0 -Variant: Current -Talisman Tier: 2 -Requires Level 28 -Implicits: 2 -{variant:1}+(16-24)% to Global Critical Strike Multiplier -{variant:2}+(24-36)% to Global Critical Strike Multiplier -+7% to Unarmed Melee Attack Critical Strike Chance -Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills -Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills -Modifiers to Claw Critical Strike Chance also apply to Unarmed Critical Strike Chance with Melee Skills -Corrupted -]],[[ -Sacrificial Heart -Paua Amulet -Variant: Pre 3.14.0 -Variant: Current -League: Incursion -Source: Drops from unique{The Vaal Omnitect} -Upgrade: Upgrades to unique{Zerphi's Heart} via currency{Vial of Sacrifice} -Requires Level 32 -Implicits: 1 -{tags:mana}(20-30)% increased Mana Regeneration Rate -{tags:jewellery_elemental}Adds (22-27) to (34-38) Fire Damage -{tags:jewellery_elemental}Adds (20-23) to (31-35) Cold Damage -{tags:jewellery_elemental}Adds (1-3) to (47-52) Lightning Damage -{variant:1}Gain a Power Charge when you use a Vaal Skill -{tags:life}Gain 10 Life per Enemy Hit if you have used a Vaal Skill Recently -{tags:speed}10% increased Movement Speed if you have used a Vaal Skill Recently -{variant:2}Gain up to maximum Power Charges when you use a Vaal Skill -]],[[ -Zerphi's Heart -Paua Amulet -League: Incursion -Source: Upgraded from unique{Sacrificial Heart} via currency{Vial of Sacrifice} -Variant: Pre 3.10.0 -Variant: Current -Requires Level 70 -Implicits: 1 -{tags:mana}(20-30)% increased Mana Regeneration Rate -{tags:chaos_damage}Adds (48-53) to (58-60) Chaos Damage -{tags:jewellery_attribute}Items and Gems have 50% increased Attribute Requirements -Chaos Damage can Ignite, Chill and Shock -{variant:1}Gain Soul Eater for 10 seconds when you use a Vaal Skill -{variant:2}Gain Soul Eater for 20 seconds when you use a Vaal Skill -]],[[ -Shaper's Seed -Agate Amulet -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 16 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Intelligence -{variant:1,2}{tags:mana}(30-50)% increased Mana Regeneration Rate -{variant:3}{tags:mana}(60-100)% increased Mana Regeneration Rate -{variant:1,2}{tags:life}Regenerate 2% of Life per second -{variant:3}{tags:life}Regenerate 4% of Life per second -{variant:1}{tags:life}Nearby Allies gain 1% of Life Regenerated per Second -{variant:2}{tags:life}Nearby Allies gain 2% of Life Regenerated per Second -{variant:3}{tags:life}Nearby Allies gain 4% of Life Regenerated per Second -{variant:1,2}{tags:mana}Nearby Allies gain 40% increased Mana Regeneration Rate -{variant:3}{tags:mana}Nearby Allies gain 80% increased Mana Regeneration Rate -]],[[ -Sidhebreath -Paua Amulet -Variant: Pre 3.0.0 -Variant: Pre 3.8.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 1 -{tags:mana}(20-30)% increased Mana Regeneration Rate -{tags:jewellery_resistance}+25% to Cold Resistance -{variant:1,2}{tags:mana,attack}0.2% of Physical Attack Damage Leeched as Mana -{tags:life}Minions have (10-15)% increased maximum Life -{variant:1,2,3}{tags:speed}Minions have (10-15)% increased Movement Speed -{variant:4}Minions convert 50% of Physical Damage to Cold Damage -{variant:3}{tags:jewellery_elemental}Minions deal (5-9) to (11-15) additional Cold Damage -{variant:4}{tags:jewellery_elemental}Minions deal (25-35) to (60-65) additional Cold Damage -{variant:1,2}Minions deal (10-15)% increased Damage -{variant:2,3}{tags:mana}(10-15)% reduced Mana Cost of Minion Skills -{variant:4}Minions deal no Non-Cold Damage -]],[[ -Solstice Vigil -Onyx Amulet -Shaper Item -Source: Drops from unique{The Shaper} -Variant: Pre 3.10.0 -Variant: Current -Requires Level 64 -Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{variant:1}(20-25)% increased Damage -{variant:2}(30-40)% increased Damage -{tags:life}+(50-70) to maximum Life -{variant:1}{tags:mana}Regenerate (2-3) Mana per second -{variant:2}{tags:mana}Regenerate (8-10) Mana per second -Temporal Chains has no Reservation if Cast as an Aura -Gain Shaper's Presence for 10 seconds when you kill a Rare or Unique Enemy -]],[[ -Star of Wraeclast -Ruby Amulet -Source: Vendor Recipe -Variant: Pre 2.6.0 -Variant: Pre 3.8.0 -Variant: Current -Requires Level 28 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{variant:3}Grants Level 10 Frostblink Skill -{tags:jewellery_elemental}(30-50)% increased Cold Damage -{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances -{variant:1}{tags:caster}30% increased Area of Effect of Hex Skills -{variant:2,3}{tags:caster}60% increased Area of Effect of Hex Skills -{tags:caster}You cannot be Cursed with Silence -{variant:1,2}Grants Level 20 Illusory Warp Skill -{variant:3}{tags:caster}Frostblink has 50% increased Duration -Corrupted -]],[[ -Stone of Lazhwar -Lapis Amulet -Variant: Pre 3.4.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 5 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence -{variant:1}+15% Chance to Block Spell Damage -{variant:2,3}+(12-15)% Chance to Block Spell Damage -{variant:1,2}{tags:caster,speed}(10-15)% increased Cast Speed -{variant:3}{tags:caster,speed}(15-20)% increased Cast Speed -{variant:1,2}{tags:mana}+(30-50) to maximum Mana -{variant:3}{tags:mana}+(40-70) to maximum Mana -]],[[ -Stranglegasp -Onyx Amulet -Source: Drops in Blight-ravaged Maps -Requires Level 52 -Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -Can have 3 additional Enchantment Modifiers -]],[[ -Tavukai -Coral Amulet -League: Legion -Variant: Pre 3.19.0 -Variant: Current -Requires Level 54 -Implicits: 1 -{tags:life}Regenerate (2-4) Life per second -{tags:jewellery_attribute}+(30-40) to Intelligence -{tags:jewellery_resistance}Minions have (-17-17)% to Chaos Resistance -Summon Raging Spirit has (20-30)% increased Duration -{variant:1}Summoned Raging Spirits deal (60-80)% increased Damage -{variant:2}Summoned Raging Spirits deal (25-40)% increased Damage -{variant:1}{tags:life}Summoned Raging Spirits have (80-100)% increased maximum Life -{variant:2}{tags:life}Summoned Raging Spirits have (25-40)% increased maximum Life -{tags:chaos_damage}Summoned Raging Spirits take 20% of their Maximum Life per second as Chaos Damage -]],[[ -Tainted Pact -Coral Amulet -Implicits: 1 -{tags:life}Regenerate (2-4) Life per second -{tags:jewellery_attribute}+(20-30) to Strength -{tags:attack,life}(2-3)% of Physical Attack Damage Leeched as Life -{tags:mana,attack}(1-1.5)% of Physical Attack Damage Leeched as Mana -Taking Chaos Damage over Time heals you instead while Leeching Life -]],[[ -Tear of Purity -Lapis Amulet -Variant: Pre 3.16.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 5 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence -Grants Level 10 Purity of Elements Skill -{variant:1,2}{tags:jewellery_attribute}+(5-10) to all Attributes -{variant:3}{tags:jewellery_attribute}+(10-20) to all Attributes -{tags:life}+(20-40) to maximum Life -{variant:1}5% chance to avoid Elemental Ailments -{variant:2}{tags:jewellery_resistance}+5% to all Elemental Resistances -{variant:3}{tags:jewellery_resistance}+(5-10)% to all Elemental Resistances -]],[[ -Ungil's Harmony -Turquoise Amulet -Variant: Pre 3.11.0 -Variant: Current -Requires Level 23 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -{variant:1}{tags:critical}100% increased Global Critical Strike Chance -{variant:2}{tags:critical}(250-350)% increased Global Critical Strike Chance -{tags:life}+(30-50) to maximum Life -{tags:mana}+(30-50) to maximum Mana -40% increased Stun and Block Recovery -Your Critical Strikes do not deal extra Damage -]],[[ -The Utmost -Gold Amulet -Source: Created from unique{Primordial Fragments} obtained from Uber bosses -Requires Level 8 -Implicits: 1 -(12–20)% increased Rarity of Items found -+(0–30)% chance to Suppress Spell Damage -{tags:jewellery_resistance}+(0–5)% to all maximum Elemental Resistances -{tags:caster,attack,speed}(0–40)% increased Attack and Cast Speed -{tags:jewellery_elemental}Damage Penetrates (0–20)% Elemental Resistances -Corrupted -]],[[ -Uul-Netol's Vow -Unset Amulet -Source: Drops from unique{Breachlord} in a normal{Flawless Breachstone} -Requires Level 72 -Implicits: 1 -Has 1 Socket -Socketed Support Gems can also Support Skills from your Body Armour -{tags:jewellery_resistance}+(-30-30)% to Fire Resistance -{tags:jewellery_resistance}+(-30-30)% to Cold Resistance -{tags:jewellery_resistance}+(-30-30)% to Lightning Resistance -{tags:jewellery_resistance}+(-23-23)% to Chaos Resistance -]],[[ -Victario's Acuity -Turquoise Amulet -League: Onslaught -Requires Level 16 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -{tags:jewellery_resistance}+(30-40)% to Lightning Resistance -{tags:jewellery_resistance}+(8-10)% to Chaos Resistance -10% chance to gain a Frenzy Charge on Kill -10% chance to gain a Power Charge on Kill -{tags:speed}5% increased Projectile Speed per Frenzy Charge -5% increased Projectile Damage per Power Charge -]],[[ -Voice of the Storm -Lapis Amulet -League: Breach -Source: Drops in Esh Breach or from unique{Esh, Forked Thought} -Upgrade: Upgrades to unique{Choir of the Storm} using currency{Blessing of Esh} -Variant: Pre 3.16.0 -Variant: Pre 3.21.0 -Variant: Current -Requires Level 69 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence -{variant:1,2}Trigger Level 12 Lightning Bolt when you deal a Critical Strike -{tags:jewellery_attribute}+(10-15) to all Attributes -{variant:3}{tags:jewellery_elemental}50% increased Lightning Damage -{tags:mana}(10-20)% increased maximum Mana -{variant:1}Critical Strike Chance is increased by Lightning Resistance -{variant:2}Critical Strike Chance is increased by Overcapped Lightning Resistance -{variant:3}Lightning Damage with Non-Critical Strikes is Lucky -]],[[ -Choir of the Storm -Lapis Amulet -League: Breach -Source: Upgraded from unique{Voice of the Storm} using currency{Blessing of Esh} -Variant: Pre 3.0.0 -Variant: Pre 3.16.0 -Variant: Pre 3.21.0 -Variant: Current -Requires Level 69 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence -{variant:1,2,3}Trigger Level 20 Lightning Bolt when you deal a Critical Strike -{variant:4}Trigger Level 30 Lightning Bolt when you deal a Critical Strike -{variant:1,2,3}{tags:jewellery_elemental}50% increased Lightning Damage -{tags:mana}(10-20)% increased maximum Mana -{variant:1,2}Critical Strike Chance is increased by Lightning Resistance -{variant:1,3,4}{tags:jewellery_resistance}-30% to Lightning Resistance -{variant:3,4}Critical Strike Chance is increased by Overcapped Lightning Resistance -]],[[ -Voll's Devotion -Agate Amulet -League: Anarchy, Onslaught -Requires Level 32 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Intelligence -{tags:life}+(30-40) to maximum Life -{tags:jewellery_defense}+(20-30) to maximum Energy Shield -{tags:jewellery_resistance}+(15-20)% to all Elemental Resistances -30% reduced Endurance Charge Duration -30% reduced Power Charge Duration -Gain an Endurance Charge when a Power Charge expires or is consumed -]],[[ -Warped Timepiece -Turquoise Amulet -Variant: Pre 3.11.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 50 -Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -{variant:1}{tags:attack,speed}(8-12)% increased Attack Speed -{variant:2}{tags:attack,speed}(10-15)% increased Attack Speed -{variant:3}{tags:attack,speed}(10-25)% increased Attack Speed -{variant:1}{tags:caster,speed}(8-12)% increased Cast Speed -{variant:2}{tags:caster,speed}(10-15)% increased Cast Speed -{variant:3}{tags:caster,speed}(10-25)% increased Cast Speed -{variant:1}{tags:speed}12% increased Movement Speed -{variant:2,3}{tags:speed}(10-15)% increased Movement Speed -{variant:1}(8-12)% reduced Skill Effect Duration -{variant:2}(10-15)% reduced Skill Effect Duration -{variant:3}(10-20)% reduced Skill Effect Duration -{variant:1,2}{tags:life,jewellery_defense}30% increased total Recovery per second from Life, Mana, or Energy Shield Leech -{variant:3}Debuffs on you Expire 100% Faster -]],[[ -Willowgift -Jade Amulet -Variant: Pre 3.16.0 -Variant: Current -Requires Level 52 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_attribute}10% reduced Strength -{tags:jewellery_attribute}15% increased Dexterity -{tags:jewellery_resistance}-(30-20)% to Fire Resistance -{tags:jewellery_resistance}+(30-40)% to Cold Resistance -You do not inherently take less Damage for having Fortification -{variant:2}+4% chance to Suppress Spell Damage per Fortification -{tags:caster,attack,speed}(15-25)% increased Attack and Cast Speed while at maximum Fortification -]],[[ -Winterheart -Gold Amulet -Variant: Pre 3.15.0 -Variant: Current -Requires Level 42 -Implicits: 1 -(12-20)% increased Rarity of Items found -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:life}+(50-70) to maximum Life -{tags:jewellery_resistance}+75% to Cold Resistance -Cannot be Chilled -{variant:1}{tags:life}Regenerate 20% of Life per second while Frozen -{variant:2}{tags:life}Regenerate 10% of Life per second while Frozen -]],[[ -Replica Winterheart -Gold Amulet -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 42 -Implicits: 1 -(12-20)% increased Rarity of Items found -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_defense}+(50-70) to maximum Energy Shield -{tags:jewellery_resistance}+75% to Lightning Resistance -{tags:jewellery_defense}Regenerate 5% of Energy Shield per second while Shocked -Unaffected by Shock -]],[[ -Xoph's Heart -Amber Amulet -Variant: Pre 3.21.0 -Variant: Current -League: Breach -Source: Drops in Xoph Breach or from unique{Xoph, Dark Embers} -Upgrade: Upgrades to unique{Xoph's Blood} using currency{Blessing of Xoph} -Requires Level 35 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Strength -{tags:jewellery_attribute}+(20-30) to Strength -{tags:jewellery_elemental}25% increased Fire Damage -{tags:life}+(25-35) to maximum Life -{tags:jewellery_resistance}+(20-40)% to Fire Resistance -{variant:1}Cover Enemies in Ash when they Hit you -{variant:2}Nearby Enemies are Covered in Ash -]],[[ -Xoph's Blood -Amber Amulet -League: Breach -Source: Upgraded from unique{Xoph's Heart} using currency{Blessing of Xoph} -Requires Level 64 -Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Strength -{tags:life}10% increased maximum Life -{tags:jewellery_resistance}+(20-40)% to Fire Resistance -{tags:jewellery_attribute}10% increased Strength -{tags:jewellery_elemental}Damage Penetrates 10% Fire Resistance -Cover Enemies in Ash when they Hit you -Avatar of Fire -]],[[ -Yoke of Suffering -Onyx Amulet -Variant: Pre 3.24.0 -Variant: Current -Requires Level 70 -Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{tags:jewellery_resistance}+(10-20)% to Fire Resistance -{tags:jewellery_resistance}+(10-20)% to Cold Resistance -{tags:jewellery_resistance}+(20-40)% to Lightning Resistance -30% reduced Duration of Ailments on Enemies -(5-10)% chance to Shock -{variant:1}Enemies take 5% increased Damage for each type of Ailment you have inflicted on them -{variant:2}Enemies take (5-10)% increased Damage for each type of Ailment you have inflicted on them -Your Elemental Damage can Shock -]],[[ -The Eternal Struggle -Onyx Amulet -Searing Exarch Item -Eater of Worlds Item -Source: Drops from unique{The Black Star} or unique{The Infinite Hunger} -Requires Level 61 -Implicits: 2 -9% increased Mana Reservation Efficiency of Skills -{tags:speed}6% increased Movement Speed -{tags:jewellery_attribute}+(20-50) to Strength -{tags:jewellery_attribute}+(20-50) to Dexterity -{tags:jewellery_attribute}+(20-50) to Intelligence -{tags:jewellery_defense}(10-15)% increased Global Defences -Critical Strikes inflict Malignant Madness if The Eater of Worlds is dominant -Kill Enemies that have 15% or lower Life on Hit if The Searing Exarch is dominant -]], + } diff --git a/src/Data/Uniques/axe.lua b/src/Data/Uniques/axe.lua index 2dbb859d7..53e3f006d 100644 --- a/src/Data/Uniques/axe.lua +++ b/src/Data/Uniques/axe.lua @@ -2,449 +2,7 @@ return { -- Weapon: One Handed Axe -[[ -Actum -Butcher Axe -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 0 -Has no Sockets -(200-250)% increased Physical Damage -You have no Intelligence -Critical Strike Chance is (20-30)% for Hits with this Weapon -]],[[ -Dreadarc -Cleaver -Implicits: 0 -Adds (5-15) to (20-25) Physical Damage -Adds (5-15) to (20-25) Fire Damage -(7-10)% increased Attack Speed -+(15-25)% to Fire Resistance -5% increased Movement Speed -Curse Enemies with Flammability on Hit -]],[[ -Dreadsurge -Cleaver -Source: No longer obtainable -LevelReq: 60 -Implicits: 0 -Adds (5-15) to (20-25) Physical Damage -Adds (223-250) to (264-280) Fire Damage -(7-10)% increased Attack Speed -+(15-25)% to Fire Resistance -5% increased Movement Speed -Hits ignore Enemy Monster Fire Resistance while you are Ignited -]],[[ -Dyadus -Infernal Axe -Variant: Pre 2.6.0 -Variant: Current -Implicits: 0 -{variant:1}Adds (170-190) to (200-220) Fire Damage in Main Hand -{variant:2}Adds (255-285) to (300-330) Fire Damage in Main Hand -{variant:1}Adds (170-190) to (200-220) Cold Damage in Off Hand -{variant:2}Adds (255-285) to (300-330) Cold Damage in Off Hand -(10-15)% increased Attack Speed -25% chance to Ignite when in Main Hand -{variant:1}100% increased Chill Duration on Enemies when in Off Hand -{variant:1}40% increased Damage with Ignite inflicted on Chilled Enemies -{variant:2}100% increased Damage with Ignite inflicted on Chilled Enemies -{variant:2}Chill Enemies for 1 second on Hit with this Weapon when in Off Hand -]],[[ -The Screaming Eagle -Jade Hatchet -Variant: Pre 2.0.0 -Variant: Current -Implicits: 0 -Socketed Gems are supported by Level 2 Chance to Flee -{variant:1}Adds (8-12) to (18-22) Physical Damage -{variant:2}Adds (10-15) to (25-30) Physical Damage -+(10-15) to maximum Life -Gain (5-7) Life per Enemy Killed -10% increased Movement Speed -]],[[ -The Gryphon -Jade Hatchet -Source: No longer obtainable -Variant: Pre 2.0.0 -Variant: Current -LevelReq: 32 -Implicits: 0 -Socketed Gems are supported by Level 2 Chance to Flee -(170-190)% increased Physical Damage -{variant:1}Adds (8-12) to (18-22) Physical Damage -{variant:2}Adds (10-15) to (25-30) Physical Damage -+(10-15) to maximum Life -Gain (5-7) Life per Enemy Killed -10% increased Movement Speed -15% increased Movement Speed if you've Killed Recently -]],[[ -Jack, the Axe -Vaal Hatchet -Variant: Pre 3.13.0 -Variant: Current -Implicits: 0 -{variant:2}Grants Level 20 Thirst for Blood Skill -{variant:1}(90-110)% increased Physical Damage -{variant:2}(130-150)% increased Physical Damage -Adds (11-14) to (18-23) Physical Damage -{variant:1}(10-15)% increased Attack Speed -{variant:1}2% of Physical Attack Damage Leeched as Life -{variant:1}50% reduced total Recovery per second from Life Leech -25% chance to cause Bleeding on Hit -{variant:2}+(25-35)% to Damage over Time Multiplier for Bleeding from Hits with this Weapon -]],[[ -Moonbender's Wing -Tomahawk -Variant: Pre 3.11.0 -Variant: Current -Implicits: 0 -{variant:1}Grants Level 1 Lightning Warp Skill -{variant:2}Trigger Level 15 Lightning Warp on Hit with this Weapon -{variant:1}(70-90)% increased Physical Damage -{variant:2}(30-50)% increased Physical Damage -{variant:1}Adds (5-9) to (13-17) Physical Damage -(30-50)% increased Critical Strike Chance -{variant:1}25% of Physical Damage Converted to Cold Damage -{variant:1}25% of Physical Damage Converted to Lightning Damage -{variant:2}Hits with this Weapon gain (75-100)% of Physical Damage as Extra Cold or Lightning Damage -]],[[ -Relentless Fury -Decorative Axe -Variant: Pre 2.6.0 -Variant: Current -Implicits: 0 -(60-80)% increased Physical Damage -Adds (3-5) to (7-10) Physical Damage -{variant:1}0.6% of Physical Attack Damage Leeched as Life -{variant:2}2% of Physical Attack Damage Leeched as Life -Culling Strike -You gain Onslaught for 3 seconds on Culling Strike -100% chance to Avoid being Chilled during Onslaught -]],[[ -Rigwald's Savagery -Royal Axe -League: Talisman Standard, Talisman Hardcore -Source: Drops from unique{Rigwald, the Wolven King} (Level 75+) -Variant: Pre 3.11.0 -Variant: Pre 3.25.0 -Variant: Current -Implicits: 0 -Adds (50-70) to (135-165) Physical Damage -40% increased Physical Attack Damage while Dual Wielding -(10-15)% increased Attack Speed -{variant:1}35% increased Attack Speed with Swords -{variant:1}25% chance to cause Bleeding on Hit -{variant:2}+25 to Maximum Rage while wielding a Sword -{variant:3}+10 to Maximum Rage while wielding a Sword -]],[[ -Soul Taker -Siege Axe -Variant: Pre 1.0.0 -Variant: Pre 3.20.0 -Variant: Current -Implicits: 0 -{variant:1}(160-200)% increased Physical Damage -{variant:2}(100-140)% increased Physical Damage -{variant:3}(140-180)% increased Physical Damage -{variant:1,2}Adds 10 to 20 Physical Damage -{variant:3}Adds 30 to 40 Physical Damage -(20-25)% increased Attack Speed -+(20-25)% to Cold Resistance -Insufficient Mana doesn't prevent your Melee Attacks -Your Physical Damage can Chill -]],[[ -Replica Soul Taker -Siege Axe -League: Heist -Source: No longer obtainable -Implicits: 0 -(100-140)% increased Physical Damage -Adds 10 to 20 Physical Damage -(60-80)% increased Critical Strike Chance -+(20-25)% to Cold Resistance -Your Physical Damage can Freeze -Eldritch Battery -]], + -- Weapon: Two Handed Axe -[[ -Atziri's Disfavour -Vaal Axe -Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} -Variant: Pre 3.11.0 -Variant: Pre 3.20.0 -Variant: Current -LevelReq: 75 -Implicits: 1 -{variant:2,3}25% chance to Maim on Hit -{variant:1,2}+2 to Level of Socketed Support Gems -{variant:3}+30% to Quality of Socketed Support Gems -{variant:1}Adds (220-235) to (270-290) Physical Damage -{variant:2}Adds (205-220) to (250-270) Physical Damage -{variant:3}Adds (310-330) to (370-390) Physical Damage -(12-16)% increased Attack Speed -25% chance to cause Bleeding on Hit -{variant:1,2}+2 to Weapon Range -{variant:3}+10 to Weapon Range -]],[[ -The Blood Reaper -Headsman Axe -Variant: Pre 3.0.0 -Variant: Pre 3.12.0 -Variant: Current -Implicits: 0 -{variant:1}(100-120)% increased Physical Damage -{variant:2,3}(180-200)% increased Physical Damage -+100 to maximum Life -{variant:1,2}Regenerate 10 Life per second -{variant:3}Regenerate 20 Life per second -1% of Physical Attack Damage Leeched as Life -50% increased Mana Cost of Skills -50% chance to cause Bleeding on Hit -]],[[ -Debeon's Dirge -Despot Axe -Implicits: 0 -Adds (310-350) to (460-500) Cold Damage -15% increased Movement Speed if you've used a Warcry Recently -150% increased Elemental Damage if you've used a Warcry Recently -Warcries Knock Back and Interrupt Enemies in a smaller Area -]],[[ -The Harvest -Jasper Chopper -League: Beyond -Implicits: 0 -(120-140)% increased Physical Damage -1.2% of Damage Leeched as Life on Critical Strike -3% increased Global Critical Strike Chance per Level -Gain a Flask Charge when you deal a Critical Strike -]],[[ -Replica Harvest -Jasper Chopper -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 0 -(120-140)% increased Physical Damage -1.2% of Damage Leeched as Life on Critical Strike -3% increased Global Critical Strike Chance per Level -Gain Elusive on Critical Strike -]],[[ -Hezmana's Bloodlust -Vaal Axe -Variant: Pre 3.11.0 -Variant: Current -Implicits: 1 -{variant:2}25% chance to Maim on Hit -{variant:1}(150-170)% increased Physical Damage -{variant:2}(100-125)% increased Physical Damage -Adds (7-10) to (15-25) Physical Damage -1% of Physical Attack Damage Leeched as Life -{variant:2}40% increased Attack Speed if you've taken a Savage Hit Recently -Attacks Cost Life instead of Mana -]],[[ -Kaom's Primacy -Karui Chopper -League: Legion -Variant: Pre 1.0.0 -Variant: Pre 3.7.0 -Variant: Pre 3.11.0 -Variant: Pre 3.25.0 -Variant: Current -Implicits: 0 -{variant:1}(120-150)% increased Physical Damage -{variant:2,3}(160-220)% increased Physical Damage -{variant:4,5}(100-140)% increased Physical Damage -{variant:1,2}Adds (16-21) to (32-38) Fire Damage -Gain 20 Life per Enemy Killed -+(150-250) to Accuracy Rating -Culling Strike -{variant:3,4}Gain 1 Rage on Critical Hit with attacks, no more than once every 0.5 seconds -{variant:5}Gain 5 Rage on Melee Hit -{variant:3,4,5}Every Rage also grants 1% of Physical Damage as Extra Fire Damage -]],[[ -Kingmaker -Despot Axe -Source: Vendor Recipe -Variant: Pre 2.6.0 -Variant: Pre 3.6.0 -Variant: Pre 3.11.0 -Variant: Pre 3.16.0 -Variant: Pre 3.20.0 -Variant: Current -Implicits: 0 -{variant:1,2}(200-250)% increased Physical Damage -{variant:3}(250-285)% increased Physical Damage -{variant:4}(170-200)% increased Physical Damage -{variant:5}(190-240)% increased Physical Damage -{variant:6}(300-360)% increased Physical Damage -(7-12)% increased Attack Speed -{variant:2,3,4,5,6}(30-40)% increased Critical Strike Chance -{variant:1}+(100-150) to maximum Mana -Nearby Allies have 30% increased Item Rarity -Nearby Allies have Culling Strike -{variant:2,3,4,5,6}Insufficient Mana doesn't prevent your Melee Attacks -{variant:3,4,5,6}Nearby Allies have +50% to Critical Strike Multiplier -{variant:3,4}Nearby Allies have +1 Fortification -{variant:5,6}Nearby Allies have +10 Fortification -]],[[ -Kitava's Feast -Void Axe -Variant: Pre 3.5.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 0 -Socketed Gems are supported by Level 30 Melee Splash -{variant:1}(250-300)% increased Physical Damage -{variant:2}(265-330)% increased Physical Damage -{variant:3}(200-240)% increased Physical Damage -1% of Physical Attack Damage Leeched as Life -1% of Physical Attack Damage Leeched as Mana -Recover 5% of Life on Kill -Enemies Killed by your Hits are destroyed -]],[[ -Limbsplit -Woodsplitter -Variant: Pre 3.11.0 -Variant: Current -Implicits: 0 -+1 to Level of Socketed Strength Gems -{variant:2}Trigger Level 1 Gore Shockwave on Melee Hit if you have at least 150 Strength -+(15-30) to Strength -(80-100)% increased Physical Damage -Adds 5 to 10 Physical Damage -Culling Strike -]],[[ -The Cauteriser -Woodsplitter -Source: No longer obtainable -Variant: Pre 3.11.0 -Variant: Current -LevelReq: 40 -Implicits: 0 -+1 to Level of Socketed Strength Gems -{variant:2}Trigger Level 5 Gore Shockwave on Melee Hit if you have at least 150 Strength -+(15-30) to Strength -(80-100)% increased Physical Damage -Adds (35-45) to (80-90) Physical Damage -Gain 70% of Physical Damage as Extra Fire Damage -Culling Strike -]],[[ -Ngamahu's Flame -Abyssal Axe -Variant: Pre 3.11.0 -Variant: Current -Implicits: 0 -20% chance to Trigger Level 16 Molten Burst on Melee Hit -{variant:1}(190-230)% increased Physical Damage -{variant:2}(170-190)% increased Physical Damage -(8-12)% increased Attack Speed -{variant:1}50% of Physical Damage Converted to Fire Damage -{variant:2}60% of Physical Damage Converted to Fire Damage -Damage Penetrates 20% Fire Resistance -]],[[ -Reaper's Pursuit -Shadow Axe -Implicits: 0 -(100-125)% increased Physical Damage -(30-40)% increased Rarity of Items found -Gain 10 Life per Enemy Killed -15% increased Movement Speed when on Full Life -Culling Strike -Hits can't be Evaded -]],[[ -Sinvicta's Mettle -Ezomyte Axe -Variant: Pre 3.11.0 -Variant: Current -Implicits: 0 -{variant:1}(200-212)% increased Physical Damage -{variant:2}(140-152)% increased Physical Damage -(8-12)% increased Attack Speed -2% increased Area of Effect per 25 Rampage Kills -Gain a Frenzy Charge on every 50th Rampage Kill -Rampage -]],[[ -Uul-Netol's Kiss -{variant:1}Labrys -{variant:2}Vaal Axe -Variant: Pre 3.21.0 -Variant: Current -League: Breach -Source: Drops in Uul-Netol Breach or from unique{Uul-Netol, Unburdened Flesh} -Upgrade: Upgrades to unique{Uul-Netol's Embrace} using currency{Blessing of Uul-Netol} -Implicits: 1 -{variant:2}25% chance to Maim on Hit -{variant:1}(140-170)% increased Physical Damage -{variant:2}(230-270)% increased Physical Damage -15% reduced Attack Speed -{variant:1}25% chance to Curse Enemies with Vulnerability on Hit -{variant:2}Curse Enemies with Vulnerability on Hit -{variant:1}Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies -{variant:2}Exerted Attacks deal 200% increased Damage -{variant:2}Exerted Attacks Knock Enemies Back on Hit -]],[[ -Uul-Netol's Embrace -Vaal Axe -League: Breach -Source: Upgraded from unique{Uul-Netol's Kiss} using currency{Blessing of Uul-Netol} -Variant: Pre 3.11.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 1 -{variant:2,3}25% chance to Maim on Hit -Trigger Level 20 Bone Nova when you Hit a Bleeding Enemy -(280-320)% increased Physical Damage -(30-25)% reduced Attack Speed -{variant:1,2}Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies -{variant:3}Attacks have 25% chance to inflict Bleeding -]],[[ -Wideswing -Poleaxe -Variant: Pre 3.7.0 -Variant: Current -Implicits: 0 -Socketed Gems are Supported by Level 20 Increased Area of Effect -+10 to Strength -(120-160)% increased Physical Damage -Gain 10 Mana per Enemy Killed -{variant:1}+(50-80) to Accuracy Rating -{variant:2}+(120-150) to Accuracy Rating -+2 to Weapon Range -]],[[ -Replica Wings of Entropy -Ezomyte Axe -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 0 -(7-10)% Chance to Block Spell Damage -+(8-12)% Chance to Block Attack Damage while Dual Wielding -(60-80)% increased Physical Damage -Counts as Dual Wielding -+(8-10)% to Off Hand Critical Strike Chance -(50-70)% more Main Hand attack speed -]],[[ -Wings of Entropy -{variant:1,2,3,4}Sundering Axe -{variant:5}Ezomyte Axe -Variant: Pre 1.3.0 -Variant: Pre 2.0.0 -Variant: Pre 3.4.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 0 -{variant:1,2,3}7% Chance to Block Spell Damage -{variant:4}(6-7)% Chance to Block Spell Damage -{variant:5}(7-10)% Chance to Block Spell Damage -{variant:1}+10% Chance to Block Attack Damage while Dual Wielding -{variant:2,3,4}+8% Chance to Block Attack Damage while Dual Wielding -{variant:5}+(8-12)% Chance to Block Attack Damage while Dual Wielding -{variant:1,2}(80-120)% increased Physical Damage -{variant:3,4}(100-120)% increased Physical Damage -{variant:5}(60-80)% increased Physical Damage -{variant:1,2,3,4}Adds (55-65) to (100-120) Fire Damage in Main Hand -{variant:5}Adds (75-100) to (165-200) Fire Damage in Main Hand -{variant:1,2,3,4}Adds (55-65) to (100-120) Chaos Damage in Off Hand -{variant:5}Adds (75-100) to (165-200) Chaos Damage in Off Hand -Counts as Dual Wielding -]], + } diff --git a/src/Data/Uniques/belt.lua b/src/Data/Uniques/belt.lua index 91e3abd66..031ae5272 100644 --- a/src/Data/Uniques/belt.lua +++ b/src/Data/Uniques/belt.lua @@ -2,932 +2,5 @@ return { -- Belt -[[ -Arn's Anguish -Cloth Belt -Variant: Pre 3.17.0 -Variant: Current -League: Ritual -Source: Drops from unique{The Maven} -LevelReq: 68 -Implicits: 1 -(15-25)% increased Stun and Block Recovery -{tags:jewellery_defense}+(600-700) to Armour -{tags:life}(12-15)% increased maximum Life -{tags:jewellery_resistance}+(40-60)% to Fire Resistance -{variant:2}+1 to Maximum Endurance Charges -Modifiers to Minimum Endurance Charges instead apply to Minimum Brutal Charges -Maximum Brutal Charges is equal to Maximum Endurance Charges -Gain Brutal Charges instead of Endurance Charges -]],[[ -Ascent From Flesh -Chain Belt -Variant: Pre 2.6.0 -Variant: Pre 3.16.0 -Variant: Current -LevelReq: 44 -Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:jewellery_defense}+300 to Evasion Rating -{variant:1}{tags:jewellery_defense}+(35-45) to maximum Energy Shield -{variant:2,3}{tags:jewellery_defense}+(75-80) to maximum Energy Shield -{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances -You have Phasing if Energy Shield Recharge has started Recently -{variant:1,2}6% increased Evasion while Phasing -{variant:3}30% increased Evasion while Phasing -{tags:speed}10% increased Movement Speed while Phasing -]],[[ -Auxium -{variant:1,2}Chain Belt -{variant:3,4}Crystal Belt -Variant: Pre 1.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.5.0 -Variant: Current -{variant:1,2}LevelReq: 70 -Implicits: 2 -{variant:1,2}{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{variant:3,4}{tags:jewellery_defense}+(60-80) to maximum Energy Shield -{tags:jewellery_defense}+(60-70) to maximum Energy Shield -{tags:mana}+(45-55) to maximum Mana -{variant:1}{tags:attack,mana}0.2% of Physical Attack Damage Leeched as Mana per Power Charge -{variant:2,3}Chill Effect and Freeze Duration on you are based on 65% of Energy Shield -{variant:4}Chill Effect and Freeze Duration on you are based on 100% of Energy Shield -{variant:1}{tags:attack,jewellery_elemental}(20-30)% increased Elemental Damage with Attack Skills -{variant:2,3}{tags:attack,jewellery_elemental}(10-20)% increased Elemental Damage with Attack Skills -{variant:4}{tags:attack,jewellery_elemental}(20-25)% increased Elemental Damage with Attack Skills per Power Charge -{variant:2,3,4}{tags:attack,mana}0.2% of Attack Damage Leeched as Mana per Power Charge -]],[[ -The Burden of Truth -Crystal Belt -Source: Drops from unique{Sirus, Awakener of Worlds} -LevelReq: 79 -Implicits: 1 -{tags:jewellery_defense}+(60-80) to maximum Energy Shield -{tags:life}(30-40)% increased Life Recovery from Flasks -33% of Chaos Damage taken does not bypass Energy Shield -33% of Non-Chaos Damage taken bypasses Energy Shield -{tags:jewellery_defense}Gain (5-10)% of Maximum Life as Extra Maximum Energy Shield -Supreme Decadence -]],[[ -Bated Breath -Chain Belt -Variant: Pre 2.6.0 -Variant: Current -LevelReq: 22 -Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:jewellery_attribute}+(15-25) to Intelligence -10% increased Damage -{tags:jewellery_defense}+(20-30) to maximum Energy Shield -{variant:2}{tags:jewellery_defense}20% increased maximum Energy Shield -{tags:jewellery_defense}50% increased Energy Shield Recharge Rate -]],[[ -Replica Bated Breath -Chain Belt -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -LevelReq: 22 -Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:jewellery_attribute}+(15-25) to Intelligence -10% increased Damage -50% increased Fishing Pool Consumption -20% increased Fishing Range -(20-30)% increased Rarity of Fish Caught -]],[[ -Bear's Girdle -Leather Belt -Variant: Pre 3.25.0 -Variant: Current -League: Harvest -Source: Drops from unique{Ersi, Mother of Thorns} in normal{The Sacred Grove} -LevelReq: 68 -Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:attack,physical_damage}Adds (5-7) to (11-12) Physical Damage to Attacks -(20-30)% increased Stun Duration on Enemies -Nearby Enemies are Crushed while you have at least 25 Rage -{variant:1}{tags:physical_damage}(4-6)% increased Physical Damage per 10 Rage -{variant:1}+20 to Maximum Rage -{variant:2}+10 to Maximum Rage -]],[[ -Belt of the Deceiver -Heavy Belt -Variant: Pre 2.6.0 -Variant: Current -LevelReq: 20 -Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{variant:1}10% reduced Chance to Block Attack and Spell Damage -{tags:physical_damage}(15-25)% increased Global Physical Damage -{tags:critical}You take 30% reduced Extra Damage from Critical Strikes -{tags:life}+(30-40) to maximum Life -{variant:1}{tags:jewellery_resistance}+(6-10)% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances -{variant:2}Nearby Enemies are Intimidated -]],[[ -Bisco's Leash -Heavy Belt -Variant: Pre 3.25.0 -Variant: Current -LevelReq: 30 -Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{variant:1}5% increased Quantity of Items found -{variant:2}{tags:jewellery_attribute}+(10-15) to all Attributes -{tags:jewellery_resistance}+(20-40)% to Cold Resistance -1% increased Rarity of Items found per 15 Rampage Kills -Rampage -]],[[ -Bound Fate -Cloth Belt -LevelReq: 16 -Implicits: 1 -(15-25)% increased Stun and Block Recovery -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:life}+(60-80) to Maximum Life -Every 5 seconds, gain one of the following for 5 seconds: -Your Hits are always Critical Strikes -Hits against you are always Critical Strikes -Attacks cannot Hit you -Attacks against you always Hit -Your Damage with Hits is Lucky -Damage of Hits against you is Lucky -]],[[ -Chains of Emancipation -Chain Belt -League: Heist -Source: Drops from unique{Friedrich Tarollo, Slave Merchant} in normal{Contract: The Slaver King} -LevelReq: 61 -Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:life}+(60-80) to maximum Life -{tags:jewellery_resistance}+(17-23)% to Chaos Resistance -Enemy Hits inflict Temporal Chains on you -When you lose Temporal Chains you gain maximum Rage -Immune to Curses while you have at least 25 Rage -]],[[ -Coward's Chains -Chain Belt -Variant: Pre 3.14.0 -Variant: Current -League: Incursion -Source: Opening normal{Experimental Chest} in normal{Hybridisation Chamber} -Upgrade: Upgrades to unique{Coward's Legacy} via currency{Vial of Consequence} -LevelReq: 22 -Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{variant:1}(20-25)% increased Damage -{variant:1}{tags:jewellery_attribute}+(10-15) to all Attributes -{variant:2}{tags:jewellery_attribute}+(15-20) to all Attributes -{tags:speed}(5-10)% increased Movement Speed -Damage from Enemies Hitting you is Unlucky while you are Cursed with Vulnerability -{variant:2}{tags:life}You count as on Full Life while you are Cursed with Vulnerability -{tags:caster}You are cursed with Vulnerability -]],[[ -Coward's Legacy -Chain Belt -League: Incursion -Source: Upgraded from unique{Coward's Chains} via currency{Vial of Consequence} -LevelReq: 52 -Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:jewellery_attribute}+(15-20) to all Attributes -{tags:speed}(5-10)% increased Movement Speed -{tags:caster}50% increased Effect of Curses on you -{tags:life}You count as on Low Life while you are Cursed with Vulnerability -{tags:caster}You are Cursed with Vulnerability -]],[[ -Cyclopean Coil -Leather Belt -Elder Item -Source: Drops from unique{The Elder} -LevelReq: 68 -Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:life}+(60-80) to maximum Life -{tags:jewellery_attribute}(5-15)% increased Attributes -Cannot be Frozen if Dexterity is higher than Intelligence -Cannot be Ignited if Strength is higher than Dexterity -Cannot be Shocked if Intelligence is higher than Strength -1% increased Damage per 5 of your lowest Attribute -]],[[ -Darkness Enthroned -Stygian Vise -League: Abyss -Source: Drops from unique{Amanamu, Liege of the Lightless} or unique{Ulaman, Sovereign of the Well} -Variant: Pre 3.11.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 1 -Has 1 Abyssal Socket -Has 1 Abyssal Socket -{variant:1}50% increased Effect of Socketed Abyss Jewels -{variant:2}75% increased Effect of Socketed Abyss Jewels -{variant:3}(50-100)% increased Effect of Socketed Abyss Jewels -]],[[ -Doryani's Invitation -Heavy Belt -Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Apex of Sacrifice} -Variant: Pre 3.11.0 (Physical) -Variant: Pre 3.11.0 (Fire) -Variant: Pre 3.11.0 (Cold) -Variant: Pre 3.11.0 (Lightning) -Variant: Current (Physical) -Variant: Current (Fire) -Variant: Current (Cold) -Variant: Current (Lightning) -LevelReq: 68 -Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{variant:1,5}{tags:physical_damage}(20-30)% increased Global Physical Damage -{variant:2,6}{tags:jewellery_elemental}(20-30)% increased Fire Damage -{variant:3,7}{tags:jewellery_elemental}(20-30)% increased Cold Damage -{variant:4,8}{tags:jewellery_elemental}(20-30)% increased Lightning Damage -{variant:2,3,4,6,7,8}{tags:jewellery_defense}+(300-350) to Armour -{variant:1,3,4,5,7,8}{tags:jewellery_resistance}+(30-35)% to Fire Resistance -{variant:1,2,4,5,6,8}{tags:jewellery_resistance}+(30-35)% to Cold Resistance -{variant:1,2,3,5,6,7}{tags:jewellery_resistance}+(30-35)% to Lightning Resistance -{variant:1}{tags:life}0.2% of Physical Damage Leeched as Life -{variant:5}{tags:life}0.6% of Physical Damage Leeched as Life -{variant:2}{tags:life}0.2% of Fire Damage Leeched as Life -{variant:6}{tags:life}0.6% of Fire Damage Leeched as Life -{variant:3}{tags:life}0.2% of Cold Damage Leeched as Life -{variant:7}{tags:life}0.6% of Cold Damage Leeched as Life -{variant:4}{tags:life}0.2% of Lightning Damage Leeched as Life -{variant:8}{tags:life}0.6% of Lightning Damage Leeched as Life -{variant:1,5}25% reduced Enemy Stun Threshold during any Flask Effect -{variant:2}10% chance to Ignite during any Flask Effect -{variant:6}(20-30)% chance to Ignite during any Flask Effect -{variant:3}10% chance to Freeze during any Flask Effect -{variant:7}(20-30)% chance to Freeze during any Flask Effect -{variant:4}10% chance to Shock during any Flask Effect -{variant:8}(20-30)% chance to Shock during any Flask Effect -]],[[ -The Druggery -Cloth Belt -League: Heist -LevelReq: 48 -Implicits: 1 -(15-25)% increased Stun and Block Recovery -{tags:jewellery_attribute}+(20-30) to all Attributes -(15-25)% increased Flask Charges gained -(10-20)% increased Flask Charges used -(10-20)% increased Flask Effect Duration -Life Flasks gain 1 Charge every 3 seconds -100% of Life Recovery from Flasks is applied to nearby Allies instead of You -]],[[ -Dyadian Dawn -Heavy Belt -Variant: Pre 2.6.0 -Variant: Current -LevelReq: 52 -Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:life}+(70-85) to maximum Life -{tags:jewellery_resistance}+(20-40)% to Fire Resistance -{tags:jewellery_resistance}+(20-40)% to Cold Resistance -{variant:1}{tags:attack,life}0.6% of Attack Damage Leeched as Life against Chilled enemies -{variant:2}{tags:attack,life}1% of Attack Damage Leeched as Life against Chilled enemies -{variant:1}{tags:jewellery_elemental,attack}Ignites you inflict with Attacks deal Damage 20% faster -{variant:2}{tags:jewellery_elemental,attack}Ignites you inflict with Attacks deal Damage 35% faster -Deal no Physical Damage -]],[[ -Faminebind -Rustic Sash -League: Talisman Standard, Talisman Hardcore -LevelReq: 18 -Implicits: 1 -{tags:physical_damage}(12-24)% increased Global Physical Damage -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -20% increased Projectile Damage -30% reduced Flask Charges gained -60% increased Flask Effect Duration -Deals 50 Chaos Damage per second to nearby Enemies -]],[[ -Feastbind -Rustic Sash -League: Talisman Standard, Talisman Hardcore -LevelReq: 11 -Implicits: 1 -{tags:physical_damage}(12-24)% increased Global Physical Damage -{tags:attack,physical_damage}Adds 5 to 10 Physical Damage to Attacks -{tags:life}+(20-40) to maximum Life -{tags:attack,life}0.2% of Physical Attack Damage Leeched as Life -50% increased Flask Charges gained during any Flask Effect -{tags:mana}50% increased Mana Regeneration Rate during any Flask Effect -]],[[ -The Flow Untethered -Cloth Belt -Variant: Pre 3.16.0 -Variant: Current -League: Harbinger -Source: Created from item parts obtained from Boss in The Beachhead -Upgrade: Upgrades to unique{The Torrent's Reclamation} via currency{Time-light Scroll} -LevelReq: 60 -Implicits: 1 -(15-25)% increased Stun and Block Recovery -Grants Summon Harbinger of Time Skill -{variant:1}{tags:jewellery_defense}(15-20)% increased Energy Shield Recovery rate -{variant:2}{tags:jewellery_defense}(10-15)% increased Energy Shield Recovery rate -{variant:1}{tags:life}(15-20)% increased Life Recovery rate -{variant:2}{tags:life}(10-15)% increased Life Recovery rate -{tags:caster,attack,speed}(10-15)% increased Attack and Cast Speed -(15-20)% increased Cooldown Recovery Rate -Debuffs on you expire (15-20)% faster -]],[[ -The Torrent's Reclamation -Cloth Belt -League: Harvest -Source: Upgraded from unique{The Flow Untethered} via currency{Time-light Scroll} -LevelReq: 60 -Implicits: 1 -(15-25)% increased Stun and Block Recovery -Grants Summon Greater Harbinger of Time Skill -{tags:jewellery_defense}(15-20)% increased Energy Shield Recovery rate -{tags:life}(15-20)% increased Life Recovery rate -{tags:caster,attack,speed}(10-15)% increased Attack and Cast Speed -(15-20)% increased Cooldown Recovery Rate -Debuffs on you expire (15-20)% faster -]],[[ -Gluttony -Leather Belt -Variant: Pre 3.12.0 -Variant: Current -LevelReq: 48 -Implicits: 1 -{tags:life}+(25-40) to maximum Life -{variant:1}Trigger Level 30 Poacher's Mark when you Hit a Rare or Unique Enemy -{tags:life}+(60-80) to maximum Life -{variant:1}Culling Strike against Enemies Cursed with Poacher's Mark -{variant:2}You have Culling Strike against Cursed Enemies -{variant:2}{tags:life}Gain (20-28) Life per Cursed Enemy Hit with Attacks -{variant:2}{tags:mana}Gain (10-14) Mana per Cursed Enemy Hit with Attacks -{tags:physical_damage}Take (100-200) Physical Damage when you use a Movement Skill -You have no Armour or Maximum Energy Shield -]],[[ -Graven's Secret -Cloth Belt -Variant: Pre 3.17.0 -Variant: Current -League: Ritual -Source: Drops from unique{The Maven} -LevelReq: 68 -Implicits: 1 -(15-25)% increased Stun and Block Recovery -{tags:jewellery_defense}+(60-70) to Energy Shield -{tags:mana}(16-20)% increased maximum Mana -{tags:jewellery_resistance}+(40-60)% to Lightning Resistance -{variant:2}+1 to Maximum Power Charges -Modifiers to Minimum Power Charges instead apply to Minimum Absorption Charges -Maximum Absorption Charges is equal to Maximum Power Charges -Gain Absorption Charges instead of Power Charges -]],[[ -Headhunter -Leather Belt -League: Nemesis -LevelReq: 40 -Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_attribute}+(40-55) to Strength -{tags:jewellery_attribute}+(40-55) to Dexterity -{tags:life}+(50-60) to maximum Life -(20-30)% increased Damage with Hits against Rare monsters -When you Kill a Rare monster, you gain its Modifiers for 60 seconds -]],[[ -Replica Headhunter -Leather Belt -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -LevelReq: 40 -Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_attribute}+(40-55) to Strength -{tags:jewellery_attribute}+(40-55) to Dexterity -{tags:life}+(50-60) to maximum Life -(20-30)% increased Damage with Hits against Magic monsters -20% chance when you Kill a Magic Monster to gain its Modifiers for 60 seconds -]],[[ -Hyperboreus -Leather Belt -League: Betrayal -Source: Drops from unique{Transportation Leaders} in normal{Safehouses} -Variant: Pre 3.11.0 (Life Regen) -Variant: Pre 3.11.0 (Fire and Chaos Resistances) -Variant: Pre 3.11.0 (Cold and Chaos Resistances) -Variant: Pre 3.11.0 (Light and Chaos Resistances) -Variant: Pre 3.11.0 (Strength and Dexterity) -Variant: Pre 3.11.0 (Dexterity and Intelligence) -Variant: Pre 3.11.0 (Strength and Intelligence) -Variant: Pre 3.11.0 (Trap Throwing Speed) -Variant: Pre 3.11.0 (Energy Shield Regen) -Variant: Pre 3.11.0 (Lucky Crit Chance while Focused) -Variant: Fire and Chaos Resistances (Current) -Variant: Cold and Chaos Resistances (Current) -Variant: Lightning and Chaos Resistances (Current) -Variant: Strength and Dexterity (Current) -Variant: Dexterity and Intelligence (Current) -Variant: Strength and Intelligence (Current) -Variant: Trap Throwing Speed (Current) -Variant: Energy Shield Regen (Current) -Variant: Lucky Crit Chance while Focused (Current) -LevelReq: 60 -Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_resistance}+(30-40)% to Cold Resistance -Chill nearby Enemies when you Focus, causing 30% reduced Action Speed -{variant:1,2,3,4,5,6,7,8,9,10}Focus has (15-25)% increased Cooldown Recovery Rate -{variant:11,12,13,14,15,16,17,18,19}Focus has (30-50)% increased Cooldown Recovery Rate -(50-70)% increased Damage with Hits and Ailments against Chilled Enemies -{variant:1}{crafted}{tags:life}Regenerate 2% of Life per second during any Flask Effect -{variant:2}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Fire and Chaos Resistances -{variant:3}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Cold and Chaos Resistances -{variant:4}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Lightning and Chaos Resistances -{variant:5}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Dexterity -{variant:6}{crafted}{tags:jewellery_attribute}+(6-17) to Dexterity and Intelligence -{variant:7}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Intelligence -{variant:8}{crafted}(7-12)% increased Trap Throwing Speed -{variant:9}{crafted}{tags:jewellery_defense}Regenerate 120 Energy Shield per second while a Rare or Unique Enemy is Nearby -{variant:10,19}{crafted}Your Critical Strike Chance is Lucky while Focused -{variant:11}{crafted}{tags:chaos,jewellery_resistance}+(16-20)% to Fire and Chaos Resistances -{variant:12}{crafted}{tags:chaos,jewellery_resistance}+(16-20)% to Cold and Chaos Resistances -{variant:13}{crafted}{tags:chaos,jewellery_resistance}+(16-20)% to Lightning and Chaos Resistances -{variant:14}{crafted}{tags:jewellery_attribute}+(31-35) to Strength and Dexterity -{variant:15}{crafted}{tags:jewellery_attribute}+(31-35) to Dexterity and Intelligence -{variant:16}{crafted}{tags:jewellery_attribute}+(31-35) to Strength and Intelligence -{variant:17}{crafted}(14-16)% increased Trap Throwing Speed -{variant:18}{crafted}{tags:jewellery_defense}Regenerate 200 Energy Shield per second while a Rare or Unique Enemy is Nearby -{variant:19}{crafted}Focus has (5-8)% increased Cooldown Recovery Rate -]],[[ -Immortal Flesh -Leather Belt -Variant: Pre 1.3.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -LevelReq: 50 -Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:life}+(75-100) to maximum Life -{variant:1,2,3}{tags:life}Regenerate (66.7-75) Life per second -{variant:4}{tags:life}Regenerate (200-350) Life per second -{tags:mana}Regenerate (8-10) Mana per second -{variant:1}{tags:jewellery_resistance}-40% to all Elemental Resistances -{variant:3,4}{tags:jewellery_resistance}-(15-25)% to all Elemental Resistances -{variant:1}{tags:jewellery_resistance}-10% to all maximum Resistances -{variant:2}{tags:jewellery_resistance}-5% to all maximum Resistances -{tags:physical_damage}-(50-40) Physical Damage taken from Attack Hits -{tags:jewellery_defense}40% increased Armour while not Ignited, Frozen or Shocked -]],[[ -Kaom's Binding -Heavy Belt -LevelReq: 56 -Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:jewellery_attribute}+(30-40) to Strength -{tags:jewellery_defense}+(300-500) to Armour -Take no Burning Damage if you've stopped taking Burning Damage Recently -Nearby Enemies Convert 25% of their Physical Damage to Fire -]],[[ -Leash of Oblation -Leather Belt -LevelReq: 49 -Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_attribute}+(15-20) to all Attributes -{tags:life}+(50-70) to maximum Life -You can have an Offering of each type -Offering Skills have 50% reduced Duration -]],[[ -The Magnate -Studded Belt -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -LevelReq: 16 -Implicits: 1 -(20-30)% increased Stun Duration on Enemies -{tags:jewellery_attribute}+(40-50) to Strength -{variant:1,2}{tags:physical_damage}(25-40)% increased Global Physical Damage -{variant:3}{tags:jewellery_resistance}+(20-25)% to all Elemental Resistances -50% increased Flask Charges gained -{variant:2}{tags:jewellery_resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength -{variant:3}10% chance to deal Double Damage while you have at least 200 Strength -{variant:3}5% chance to deal Triple Damage while you have at least 400 Strength -]],[[ -The Nomad -Studded Belt -Source: No longer obtainable -LevelReq: 48 -Implicits: 1 -(20-30)% increased Stun Duration on Enemies -{tags:jewellery_attribute}+(40-50) to Strength -{tags:jewellery_attribute}+(40-50) to Dexterity -{tags:physical_damage}(25-40)% increased Global Physical Damage -50% increased Flask Charges gained -{tags:jewellery_resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength -{tags:attack}(40-50)% increased Projectile Attack Damage while you have at least 200 Dexterity -]],[[ -The Tactician -Studded Belt -Source: No longer obtainable -LevelReq: 48 -Implicits: 1 -(20-30)% increased Stun Duration on Enemies -{tags:jewellery_attribute}+(40-50) to Strength -{tags:jewellery_attribute}+(40-50) to Intelligence -{tags:physical_damage}(25-40)% increased Global Physical Damage -50% increased Flask Charges gained -{tags:jewellery_resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength -{tags:critical}(50-60)% increased Critical Strike Chance while you have at least 200 Intelligence -]],[[ -Mageblood -Heavy Belt -LevelReq: 44 -Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:jewellery_attribute}+(30-50) to Dexterity -{tags:jewellery_resistance}+(15-25)% to Fire Resistance -{tags:jewellery_resistance}+(15-25)% to Cold Resistance -Magic Utility Flask cannot be Used -Leftmost (2-4) Magic Utility Flasks constantly apply their Flask Effects to you -Magic Utility Flask Effects cannot be removed -]],[[ -Maligaro's Restraint -Chain Belt -LevelReq: 44 -Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:jewellery_elemental,attack}Adds 1 to (30-50) Lightning Damage to Attacks -100% increased Shock Duration on you -Shocks you cause are reflected back to you -60% increased Damage while Shocked -{tags:speed}15% increased Movement Speed while Shocked -]],[[ -Meginord's Girdle -Heavy Belt -Variant: Pre 2.0.0 -Variant: Current -Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:jewellery_attribute}+25 to Strength -{variant:1}{tags:attack,physical_damage}Adds 10 to 20 Physical Damage to Attacks -{variant:2}{tags:attack,physical_damage}Adds 5 to 15 Physical Damage to Attacks -{tags:life}10% increased maximum Life -{tags:jewellery_resistance}+(10-20)% to Cold Resistance -{tags:life}25% increased Flask Life Recovery rate -]],[[ -Mother's Embrace -Heavy Belt -LevelReq: 40 -Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:life}+(50-70) to maximum Life -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -Your Minions use your Flasks when summoned -Minions have (40-25)% reduced Flask Charges used -Minions have (50-80)% increased Flask Effect Duration -]],[[ -Nevalius Inheritance -Cloth Belt -League: Necropolis -Requires Level 16 -+(20-30) to Dexterity -150% Increased Flask Effect Duration -Flasks applied to you have 60% Reduced Effect -2% Reduced Flask Effect Duration per Level -Flasks applied to you have 1% Increased Effect per Level -]],[[ -Olesya's Delight -Cloth Belt -Variant: Pre 3.17.0 -Variant: Current -League: Ritual -Source: Drops from unique{The Maven} -LevelReq: 68 -Implicits: 1 -(15-25)% increased Stun and Block Recovery -{tags:jewellery_defense}+(600-700) to Evasion Rating -{tags:jewellery_resistance}+(40-60)% to Cold Resistance -{tags:speed}(8-12)% increased Movement Speed -{variant:2}+1 to Maximum Frenzy Charges -Modifiers to Minimum Frenzy Charges instead apply to Minimum Affliction Charges -Maximum Affliction Charges is equal to Maximum Frenzy Charges -Gain Affliction Charges instead of Frenzy Charges -]],[[ -Perandus Blazon -Cloth Belt -Variant: Pre 1.1.0 -Variant: Pre 3.25.0 -Variant: Current -Implicits: 1 -(15-25)% increased Stun and Block Recovery -{tags:jewellery_attribute}+(20-30) to all Attributes -{variant:1}(8-12)% increased Quantity of Items found -{variant:2}(6-8)% increased Quantity of Items found -{variant:3}(10-12)% increased Rarity of Items found -{tags:jewellery_resistance}+20% to Fire Resistance -20% increased Flask Effect Duration -{tags:physical_damage}-2 Physical Damage taken from Attack Hits -]],[[ -Ceinture of Benevolence -Cloth Belt -LevelReq: 40 -Implicits: 1 -(15-25)% increased Stun and Block Recovery -{tags:jewellery_attribute}+(20-40) to Dexterity -{tags:mana}+(40-60) to maximum Mana -(10-7)% reduced Flask Charges used -Non-Unique Utility Flasks you Use apply to Linked Targets -]],[[ -Chain of Endurance -Chain Belt -LevelReq: 14 -+(9-20) to maximum Energy Shield -+(40-50) to Maximum Life -(40-60)% increased Stun and Block Recovery -Reflects (100-150) Physical Damage to Melee Attackers -Regenerate 2% of Life per second for each different Ailment affecting you -]],[[ -Perseverance -Vanguard Belt -Variant: Pre 3.16.0 -Variant: Current -Implicits: 1 -{tags:jewellery_defense}+(260-320) to Armour and Evasion Rating -{tags:life}(4-8)% increased maximum Life -{tags:jewellery_resistance}+(20-40)% to Cold Resistance -{tags:attack}1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating -{variant:1}Melee Hits which Stun have (14-20)% chance to Fortify -{variant:2}{tags:attack}Melee Hits which Stun Fortify -You have Onslaught while Fortified -]],[[ -Prismweave -Rustic Sash -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -LevelReq: 25 -Implicits: 1 -{tags:physical_damage}(12-24)% increased Global Physical Damage -{variant:1}{tags:jewellery_elemental,attack}Adds (3-4) to (7-8) Fire Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack}Adds (7-8) to (15-16) Fire Damage to Attacks -{variant:3}{tags:jewellery_elemental,attack}Adds (14-16) to (30-32) Fire Damage to Attacks -{variant:1}{tags:jewellery_elemental,attack}Adds (2-3) to (5-7) Cold Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack}Adds (5-6) to (12-14) Cold Damage to Attacks -{variant:3}{tags:jewellery_elemental,attack}Adds (10-12) to (24-28) Cold Damage to Attacks -{variant:1}{tags:jewellery_elemental,attack}Adds 1 to (13-17) Lightning Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack}Adds 1 to (30-34) Lightning Damage to Attacks -{variant:3}{tags:jewellery_elemental,attack}Adds 1 to (60-68) Lightning Damage to Attacks -{variant:1,2}{tags:jewellery_resistance}+(6-8)% to all Elemental Resistances -{variant:3}{tags:jewellery_resistance}+(6-15)% to all Elemental Resistances -{tags:jewellery_elemental,attack}30% increased Elemental Damage with Attack Skills during any Flask Effect -{variant:1,2}10% increased Elemental Damage with Attack Skills -]],[[ -Replica Prismweave -Rustic Sash -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Variant: Pre 3.19.0 -Variant: Current -LevelReq: 25 -Implicits: 1 -{tags:physical_damage}(12-24)% increased Global Physical Damage -{variant:1}{tags:jewellery_elemental,caster}Adds (7-8) to (15-16) Fire Damage to Spells -{variant:2}{tags:jewellery_elemental,caster}Adds (14-16) to (30-32) Fire Damage to Spells -{variant:1}{tags:jewellery_elemental,caster}Adds (5-6) to (12-14) Cold Damage to Spells -{variant:2}{tags:jewellery_elemental,caster}Adds (10-12) to (24-28) Cold Damage to Spells -{variant:1}{tags:jewellery_elemental,caster}Adds 1 to (30-34) Lightning Damage to Spells -{variant:2}{tags:jewellery_elemental,caster}Adds 1 to (60-68) Lightning Damage to Spells -{variant:1}{tags:jewellery_resistance}+(6-8)% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}+(6-15)% to all Elemental Resistances -{variant:1}{tags:jewellery_elemental}10% increased Elemental Damage -{tags:jewellery_elemental}30% increased Elemental Damage during any Flask Effect -]],[[ -Pyroshock Clasp -Leather Belt -League: Heist -LevelReq: 43 -Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_attribute}+(30-40) to Dexterity -{tags:jewellery_defense}+(300-500) to Evasion Rating -(10-15)% increased Duration of Elemental Ailments on Enemies -Enemies Ignited by you have (10-15)% of Physical Damage they deal converted to Fire -Enemies Shocked by you have (10-15)% of Physical Damage they deal converted to Lightning -]],[[ -The Retch -Rustic Sash -League: Talisman Standard, Talisman Hardcore -Source: Vendor Recipe -LevelReq: 44 -Implicits: 1 -{tags:physical_damage}(12-24)% increased Global Physical Damage -{tags:life}+(60-80) to maximum Life -{tags:jewellery_resistance}+(25-40)% to Cold Resistance -{tags:attack,life}0.4% of Physical Attack Damage Leeched as Life -60% increased Flask Effect Duration -30% reduced Flask Charges gained during any Flask Effect -{tags:chaos_damage,life}200% of Life Leech applies to enemies as Chaos Damage -{tags:speed}15% increased Movement Speed during any Flask Effect -]],[[ -Ryslatha's Coil -Studded Belt -Variant: Pre 3.5.0 -Variant: Current -LevelReq: 20 -Implicits: 1 -(20-30)% increased Stun Duration on Enemies -{tags:jewellery_attribute}+(20-40) to Strength -{variant:1}{tags:attack,physical}20% less Minimum Physical Attack Damage -{variant:2}{tags:attack,physical}(30-40)% less Minimum Physical Attack Damage -{variant:1}{tags:attack,physical}20% more Maximum Physical Attack Damage -{variant:2}{tags:attack,physical}(30-40)% more Maximum Physical Attack Damage -{tags:attack,physical_damage}Adds 1 to (15-20) Physical Damage to Attacks -{variant:2}{tags:life}+(80-100) to maximum Life -{tags:life}Gain 50 Life when you Stun an Enemy -]],[[ -Siegebreaker -Heavy Belt -LevelReq: 44 -Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:jewellery_defense}(6-10)% increased maximum Energy Shield -{tags:life}(6-10)% increased maximum Life -{tags:jewellery_resistance}+(17-23)% to Chaos Resistance -{tags:attack}Minions have 5% chance to Taunt on Hit with Attacks -Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second -]],[[ -Replica Siegebreaker -Heavy Belt -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -LevelReq: 44 -Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:jewellery_defense}(6-10)% increased maximum Energy Shield -{tags:life}(6-10)% increased maximum Life -{tags:jewellery_resistance}+(15-25)% to Fire Resistance -{tags:jewellery_elemental}Your Minions spread Burning Ground on Death, dealing 20% of their maximum Life as Fire Damage per second -{tags:attack}Minions have 5% chance to Maim Enemies on Hit with Attacks -]],[[ -Soul Tether -Cloth Belt -LevelReq: 48 -Implicits: 1 -(15-25)% increased Stun and Block Recovery -{tags:jewellery_attribute}+(20-40) to Intelligence -{tags:jewellery_defense}Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield -Immortal Ambition -]],[[ -Replica Soul Tether -Cloth Belt -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -LevelReq: 48 -Implicits: 1 -(15-25)% increased Stun and Block Recovery -{tags:jewellery_attribute}+(20-40) to Strength -{tags:jewellery_defense}Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield -Corrupted Soul -]],[[ -Soulthirst -Cloth Belt -LevelReq: 45 -Implicits: 1 -(15-25)% increased Stun and Block Recovery -{tags:life}+(60-80) to maximum Life -{tags:jewellery_resistance}+15% to all Elemental Resistances -{tags:mana}(20-30)% increased Mana Recovery from Flasks -(20-30)% reduced Flask Effect Duration -Gain Soul Eater during any Flask Effect -Lose Souls gained from Soul Eater when you use a Flask -]],[[ -String of Servitude -Heavy Belt -League: Incursion -Source: Drops from unique{The Vaal Omnitect} -Variant: Area of Effect -Variant: Crit Multi during Flask Effect -Variant: Attack Speed during Flask Effect -Variant: Cast Speed during Flask Effect -Variant: Crit Chance during Flask Effect -Variant: Effect Duration -Variant: Energy Shield -Variant: Life -Variant: Movement Speed during Flask Effect -Variant: Item Rarity -Variant: Item Quantity -Variant: Wrath Aura Effect -Variant: Anger Aura Effect -Variant: Hatred Aura Effect -Variant: Determination Aura Effect -Variant: Discipline Aura Effect -Variant: Grace Aura Effect -Variant: Intelligence/Dexterity -Variant: Dexterity/Strength -Variant: Strength/Intelligence -Variant: Elemental Resistances -Implicits: 24 -{variant:1}(24-30)% increased Area of Effect -{variant:2}{tags:critical}+(60-75)% to Critical Strike Multiplier during any Flask Effect -{variant:3}{tags:speed}(24-36)% increased Attack Speed during any Flask Effect -{variant:4}{tags:speed}(24-36)% increased Cast Speed during any Flask Effect -{variant:5}{tags:critical}(105-120)% increased Critical Strike Chance during any Flask Effect -{variant:6}(36-45)% increased Skill Effect Duration -{variant:7}(24-30)% increased maximum Energy Shield -{variant:8}(18-24)% increased maximum Life -{variant:9}{tags:speed}(24-36)% increased Movement Speed during any Flask Effect -{variant:10}(60-90)% increased Rarity of Items found -{variant:11}(9-15)% increased Quantity of Items found -{variant:12}Wrath has (45-60)% increased Aura Effect -{variant:13}Anger has (45-60)% increased Aura Effect -{variant:14}Hatred has (45-60)% increased Aura Effect -{variant:15}Determination has (45-60)% increased Aura Effect -{variant:16}Discipline has (45-60)% increased Aura Effect -{variant:17}Grace has (45-60)% increased Aura Effect -{variant:18}(12-18)% increased Intelligence -{variant:18}(12-18)% increased Dexterity -{variant:19}(12-18)% increased Dexterity -{variant:19}(12-18)% increased Strength -{variant:20}(12-18)% increased Strength -{variant:20}(12-18)% increased Intelligence -{variant:21}{tags:jewellery_resistance}+(42-48)% to all Elemental Resistances -Implicit Modifier magnitudes are tripled -Corrupted -]],[[ -Sunblast -Cloth Belt -Variant: Pre 3.19.0 -Variant: Current -LevelReq: 37 -Implicits: 1 -(15-25)% increased Stun and Block Recovery -{variant:1}(30-40)% increased Trap Damage -{variant:1}{tags:mana}20% increased Mana Regeneration Rate -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{variant:1}80% reduced Trap Duration -{variant:2}(50-75)% reduced Trap Duration -25% increased Light Radius -{variant:2}Skills which Throw Traps throw up to 2 additional Traps -{variant:2}Traps cannot be triggered by Enemies -{variant:2}Traps from Skills are thrown randomly around targeted location -]],[[ -Survivor's Guilt -Heavy Belt -League: Ritual -Source: Purchase from Ritual Reward -LevelReq: 52 -Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:jewellery_defense}+(800-1200) to Armour -{tags:life}Regenerate (50-70) Life per second -20% increased Stun Threshold -{tags:jewellery_defense}10% reduced Armour per 50 Strength -Imbalanced Guard -]],[[ -The Tides of Time -Vanguard Belt -Source: Drops from unique{The Shaper} (Uber) -Requires Level 78 -Implicits: 1 -{tags:jewellery_defense}+(260-320) to Armour and Evasion Rating -{tags:life,mana}100% Increased Life Recovery from Flasks -{tags:life,mana}100% Increased Mana Recovery from Flasks -Flasks applied to you have 25% Increased Effect -Life Flasks gain (0-3) charges every 3 seconds -Mana Flasks gain (0-3) charges every 3 seconds -Utility Flasks gain (0-3) charges every 3 seconds -]],[[ -Umbilicus Immortalis -Leather Belt -League: Perandus -LevelReq: 30 -Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:life}(8-12)% increased maximum Life -{tags:life}Regenerate 2% of Life per second -Flasks do not apply to you -Flasks you Use apply to your Raised Zombies and Spectres -]],[[ -Wurm's Molt -Leather Belt -Variant: Pre 3.19.0 -Variant: Current -LevelReq: 41 -Implicits: 1 -{tags:life}+(25-40) to Maximum Life -{tags:jewellery_attribute}+(20-30) to Strength -{tags:jewellery_attribute}+(20-30) to Intelligence -{variant:1}{tags:jewellery_resistance}+(10-20)% to Cold Resistance -{variant:2}{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{variant:1}{tags:attack,life}0.4% of Physical Attack Damage Leeched as Life -{variant:2}{tags:attack,life}2% of Physical Attack Damage Leeched as Life -{variant:1}{tags:attack,mana}0.4% of Physical Attack Damage Leeched as Mana -{variant:2}{tags:attack,mana}2% of Physical Attack Damage Leeched as Mana -{variant:2}(500-1000)% increased total Recovery per second from Life Leech -{variant:2}(500-1000)% increased total Recovery per second from Mana Leech -]], + } diff --git a/src/Data/Uniques/body.lua b/src/Data/Uniques/body.lua index 782fb8448..56dc5512e 100644 --- a/src/Data/Uniques/body.lua +++ b/src/Data/Uniques/body.lua @@ -2,1431 +2,17 @@ return { -- Body: Armour -[[ -Blunderbore -Astral Plate -League: Heist -Implicits: 1 -+(8-12)% to all Elemental Resistances -+(500-700) Strength Requirement -(80-120)% increased Armour -(50-75)% increased Effect of Shrine Buffs on you -You have Lesser Brutal Shrine Buff -You have Lesser Massive Shrine Buff -]],[[ -Bramblejack -Plate Vest -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -{variant:1}Adds 2 to 4 Physical Damage to Attacks -{variant:1}+(12-20) to maximum Life -{variant:2}+(30-60) to maximum Life -{variant:1}-2 Physical Damage taken from Attacks -{variant:2}-(10-15) Physical Damage taken from Attacks -{variant:1}40% of Melee Physical Damage taken reflected to Attacker -{variant:2}1000% of Melee Physical Damage taken reflected to Attacker -]],[[ -Wall of Brambles -Plate Vest -Source: No longer obtainable -LevelReq: 30 -Implicits: 0 -Adds 2 to 4 Physical Damage to Attacks -+2000 to Armour -+(12-20) to maximum Life --2 Physical Damage taken from Attacks -40% of Melee Physical Damage taken reflected to Attacker -]],[[ -The Brass Dome -Gladiator Plate -Variant: Pre 3.16.0 -Variant: Current -Implicits: 0 -{variant:1}(600-650)% increased Armour -{variant:2}(350-400)% increased Armour -{variant:1}30% reduced Chance to Block Attack and Spell Damage -{variant:1}10% reduced Movement Speed -{variant:1}50% increased Shock Duration on You -Take no Extra Damage from Critical Strikes -{variant:2}+(1-5)% to all maximum Elemental Resistances -{variant:2}Strength provides no bonus to Maximum Life -]],[[ -Craiceann's Carapace -Golden Plate -Variant: Pre 3.16.0 -Variant: Current -League: Bestiary -Source: Drops from unique{Craiceann, First of the Deep} -Implicits: 0 -Grants Level 20 Aspect of the Crab Skill -{variant:1}(300-350)% increased Armour -{variant:2}(200-250)% increased Armour -+(100-120) to maximum Life -+(25-30)% to Fire and Cold Resistances -Bleeding cannot be inflicted on you -+5 to Maximum number of Crab Barriers -]],[[ -Death's Oath -Astral Plate -Variant: Pre 2.0.0 -Variant: Pre 3.0.0 -Variant: Current -Implicits: 1 -+(8-12)% to all Elemental Resistances -{variant:3}Trigger Level 20 Death Aura when Equipped -+(40-50) to all Attributes -(10-15)% increased Attack Speed -(180-220)% increased Armour -{variant:3}+(60-70) to maximum Life -1% of Attack Damage Leeched as Life -{variant:1,2}Deals 450 Chaos Damage per second to nearby Enemies -{variant:1}You take 450 Chaos Damage per second for 10 seconds on Kill -{variant:2,3}You take 450 Chaos Damage per second for 3 seconds on Kill -Gore Footprints -]],[[ -Doppelgänger Guise -Sadist Garb -Variant: Pre 3.17.0 -Variant: Current -League: Ritual -Source: Drops from unique{The Maven} -Implicits: 0 -Grants Level 20 Unhinge Skill -(40-60)% more Critical Strike Chance while Insane -Enemies Killed by your Hits are destroyed while Insane -{variant:1}(15-25)% less Physical and Chaos Damage Taken while Sane -{variant:2}(30-40)% less Physical and Chaos Damage Taken while Sane -Regenerate 10% Life over one second when Hit while Sane -]],[[ -Greed's Embrace -Golden Plate -Variant: Pre 3.25.0 -Variant: Current -Implicits: 0 -{variant:1}(10-15)% increased Quantity of Items found -{variant:1}(30-50)% increased Rarity of Items found -{variant:2}100% increased Rarity of Items found --10% to Fire Resistance -+(20-30)% to Cold Resistance -{variant:1}-20% to Lightning Resistance -{variant:2}(-20--10)% to Lightning Resistance -20% reduced Movement Speed -30% reduced Strength Requirement -]],[[ -Kaom's Heart -Glorious Plate -Variant: Pre 1.0.0 -Variant: Pre 3.25.0 -Variant: Current -Implicits: 0 -Has no Sockets -{variant:2}(20-40)% increased Fire Damage -{variant:1,3}+1000 to maximum Life -{variant:2}+500 to maximum Life -]],[[ -Replica Kaom's Heart -Glorious Plate -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 0 -Has no Sockets -(30-40)% increased Lightning Damage -+500 to maximum Mana -]],[[ -Lioneye's Vision -Crusader Plate -Variant: Pre 3.5.0 -Variant: Current -Implicits: 0 -Socketed Gems are Supported by Level 15 Pierce -(200-250)% increased Armour -+(60-100) to maximum Life -0.4% of Physical Attack Damage Leeched as Mana -{variant:2}+160 Dexterity Requirement -Enemy Projectiles Pierce you -]],[[ -Iron Heart -Crusader Plate -Source: No longer obtainable -Implicits: 0 -(8-12)% Chance to Block Attack Damage -(80-100)% increased Armour -10% reduced Movement Speed -Cannot Block Spell Damage -Strength's Damage Bonus instead grants 3% increased Melee Physical Damage per 10 Strength -]],[[ -The Iron Fortress -Crusader Plate -Implicits: 0 -+1% Chance to Block Attack Damage per 50 Strength -Chance to Block Spell Damage is Unlucky -+(60-120) to Strength -(80-100)% increased Armour -10% reduced Movement Speed -Strength's Damage Bonus instead grants 3% increased Melee Physical Damage per 10 Strength -]],[[ -Perfidy -Glorious Plate -League: Delirium -Has Alt Variant: true -Variant: War Banner (Pre 3.25.0) -Variant: Dread Banner (Pre 3.25.0) -Variant: Defiance Banner (Pre 3.25.0) -Variant: Current -Implicits: 0 -(25-40)% increased Melee Damage -+(60-90) to maximum Life -{variant:1,2,3}You can have two different Banners at the same time -{variant:1,2,3}Banners you are carrying gain 1 Stage on Melee Hit, up to 5 per second -{variant:1}War Banner has (100-200)% increased Adrenaline duration -{variant:2}Dread Banner grants an additional +(2-4) to maximum Fortification when placing the Banner -{variant:3}Defiance Banner has (100-200)% increased Taunt duration -{variant:4}Having a placed Banner does not prevent you gaining Valour -]],[[ -Pragmatism -Colosseum Plate -League: Affliction -Requires Level 49, 134 Str -+12 to Level of Socketed Skill Gems -(80-120)% increased Armour -+(60-100) to maximum Mana --2 to Level of Socketed Skill Gems per Socketed Gem -]],[[ -Solaris Lorica -Copper Plate -Variant: Pre 2.6.0 -Variant: Current -Implicits: 0 -+(10-20) to Strength -(60-80)% increased Armour -{variant:2}25% reduced Chaos Damage taken over time -25% increased Light Radius -Chaos Damage taken does not bypass Energy Shield -{variant:1}-10 Chaos Damage taken -{variant:2}-(30-40) Chaos Damage taken -]],[[ -Utula's Hunger -Majestic Plate -Requires Level 53, 145 Str -(60-100)% increased Armour -Recover (1-3)% of Life on Kill -(30-40)% Increased Stun and Block Recovery -+(700-1000) to maximum Life if there are no Life Modifiers on other Equipped items -]], + -- Body: Evasion -[[ -Ashrend -Buckskin Tunic -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -{variant:2}Socketed Gems are Supported by Level 10 Added Fire Damage -(80-100)% increased Evasion Rating -{variant:2}+(30-50) to maximum Life -+(40-50)% to Fire Resistance -Cannot be Ignited -{variant:1,2}(10-15)% increased Physical Damage with Ranged Weapons -{variant:3}(75-150)% increased Physical Damage with Ranged Weapons -{variant:1,2}-(5-7) Physical Damage taken from Attack Hits -{variant:3}-(30-60) Physical Damage taken from Attack Hits -]],[[ -Briskwrap -{variant:1,2,3}Strapped Leather -{variant:4}Sun Leather -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -{variant:1}5% increased Dexterity -{variant:2,3,4}15% increased Dexterity -{variant:1,2}5% increased Attack Speed -{variant:3}10% increased Attack Speed -+(120-180) to Evasion Rating -+(30-40)% to Cold Resistance -{variant:1,2,3}5% increased Movement Speed -{variant:1,2,3}(20-25)% increased Mana Recovery from Flasks -{variant:4}(60-100)% increased Mana Recovery from Flasks -{variant:4}1% increased Damage per 15 Dexterity -]],[[ -Wildwrap -Strapped Leather -Source: No longer obtainable -LevelReq: 57 -Implicits: 0 -10% increased Attack Speed -+(600-700) to Evasion Rating -+(30-40)% to Cold Resistance -5% increased Movement Speed -(20-25)% increased Mana Recovery from Flasks -15% increased Dexterity -1% increased Damage per 15 Dexterity -]],[[ -Bronn's Lithe -Cutthroat's Garb -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -{variant:1,2,3}+2 to Level of Socketed Movement Gems -{variant:4}+5 to Level of Socketed Movement Gems -10% increased Attack Speed -{variant:2,3}(35-50)% increased Damage with Movement Skills -{variant:4}(60-100)% increased Damage with Movement Skills -(200-250)% increased Evasion Rating -10% increased Movement Speed -{variant:3}15% increased Attack and Cast Speed if you've used a Movement Skill Recently -]],[[ -Cospri's Will -Assassin's Garb -Variant: Pre 3.0.0 -Variant: Pre 3.20.0 -Variant: Current -Implicits: 1 -3% increased Movement Speed -{variant:1,2}(120-160)% increased Evasion Rating -{variant:3}(150-200)% increased Evasion Rating -{variant:1,2}+(17-29)% to Chaos Resistance -{variant:3}+(31-53)% to Chaos Resistance -You can apply an additional Curse -Your Hexes can affect Hexproof Enemies -{variant:1,3}Always Poison on Hit against Cursed Enemies -{variant:2}60% chance to Poison on Hit against Cursed Enemies -]],[[ -Foxshade -Wild Leather -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -+(20-30) to Dexterity -{variant:1,2}Adds 5 to 12 Physical Damage to Attacks -{variant:1}+150 to Evasion Rating while on Full Life -{variant:2}+500 to Evasion Rating while on Full Life -{variant:3}+1000 to Evasion Rating while on Full Life -(50-70)% increased Evasion Rating -{variant:1,2}10% increased Movement Speed -{variant:3}30% increased Movement Speed when on Full Life -{variant:3}Damage of Enemies Hitting you is Unlucky while you are on Full Life -]],[[ -Fox's Fortune -Wild Leather -Source: No longer obtainable -Implicits: 0 -+(20-30) to Dexterity -Adds 5 to 12 Physical Damage to Attacks -+1500 to Evasion Rating while on Full Life -+(400-500) to Evasion Rating -(120-150)% increased Evasion Rating -10% increased Movement Speed -Enemies are Unlucky when Damaging you while you are on Full Life -]],[[ -Hyrri's Ire -Zodiac Leather -Variant: Pre 1.0.0 -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.5.0 -Variant: Pre 3.9.0 -Variant: Current -Implicits: 0 -{variant:1,2,3}+(20-30) to Dexterity -{variant:4,5,6}+(40-50) to Dexterity -{variant:1}(80-120)% increased Evasion Rating -{variant:2,3,4,5,6}(140-220)% increased Evasion Rating -25% increased Chill Duration on Enemies -{variant:1,2,3}Adds 13 to 24 Cold Damage to Bow Attacks -{variant:4}Adds (50-60) to (70-80) Cold Damage to Bow Attacks -{variant:5}Adds (173-188) to (240-262) Cold Damage to Bow Attacks -{variant:6}Adds (100-145) to (160-200) Cold Damage to Bow Attacks -{variant:1,2}Acrobatics -{variant:3,4,5,6}30% chance to Suppress Spell Damage -]],[[ -Replica Hyrri's Ire -Zodiac Leather -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -+30% chance to Suppress Spell Damage -+(40–50) to Intelligence -(140–220)% increased Evasion Rating -25% increased Shock Duration on Enemies -(12–18) to (231–347) Added Lightning Damage with Wand Attacks -]],[[ -Kintsugi -Exquisite Leather -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -{variant:1}(100-120)% increased Evasion Rating -{variant:2}(120-160)% increased Evasion Rating -{variant:1}+(60-80) to maximum Life -+30% to Fire Resistance -{variant:1}20% less Damage taken if you have not been Hit Recently -{variant:2}35% less Damage taken if you have not been Hit Recently -{variant:1}50% increased Evasion Rating if you have been Hit Recently -{variant:2}100% increased Evasion Rating if you have been Hit Recently -]],[[ -Queen of the Forest -Destiny Leather -Variant: Pre 3.1.0 -Variant: Current -Implicits: 0 -{variant:1}(240-380)% increased Evasion Rating -{variant:2}(200-240)% increased Evasion Rating -+(60-70) to maximum Life -+(6-10)% to Fire Resistance -+(26-40)% to Cold Resistance -+(11-25)% to Lightning Resistance -25% reduced Movement Speed -1% increased Movement Speed per 600 Evasion Rating, up to 75% --(50-40) Physical Damage taken from Hits by Animals -]],[[ -The Rat Cage -Sharkskin Tunic -League: Torment -Variant: Pre 2.6.0 -Variant: 3.19.0 -Variant: Current -Implicits: 0 -(100-120)% increased Evasion Rating -{variant:1,2}+(160-200) to maximum Life -{variant:3}+(200-300) to maximum Life -{variant:1}-5% to maximum Fire Resistance -{variant:2}-50% to Fire Resistance -15% increased Movement Speed -{variant:1,2}20% increased Fire Damage taken -{variant:1,2}10% of Fire Damage from Hits taken as Physical Damage -{variant:3}100% of Fire Damage from Hits taken as Physical Damage -]],[[ -The Snowblind Grace -{variant:1,2}Coronal Leather -{variant:3}Zodiac Leather -League: Breach -Source: Drops in Tul Breach or from unique{Tul, Creeping Avalanche} -Upgrade: Upgrades to unique{The Perfect Form} using currency{Blessing of Tul} -Variant: Pre 3.16.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 0 -{variant:1}10% chance to Suppress Spell Damage -{variant:2}20% chance to Suppress Spell Damage -{variant:1,2}+(30-40) to Dexterity -{variant:3}(10-15)% increased Dexterity -{variant:1}(30-50)% increased Evasion Rating -{variant:2,3}(80-100)% increased Evasion Rating -+(40-60) to maximum Life -{variant:1,2}25% increased Arctic Armour Buff Effect -{variant:3}50% increased Arctic Armour Buff Effect -{variant:3}Arctic Armour has no Reservation -{variant:1}Evasion Rating is increased by Uncapped Cold Resistance -{variant:2}Evasion Rating is increased by Overcapped Cold Resistance -]],[[ -The Perfect Form -Zodiac Leather -League: Breach -Source: Upgraded from unique{The Snowblind Grace} using currency{Blessing of Tul} -Variant: Pre 3.16.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 0 -{variant:3}+50% chance to Suppress Spell Damage -{variant:1}(5-10)% increased Dexterity -{variant:2}(10-15)% increased Dexterity -{variant:1}(30-50)% increased Evasion Rating -{variant:2}(80-100)% increased Evasion Rating -{variant:3}(150-200)% increased Evasion Rating -{variant:1}+(50-80) to maximum Life -{variant:2}+(70-100) to maximum Life --30% to Cold Resistance -{variant:1,2}Arctic Armour has no Reservation -{variant:1}Evasion Rating is increased by Uncapped Cold Resistance -{variant:2,3}Evasion Rating is increased by Overcapped Cold Resistance -Acrobatics -]],[[ -Replica Perfect Form -Zodiac Leather -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Variant: Pre 3.16.0 -Variant: Pre 3.21.0 -Variant: Pre 3.23.0 -Variant: Current -Implicits: 0 -{variant:1}(5-10)% increased Dexterity -{variant:2,3}(10-15)% increased Dexterity -{variant:1}(30-50)% increased Evasion Rating -{variant:2}(80-100)% increased Evasion Rating -{variant:3,4}(150-200)% increased Evasion Rating -{variant:1}+(50-80) to maximum Life -{variant:2,3}+(70-100) to maximum Life --30% to Cold Resistance -{variant:1}Evasion Rating is increased by Uncapped Cold Resistance -{variant:4}+20% chance to Block Attack Damage -{variant:2,3,4}Evasion Rating is increased by Overcapped Cold Resistance -{variant:3}Flesh and Stone has no Reservation -{variant:3}Hollow Palm Technique -{variant:4}Versatile Combatant -]],[[ -Yriel's Fostering -Exquisite Leather -Variant: Rhoa -Variant: Snake -Variant: Ursa -Implicits: 0 -{variant:1}Grants Level 20 Summon Bestial Rhoa Skill -{variant:2}Grants Level 20 Summon Bestial Snake Skill -{variant:3}Grants Level 20 Summon Bestial Ursa Skill -+(300-400) to Accuracy Rating -(130-150)% increased Evasion Rating -+(90-100) to maximum Life -Projectile Attack Skills have (40-60)% increased Critical Strike Chance -{variant:1}Projectiles from Attacks have 20% chance to Maim on Hit while you have a Bestial Minion -{variant:2}Projectiles from Attacks have 20% chance to Poison on Hit while you have a Bestial Minion -{variant:3}Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while you have a Bestial Minion -{variant:1}(10-15)% increased Attack and Movement Speed while you have a Bestial Minion -{variant:2}Adds (13-19)-(23-29) Chaos Damage to Attacks while you have a Bestial Minion -{variant:3}Adds (11-16)-(21-25) Physical Damage to Attacks while you have a Bestial Minion -]], + -- Body: Energy Shield -[[ -The Apostate -Cabalist Regalia -Requires Level 35 -Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} (Uber) -+(30–50) to Strength -+(20–30)% to all Elemental Resistances -Gain Maximum Life instead of Maximum Energy Shield from Equipped Armour Items -]],[[ -The Beast Fur Shawl -Vaal Regalia -Variant: Pre 3.0.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -40% increased Spell Damage -{variant:1}+(50-65) to maximum Energy Shield -{variant:2}+(15-25) to maximum Energy Shield -{variant:1,2}(110-130)% increased Energy Shield -{variant:3}(120-160)% increased Energy Shield -{variant:1,2}(30-40)% increased Energy Shield Recovery Rate -{variant:3}(50-100)% increased Energy Shield Recovery rate -10% increased Area of Effect -{variant:1,2}5% increased Damage taken -{variant:3}10% increased Damage taken -]],[[ -Cloak of Flame -Scholar's Robe -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -{variant:1}+(30-50)% to Fire Resistance -{variant:2}+(50-75)% to Fire Resistance -{variant:1}(30-50)% increased Ignite Duration on Enemies -{variant:2}(40-75)% increased Ignite Duration on Enemies -{variant:1}10% chance to Ignite -{variant:1}Reflects 15 Fire Damage to Melee Attackers -{variant:2}Reflects 100 Fire Damage to Melee Attackers -{variant:1}20% of Physical Damage from Hits taken as Fire Damage -{variant:2}40% of Physical Damage taken as Fire Damage -]],[[ -Cloak of Tawm'r Isley -Savant's Robe -Source: Drops from unique{Elreon, Light's Judge} during Betrayal encounters -Variant: Pre 3.0.0 -Variant: Current -Implicits: 0 -Socketed Minion Gems are Supported by Level 16 Life Leech -{variant:1}(250-300)% increased Energy Shield -{variant:2}(150-200)% increased Energy Shield -Minions cannot be Blinded -Minions have 15% chance to Blind Enemies on hit -Found Magic Items drop Identified -]],[[ -The Coming Calamity -Destroyer Regalia -Implicits: 0 -+2 to Level of Socketed Herald Gems -(80-100)% increased Energy Shield -35% chance to avoid being Stunned for each Herald Buff affecting you -Mana Reservation of Herald Skills is always 45% -]],[[ -The Covenant -Spidersilk Robe -Variant: Pre 1.0.0 -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -{variant:1,2,3,4,5}Socketed Gems are Supported by Level 15 Added Chaos Damage -{variant:6}Socketed Gems are Supported by Level 29 Added Chaos Damage -{variant:4,5}Socketed Gems Cost and Reserve Life instead of Mana -+(20-30) to Intelligence -{variant:1}(125-150)% increased Energy Shield -{variant:2}(180-220)% increased Energy Shield -{variant:3,4}(280-320)% increased Energy Shield -{variant:5,6}(210-250)% increased Energy Shield -{variant:1,2,3}20% reduced maximum Life -{variant:4,5,6}10% increased maximum Life -{variant:1,2,3}Blood Magic -{variant:6}Skills gain a Base Life Cost equal to 100% of Base Mana Cost -]],[[ -Replica Covenant -Spidersilk Robe -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Socketed Gems are Supported by Level 29 Added Cold Damage -+(20-30) to Intelligence -(210-250)% increased Energy Shield -10% increased maximum Life -Skills gain a Base Energy Shield Cost equal to 200% of Base Mana Cost -]],[[ -Dialla's Malefaction -Sage's Robe -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -Gems can be Socketed in this Item ignoring Socket Colour -{variant:1}Gems Socketed in Red Sockets have +1 to Level -{variant:2}Gems Socketed in Red Sockets have +2 to Level -{variant:1}Gems Socketed in Green Sockets have +10% to Quality -{variant:2}Gems Socketed in Green Sockets have +30% to Quality -{variant:1}Gems Socketed in Blue Sockets gain 25% increased Experience -{variant:2}Gems Socketed in Blue Sockets gain 100% increased Experience -Has no Attribute Requirements -]],[[ -Doedre's Skin -Widowsilk Robe -Variant: Pre 3.5.0 -Variant: Pre 3.16.0 -Variant: Current -Implicits: 0 -Socketed Gems are Supported by Level 20 Blasphemy -Grants Level 20 Summon Doedre's Effigy Skill -Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned -Hexes from Socketed Skills can apply 5 additional Curses -{variant:2}20% less Effect of Curses from Socketed Hex Skills -{variant:3}20% less Effect of your Curses -+(30-40) to Intelligence -(130-150)% increased Energy Shield -{variant:1}(33-25)% reduced Effect of your Curses -]],[[ -Fenumus' Shroud -Widowsilk Robe -League: Bestiary -Source: Drops from unique{Fenumus, First of the Night} -Implicits: 0 -+(30-40) to Intelligence -(120-140)% increased Energy Shield -Regenerate (80-100) Energy Shield per second -Enemies affected by your Spider's Webs deal 10% reduced Damage -Enemies affected by your Spider's Webs have -10% to All Resistances -(50-70)% increased Aspect of the Spider Area of Effect -]],[[ -Fleshcrafter -Necromancer Silks -League: Harvest -Implicits: 0 -(100-150)% increased Energy Shield -Minions Convert 2% of their Maximum Life to Maximum Energy Shield per 1% Chaos Resistance they have -Chaos Damage taken does not bypass Minions' Energy Shield -Minions have (50-100)% faster start of Energy Shield Recharge -While Minions have Energy Shield, their Hits Ignore Monster Elemental Resistances -]],[[ -Garb of the Ephemeral -Savant's Robe -League: Synthesis -Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} -Implicits: 0 -{fractured}(180-230)% increased Energy Shield -+600 Strength and Intelligence Requirement -Gain a Divine Charge on Hit -+10 to maximum Divine Charges -You gain Divinity for 10 seconds on reaching maximum Divine Charges -Lose all Divine Charges when you gain Divinity -Nearby Allies' Action Speed cannot be modified to below base value -Nearby Enemies cannot deal Critical Strikes -]],[[ -Infernal Mantle -{variant:1}Occultist's Vestment -{variant:2,3,4,5}Widowsilk Robe -Variant: Pre 2.0.0 -Variant: Pre 3.0.0 -Variant: Pre 3.14.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 1 -{variant:1}(3-10)% increased Spell Damage -{variant:1,2,3,4}+1 to Level of Socketed Fire Gems -{variant:5}+3 to Level of Socketed Fire Gems -{variant:1,2,3,4}(25-35)% increased Fire Damage -100% increased Global Critical Strike Chance -{variant:1,2}(190-230)% increased Energy Shield -{variant:3,4,5}(120-160)% increased Energy Shield -15% of Fire Damage Converted to Chaos Damage -{variant:1,2,5}100% increased Spell Damage taken when on Low Mana -{variant:3}25% increased Spell Damage taken when on Low Mana -{variant:4}15% increased Spell Damage taken when on Low Mana -]],[[ -Shavronne's Wrappings -Occultist's Vestment -Variant: Pre 1.0.0 -Variant: Pre 3.0.0 -Variant: Current -Implicits: 1 -(3-10)% increased Spell Damage -{variant:1}(200-250)% increased Energy Shield -{variant:2}(140-200)% increased Energy Shield -{variant:3}(100-150)% increased Energy Shield -10% faster start of Energy Shield Recharge -+(30-40)% to Lightning Resistance -Reflects 1 to 250 Lightning Damage to Melee Attackers -Chaos Damage does not bypass Energy Shield -]],[[ -Skin of the Loyal -Simple Robe -League: Breach -Source: Drops in Chayula Breach or from unique{Chayula, Who Dreamt} -Upgrade: Upgrades to unique{Skin of the Lords} using currency{Blessing of Chayula} -Implicits: 0 -Sockets cannot be modified -+1 to Level of Socketed Gems -100% increased Global Defences -]],[[ -Soul Mantle -Spidersilk Robe -Variant: Pre 1.2.0 -Variant: Pre 2.6.0 -Variant: Pre 3.16.0 -Variant: Pre 3.17.0 -Variant: Current -Implicits: 0 -{variant:1,2}Socketed Gems are Supported by Level 14 Spell Totem -{variant:3,4,5}Socketed Gems are Supported by Level 20 Spell Totem -(20-25)% increased Spell Damage -(100-120)% increased Energy Shield -{variant:1}25% increased Totem Life -{variant:2,3}50% increased Totem Life -{variant:4,5}(20-30)% increased Totem Life -{variant:1,2,3,4}+1 to maximum number of Summoned Totems -Inflicts a random Hex on you when your Totems die -]],[[ -Tabula Rasa -Simple Robe -Sockets: W-W-W-W-W-W -]],[[ -Thousand Ribbons -Simple Robe -Variant: Pre 3.0.0 -Variant: Pre 3.19.0 -Variant: Current -Socketed Gems are Supported by Level 5 Elemental Proliferation -{variant:1,2}Adds 2 to 3 Fire Damage to Spells and Attacks -{variant:3}Adds (2-4) to (5-9) Fire Damage to Spells and Attacks -{variant:1,2}Adds 2 to 3 Cold Damage to Spells and Attacks -{variant:3}Adds (2-4) to (5-9) Cold Damage to Spells and Attacks -{variant:1,2}Adds 1 to 4 Lightning Damage to Spells and Attacks -{variant:3}Adds 1 to (4-12) Lightning Damage to Spells and Attacks -{variant:1}10% reduced Cast Speed -{variant:1,2}+(10-20) to Evasion Rating -{variant:3}+(30-60) to Evasion Rating -{variant:1,2}+(10-20) to maximum Energy Shield -{variant:3}+(30-60) to maximum Energy Shield -{variant:1,2}+6 to maximum Life -{variant:3}+(25-50) to maximum Life -{variant:1,2}+6 to maximum Mana -{variant:3}+(25-50) to maximum Mana -{variant:1,2}+(5-10)% to Fire Resistance -{variant:3}+(15-30)% to Fire Resistance -{variant:1,2}+(5-10)% to Cold Resistance -{variant:3}+(15-30)% to Cold Resistance -{variant:1,2}+(5-10)% to Lightning Resistance -{variant:3}+(15-30)% to Lightning Resistance -]],[[ -Vis Mortis -Necromancer Silks -Variant: Pre 2.6.0 -Variant: Pre 3.8.0 -Variant: Current -Implicits: 0 -{variant:1}(100-120)% increased Energy Shield -{variant:2,3}(200-220)% increased Energy Shield -+(20-30) to maximum Mana -Minions have 20% reduced maximum Life -Minions deal 15% increased Damage -{variant:1,2}+1 to maximum number of Spectres -{variant:1}Minions gain Unholy Might for 5 seconds on Kill -{variant:2}Minions gain Unholy Might for 10 seconds on Kill -{variant:3}Minions gain (15-20)% of Elemental Damage as Extra Chaos Damage -]],[[ -Zahndethus' Cassock -Sage's Robe -Variant: Pre 1.0.0 -Variant: Pre 1.3.0 -Variant: Pre 2.6.0 -Variant: Current -Implicits: 0 -{variant:1}Adds 1 to 25 Lightning Damage -{variant:2,3,4}Adds 1 to 40 Lightning Damage to Attacks -{variant:1,2,3}(75-100)% increased Energy Shield -{variant:4}(125-150)% increased Energy Shield -{variant:1}+(20-25)% to Chaos Resistance -{variant:2,3,4}+(40-50)% to Chaos Resistance -25% increased Light Radius -{variant:1}25% chance to create Consecrated Ground when you Block -{variant:2}50% chance to create Consecrated Ground when you Block -{variant:3,4}100% chance to create Consecrated Ground when you Block -]],[[ -Ghostwrithe -Silken Vest -+(100-200) to maximum Energy Shield -+(50-100) to maximum Life -+50% to Chaos Resistance -50% of Maximum Life Converted to Energy Shield -]], + -- Body: Armour/Evasion -[[ -Belly of the Beast -Full Wyrmscale -Implicits: 0 -(150-200)% increased Armour -(30-40)% increased maximum Life -+(10-15)% to all Elemental Resistances -50% increased Flask Life Recovery rate -Extra Gore -]],[[ -Cherrubim's Maleficence -Triumphant Lamellar -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Current -Implicits: 0 -{variant:1,2}(10-20)% increased Chaos Damage -{variant:3}(50-80)% increased Chaos Damage -(160-200)% increased Armour and Evasion -+(70-100) to maximum Life -{variant:1}30% increased total Recovery per second from Life Leech -{variant:2,3}100% increased total Recovery per second from Life Leech -]],[[ -Daresso's Defiance -Full Dragonscale -Variant: Pre 2.6.0 -Variant: Pre 3.5.0 -Variant: Pre 3.16.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -{variant:1,2,3}(160-200)% increased Armour and Evasion -{variant:4,5}(180-220)% increased Armour and Evasion -{variant:1,2}+(40-60) to maximum Life -{variant:3,4,5}+(60-90) to maximum Life -{variant:1,2,3,4}(0.4-0.6)% of Physical Attack Damage Leeched as Life -{variant:5}2% of Physical Attack Damage Leeched as Life -You lose all Endurance Charges when Hit -You gain an Endurance Charge on Kill -{variant:1}You gain Onslaught for 1 seconds per Endurance Charge when Hit -{variant:2}You gain Onslaught for 2 seconds per Endurance Charge when Hit -{variant:3,4,5}You gain Onslaught for 5 seconds per Endurance Charge when Hit -{variant:3,4}(60-100)% increased Onslaught Effect -{variant:5}100% increased Onslaught Effect -]],[[ -Farrul's Fur -Triumphant Lamellar -League: Bestiary -Source: Drops from unique{Farrul, First of the Plains} -Implicits: 0 -(100-150)% increased Armour and Evasion -+(80-100) to maximum Life -Aspect of the Cat has no Reservation -+2.00 seconds to Cat's Stealth Duration -Gain up to your maximum number of Frenzy and Power Charges when you gain Cat's Stealth -You have Phasing while you have Cat's Stealth -]],[[ -Replica Farrul's Fur -Triumphant Lamellar -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 0 -(100-150)% increased Armour and Evasion -+(80-100) to maximum Life -+2.00 seconds to Cat's Agility Duration -Aspect of the Cat has no Reservation -Gain up to your maximum number of Frenzy and Endurance Charges when you gain Cat's Agility -You have Onslaught while you have Cat's Agility -]],[[ -Gruthkul's Pelt -Wyrmscale Doublet -Variant: Pre 3.5.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -{variant:1}(60-100)% increased Global Physical Damage -{variant:2,3}100% increased Global Physical Damage -{variant:3}(300-400)% increased Armour and Evasion Rating -{variant:1}+(130-160) to maximum Life -{variant:2}+(200-240) to maximum Life -{variant:3}+(240-300) to maximum Life -{variant:1,2}+(20-40)% to Cold Resistance -{variant:1}Regenerate 2% of Life per second -{variant:2}Regenerate 5% of Life per second -{variant:3}Regenerate 10% of Life per second -15% increased Character Size -Spell Skills deal no Damage -Your Spells are disabled -]],[[ -Lightning Coil -Desert Brigandine -Variant: Pre 1.3.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -Adds 1 to (20-30) Lightning Damage to Attacks -(90-120)% increased Armour and Evasion -+(60-80) to maximum Life --60% to Lightning Resistance -{variant:1}40% of Physical Damage from Hits taken as Lightning Damage -{variant:2}30% of Physical Damage from Hits taken as Lightning Damage -{variant:3}50% of Physical Damage from Hits taken as Lightning Damage -]],[[ -Viper's Scales -Full Scale Armour -Source: No longer obtainable -Implicits: 0 -(80-100)% increased Armour and Evasion -+(30-40) to maximum Life -+(15-25)% to Cold Resistance -5% increased Movement Speed -20% chance to Poison on Hit with Attacks -Cannot be Poisoned -]], + -- Body: Armour/Energy Shield -[[ -Ambu's Charge -Crusader Chainmail -Variant: Pre 1.0.0 -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -{variant:1}(80-100)% increased Armour and Energy Shield -{variant:2}(140-180)% increased Armour and Energy Shield -{variant:3,4,5}(180-220)% increased Armour and Energy Shield -{variant:4,5}+(60-80) to maximum Life -{variant:1,2}+10% to all Elemental Resistances -{variant:3,4,5}+15% to all Elemental Resistances -{variant:1,2,3,4}Gain an Endurance Charge when you take a Critical Strike -{variant:5}Gain up to maximum Endurance Charges when you take a Critical Strike -{variant:1,2,3}Regenerate 2% of Life per Second while on Low Life -{variant:1,2,3,4}Share Endurance Charges with nearby party members -{variant:5}Your nearby party members maximum Endurance Charges is equal to yours -{variant:4}Regenerate 2% of Life per second if you have been Hit Recently -]],[[ -Replica Ambu's Charge -Crusader Chainmail -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 0 -(180-220)% increased Armour and Energy Shield -+(60-80) to maximum Life -+15% to all Elemental Resistances -Share Endurance Charges with nearby party members -Gain an Endurance Charge when you are Hit -Lose 2% of Life per second if you have been Hit Recently -]],[[ -Chains of Command -Saintly Chainmail -Implicits: 0 -Trigger Level 20 Animate Guardian's Weapon when Animated Guardian Kills an Enemy -10% chance to Trigger Level 18 Animate Guardian's Weapon when Animated Weapon Kills an Enemy -(150-190)% increased Armour and Energy Shield -+(60-90) to maximum Life -Animated Guardian deals 5% increased Damage per Animated Weapon -Animated Minions' Melee Attacks deal Splash Damage to surrounding targets -Animated Minions' Melee Attacks deal 50% less Damage to surrounding targets -You cannot have non-Animated Minions -]],[[ -Doryani's Prototype -Saint's Hauberk -League: Harvest -Implicits: 0 -(150-200)% increased Armour and Energy Shield -+(60-90) to maximum Life -Deal no Non-Lightning Damage -Armour also applies to Lightning Damage taken from Hits -Lightning Resistance does not affect Lightning Damage taken -Nearby Enemies have Lightning Resistance equal to yours -]],[[ -The Fourth Vow -Devout Chainmail -Physical Damage taken bypasses Energy Shield -(150-250)% increased Armour and Energy Shield -+(17-29)% to Chaos Resistance -Regenerate 3% of Life per second -Armour also applies to Chaos Damage taken from Hits -]],[[ -Geofri's Sanctuary -Elegant Ringmail -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Implicits: 0 -(50-75)% increased Armour and Energy Shield -{variant:1,2}+(70-80) to maximum Energy Shield -{variant:3}+(30-40) to maximum Energy Shield -+(50-70) to maximum Life -+(14-18)% to all Elemental Resistances -{variant:1}+1 maximum Energy Shield per 5 Strength -{variant:2,3}+2 maximum Energy Shield per 5 Strength -Zealot's Oath -]],[[ -Icetomb -Latticed Ringmail -Variant: Pre 2.0.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -{variant:1}+15 to Strength -{variant:2,3}+(30-40) to Strength -{variant:1}+15 to Intelligence -{variant:2,3}+(30-40) to Intelligence -(140-160)% increased Armour and Energy Shield -+(50-75)% to Cold Resistance -Cannot be Chilled -{variant:1,2}150% increased Chill Duration on Enemies -{variant:3}20% chance to Freeze Enemies for 1 second when they Hit you -]],[[ -Crystal Vault -Latticed Ringmail -Source: No longer obtainable -LevelReq: 49 -Implicits: 0 -+(30-40) to Strength -+(30-40) to Intelligence -(140-160)% increased Armour and Energy Shield -+(50-75)% to Cold Resistance -Cannot be Chilled -20% of Physical Damage from Hits taken as Cold Damage -30% of Fire Damage from Hits taken as Cold Damage -(15-20)% increased Effect of Cold Ailments -]],[[ -Incandescent Heart -Saintly Chainmail -Variant: Pre 2.6.0 -Variant: Current -Implicits: 0 -{variant:1}+(60-80) to Armour -{variant:1}(120-140)% increased Armour and Energy Shield -{variant:2}(220-240)% increased Armour and Energy Shield -+(80-90) to maximum Life -{variant:1}(0.8-1)% of Physical Attack Damage Leeched as Life -{variant:2}(0.8-1)% of Attack Damage Leeched as Life -{variant:2}Gain (10-20)% of Elemental Damage as Extra Chaos Damage -25% of Elemental Damage from Hits taken as Chaos Damage -(20-30)% increased Light Radius -Light Radius is based on Energy Shield instead of Life -]],[[ -The Ivory Tower -Saint's Hauberk -Implicits: 0 -+(40-70) to Intelligence -+30 to maximum Energy Shield per 100 Reserved Life -+(80-100) to maximum Mana -Regenerate 2% of Energy Shield per second -Chaos Damage is taken from Mana before Life -]],[[ -Kingsguard -Conquest Chainmail -Implicits: 0 -(150-170)% increased Armour and Energy Shield -+(60-90) to maximum Life -+(50-70) to maximum Mana -30% increased Endurance Charge Duration -Gain 100 Life when you lose an Endurance Charge -]],[[ -Lightbane Raiment -Ornate Ringmail -Variant: Pre 1.0.0 -Variant: Pre 1.3.0 -Variant: Pre 2.0.0 -Variant: Current -Implicits: 0 -{variant:1}(80-100)% increased Armour and Energy Shield -{variant:2,3,4}(120-140)% increased Armour and Energy Shield -{variant:1,2,3}10% of Physical Damage Converted to Chaos Damage -{variant:4}30% of Physical Damage Converted to Chaos Damage -{variant:1}Reflects (10-20) Chaos Damage to Melee Attackers -{variant:2,3,4}Reflects 30 Chaos Damage to Melee Attackers -25% reduced Light Radius -{variant:1}25% chance to create Desecrated Ground when you Block -{variant:2}50% chance to create Desecrated Ground when you Block -{variant:3,4}100% chance to create Desecrated Ground when you Block -]],[[ -Loreweave -Elegant Ringmail -Source: Vendor Recipe -Variant: Pre 3.6.0 -Variant: Current -Implicits: 0 -Has 6 Sockets -+(8-24) to all Attributes -Adds (4-10) to (14-36) Physical Damage to Attacks -(20-60)% increased Global Critical Strike Chance -+(15-50) to maximum Energy Shield -+(20-60) to maximum Life -+(20-50) to maximum Mana -(6-30)% increased Rarity of Items found -(15-50)% increased Elemental Damage -{variant:1}Your Maximum Resistances are (76-80)% -{variant:2}Your Maximum Resistances are (76-78)% -]],[[ -Replica Loreweave -Elegant Ringmail -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 0 -Has 6 Sockets -+(8-24) to all Attributes -Adds (4-10) to (14-36) Physical Damage to Attacks -(120-160)% increased Global Critical Strike Chance -+(150-200) to maximum Energy Shield -+(120-160) to maximum Life -+(120-160) to maximum Mana -(6-30)% increased Rarity of Items found -(15-50)% increased Elemental Damage -Your Maximum Resistances are (70-72)% -]],[[ -Rotting Legion -Loricated Ringmail -Source: No longer obtainable -League: Blight -Implicits: 0 -Socketed Gems are Supported by Level 1 Meat Shield -(100-140)% increased Armour and Energy Shield -+(50-80) to maximum Life -(5-8)% increased Damage per Raised Zombie -1% less Elemental Damage taken per Raised Zombie -]],[[ -Sporeguard -Saint's Hauberk -League: Blight -Source: Drops in Blighted Maps -Implicits: 0 -Trigger Level 10 Contaminate when you Kill an Enemy -(200-250)% increased Armour and Energy Shield -(7-10)% increased maximum Life -+(17-23)% to Chaos Resistance -Enemies on Fungal Ground you Kill Explode, dealing 5% of their Life as Chaos Damage -You have Fungal Ground around you while stationary -This item can be anointed by Cassia -]],[[ -Voll's Protector -Holy Chainmail -League: Legion -Variant: Pre 3.7.0 -Variant: Current -Implicits: 0 -{variant:1}60% increased Armour and Energy Shield -{variant:2}(100-150)% increased Armour and Energy Shield -50% reduced maximum Mana -Gain a Power Charge for each Enemy you hit with a Critical Strike -{variant:2}Inner Conviction -]], + -- Body: Evasion/Energy Shield -[[ -Bloodbond -Bone Armour -Variant: Pre 3.16.0 -Variant: Current -Implicits: 0 -Grants Level 15 Blood Offering Skill -(100-120)% increased Evasion and Energy Shield -(15-25)% increased maximum Life -Minions have (20-30)% increased maximum Life -Regenerate 1% of Life per second -{variant:1}Minions have (6-10)% chance to Suppress Spell Damage -{variant:2}Minions have (12-15)% chance to Suppress Spell Damage -]],[[ -Carcass Jack -Varnished Coat -Variant: Pre 3.0.0 -Variant: Pre 3.5.0 -Variant: Current -Implicits: 0 -(120-150)% increased Evasion and Energy Shield -+(50-70) to maximum Life -+(9-12)% to all Elemental Resistances -{variant:1,2}20% increased Area of Effect -{variant:3}(40-50)% increased Area of Effect -{variant:1}12% increased Area Damage -{variant:2,3}(40-50)% increased Area Damage -Extra gore -]],[[ -Cloak of Defiance -Lacquered Garb -Variant: Pre 1.3.0 -Variant: Pre 3.0.0 -Variant: Pre 3.5.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -{variant:1,2,3}(110-150)% increased Evasion and Energy Shield -{variant:4,5}(300-400)% increased Evasion and Energy Shield -{variant:1,2}+(90-110) to maximum Mana -{variant:3,4,5}+(100-150) to maximum Mana -{variant:1,2}(40-50)% increased Mana Regeneration Rate -{variant:3,4,5}Regenerate 1% of Mana per second -{variant:1,3,4}10% of Damage is taken from Mana before Life -Mind Over Matter -]],[[ -Dendrobate -Sentinel Jacket -Implicits: 0 -Socketed Gems are Supported by Level 10 Chance to Poison -(130-150)% increased Evasion and Energy Shield -+40 to maximum Energy Shield -+(15-25)% to all Elemental Resistances -(75-100)% increased Damage with Poison if you have at least 300 Dexterity -(15-25)% increased Poison Duration if you have at least 150 Intelligence -]],[[ -The Eternity Shroud -Blood Raiment -Shaper Item -Elder Item -Source: Drops from unique{The Elder} (Uber) -Implicits: 0 -Trigger Level 20 Glimpse of Eternity when Hit -(100-150)% increased Evasion and Energy Shield -+(70-100) to maximum Life -+(17-23)% to Chaos Resistance -Gain (3-5)% of Elemental Damage as Extra Chaos Damage per Shaper Item Equipped -Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Shaper Items -]],[[ -Replica Eternity Shroud -Blood Raiment -Shaper Item -Elder Item -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 0 -Trigger Level 20 Shade Form when Hit -(100-150)% increased Evasion and Energy Shield -+(70-100) to maximum Life -+(17-23)% to Chaos Resistance -Gain (3-5)% of Physical Damage as Extra Chaos Damage per Elder Item Equipped -Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Elder Items -]],[[ -Expedition's End -Sentinel Jacket -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 0 -(100-150)% increased Evasion and Energy Shield -(5-10)% increased maximum Life -All Damage can Freeze -Freeze Chilled Enemies as though dealing (50-100)% more Damage -Nearby Enemies are Chilled -]],[[ -Inpulsa's Broken Heart -Sadist Garb -Variant: Pre 3.5.0 -Variant: Pre 3.7.0 -Variant: Current -Implicits: 0 -+(60-80) to maximum Life -(20-50)% increased Damage if you have Shocked an Enemy Recently -{variant:1,2}(25-40)% increased Effect of Shock -{variant:3}(15-25)% increased Effect of Shock -{variant:1}Shocked Enemies you Kill Explode, dealing (5-10)% of -{variant:2,3}Shocked Enemies you Kill Explode, dealing 5% of -their Life as Lightning Damage which cannot Shock -Unaffected by Shock -]],[[ -The Restless Ward -Carnal Armour -Variant: Pre 2.6.0 -Variant: Pre.3.19.0 -Variant: Current -Implicits: 1 -+(20-25) to maximum Mana -{variant:1}(120-150)% increased Evasion and Energy Shield -{variant:2,3}(220-250)% increased Evasion and Energy Shield -{variant:1}+(40-60) to maximum Life -{variant:2,3}+(60-80) to maximum Life -{variant:1,2}1% increased Movement Speed per Frenzy Charge -{variant:3}4% increased Movement Speed per Frenzy Charge -{variant:1}Regenerate (15-20) Life per second per Endurance Charge -{variant:2}Regenerate (20-30) Life per second per Endurance Charge -{variant:3}Regenerate 75 Life per second per Endurance Charge -{variant:1,2}100% increased Endurance, Frenzy and Power Charge Duration -{variant:3}(100-200)% increased Endurance, Frenzy and Power Charge Duration -]],[[ -Replica Restless Ward -Carnal Armour -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -+(20-25) to maximum Mana -(220-250)% increased Evasion and Energy Shield -+(60-80) to maximum Life -6% increased Movement Speed per Frenzy Charge --2 to Maximum Endurance Charges --2 to Maximum Frenzy Charges -Regenerate (100-140) Life per second per Endurance Charge -]],[[ -Saqawal's Nest -Blood Raiment -League: Bestiary -Source: Drops from unique{Saqawal, First of the Sky} -Implicits: 0 -+(25-75) to all Attributes -+(30-40)% to Lightning Resistance -(12-20)% increased Mana Reservation Efficiency of Skills -100% increased Aspect of the Avian Buff Effect -Aspect of the Avian also grants Avian's Might and Avian's Flight to nearby Allies -+(120-150) to Evasion Rating and Energy Shield -]],[[ -Shroud of the Lightless -Carnal Armour -League: Abyss -Source: Drops from unique{Amanamu, Liege of the Lightless} or unique{Ulaman, Sovereign of the Well} -Variant: Two Abyssal Sockets (Pre 3.12.0) -Variant: One Abyssal Socket (Pre 3.12.0) -Variant: Two Abyssal Sockets (Pre 3.21.0) -Variant: One Abyssal Socket (Pre 3.21.0) -Variant: Three Abyssal Sockets (Current) -Variant: Two Abyssal Sockets (Current) -Variant: One Abyssal Socket (Current) -Implicits: 1 -+(20-25) to maximum Mana -{variant:5}Has 3 Abyssal Sockets -{variant:1,3,6}Has 2 Abyssal Sockets -{variant:2,4,7}Has 1 Abyssal Socket -{variant:1,2}Socketed Gems are Supported by Level 20 Elemental Penetration -{variant:3,4}Socketed Gems are Supported by Level 25 Elemental Penetration -20% chance to Trigger Level 20 Shade Form when you Use a Socketed Skill -(160-180)% increased Evasion and Energy Shield -{variant:1,2,3,4}(6-10)% increased maximum Life -{variant:1,2,3,4}(9-15)% increased maximum Mana -{variant:1,2,3,4}1% increased Maximum Life per Abyss Jewel affecting you -{variant:5,6,7}3% increased Maximum Life per Abyss Jewel affecting you -{variant:1,2,3,4}1% increased Maximum Mana per Abyss Jewel affecting you -{variant:5,6,7}3% increased Maximum Mana per Abyss Jewel affecting you -{variant:5,6,7}Penetrate 4% Elemental Resistances per Abyss Jewel affecting you -]],[[ -Replica Shroud of the Lightless -Carnal Armour -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -+(20-25) to maximum Mana -Has 6 Abyssal Sockets -]],[[ -Stasis Prison -Carnal Armour -Source: Drops in Unrelenting Domain of Timeless Conflict -Implicits: 1 -+(20-25) to maximum Mana -(140-160)% increased Evasion and Energy Shield -+(80-100) to maximum Life -Temporal Rift has no Reservation -(80-100)% of Damage taken Recouped as Life -Debuffs on you Expire (80-100)% faster -]],[[ -Tinkerskin -Sadist Garb -Implicits: 0 -(140-170)% increased Evasion and Energy Shield -+(60-90) to maximum Life -(10-15)% increased Cooldown Recovery Rate for throwing Traps -15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy -30% chance to gain Phasing for 4 seconds when your Trap is triggered by an Enemy -Recover 100 Life when your Trap is triggered by an Enemy -Recover 50 Energy Shield when your Trap is triggered by an Enemy -]],[[ -Victario's Influence -Lacquered Garb -Variant: Pre 2.6.0 -Variant: Current -Implicits: 0 -+1 to Level of Socketed Aura Gems -{variant:1}Socketed Gems are Supported by Level 1 Generosity -{variant:2}Socketed Gems are Supported by Level 30 Generosity -Socketed Gems have 45% increased Reservation Efficiency -(120-150)% increased Evasion and Energy Shield -{variant:1}(10-20)% increased Area of Effect of Aura Skills -{variant:2}(20-40)% increased Area of Effect of Aura Skills -(10-15)% increased effect of Non-Curse Auras from your Skills -]], + -- Body: Armour/Evasion/Energy Shield -[[ -The Admiral -Varnished Coat -League: Heist -Source: Drops from unique{Admiral Darnaw} in normal{Contract: Death to Darnaw} -Implicits: 0 -+(30-40) to Intelligence -(100-140)% increased Evasion and Energy Shield -+(10-20)% to all Elemental Resistances -(5-10)% chance to Freeze, Shock and Ignite -Elemental Damage you Deal with Hits is Resisted by lowest Elemental Resistance instead -]],[[ -Atziri's Splendour -Sacrificial Garb -Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} -Variant: Pre 3.0.0 (Armour) -Variant: Pre 3.0.0 (Armour/Evasion) -Variant: Pre 3.0.0 (Evasion) -Variant: Pre 3.0.0 (Evasion/ES + Life) -Variant: Pre 3.0.0 (Evasion/ES + ES) -Variant: Pre 3.0.0 (Energy Shield) -Variant: Pre 3.0.0 (Armour/ES + Life) -Variant: Pre 3.0.0 (Armour/ES + ES) -Variant: Pre 3.0.0 (Armour/Evasion/ES) -Variant: Current (Armour) -Variant: Current (Armour/Evasion) -Variant: Current (Evasion) -Variant: Current (Evasion/ES + Life) -Variant: Current (Evasion/ES + ES) -Variant: Current (Energy Shield) -Variant: Current (Armour/ES + Life) -Variant: Current (Armour/ES + ES) -Variant: Current (Armour/Evasion/ES) -Implicits: 1 -+1 to Level of all Vaal Skill Gems -{variant:1,10}(380-420)% increased Armour -{variant:2,11}(200-220)% increased Evasion Rating and Armour -{variant:3,12}(380-420)% increased Evasion Rating -{variant:4,5,13,14}(200-220)% increased Evasion and Energy Shield -{variant:6,15}(270-300)% increased Energy Shield -{variant:7,8,16,17}(200-220)% increased Armour and Energy Shield -{variant:9,18}(270-340)% increased Armour, Evasion and Energy Shield -{variant:1,2,3,4,7,10,11,12,13,16}+(90-100) to Maximum Life -{variant:5,6,8}+(90-100) to Maximum Energy Shield -{variant:14,15,17}+(70-80) to Maximum Energy Shield -+(20-24)% to all Elemental Resistances -Gain 100 Life per Enemy Killed -Gain 100 Mana per Enemy Killed -]],[[ -Shadowstitch -Sacrificial Garb -League: Incursion -Source: Double Corrupting Sacrificial Garb -Variant: Pre 3.10.0 -Variant: Current -Implicits: 0 -Has an additional Implicit Mod -+(20-30) to all Attributes -{variant:2}(250-350)% increased Armour, Evasion and Energy Shield -Recover (3-5)% of Life on Kill -Recover (3-5)% of Energy Shield on Kill --(6-4)% to all Resistances for each Corrupted Item Equipped -8% increased Maximum Energy Shield for each Corrupted Item Equipped -6% increased Maximum Life for each Corrupted Item Equipped -Corrupted -]], + } diff --git a/src/Data/Uniques/boots.lua b/src/Data/Uniques/boots.lua index 443d9798c..a337d1179 100644 --- a/src/Data/Uniques/boots.lua +++ b/src/Data/Uniques/boots.lua @@ -2,1129 +2,17 @@ return { -- Boots: Armour -[[ -Craiceann's Tracks -Goliath Greaves -League: Bestiary -Source: Drops from unique{Craiceann, First of the Deep} -Requires Level 54, 95 Str -(150-180)% increased Armour -+(50-70) to maximum Life -+(25-30)% to Cold Resistance -25% increased Movement Speed -Cannot be Stunned if you have at least 10 Crab Barriers -You only lose (5-7) Crab Barriers when you take Physical Damage from a Hit -]],[[ -Doryani's Delusion -Titan Greaves -League: Delve -Source: Drops from unique{The Apex Assembly} in unique{Doryani's Machinarium} -Variant: Purity of Fire: Fire -Variant: Purity of Fire: Cold -Variant: Purity of Fire: Lightning -Variant: Purity of Ice: Fire -Variant: Purity of Ice: Cold -Variant: Purity of Ice: Lightning -Variant: Purity of Lightning: Fire -Variant: Purity of Lightning: Cold -Variant: Purity of Lightning: Lightning -Requires Level 68, 120 Str -{variant:1,2,3}Grants Level 25 Purity of Fire Skill -{variant:4,5,6}Grants Level 25 Purity of Ice Skill -{variant:7,8,9}Grants Level 25 Purity of Lightning Skill -{variant:1,4,7}Adds (25-30) to (40-45) Fire Damage to Spells and Attacks -{variant:2,5,8}Adds (25-30) to (40-45) Cold Damage to Spells and Attacks -{variant:3,6,9}Adds (1-3) to (68-72) Lightning Damage to Spells and Attacks -(100-120)% increased Armour -+(60-70) to maximum Life -30% increased Movement Speed -]],[[ -The Infinite Pursuit -{variant:1}Goliath Greaves -{variant:2}Titan Greaves -Variant: Pre 3.21.0 -Variant: Current -League: Breach -Source: Drops in Uul-Netol Breach or from unique{Uul-Netol, Unburdened Flesh} -Upgrade: Upgrades to unique{The Red Trail} using currency{Blessing of Uul-Netol} -Requires Level 54, 95 Str -{variant:1}+(30-60) to maximum Life -20% increased Movement Speed -Moving while Bleeding doesn't cause you to take extra Damage -{variant:1}15% increased Movement Speed while Bleeding -{variant:2}20% increased Movement Speed while Bleeding -{variant:2}Bleeding on you expires 75% slower while Moving -{variant:2}Cannot be Stunned while Bleeding -{variant:2}Cannot be Poisoned while Bleeding -50% chance to be inflicted with Bleeding when Hit by an Attack -]],[[ -The Red Trail -Titan Greaves -Variant: Pre 3.21.0 -Variant: Current -League: Breach -Source: Upgraded from unique{The Infinite Pursuit} using currency{Blessing of Uul-Netol} -Requires Level 68, 120 Str -{variant:1}(60-80)% increased Armour -{variant:2}(60-100)% increased Armour -{variant:1}+(50-70) to maximum Life -{variant:2}+(60-100) to maximum Life -{variant:1}25% increased Movement Speed -{variant:2}30% increased Movement Speed -Gain a Frenzy Charge on Hit while Bleeding -{variant:1}15% increased Movement Speed while Bleeding -10% additional Physical Damage Reduction while stationary -50% chance to be inflicted with Bleeding when Hit by an Attack -Gore Footprints -]],[[ -Replica Red Trail -Titan Greaves -Variant: Pre 3.21.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 68, 120 Str -{variant:1}(60-80)% increased Armour -{variant:2}(60-100)% increased Armour -{variant:1}+(50-70) to maximum Life -{variant:2}+(60-100) to maximum Life -{variant:1}25% increased Movement Speed -{variant:2}30% increased Movement Speed -Gain a Power Charge on Hit while Poisoned -+30% to Chaos Resistance while stationary -15% increased Movement Speed while Poisoned -Necrotic Footprints -50% chance for Spell Hits against you to inflict Poison -]],[[ -Kahuturoa's Certainty -Ancient Greaves -Requires Level 46, 82 Str -(100-150)% increased Armour -5% reduced Movement Speed -(100-200)% increased Stun and Block Recovery -Unaffected by Damaging Ailments -]],[[ -Kaom's Roots -Titan Greaves -Variant: Pre 2.6.0 -Variant: Current -Requires Level 68, 120 Str -Has no Sockets -Cannot be Knocked Back -{variant:1}+(120-150) to maximum Life -{variant:2}+(150-200) to maximum Life -Unwavering Stance -{variant:2}Cannot Be Slowed to Below Base Speed -]],[[ -Redblade Tramplers -Ancient Greaves -League: Warbands -Variant: Pre 2.6.0 -Variant: Current -Requires Level 46, 82 Str -{variant:2}+(50-70) to maximum Life -Adds (2-5) to (7-10) Physical Damage to Attacks -(5-10)% reduced Enemy Stun Threshold -(150-200)% increased Armour -+(20-30)% to Fire Resistance -{variant:1}20% increased Movement Speed -{variant:2}25% increased Movement Speed -Unaffected by Burning Ground -]],[[ -Stormcharger -Plated Greaves -Variant: Pre 3.19.0 -Variant: Current -+(1-50)% to Lightning Resistance -{variant:1}20% increased Movement Speed -{variant:2}(1-40)% increased Movement Speed -{variant:1}30% of Physical Damage Converted to Lightning Damage -{variant:1}50% increased Duration of Lightning Ailments -{variant:2}(1-100)% increased Duration of Lightning Ailments -{variant:1}(15-25)% increased Effect of Lightning Ailments -{variant:2}(1-50)% increased Effect of Lightning Ailments -{variant:2}Unaffected by Shocked Ground -]],[[ -The Tempest Rising -Goliath Greaves -Source: Drops from unique{Sirus, Awakener of Worlds} (Uber) -Requires Level 54, 95 Str -(80–120)% increased Armour -30% increased Movement Speed -(5–25)% increased Duration of Ailments on Enemies -Damaging Ailments deal damage (5–25)% faster -You and Enemies in your Presence count as moving while affected by Elemental Ailments -]],[[ -Torchoak Step -Antique Greaves -Variant: Pre 3.16.0 -Variant: Current -Requires Level 37, 67 Str -(80-120)% increased Armour -{variant:1}(30-50)% increased Totem Life -{variant:2}(20-30)% increased Totem Life -25% increased Movement Speed -(30-50)% increased Totem Placement speed -{variant:1}Totems Reflect 25% of their maximum Life as Fire Damage to nearby Enemies when Hit -{variant:2}Totems Reflect 100% of their maximum Life as Fire Damage to nearby Enemies when Hit -]],[[ -Windscream -Reinforced Greaves -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -(50-80)% increased Armour -+(10-15)% to all Elemental Resistances -{variant:1}10% increased Movement Speed -{variant:2}15% increased Movement Speed -{variant:3}20% increased Movement Speed -{variant:1}10% increased Elemental Damage -{variant:2}(10-20)% increased Elemental Damage -You can apply an additional Curse -{variant:3}50% increased Area of Effect of Hex Skills -]],[[ -Windshriek -Reinforced Greaves -Source: No longer obtainable -LevelReq: 60 -(200-250)% increased Armour -+(10-15)% to all Elemental Resistances -25% increased Movement Speed -(10-20)% increased Elemental Damage -You can apply an additional Curse -60% increased Area of Effect of Hex Skills -]],[[ -Dawnstrider -Vaal Greaves -Variant: Pre 3.25.0 -Variant: Current -Source: Drops from unique{The Searing Exarch} -+(80-100) to maximum Life -30% increased Movement Speed -{variant:1}100% increased Effect of Buffs your Ancestor Totems grant while Active -{variant:1}Buffs from Active Ancestor Totems Linger for 4 seconds -{variant:1}Maximum 1 Buff from an Active Ancestor Totem at a time -{variant:2}Socketed Slam Gems are Supported by Level 25 Earthbreaker -{variant:2}Ancestral Bond -{variant:2}(3-5)% of Damage from hits is taken from your nearest Totem's Life before you -]], + -- Boots: Evasion -[[ -Abberath's Hooves -Goathide Boots -Requires Level 12, 26 Dex -Triggers Level 7 Abberath's Fury when Equipped -+(20-30) to Strength -15% increased Movement Speed -(6-10)% chance to Ignite -When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy -1% increased Fire Damage per 20 Strength -Burning Hoofprints -]],[[ -Atziri's Step -Slink Boots -Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Apex of Sacrifice} -Variant: Pre 3.16.0 -Variant: Current -Requires Level 69, 120 Dex -180% increased Evasion Rating -+(55-75) to maximum Life -30% increased Movement Speed -{variant:1}(21-24)% chance to Suppress Spell Damage -{variant:2}(20-26)% chance to Suppress Spell Damage -]],[[ -The Blood Dance -Sharkskin Boots -Variant: Pre 1.0.0 -Variant: Pre 2.1.0 -Variant: Pre 3.11.0 -Variant: Current -Requires Level 44, 79 Dex -+(30-40) to Dexterity -20% increased Movement Speed -2% increased Movement Speed per Frenzy Charge -{variant:1,2,3}3% reduced Attack and Cast Speed per Frenzy Charge -{variant:4}4% reduced Attack and Cast Speed per Frenzy Charge -{variant:1,2}Regenerate 1% of Life per second per Frenzy Charge -{variant:3}Regenerate 0.5% of Life per second per Frenzy Charge -{variant:4}Regenerate 0.8% of Life per second per Frenzy Charge -(20-30)% chance to gain a Frenzy Charge on Kill -Gore Footprints -{variant:1}3% increased Damage per Frenzy Charge with Hits against Enemies on Low Life -{variant:2,3}6% increased Damage per Frenzy Charge with Hits against Enemies on Low Life -{variant:4}(20-30)% increased Damage per Frenzy Charge with Hits against Enemies on Low Life -]],[[ -Deerstalker -Deerskin Boots -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 22, 42 Dex -{variant:1,2}Socketed Gems are Supported by Level 11 Trap -{variant:3}Socketed Gems are Supported by Level 15 Trap -(160-200)% increased Evasion Rating -{variant:1,2}+(35-45) to maximum Life -{variant:2,3}15% increased Movement Speed -(14-18)% increased Trap Throwing Speed -{variant:1}30% increased Movement Speed for 9 seconds on Throwing a Trap -{variant:2,3}15% increased Movement Speed for 9 seconds on Throwing a Trap -]],[[ -Orbala's Stand -Eelskin Boots -(100-150)% increased Evasion Rating -(20-30)% increased Movement Speed -Cannot be Stunned by Suppressed Spell Damage -Debilitate Enemies for 4 Seconds when you Suppress their Spell Damage -]],[[ -Doryani's Delusion -Slink Boots -League: Delve -Source: Drops from unique{The Apex Assembly} in unique{Doryani's Machinarium} -Variant: Purity of Fire: Fire -Variant: Purity of Fire: Cold -Variant: Purity of Fire: Lightning -Variant: Purity of Ice: Fire -Variant: Purity of Ice: Cold -Variant: Purity of Ice: Lightning -Variant: Purity of Lightning: Fire -Variant: Purity of Lightning: Cold -Variant: Purity of Lightning: Lightning -Requires Level 69, 120 Dex -{variant:1,2,3}Grants Level 25 Purity of Fire Skill -{variant:4,5,6}Grants Level 25 Purity of Ice Skill -{variant:7,8,9}Grants Level 25 Purity of Lightning Skill -{variant:1,4,7}Adds (25-30) to (40-45) Fire Damage to Spells and Attacks -{variant:2,5,8}Adds (25-30) to (40-45) Cold Damage to Spells and Attacks -{variant:3,6,9}Adds (1-3) to (68-72) Lightning Damage to Spells and Attacks -(100-120)% increased Evasion Rating -+(60-70) to maximum Life -30% increased Movement Speed -]],[[ -Farrul's Chase -Slink Boots -League: Bestiary -Source: Drops from unique{Farrul, First of the Plains} -Requires Level 69, 120 Dex -Trigger Level 20 Intimidating Cry when you lose Cat's Stealth -(110-150)% increased Evasion Rating -+(50-70) to maximum Life -20% increased Movement Speed -(40-50)% chance to avoid Bleeding -20% increased Movement Speed while you have Cat's Stealth -]],[[ -Goldwyrm -Nubuck Boots -Variant: Pre 1.1.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 34, 62 Dex -60% increased Mana Regeneration Rate -{variant:1}(20-30)% increased Quantity of Items Found -{variant:2}(14-20)% increased Quantity of Items Found -{variant:3}(20-40)% increased Rarity of Items Found -+(40-50)% to Fire Resistance -10% increased Movement Speed -]],[[ -Garukhan's Flight -Stealth Boots -Variant: Pre 3.5.0 -Variant: Pre 3.16.0 -Variant: Current -Requires Level 62, 117 Dex -+(30-40) to Dexterity -{variant:1}(80-120)% increased Evasion Rating -{variant:2}(320-380)% increased Evasion Rating -{variant:3}(300-340)% increased Evasion Rating -30% increased Movement Speed -Immune to Burning Ground, Shocked Ground and Chilled Ground -Regenerate 100 Life per second while moving -{variant:1}+1 to Maximum Life per 10 Dexterity -{variant:2,3}+2 to Maximum Life per 10 Dexterity -]],[[ -Seven-League Step -Rawhide Boots -League: Perandus -50% increased Movement Speed -]],[[ -Sin Trek -Stealth Boots -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.5.0 -Variant: Current -Requires Level 62, 117 Dex -+(20-30) to Dexterity -+(20-30) to Intelligence -(80-100)% increased Evasion Rating -{variant:1}+(50-70) to maximum Energy Shield -{variant:2}+(70-100) to maximum Energy Shield -{variant:3}+(100-160) to maximum Energy Shield -{variant:4}+(100-150) to maximum Energy Shield -30% increased Movement Speed -Enemies Cannot Leech Life From You -]],[[ -Temptation Step -Shagreen Boots -League: Ultimatum -Source: Drops from unique{The Trialmaster} -Requires Level 55, 97 Dex -(170-250)% increased Evasion Rating -+(19-29)% to Chaos Resistance -15% increased Damage for each Poison on you up to a maximum of 75% -10% increased Movement Speed for each Poison on you up to a maximum of 50% -Poison you inflict with Travel Skills is Reflected to you if you have fewer than 5 Poisons on you -]],[[ -Three-step Assault -Shagreen Boots -Variant: Pre 2.6.0 -Variant: Pre 3.16.0 -Variant: Current -Requires Level 55, 97 Dex -+(25-35) to Dexterity -(20-40)% increased Evasion Rating -{variant:1}40% increased Evasion Rating while you have Onslaught -{variant:2,3}100% increased Evasion Rating while you have Onslaught -{variant:1}+(30-60) to maximum Life -{variant:2,3}+(50-70) to maximum Life -{variant:1}20% increased Movement Speed -{variant:2,3}25% increased Movement Speed -{variant:1,2}10% chance to Avoid Elemental Ailments while Phasing -{variant:3}30% chance to Avoid Elemental Ailments while Phasing -]],[[ -Replica Three-step Assault -Shagreen Boots -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 55, 97 Dex -+(25-35) to Dexterity -(20-40)% increased Evasion Rating -+(50-70) to maximum Life -25% increased Movement Speed -(10-30)% increased Elusive Effect -10% increased Movement Speed if you've Hit an Enemy Recently -]],[[ -Victario's Flight -Goathide Boots -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -+15 to Dexterity -+15 to Intelligence -(100-150)% increased Evasion Rating -{variant:2}15% increased Movement Speed -{variant:3}(10-20)% increased Movement Speed -{variant:1}30% increased Movement Speed when on Low Life -{variant:3}(10-20)% increased Movement Speed when on Low Life -{variant:1,2}(5-10)% of Damage taken Recouped as Mana -{variant:2}10% increased Movement Speed for you and nearby Allies -{variant:3}Quicksilver Flasks you Use also apply to nearby Allies -]], + -- Boots: Energy Shield -[[ -Bones of Ullr -Silk Slippers -Variant: Pre 3.8.0 -Variant: Current -Requires Level 22, 42 Int -+20 to maximum Life -+20 to maximum Mana -(40-60)% increased Energy Shield -(5-15)% increased Movement Speed -{variant:1}+1 to Maximum number of Raised Zombies -{variant:1}+1 to Maximum number of Spectres -{variant:2}+1 to Level of all Raise Zombie Gems -{variant:2}+1 to Level of all Raise Spectre Gems -]],[[ -Replica Bones of Ullr -Silk Slippers -Variant: Pre 3.23.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 22, 42 Int -(40-60)% increased Energy Shield -+20 to maximum Life -+20 to maximum Mana -(5-15)% increased Movement Speed -{variant:1}Summoned Phantasms have 10% chance to refresh their Duration when they Hit a Unique Enemy -{variant:2}Summoned Phantasms have 10% chance to refresh their Duration when they Hit a Rare or Unique Enemy -{variant:1}Summoned Raging Spirits have 10% chance to refresh their Duration when they Hit a Unique Enemy -{variant:2}Summoned Raging Spirits have 10% chance to refresh their Duration when they Hit a Rare or Unique Enemy -]],[[ -Doryani's Delusion -Sorcerer Boots -League: Delve -Source: Drops from unique{The Apex Assembly} in unique{Doryani's Machinarium} -Variant: Purity of Fire: Fire Pre 3.16.0 -Variant: Purity of Fire: Cold Pre 3.16.0 -Variant: Purity of Fire: Lightning Pre 3.16.0 -Variant: Purity of Ice: Fire Pre 3.16.0 -Variant: Purity of Ice: Cold Pre 3.16.0 -Variant: Purity of Ice: Lightning Pre 3.16.0 -Variant: Purity of Lightning: Fire Pre 3.16.0 -Variant: Purity of Lightning: Cold Pre 3.16.0 -Variant: Purity of Lightning: Lightning Pre 3.16.0 -Variant: Purity of Fire: Fire -Variant: Purity of Fire: Cold -Variant: Purity of Fire: Lightning -Variant: Purity of Ice: Fire -Variant: Purity of Ice: Cold -Variant: Purity of Ice: Lightning -Variant: Purity of Lightning: Fire -Variant: Purity of Lightning: Cold -Variant: Purity of Lightning: Lightning -Requires Level 67, 120 Int -{variant:1,2,3,10,11,12}Grants Level 25 Purity of Fire Skill -{variant:4,5,6,13,14,15}Grants Level 25 Purity of Ice Skill -{variant:7,8,9,16,17,18}Grants Level 25 Purity of Lightning Skill -{variant:1,4,7,10,13,16}Adds (25-30) to (40-45) Fire Damage to Spells and Attacks -{variant:2,5,8,11,14,17}Adds (25-30) to (40-45) Cold Damage to Spells and Attacks -{variant:3,6,9,12,15,18}Adds (1-3) to (68-72) Lightning Damage to Spells and Attacks -{variant:1,2,3,4,5,6,7,8,9}(180-220)% increased Energy Shield -{variant:10,11,12,13,14,15,16,17,18}(150-180)% increased Energy Shield -+(60-70) to maximum Life -30% increased Movement Speed -]],[[ -Inya's Epiphany -Arcanist Slippers -Requires Level 61, 119 Int -+(50-70) to maximum Life -25% increased Movement Speed -(5-8)% increased Intelligence -5% increased Damage per Power Charge -25% chance that if you would gain Power Charges, you instead gain up to -your maximum number of Power Charges -]],[[ -Replica Inya's Epiphany -Arcanist Slippers -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 61, 119 Int -(5-8)% increased Intelligence -+(50-70) to maximum Life -5% increased Damage per Power Charge -Regenerate 0.5% of Life per second per Power Charge -5% increased Movement Speed per Power Charge -]],[[ -Rainbowstride -Conjurer Boots -Variant: Pre 1.0.0 -Variant: Pre 1.1.0 -Variant: Pre 2.6.0 -Variant: Pre 3.4.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 53, 94 Int -{variant:1,2,3,4}(6-7)% Chance to Block Spell Damage -{variant:5}(4-6)% Chance to Block Spell Damage -{variant:6}(15-20)% Chance to Block Spell Damage -{variant:1,2}+(80-100) to maximum Mana -{variant:3,4,5,6}+(40-60) to maximum Mana -{variant:1,2}(150-200)% increased Energy Shield -{variant:3,4,5}(140-180)% increased Energy Shield -{variant:1,3,4,5,6}+20% to all Elemental Resistances -{variant:2}+8% to all Elemental Resistances -{variant:1,2,3,6}20% increased Movement Speed -{variant:4,5}25% increased Movement Speed -]],[[ -Shavronne's Pace -Scholar Boots -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 32, 54 Int -{variant:1,2,3}+10 to Dexterity -{variant:1}+10 to Intelligence -{variant:2,3,4}+(20-30) to Intelligence -{variant:1}(50-70)% increased Energy Shield -{variant:2,3,4}(100-140)% increased Energy Shield -{variant:3,4}15% increased Movement Speed -{variant:1,2}35% increased Movement Speed when on Full Life -{variant:3,4}20% increased Movement Speed when on Full Life -{variant:1,2,3}(10-15)% increased Stun and Block Recovery -{variant:4}(150-200)% increased Stun and Block Recovery -]],[[ -Shavronne's Gambit -Scholar Boots -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Current -Requires Level 32, 54 Int -+10 to Dexterity -+(20-30) to Intelligence -(100-140)% increased Energy Shield -{variant:2}15% increased Movement Speed -{variant:1}35% increased Movement Speed when on Full Life -{variant:2}20% increased Movement Speed when on Full Life -{variant:1}Regenerate 2% of Energy Shield per second while on Low Life -{variant:2}Regenerate 1% of Energy Shield per second -(10-15)% increased Stun and Block Recovery -]],[[ -Skyforth -Sorcerer Boots -Energy Shield: 64 -Requires Level 67, 123 Int -+(60-120) to maximum Mana -30% increased Movement Speed -25% chance to gain a Power Charge on Critical Strike -12% increased Reservation Efficiency of Skills -You have no Life Regeneration -Stun Threshold is based on 500% of your Mana instead of Life -]],[[ -Steppan Eard -Sorcerer Boots -League: Warbands -Variant: Pre 3.0.0 -Variant: Current -Requires Level 67, 123 Int -{variant:1}(110-140)% increased Energy Shield -{variant:2}(50-80)% increased Energy Shield -+(20-30) to maximum Energy Shield -30% increased Movement Speed -20% increased Movement Speed on Shocked Ground -50% increased Damage on Burning Ground -Regenerate 2% of Life per second on Chilled Ground -Unaffected by Desecrated Ground -]],[[ -Wanderlust -Wool Shoes -+5 to Dexterity -(20-40)% increased Mana Regeneration Rate -+(10-20) to maximum Energy Shield -20% increased Movement Speed -Cannot be Frozen -]],[[ -Wondertrap -Velvet Slippers -Variant: Pre 1.0.0 -Variant: Pre 3.19.0 -Variant: Current -{variant:1,2}+(5-10) to Strength -{variant:3}+(5-30) to Strength -{variant:1,2}+(5-10) to Dexterity -{variant:3}+(5-30) to Dexterity -{variant:1,2}+(5-10) to Intelligence -{variant:3}+(5-30) to Intelligence -{variant:1,2}+(10-16) to maximum Energy Shield -{variant:3}+(5-30) to maximum Energy Shield -100% increased Rarity of Items found when on Low Life -{variant:1}15% increased Movement Speed -{variant:2}10% increased Movement Speed -{variant:3}(10-25)% increased Movement Speed -]],[[ -Greedtrap -Velvet Slippers -Source: No longer obtainable -LevelReq: 52 -+(5-10) to Strength -+(5-10) to Dexterity -+(5-10) to Intelligence -+(90-110) to maximum Energy Shield -(10-16)% increased Quantity of Items found when on Low Life -20% increased Movement Speed -]], + -- Boots: Armour/Evasion -[[ -Beacon of Madness -{variant:1}Two-Toned Boots (Armour/Evasion) -{variant:2}Two-Toned Boots (Armour/Energy Shield) -{variant:3}Two-Toned Boots (Evasion/Energy Shield) -Variant: Two-Toned Boots (Armour/Evasion) -Variant: Two-Toned Boots (Armour/Energy Shield) -Variant: Two-Toned Boots (Evasion/Energy Shield) -League: Delirium -Implicits: 3 -{variant:1}+(8-12)% to Fire and Cold Resistances -{variant:2}+(8-12)% to Fire and Lightning Resistances -{variant:3}+(8-12)% to Cold and Lightning Resistances -Grants Level 1 Embrace Madness Skill -30% increased Movement Speed -{variant:1}(150-300)% increased Armour and Evasion -{variant:1}+15 to maximum Fortification while affected by Glorious Madness -{variant:1}20% chance to deal Double Damage while affected by Glorious Madness -{variant:2}(20-40)% increased Effect of Non-Damaging Ailments -{variant:2}You have Igniting, Chilling and Shocking Conflux while affected by Glorious Madness -{variant:2}Immune to Elemental Ailments while affected by Glorious Madness -{variant:3}(20-40)% increased Chaos Damage -{variant:3}Enemies you Kill while affected by Glorious Madness have a 40% chance to Explode, dealing a quarter of their Life as Chaos Damage -{variant:3}All Damage inflicts Poison while affected by Glorious Madness -]],[[ -Darkray Vectors -Dragonscale Boots -Variant: Pre 2.6.0 -Variant: Pre 3.16.0 -Variant: Current -Requires Level 65, 62 Str, 62 Dex -{variant:2,3}(40-70)% increased Armour and Evasion -+(20-40)% to Lightning Resistance -5% increased Movement Speed per Frenzy Charge -+1 to Maximum Frenzy Charge -{variant:1}50% reduced Frenzy Charge Duration -{variant:2,3}40% reduced Frenzy Charge Duration -25% reduced Light Radius -{variant:1,2}2% chance to Suppress Spell Damage per Frenzy Charge -{variant:3}10% increased Evasion Rating per Frenzy Charge -]],[[ -Dusktoe -{variant:1}Leatherscale Boots -{variant:2,3,4}Ironscale Boots -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -{variant:1,2,3}(40-60)% increased Armour and Evasion -{variant:4}(60-100)% increased Armour and Evasion -{variant:1,2}+(10-20) to maximum Life -{variant:3}+(20-30) to maximum Life -{variant:1,2}+(10-20) to maximum Mana -{variant:1,2,3}15% increased Movement Speed -{variant:4}20% increased Movement Speed -{variant:1,2,3}50% increased Stun and Block Recovery -20% reduced Light Radius -{variant:3}Adds (15-20) to (25-30) Chaos Damage to Spells and Attacks during any Flask Effect -{variant:4}Adds (30-40) to (50-60) Chaos Damage to Spells and Attacks during any Flask Effect -+50% to Chaos Resistance during any Flask Effect -]],[[ -Duskblight -Ironscale Boots -Source: No longer obtainable -Variant: Pre 3.11.0 -Variant: Current -Requires Level 40, 19 Str, 19 Dex -{variant:1}Socketed Gems are Supported by Level 15 Added Chaos Damage -{variant:2}Trigger Level 1 Stalking Pustule on Kill -(120-150)% increased Armour and Evasion -+(50-60) to maximum Life -20% increased Movement Speed -50% increased Stun and Block Recovery -20% reduced Light Radius -+50% to Chaos Resistance during any Flask Effect -{variant:2}Adds (30-40) to (50-60) Chaos Damage to Spells and Attacks during any Flask Effect -]],[[ -Legacy of Fury -Wyrmscale Boots -Source: Drops from unique{The Maven} -Variant: Pre 3.17.0 -Variant: Current -League: Ritual -Requires Level 69, 48 Str, 48 Dex -(200-300)% increased Armour and Evasion -{variant:1}-(15-10)% to all Elemental Resistances -30% increased Movement Speed -{variant:1}Drops Scorched Ground while moving, lasting 4 seconds -{variant:2}Nearby Enemies are Scorched -(30-50)% increased Effect of Scorch -(30-40)% chance when you Kill a Scorched Enemy to Burn Each surrounding Enemy for 4 seconds, dealing 8% of the Killed Enemy's Life as Fire Damage per second -]],[[ -Annihilation's Approach -Dragonscale Boots -Variant: Pre 3.23.0 -Variant: Current -Source: Drops from unique{The Searing Exarch} (Uber) -Grants Level 20 Approaching Flames Skill -(60-100)% increased Armour and Evasion -30% increased Movement Speed -Cannot be Chilled -Cannot be Frozen -{variant:1}Take 10000 Fire Damage per Second while Flame-Touched -{variant:2}Take 6000 Fire Damage per Second while Flame-Touched -Gain Adrenaline when you become Flame-Touched -Lose Adrenaline when you cease to be Flame-Touched -]],[[ -Gamblesprint -Hydrascale Boots -League: Affliction -Requires Level 59, 56 Str, 56 Dex -+(30-40) to Dexterity -(100-150)% increased Armour and Evasion -+(20-40)% to Lightning Resistance -When Hit, gain a random Movement Speed modifier from 40% reduced to 100% increased until Hit again -]],[[ -Lioneye's Paws -Bronzescale Boots -League: Legion -Variant: Pre 3.7.0 -Variant: Current -Requires Level 30, 30 Str, 30 Dex -{variant:2}Trigger Level 5 Rain of Arrows when you Attack with a Bow -+(40-60) to Strength -+(40-60) to Dexterity -Adds 12 to 24 Fire Damage to Attacks -20% increased Movement Speed -40% reduced Movement Speed when on Low Life -{variant:1}20% increased Stun and Block Recovery -{variant:1}Cannot be Stunned when on Low Life -]],[[ -Replica Lioneye's Paws -Bronzescale Boots -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 30, 30 Str, 30 Dex -Trigger Level 5 Toxic Rain when you Attack with a Bow -+(40-60) to Strength -+(40-60) to Dexterity -Adds 12 to 24 Chaos Damage to Attacks -20% increased Movement Speed -40% reduced Movement Speed when on Low Life -]],[[ -Mutewind Whispersteps -Serpentscale Boots -League: Warbands -Variant: Pre 2.6.0 -Variant: Current -Requires Level 42, 40 Str, 40 Dex -{variant:1}Adds (15-19) to (28-35) Cold Damage to Spells -{variant:2}Adds (25-30) to (40-50) Cold Damage to Spells -{variant:1}(20-40)% increased Critical Strike Chance for Spells -{variant:2}(50-70)% increased Critical Strike Chance for Spells -(100-150)% increased Evasion Rating -+(20-30)% to Cold Resistance -{variant:1}20% increased Movement Speed -{variant:2}25% increased Movement Speed -Unaffected by Chilled Ground -]],[[ -Saqawal's Talons -Hydrascale Boots -League: Bestiary -Source: Drops from unique{Saqawal, First of the Sky} -Requires Level 59, 56 Str, 56 Dex -Grants Level 20 Aspect of the Avian Skill -(100-150)% increased Armour and Evasion -(20-30)% increased Movement Speed -+(-2-2) seconds to Avian's Flight Duration -Regenerate 100 Life per Second while you have Avian's Flight -Regenerate 12 Mana per Second while you have Avian's Flight -]], + -- Boots: Armour/Energy Shield -[[ -Alberon's Warpath -Soldier Boots -Variant: Pre 3.19.0 -Variant: Current -(15-18)% increased Strength -Adds 1 to 80 Chaos Damage to Attacks -+(180-220) to Armour -{variant:1}+(9-12)% to Chaos Resistance -{variant:2}+(13-19)% to Chaos Resistance -{variant:1}20% increased Movement Speed -{variant:2}25% increased Movement Speed -{variant:1}+1 to Maximum number of Skeletons -{variant:2}Summoned Skeleton Warriors are Permanent and Follow you -{variant:2}Summon Skeletons cannot Summon more than 1 Skeleton Warrior -]],[[ -Replica Alberon's Warpath -Soldier Boots -Variant: Pre 3.19.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -(15-18)% increased Strength -+(180-220) to Armour -{variant:1}+(9-12)% to Chaos Resistance -{variant:2}+(13-19)% to Chaos Resistance -{variant:1}20% increased Movement Speed -{variant:2}25% increased Movement Speed -Cannot deal non-Chaos Damage -Adds 1 to 80 Chaos Damage to Attacks per 80 Strength -]],[[ -Death's Door -Crusader Boots -Source: Drops in The Eternal Labyrinth -Requires Level 64, 62 Str, 62 Int -+(20-40) to Strength -200% increased Armour and Energy Shield -+(10-15)% to all Elemental Resistances -25% increased Movement Speed -+1 to Maximum Endurance Charges -50% increased Elemental Ailment Duration on You -Bleeding cannot be inflicted on you -]],[[ -Gang's Momentum -Legion Boots -Variant: Pre 2.6.0 -Variant: Current -Requires Level 58, 54 Str, 54 Int -(160-180)% increased Armour and Energy Shield -+(50-60)% to Fire Resistance -25% increased Movement Speed -{variant:1}(5-7)% chance to Ignite -{variant:2}(10-15)% chance to Ignite -{variant:1}15% increased Damage against Ignited Enemies -{variant:2}(25-40)% increased Damage against Ignited Enemies -]],[[ -March of the Legion -Legion Boots -Variant: Pre 3.17.0 -Variant: Current -League: Synthesis -Requires Level 58, 54 Str, 54 Int -{variant:1}+2 to Level of Socketed Aura Gems -{variant:2}+(3-5) to Level of Socketed Aura Gems -Socketed Gems are Supported by Level 25 Divine Blessing -(250-300)% increased Armour and Energy Shield -+(12-18)% to all Elemental Resistances -(20-30)% increased Movement Speed -]],[[ -Ralakesh's Impatience -Riveted Boots -Variant: Pre 3.19.0 -Variant: Pre 3.23.0 -Variant: Pre 3.24.0 -Variant: Current -Requires Level 36, 35 Str, 35 Int -+(15-25)% to Cold Resistance -+(15-25)% to Chaos Resistance -{variant:1}20% increased Movement Speed -{variant:2,3}30% increased Movement Speed -{variant:1}Gain a Frenzy, Endurance, or Power Charge once per second while you are Stationary -{variant:1,2}Lose all Frenzy, Endurance, and Power Charges when you Move -{variant:2}Minimum Endurance Charges equal to Maximum while stationary -{variant:2}Minimum Frenzy Charges equal to Maximum while stationary -{variant:2}Minimum Power Charges equal to Maximum while stationary -{variant:3,4}Count as having maximum number of Endurance Charges -{variant:3,4}Count as having maximum number of Frenzy Charges -{variant:3,4}Count as having maximum number of Power Charges -]],[[ -Wake of Destruction -Mesh Boots -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Current -Requires Level 28, 28 Str, 28 Int -Adds 1 to 120 Lightning Damage to Attacks -(20-60)% increased Armour and Energy Shield -Gain (10-20) Life per Enemy Killed -{variant:2,3}15% increased Movement Speed -{variant:1,2}10% Chance to Cause Monsters to Flee -{variant:3}Drops Shocked Ground while moving, lasting 2 seconds -]], + -- Boots: Evasion/Energy Shield -[[ -Brinerot Whalers -Trapper Boots -League: Warbands -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Requires Level 41, 40 Dex, 40 Int -{variant:1}+(60-80) to maximum Energy Shield -{variant:2}+(120-150) to maximum Energy Shield -{variant:3}+(80-100) to maximum Energy Shield -20% increased Global Physical Damage -{variant:1}20% increased Movement Speed -{variant:2,3}25% increased Movement Speed -+(20-30)% to Lightning Resistance -(20-40)% increased Projectile Damage -Unaffected by Shocked Ground -]],[[ -Bubonic Trail -Murder Boots -League: Abyss -Source: Drops from unique{Amanamu, Liege of the Lightless} or unique{Ulaman, Sovereign of the Well} -Variant: One Abyssal Socket (Pre 3.21.0) -Variant: Two Abyssal Sockets (Pre 3.21.0) -Variant: One Abyssal Socket (Current) -Variant: Two Abyssal Sockets (Current) -Requires Level 69, 82 Dex, 42 Int -{variant:1,3}Has 1 Abyssal Socket -{variant:2,4}Has 2 Abyssal Sockets -Triggers Level 20 Death Walk when Equipped -{variant:1,2}(4-6)% increased maximum Life -{variant:3,4}(40-60)% reduced Duration of Elemental Ailments on You while affected by a Rare Abyss Jewel -{variant:1,2}30% increased Movement Speed -{variant:3,4}(24-32)% increased Movement Speed while affected by a Magic Abyss Jewel -{variant:1,2}10% increased Damage for each type of Abyssal Jewel affecting you -{variant:3,4}(16-24)% increased Reservation Efficiency while affected by a Unique Abyss Jewel -]],[[ -Corpsewalker -Carnal Boots -Variant: Pre 3.19.0 -Variant: Current -League: Heist -Requires Level 55, 52 Dex, 52 Int -Implicits: 0 -Triggers Level 20 Corpse Walk when Equipped -(80-120)% increased Evasion and Energy Shield -25% increased Movement Speed -{variant:1}(20-40)% increased Damage if you have Consumed a corpse Recently -{variant:1}For each nearby corpse, Regenerate 0.25% Life per second, up to 3% -{variant:2}For each nearby corpse, Regenerate 8.00 Life per Second -{variant:2}For each nearby corpse, 1% increased Movement Speed -]],[[ -Dance of the Offered -{variant:1}Shackled Boots -{variant:2}Carnal Boots -Variant: Pre 3.14.0 -Variant: Current -League: Incursion -Source: Opening normal{Thunder Coffer} in normal{Conduit of Lightning} -Upgrade: Upgrades to unique{Omeyocan} via currency{Vial of the Ritual} -{variant:1}Requires Level 34, 34 Dex, 34 Int -{variant:2}Requires Level 55, 52 Dex, 52 Int -+(50-60) to maximum Mana -{variant:1}+(15-20)% to Lightning Resistance -{variant:2}+(25-30)% to Lightning Resistance -25% increased Movement Speed -You have Onslaught while not on Low Mana -{variant:1}Lose (30-40) Mana per Second -{variant:2}The Agnostic -]],[[ -Omeyocan -Carnal Boots -Variant: Pre 3.16.0 -Variant: Current -League: Incursion -Source: Upgraded from unique{Dance of the Offered} via currency{Vial of the Ritual} -Requires Level 55, 52 Dex, 52 Int -(15-20)% increased maximum Mana -+(25-30)% to Lightning Resistance -30% increased Movement Speed -{variant:1}2% increased Evasion per 500 Maximum Mana -{variant:2}10% increased Evasion per 500 Maximum Mana -You have Onslaught while not on Low Mana -Lose 7% of maximum Mana per Second -]],[[ -Fenumus' Spinnerets -Assassin's Boots -League: Bestiary -Source: Drops from unique{Fenumus, First of the Night} -Requires Level 63, 62 Dex, 62 Int -(160-200)% increased Evasion and Energy Shield -+(20-30)% to Lightning Resistance -+(17-23)% to Chaos Resistance -25% increased Movement Speed -Aspect of the Spider can inflict Spider's Web on Enemies an additional time -Gain (15-20) Energy Shield for each Enemy you Hit which is affected by a Spider's Web -(40-50)% increased Aspect of the Spider Debuff Duration -]],[[ -Inextricable Fate -Fugitive Boots -Source: Drops from unique{The Eater of Worlds} -Requires Level 70, 56 Dex, 76 Int -Implicits: 1 -+(13-17)% to Chaos Resistance -+(80-100) to maximum Life -30% increased Movement Speed -You gain 3 Grasping Vines when you take a Critical Strike -Nearby stationary Enemies gain a Grasping Vine every 0.5 seconds -All Damage inflicts Poison against Enemies affected by at least 3 Grasping Vines -You take (30-50)% reduced Extra Damage from Critical Strikes by Poisoned Enemies -]],[[ -Nomic's Storm -Strapped Boots -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Current -Requires Level 16, 18 Dex, 18 Int -+(20-30) to Dexterity -+(30-50) to Evasion Rating -+(15-30) to maximum Energy Shield -20% increased Movement Speed -+20% to Cold Resistance -{variant:1}30% increased Physical Damage taken -{variant:2}20% increased Physical Damage taken -{variant:3}15% increased Damage taken while on Full Energy Shield -20% increased Movement Speed when on Full Energy Shield -]],[[ -The Stampede -Assassin's Boots -Requires Level 63, 62 Dex, 62 Int -League: Blight -Source: Drops in Blighted Maps -(100-150)% increased Evasion and Energy Shield -(30-40)% increased Stun and Block Recovery -Travel Skills have (50-80)% increased Cooldown Recovery Speed -(30-40)% increased Mana Regeneration Rate while moving -Your Movement Speed is 150% of its base value -This item can be anointed by Cassia -]],[[ -Replica Stampede -Assassin's Boots -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 63, 62 Dex, 62 Int -(100-150)% increased Evasion and Energy Shield -(30-40)% increased Stun and Block Recovery -Socketed Travel Skills deal 80% more Damage -(30-40)% increased Mana Regeneration Rate while moving -Your Movement Speed is 150% of its base value -This item can be anointed by Cassia -]],[[ -Sundance -Clasped Boots -Variant: Pre 2.6.0 -Variant: Current -Requires Level 27, 27 Dex, 27 Int -10% increased Attack Speed -(80-120)% increased Evasion Rating -(20-30)% increased Rarity of Items found -+(30-40)% to Fire Resistance -{variant:1}10% increased Movement Speed -{variant:2}20% increased Movement Speed -]],[[ -Sunspite -Clasped Boots -Source: No longer obtainable -Requires Level 59, 27 Dex, 27 Int -10% increased Attack Speed -(260-300)% increased Evasion and Energy Shield -(20-30)% increased Rarity of Items found -+(30-40)% to Fire Resistance -20% increased Movement Speed -(10-20)% increased Movement Speed while Ignited -+25% chance to be Ignited -Regenerate (75-125) Life per second while Ignited -]],[[ -Veruso's Ambition -Shackled Boots -League: Necropolis -Requires Level 34, 34 Dex, 34 Int -Grants Level 20 Ravenous Skill -(80–120)% increased Evasion and Energy Shield -+(13–23)% to Chaos Resistance -(20–30)% increased Movement Speed -Enemies display their Monster Category -]],[[ -Voidwalker -Murder Boots -Shaper Item -Source: Drops from unique{The Shaper} -Variant: Pre 3.0.0 -Variant: Current -Requires Level 69, 82 Dex, 42 Int -+(30-50) to Dexterity -(140-180)% increased Evasion and Energy Shield -30% increased Movement Speed -20% chance to Avoid Projectiles while Phasing -You have Phasing if you've Killed Recently -{variant:1}Projectiles Pierce all Targets while you have Phasing -{variant:2}Projectiles Pierce 5 additional Targets while you have Phasing -Celestial Footprints -]],[[ -Replica Voidwalker -Murder Boots -Shaper Item -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 69, 82 Dex, 42 Int -+(30-50) to Dexterity -(140-180)% increased Evasion and Energy Shield -30% increased Movement Speed -10% increased Damage taken while Phasing -You have Phasing if you've Killed Recently -Projectiles Chain +1 times while you have Phasing -Celestial Footprints -]], + -- Boots: Ward -[[ -Olroth's Charge -Runic Sollerets -League: Expedition -Requires Level 48, 37 Str, 37 Dex, 37 Int -(50-80)% increased Ward -(30-50)% slower Restoration of Ward -20% increased Movement Speed -Gain Adrenaline for 3 seconds when Ward Breaks -]], + } diff --git a/src/Data/Uniques/bow.lua b/src/Data/Uniques/bow.lua index 3afc3c91b..125909e1f 100644 --- a/src/Data/Uniques/bow.lua +++ b/src/Data/Uniques/bow.lua @@ -2,623 +2,5 @@ return { -- Weapon: Bow -[[ -Arborix -Assassin Bow -Variant: Pre 3.5.0 -Variant: Pre 3.9.0 -Variant: Pre 3.11.0 -Variant: Pre 3.17.0 -Variant: Current -Requires Level 62, 212 Dex -Source: Vendor Recipe -Implicits: 1 -{variant:3}+(15-25)% to Global Critical Strike Multiplier -{variant:1}Adds (60-70) to (180-210) Physical Damage -{variant:2,3,4}Adds (95-115) to (240-265) Physical Damage -{variant:5}Adds (80-100) to (200-225) Physical Damage -{variant:1,2,3}(80-100)% increased Evasion Rating -{variant:1,2,3}Bow Attacks fire 2 additional Arrows -{variant:1,2,3}Every 16 seconds you gain Iron Reflexes for 8 seconds -{variant:1,2,3}30% more Damage with Arrow Hits at Close Range while you have Iron Reflexes -{variant:1,2,3}30% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes -{variant:1,2,3}You have Far Shot while you do not have Iron Reflexes -{variant:4,5}Grants Level 30 Dash Skill -{variant:4,5}Bow Attacks fire 2 additional Arrows if you haven't Cast Dash recently -{variant:4,5}(20-30)% increased Attack Speed if you haven't Cast Dash recently -{variant:4,5}(100-160)% increased Evasion Rating if you've Cast Dash recently -{variant:4,5}(20-30)% increased Movement Speed if you've Cast Dash recently -{variant:4,5}Travel Skills other than Dash are Disabled -{variant:4,5}Iron Reflexes -]],[[ -Chin Sol -Assassin Bow -Variant: Pre 1.0.0 -Variant: Pre 1.2.0 -Variant: Pre 2.0.0 -Variant: Pre 3.5.0 -Variant: Pre 3.9.0 -Variant: Pre 3.17.0 -Variant: Current -Requires Level 62, 212 Dex -Implicits: 2 -{variant:2,3}(6-12)% increased Elemental Damage with Attack Skills -{variant:6,7}+(15-25)% to Global Critical Strike Multiplier -+(10-20) to Dexterity -{variant:1,2}(75-100)% increased Physical Damage -{variant:3,4}(150-180)% increased Physical Damage -{variant:5,6}(200-260)% increased Physical Damage -{variant:7}(100-140)% increased Physical Damage -Adds 25 to 50 Fire Damage -{variant:1,2}5% increased Attack Speed -{variant:3,4,5,6,7}(10-14)% increased Attack Speed -{variant:1,2,3,4}100% More Damage with Arrow Hits at Close Range -{variant:5,6,7}50% More Damage with Arrow Hits at Close Range -Bow Knockback at Close Range -]],[[ -The Crimson Storm -Steelwood Bow -League: Betrayal -Source: Drops from unique{Fortification Leaders} in normal{Safehouses} -Variant: Crit Multi while Rare/Unique Nearby (Pre 3.17.0) -Variant: Attack Speed while Rare/Unique Nearby (Pre 3.17.0) -Variant: Damage per Power Charge (Pre 3.17.0) -Variant: Damage per Frenzy Charge (Pre 3.17.0) -Variant: Damage per Endurance Charge (Pre 3.17.0) -Variant: Accuracy and Quality (Pre 3.17.0) -Variant: Attack Speed and Quality (Pre 3.17.0) -Variant: Attack Speed/Trigger Blood Rage on Kill (Pre 3.17.0) -Variant: Cast Speed/Trigger Arcane Surge on Kill (Pre 3.17.0) -Variant: Minion Attack and Cast Speed (Pre 3.17.0) -Variant: Double Damage (Pre 3.17.0) -Variant: Double Damage while Focused (Pre 3.17.0) -Variant: Socketed Spell Trigger (Pre 3.17.0) -Variant: Pre 3.17.0 -Variant: Crit Multi while Rare/Unique Nearby (Current) -Variant: Attack Speed while Rare/Unique Nearby (Current) -Variant: Damage per Power Charge (Current) -Variant: Damage per Frenzy Charge (Current) -Variant: Damage per Endurance Charge (Current) -Variant: Accuracy and Str/Dex (Current) -Variant: Attack Speed and Dex/Int (Current) -Variant: Critical Strike Chance and Str/Int (Current) -Variant: Cast Speed/Trigger Arcane Surge on Kill (Current) -Variant: Minion Attack and Cast Speed (Current) -Variant: Double Damage (Current) -Variant: Double Damage while Focused (Current) -Variant: Socketed Spell Trigger (Current) -Variant: Fire Damage over Time (Current) -Variant: Physical Damage over Time (Current) -Variant: Chaos Damage over Time (Current) -Variant: Current -Requires Level 57, 190 Dex -Implicits: 1 -{variant:1,2,3,4,5,6,7,8,9,10,11,12,13,14}(4-6)% increased Movement Speed -{variant:15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31}6% increased Movement Speed -{variant:1,2,3,4,5,6,7,8,9,10,11,12,13,14}(140-170)% increased Physical Damage -{variant:15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31}(60-80)% increased Physical Damage -(25-35)% increased Critical Strike Chance -50% chance to inflict Bleeding on Critical Strike with Attacks -Enemies you inflict Bleeding on grant (60-100)% increased Flask Charges -Adds (100-120) to (150-165) Physical Damage against Bleeding Enemies -50% chance to Maim Enemies on Critical Strike with Attacks -{variant:1}{crafted}+(18-45)% Critical Strike Multiplier while there is a Rare or Unique Enemy Nearby -{variant:2}{crafted}(11-22)% increased Attack Speed while a Rare or Unique Enemy is Nearby -{variant:3}{crafted}(5-6)% increased Damage per Power Charge -{variant:4}{crafted}(5-6)% increased Damage per Frenzy Charge -{variant:5}{crafted}(5-6)% increased Damage per Endurance Charge -{variant:6}{crafted}+(30-250) to Accuracy Rating -{variant:7}{crafted}(8-16)% increased Attack Speed -{variant:6,7}{crafted}+(7-18)% to Quality -{variant:8}{crafted}(8-16)% increased Attack Speed -{variant:8}{crafted}10% chance to Trigger Level 1 Blood Rage when you Kill an Enemy -{variant:9}{crafted}(7-13)% increased Cast Speed -{variant:9}{crafted}10% chance to gain Arcane Surge when you Kill an Enemy -{variant:10}{crafted}Minions have (16-28)% increased Attack Speed -{variant:10}{crafted}Minions have (16-28)% increased Cast Speed -{variant:11}{crafted}(4-12)% chance to deal Double Damage -{variant:12}{crafted}(13-36)% chance to deal Double Damage while Focused -{variant:13}{crafted}Trigger a Socketed Spell when you Use a Skill, with a 8 second Cooldown -{variant:15}{crafted}+(54-60)% Critical Strike Multiplier while there is a Rare or Unique Enemy Nearby -{variant:16}{crafted}(27-30)% increased Attack Speed while a Rare or Unique Enemy is Nearby -{variant:17}{crafted}(7-8)% increased Damage per Power Charge -{variant:18}{crafted}(7-8)% increased Damage per Frenzy Charge -{variant:19}{crafted}(7-8)% increased Damage per Endurance Charge -{variant:20}{crafted}+(311-350) to Accuracy Rating -{variant:20}{crafted}+(25-28) to Strength and Dexterity -{variant:21}{crafted}(18-22)% increased Attack Speed -{variant:21}{crafted}+(25-28) to Dexterity and Intelligence -{variant:22}{crafted}(28-32)% increased Critical Strike Chance -{variant:22}{crafted}+(25-28) to Strength and Intelligence -{variant:23}{crafted}(26-31)% increased Cast Speed -{variant:23}{crafted}15% chance to gain Arcane Surge when you Kill an Enemy -{variant:24}{crafted}Minions have (34-38)% increased Attack Speed -{variant:24}{crafted}Minions have (34-38)% increased Cast Speed -{variant:25}{crafted}(12-14)% chance to deal Double Damage -{variant:26}{crafted}(36-40)% chance to deal Double Damage while Focused -{variant:27}{crafted}Trigger a Socketed Spell when you Use a Skill, with a 4 second Cooldown -{variant:27}{crafted}Spells Triggered this way have 150% more Cost -{variant:28}{crafted}+(24-28)% to Fire Damage over Time Multiplier -{variant:29}{crafted}+(24-28)% to Physical Damage over Time Multiplier -{variant:30}{crafted}+(24-28)% to Chaos Damage over Time Multiplier -]],[[ -Darkscorn -Assassin Bow -League: Legion -Variant: Pre 1.2.0 -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.7.0 -Variant: Pre 3.9.0 -Variant: Pre 3.17.0 -Variant: Current -Requires Level 62, 212 Dex -Implicits: 2 -{variant:1,2}(6-12)% increased Elemental Damage with Attack Skills -{variant:6,7}+(15-25)% to Global Critical Strike Multiplier -{variant:1,2,3}(100-125)% increased Physical Damage -{variant:4,5,6}(130-150)% increased Physical Damage -{variant:7}(60-80)% increased Physical Damage -{variant:2}Adds (6-10) to (10-14) Physical Damage -{variant:3,4}Adds (10-15) to (15-20) Physical Damage -{variant:5,6,7}Adds (15-20) to (25-30) Physical Damage -{variant:1,2,3,4}10% increased Attack Speed -{variant:5,6,7}20% increased Attack Speed -25% of Physical Damage Converted to Chaos Damage -(15-30)% increased Accuracy Rating -25% of Physical Damage from Hits taken as Chaos Damage -{variant:5,6,7}20% chance for Poisons inflicted with this Weapon to deal 300% more Damage -]],[[ -Death's Harp -Death Bow -Variant: Pre 1.2.0 -Variant: Pre 2.2.0 -Variant: Pre 3.0.0 -Variant: Pre 3.10.0 -Variant: Pre 3.17.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 32, 107 Dex -Implicits: 1 -{variant:2,3,4,5,6,7}(30-50)% increased Critical Strike Chance -{variant:1,2,3,4,5}(100-125)% increased Physical Damage -{variant:6,7}(90-105)% increased Physical Damage -10% increased Attack Speed -{variant:1,2,4}+100% to Global Critical Strike Multiplier -{variant:3}+150% to Global Critical Strike Multiplier -{variant:5,6,7}+50% to Global Critical Strike Multiplier -{variant:1,2,3,4,5,6}Adds an additional Arrow -{variant:7}Bow Attacks fire 2 additional Arrows -]],[[ -Death's Opus -Death Bow -Source: No longer obtainable -Variant: Pre 1.2.0 -Variant: Pre 2.2.0 -Variant: Pre 3.0.0 -Variant: Pre 3.10.0 -Variant: Pre 3.17.0 -Variant: Current -Requires Level 44, 107 Dex -Implicits: 1 -{variant:2,3,4,5,6}(30-50)% increased Critical Strike Chance -{variant:1,2,3,4,5}(100-125)% increased Physical Damage -{variant:6}(90-105)% increased Physical Damage -Adds (10-20) to (30-35) Physical Damage -10% increased Attack Speed -{variant:1,2,4}+100% to Global Critical Strike Multiplier -{variant:3}+150% to Global Critical Strike Multiplier -{variant:5,6}+50% to Global Critical Strike Multiplier -Bow Attacks fire 2 additional Arrows -]],[[ -Doomfletch -Royal Bow -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.1.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 28, 95 Dex -Implicits: 2 -{variant:2}(6-12)% increased Elemental Damage with Attack Skills -{variant:3,4,5}(20-24)% increased Elemental Damage with Attack Skills -{variant:2,3}Adds (8-12) to (16-20) Physical Damage -{variant:4,5}Adds (12-16) to (20-24) Physical Damage -(10-14)% increased Attack Speed -{variant:1,2,3}(30-40)% increased Critical Strike Chance -60% increased Mana Regeneration Rate -{variant:1,2,3}Gain 110% of Weapon Physical Damage as Extra Damage of a random Element -{variant:4}Gain 100% of Weapon Physical Damage as Extra Damage of a random Element -{variant:5}Gain 100% of Weapon Physical Damage as Extra Damage of each Element -]],[[ -Doomfletch's Prism -Royal Bow -Source: No longer obtainable -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.1.0 -Variant: Current -Requires Level 40, 95 Dex -Implicits: 2 -{variant:2}(6-12)% increased Elemental Damage with Attack Skills -{variant:3,4}(20-24)% increased Elemental Damage with Attack Skills -{variant:2,3}Adds (8-12) to (16-20) Physical Damage -{variant:4}Adds (12-16) to (20-24) Physical Damage -(10-14)% increased Attack Speed -{variant:1,2,3}(30-40)% increased Critical Strike Chance -60% increased Mana Regeneration Rate -{variant:1,2,3}Gain 110% of Weapon Physical Damage as Extra Damage of each Element -{variant:4}Gain 100% of Weapon Physical Damage as Extra Damage of each Element -]],[[ -The Gluttonous Tide -Citadel Bow -Source: Drops from unique{The Eater of Worlds} -Requires Level 58, 185 Dex -(120-160)% increased Physical Damage -(16-20)% increased Attack Speed -Lose all Frenzy Charges on reaching Maximum Frenzy Charges to make the next Bow Attack you perform fire that many additional Arrows -+(30-50)% to Global Critical Strike Multiplier while you have a Frenzy Charge -(20-40)% chance to gain a Frenzy Charge for each enemy you hit with a Critical Strike -]],[[ -Hopeshredder -Ranger Bow -Elder Item -Source: Drops from unique{The Elder} -Variant: Pre 3.4.0 -Variant: Current -Requires Level 60, 212 Dex -Adds (130-150) to (270-300) Cold Damage -4% increased Movement Speed per Frenzy Charge -+(400-500) to Accuracy Rating -{variant:2}(15-25)% increased Attack Speed -12 to 14 Cold Damage per Frenzy Charge -2% chance to Avoid Elemental Damage when Hit per Frenzy Charge -0.5% of Attack Damage Leeched as Life per Frenzy Charge -{variant:1}400 Cold Damage taken per second per Frenzy Charge while moving -{variant:2}200 Cold Damage taken per second per Frenzy Charge while moving -]],[[ -Infractem -Decimation Bow -Variant: Pre 1.2.0 -Variant: Pre 2.6.0 -Variant: Pre 3.7.0 -Variant: Pre 3.17.0 -Variant: Current -Requires Level 53, 170 Dex -Implicits: 1 -(30-50)% increased Critical Strike Chance -{variant:1,2}(90-100)% increased Physical Damage -{variant:3,4}(110-125)% increased Physical Damage -{variant:5}(70-80)% increased Physical Damage -{variant:2,3,4,5}Adds (25-35) to (36-45) Physical Damage -+(20-30) to Dexterity -{variant:1,2,3}+(200-250) to Accuracy Rating -{variant:4,5}+(350-400) to Accuracy Rating -Arrows Pierce all Targets -10% increased Movement Speed -{variant:1,2}Cannot Leech -{variant:3,4,5}Cannot Leech Life -]],[[ -Replica Infractem -Decimation Bow -Variant: Pre 3.17.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 53, 170 Dex -Implicits: 1 -(30-50)% increased Critical Strike Chance -+(20-30) to Dexterity -{variant:1}(110-125)% increased Physical Damage -{variant:2}(70-80)% increased Physical Damage -Adds (25-35) to (36-45) Physical Damage -10% increased Movement Speed -+(350-400) to Accuracy Rating -Cannot Leech Mana -Projectiles from Attacks Fork -Projectiles from Attacks can Fork 1 additional time -]],[[ -Iron Commander -Death Bow -Requires Level 32, 107 Dex -Implicits: 1 -(30-50)% increased Critical Strike Chance -Adds (8-12) to (16-24) Physical Damage -(14-20)% increased Attack Speed -(14-20)% increased Totem Life -(14-20)% increased Totem Placement speed -Can have 1 additional Siege Ballista Totem per 200 Dexterity -Adds 1 to 3 Physical Damage to Attacks per 25 Dexterity -]],[[ -Replica Iron Commander -Death Bow -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 32, 107 Dex -Implicits: 1 -(30-50)% increased Critical Strike Chance -Adds (8-12) to (16-24) Physical Damage -(14-20)% increased Attack Speed -(14-20)% increased Totem Life -(14-20)% increased Totem Placement speed -Shrapnel Ballista has +1 to maximum number of Summoned Totems per 200 Strength -Adds 1 to 3 Physical Damage to Attacks per 25 Strength -]],[[ -Lioneye's Glare -Imperial Bow -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.17.0 -Variant: Pre 3.20.0 -Variant: Current -Requires Level 66, 212 Dex -Implicits: 2 -{variant:2}(6-12)% increased Elemental Damage with Attack Skills -{variant:3,4,5,6}(20-24)% increased Elemental Damage with Attack Skills -{variant:1,2,3,4}(150-175)% increased Physical Damage -{variant:5}(90-105)% increased Physical Damage -{variant:6}(180-200)% increased Physical Damage -{variant:1,2,3,4,5}Adds (6-12) to (20-32) Physical Damage -{variant:6}Adds (7-14) to (24-34) Physical Damage -(10-20)% increased Attack Speed -+(80-100) to maximum Mana -Hits can't be Evaded -{variant:4,5,6}Far Shot -]],[[ -Null's Inclination -Ranger Bow -Variant: Pre 3.14.0 -Variant: Current -Requires Level 60, 212 Dex, 212 Int -Adds (50-80) to (130-180) Chaos Damage -(7-12)% increased Attack Speed -+(7-11)% to Chaos Resistance -{variant:1}Minions deal 1% increased Damage per 10 Dexterity -{variant:2}Minions deal 1% increased Damage per 5 Dexterity -+212 Intelligence Requirement -Cast Socketed Minion Spells on Kill with this Weapon -]],[[ -Nuro's Harp -Harbinger Bow -Variant: Pre 2.5.0 -Variant: Current -Requires Level 68, 212 Dex -Implicits: 1 -(30-50)% increased Critical Strike Chance -No Physical Damage -Adds (120-140) to (180-210) Cold Damage -(10-15)% increased Attack Speed -(10-30)% increased Light Radius -15% chance to create Chilled Ground when you Freeze an Enemy -Create Consecrated Ground when you Shatter an Enemy -{variant:2}40% increased Effect of Chilled Ground -]],[[ -Quill Rain -Short Bow -Variant: Pre 2.6.0 -Variant: Pre 3.9.0 -Variant: Current -Requires Level 5, 26 Dex -+(10-20) to Dexterity -{variant:2,3}100% increased Physical Damage -100% increased Attack Speed -+(25-50) to Accuracy Rating -(50-100)% increased Projectile Speed -{variant:1}50% less Damage -{variant:2}40% less Damage -{variant:3}30% less Damage -{variant:2,3}Gain 2 Mana per Enemy Hit with Attacks -]],[[ -Replica Quill Rain -Short Bow -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 5, 26 Dex -Socketed Gems are Supported by Level 1 Arrow Nova -+(10-20) to Dexterity -100% increased Physical Damage -(25-30)% increased Attack Speed -Gain 2 Mana per Enemy Hit with Attacks -(50-100)% increased Projectile Speed -+(25-50) to Accuracy Rating -]],[[ -Reach of the Council -Spine Bow -Variant: Pre 2.4.0 -Variant: Pre 2.6.0 -Variant: Pre 3.5.0 -Variant: Pre 3.11.0 -Variant: Pre 3.17.0 -Variant: Current -{variant:4,5,6}Socketed Gems are Supported by Level 20 Greater Volley -{variant:1}(50-70)% increased Physical Damage -{variant:2,3}(40-50)% increased Physical Damage -{variant:4,5,6}(50-75)% increased Physical Damage -{variant:1}Adds (25-40) to (100-115) Physical Damage -{variant:2,3,4,5}Adds (15-30) to (70-95) Physical Damage -{variant:6}Adds (10-16) to (45-60) Physical Damage -(8-12)% increased Attack Speed -{variant:1,2}4 additional Arrows -{variant:3}2 additional Arrows -20% reduced Projectile Speed -{variant:5,6}Arrows fired from the first firing points always Pierce -{variant:5,6}Arrows fired from the second firing points Fork -{variant:5,6}Arrows fired from the third firing points Return to you -{variant:5,6}Arrows fired from the fourth firing points Chain +2 times -]],[[ -Roth's Reach -Recurve Bow -Variant: Pre 3.9.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 18, 71 Dex -Implicits: 1 -{variant:2,3}+(15-25)% to Global Critical Strike Multiplier -(60-80)% increased Physical Damage -{variant:1,2}(4-8)% increased Attack Speed -{variant:1,2}Skills Chain +1 times -{variant:3}Skills Chain +2 times -30% increased Projectile Speed -{variant:1,2}(20-40)% increased Elemental Damage with Attack Skills -{variant:3}(60-80)% increased Elemental Damage with Attack Skills -]],[[ -Silverbranch -Crude Bow -Variant: Pre 2.0.0 -Variant: Current -Requires Level 2 -+1 to Level of Socketed Bow Gems -{variant:1}(50-80)% increased Physical Damage -{variant:2}(80-100)% increased Physical Damage -10% increased Attack Speed -+30 to Accuracy Rating -Gain 10 Mana per Enemy Killed -]],[[ -Silverbough -Crude Bow -Source: No longer obtainable -Requires Level 36 -+1 to Level of Socketed Gems -+1 to Level of Socketed Bow Gems -(80-100)% increased Physical Damage -Adds (15-25) to (50-60) Physical Damage -10% increased Attack Speed -+30 to Accuracy Rating -Gain 10 Mana per Enemy Killed -]],[[ -Widowhail -Crude Bow -(150-250)% increased bonuses gained from Equipped Quiver -]],[[ -Slivertongue -Harbinger Bow -Variant: Pre 3.5.0 -Variant: Pre 3.17.0 -Variant: Current -Requires Level 68, 212 Dex -Implicits: 1 -(30-50)% increased Critical Strike Chance -{variant:1}Adds (60-75) to (170-220) Physical Damage -{variant:2}Adds (110-125) to (245-265) Physical Damage -{variant:3}Adds (80-95) to (220-240) Physical Damage -{variant:1}100% increased Critical Strike Chance with arrows that Fork -{variant:2,3}(150-200)% increased Critical Strike Chance with arrows that Fork -{variant:1}Arrows that Pierce have 50% chance to cause Bleeding -{variant:2,3}Arrows that Pierce have +50% to Critical Strike Multiplier -{variant:1}Arrows Pierce all Targets after Chaining -{variant:2,3}Arrows Pierce all Targets after Forking -]],[[ -Storm Cloud -Long Bow -Variant: Pre 2.0.0 -Variant: Current -Requires Level 9, 38 Dex -No Physical Damage -{variant:1}Adds 1 to 75 Lightning Damage -{variant:2}Adds 1 to 85 Lightning Damage -(36-50)% increased Attack Speed -]],[[ -The Tempest -Long Bow -Source: No longer obtainable -Requires Level 32, 38 Dex -No Physical Damage -100% increased Lightning Damage -Adds 1 to 85 Lightning Damage -(36-50)% increased Attack Speed -]],[[ -Voltaxic Rift -Spine Bow -Variant: Pre 3.9.0 -Variant: Pre 3.20.0 -Variant: Current -{variant:1,2}Adds 1 to (275-325) Lightning Damage -{variant:3}Adds 1 to (600-750) Lightning Damage -(10-15)% increased Attack Speed -{variant:1,2}60% of Lightning Damage Converted to Chaos Damage -{variant:3}100% of Lightning Damage Converted to Chaos Damage -{variant:1,2}10% chance to Shock -Your Chaos Damage can Shock -{variant:2,3}Hits with this Weapon Shock Enemies as though dealing 300% more Damage -{variant:2,3}+40% to Maximum Effect of Shock -]],[[ -Windripper -Imperial Bow -Variant: Pre 1.1.2 -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.5.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 66, 212 Dex -Implicits: 2 -{variant:3}(6-12)% increased Elemental Damage with Attack Skills -{variant:4,5,6}(20-24)% increased Elemental Damage with Attack Skills -{variant:1}Adds 40 to 60 Cold Damage -{variant:2,3,4}Adds (32-40) to (48-60) Cold Damage -{variant:5,6}Adds (48-60) to (72-90) Cold Damage -{variant:1}Adds 1 to 100 Lightning Damage -{variant:2,3,4}Adds 1 to (80-100) Lightning Damage -{variant:5,6}Adds 1 to (120-150) Lightning Damage -(10-15)% increased Attack Speed -{variant:1,2}(80-100)% increased Critical Strike Chance -{variant:3,4}(60-80)% increased Critical Strike Chance -{variant:5,6}(30-40)% increased Critical Strike Chance -{variant:1,2}25% increased Quantity of Items Dropped by Slain Frozen enemies -{variant:3,4,5}15% increased Quantity of Items Dropped by Slain Frozen Enemies -{variant:6}30% increased Rarity of Items Dropped by Slain Frozen Enemies -{variant:1,2}50% increased Rarity of Items Dropped by Slain Shocked enemies -{variant:3,4,5,6}30% increased Rarity of Items Dropped by Slain Shocked Enemies -]],[[ -Replica Windripper -Imperial Bow -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 66, 212 Dex -Implicits: 1 -(20-24)% increased Elemental Damage with Attack Skills -Adds (48-60) to (72-90) Cold Damage -Adds 1 to (120-150) Lightning Damage -(10-15)% increased Attack Speed -(30-40)% increased Critical Strike Chance -Enemies Frozen by you take 20% increased Damage -+(90-120) Energy Shield gained on Killing a Shocked Enemy -]],[[ -Xoph's Inception -{variant:1}Bone Bow -{variant:2}Citadel Bow -Variant: Pre 3.21.0 -Variant: Current -League: Breach -Source: Drops in Xoph Breach or from unique{Xoph, Dark Embers} -Upgrade: Upgrades to unique{Xoph's Nurture} using currency{Blessing of Xoph} -Requires Level 23, 80 Dex -{variant:1}(70-90)% increased Physical Damage -{variant:2}(160-190)% increased Physical Damage -{variant:1}Gain (20-30) Life per Ignited Enemy Killed -{variant:2}Gain (200-300) Life per Ignited Enemy Killed -Gain 20% of Physical Damage as Extra Fire Damage -10% chance to Ignite -{variant:2}Projectiles Pierce all Burning Enemies -{variant:2}Arrows deal 30 to 50 Added Fire Damage for each time they've Pierced -]],[[ -Xoph's Nurture -Citadel Bow -League: Breach -Source: Upgraded from unique{Xoph's Inception} using currency{Blessing of Xoph} -Variant: Pre 3.3.0 -Variant: Pre 3.9.0 -Variant: Pre 3.17.0 -Variant: Current -Requires Level 64, 185 Dex -{variant:3,4}Socketed Gems are Supported by Level 20 Ignite Proliferation -{variant:1,2,3}(250-300)% increased Physical Damage -{variant:4}(165-195)% increased Physical Damage -50% of Physical Damage Converted to Fire Damage -10% chance to Ignite -{variant:1}Ignites your Skills cause spread to other Enemies within a Radius of 12 -{variant:2}Ignites your Skills cause spread to other Enemies within a Radius of 15 -Recover (40-60) Life when you Ignite an Enemy -]], + } diff --git a/src/Data/Uniques/claw.lua b/src/Data/Uniques/claw.lua index 44da95269..920c86378 100644 --- a/src/Data/Uniques/claw.lua +++ b/src/Data/Uniques/claw.lua @@ -2,369 +2,5 @@ return { -- Weapon: Claw -[[ -Advancing Fortress -Gut Ripper -Variant: Pre 2.6.0 -Variant: Current -Requires Level 46, 80 Dex, 80 Int -Implicits: 2 -{variant:1}Grants 21 Life per Enemy Hit -{variant:2}Grants 44 Life per Enemy Hit -Socketed Gems are Supported by Level 12 Fortify -(100-120)% increased Physical Damage -+110 to Evasion Rating -+(30-50) to maximum Life -+35 to maximum Energy Shield -Reflects (71-90) Physical Damage to Melee Attackers -15% Chance to Block Attack Damage -]],[[ -Replica Advancing Fortress -Gut Ripper -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 46, 80 Dex, 80 Int -Implicits: 1 -Grants 44 Life per Enemy Hit -Socketed Gems are Supported by Level 12 Cast when Damage Taken -15% Chance to Block Attack Damage -(100-120)% increased Physical Damage -+(30-50) to maximum Life -50% increased Defences from Equipped Shield -Adds 45 to 75 Fire Damage if you've Blocked Recently -]],[[ -Allure -Vaal Claw -Variant: Pre 3.0.0 -Variant: Current -Requires Level 66, 131 Dex, 95 Int -Implicits: 1 -2% of Physical Attack Damage Leeched as Life -{variant:1}(80-100)% increased Physical Damage -{variant:2}(110-130)% increased Physical Damage -Adds (15-20) to (30-40) Physical Damage -(8-12)% increased Attack Speed -15% increased Movement Speed while Phasing -{variant:1}You gain Phasing for 3 seconds on using a Vaal Skill -{variant:2}You gain Phasing for 10 seconds on using a Vaal Skill -]],[[ -Replica Allure -Vaal Claw -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 66, 95 Dex, 131 Int -Implicits: 1 -2% of Physical Attack Damage Leeched as Life -(110-130)% increased Physical Damage -Adds (15-20) to (30-40) Physical Damage -(8-12)% increased Attack Speed -Gain +50 Life when you Taunt an Enemy -You gain Onslaught for 1 seconds on Killing Taunted Enemies -Enemies Taunted by you take 10% increased Damage -]],[[ -Al Dhih -Timeworn Claw -League: Legion -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.7.0 -Variant: Pre 3.11.0 -Variant: Current -Requires Level 26, 39 Dex, 56 Int -Implicits: 3 -{variant:1}Grants 8 Life per Enemy Hit -{variant:2}2% of Physical Attack Damage Leeched as Life -{variant:3,4,5,6}Grants 19 Life per Enemy Hit -{variant:1,2,3,4}Socketed Gems have 10% chance to cause Enemies to Flee on Hit -{variant:4,5}Trigger Level 1 Intimidating Cry on Hit -{variant:1}(60-80)% increased Physical Damage -{variant:2,3,4,5,6}(100-120)% increased Physical Damage -3% of Physical Attack Damage Leeched as Life -{variant:1,2,3,4}10% reduced Enemy Stun Threshold with this Weapon -{variant:6}Enemies Taunted by your Warcries Explode on death, dealing 8% of their maximum Life as Chaos Damage -{variant:5}50% increased Warcry Buff Effect -{variant:6}25% increased Warcry Buff Effect -{variant:5,6}Warcry Skills' Cooldown Time is 4 seconds -]],[[ -Bloodseeker -Hellion's Paw -Variant: Pre 3.0.0 -Variant: Pre 3.20.0 -Variant: Current -Requires Level 62, 131 Dex, 95 Int -Implicits: 1 -1.6% of Physical Attack Damage Leeched as Life -{variant:1}(100-120)% increased Physical Damage -{variant:2}(150-170)% increased Physical Damage -{variant:3}(200-220)% increased Physical Damage -{variant:1,2}Adds 10 to 12 Physical Damage -{variant:3}Adds 25 to 30 Physical Damage -5% increased Attack Speed -1.2% of Physical Attack Damage Leeched as Life -5% increased Movement Speed -Life Leech from Hits with this Weapon is instant -]],[[ -Cybil's Paw -Thresher Claw -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 37, 53 Dex, 77 Int -Implicits: 3 -{variant:1}Grants 15 Life per Enemy Hit -{variant:2}Grants 21 Life per Enemy Hit -{variant:3,4}Grants 25 Life per Enemy Hit -{variant:1,2,3}(8-12)% increased Cast Speed -{variant:4}(15-20)% increased Cast Speed -+(30-40) to maximum Mana -{variant:1,2,3}Gain (5-8) Life per Enemy Hit with Spells -{variant:4}Gain (15-20) Life per Enemy Hit with Spells -{variant:1}6% increased Spell Damage per 5% Chance to Block Attack Damage -{variant:2,3,4}8% increased Spell Damage per 5% Chance to Block Attack Damage -]],[[ -Essentia Sanguis -{variant:1,2,3}Eye Gouger -{variant:4,5,6}Vaal Claw -Variant: Pre 1.3.0 -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Pre 3.20.0 -Variant: Current -Implicits: 3 -{variant:1,2}0.6% of Physical Attack Damage Leeched as Life -{variant:3}Grants 31 Life per Enemy Hit -{variant:4,5,6}2% of Physical Attack Damage Leeched as Life -{variant:1}+10% Chance to Block Attack Damage while Dual Wielding Claws -{variant:2,3,4,5,6}+8% Chance to Block Attack Damage while Dual Wielding Claws -{variant:1}(80-120)% increased Physical Damage -{variant:2,3,4,5}(140-180)% increased Physical Damage -{variant:1}Adds 1 to 50 Lightning Damage -{variant:2,3}Adds 1 to 80 Lightning Damage -{variant:4,5}Adds 1 to 200 Lightning Damage -{variant:6}Adds 1 to (600-700) Lightning Damage -(20-30)% increased Attack Speed -+(30-40) to maximum Energy Shield -{variant:1,2,3,4}Leech Energy Shield instead of Life -{variant:5}50% reduced Maximum Recovery per Energy Shield Leech -{variant:5,6}Energy Shield Leech Effects from Attacks are not removed at Full Energy Shield -{variant:5,6}Ghost Reaver -]],[[ -Hand of Thought and Motion -{variant:1,2,3}Blinder -{variant:4}Imperial Claw -League: Breach -Source: Drops in Esh Breach or from unique{Esh, Forked Thought} -Upgrade: Upgrades to unique{Hand of Wisdom and Action} using currency{Blessing of Esh} -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 3 -{variant:1}Grants 10 Life per Enemy Hit -{variant:2,3}Grants 12 Life per Enemy Hit -{variant:4}Grants 46 Life per Enemy Hit -{variant:1,2,3}(20-25)% increased Elemental Damage with Attack Skills -{variant:1,2,3}Adds 1 to (50-60) Lightning Damage -{variant:1,2,3}(10-15)% increased Attack Speed -{variant:4}(8-12)% increased Dexterity -{variant:4}(8-12)% increased Intelligence -{variant:4}Recover 1% of Life on Kill -{variant:1,2}Adds 1 to 3 Lightning Damage to Attacks with this Weapon per 10 Intelligence -{variant:3}Adds 1 to 5 Lightning Damage to Attacks with this Weapon per 10 Intelligence -{variant:4}Adds 1 to 10 Lightning Damage to Attacks with this Weapon per 10 Dexterity -{variant:4}5% increased Critical Strike Chance per 25 Intelligence -]],[[ -Hand of Wisdom and Action -Imperial Claw -League: Breach -Source: Upgraded from unique{Hand of Thought and Motion} using currency{Blessing of Esh} -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.21.0 -Variant: Current -Requires Level 68, 131 Dex, 95 Int -Implicits: 2 -{variant:1}Grants 25 Life per Enemy Hit -{variant:2,3,4}Grants 46 Life per Enemy Hit -(8-12)% increased Dexterity -(8-12)% increased Intelligence -{variant:4}1% of Attack Damage Leeched as Life -{variant:1,2}Adds 1 to 6 Lightning Damage to Attacks with this Weapon per 10 Intelligence -{variant:3,4}Adds 1 to 10 Lightning Damage to Attacks with this Weapon per 10 Intelligence -1% increased Attack Speed per 25 Dexterity -{variant:1,2,3}(20-25)% increased Elemental Damage with Attack Skills -]],[[ -Izaro's Dilemma -Imperial Claw -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.7.0 -Variant: Current -Requires Level 68, 131 Dex, 95 Int -Implicits: 2 -{variant:1}Grants 25 Life per Enemy Hit -{variant:2,3}Grants 46 Life per Enemy Hit -(40-60)% increased Physical Damage -Adds 20 to 50 Physical Damage -(10-15)% increased Attack Speed -{variant:1,2}+(250-350) to Accuracy Rating -{variant:3}+(300-400) to Accuracy Rating -100% increased Physical Damage while Frozen -]],[[ -Last Resort -Nailed Fist -Implicits: 1 -Gain 3 Life per Enemy Hit with Attacks -25% increased Attack Speed when on Low Life -(80-100)% increased Physical Damage -Adds 2 to 10 Physical Damage -100% increased Claw Physical Damage when on Low Life -100% increased Accuracy Rating when on Low Life -]],[[ -Replica Last Resort -Nailed Fist -Variant: Pre 3.14.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -Grants 3 Life per Enemy Hit -{variant:1}50% increased Attack Speed when on Low Life -{variant:2}25% increased Attack Speed when on Low Life -(80-100)% increased Physical Damage -100% increased Accuracy Rating when on Low Life -200% increased Damage with Claws while on Low Life -Deal no Damage when not on Low Life -]],[[ -Law of the Wilds -Hellion's Paw -Variant: Pre 3.14.0 -Variant: Current -League: Harvest -Source: Drops from unique{Oshabi, Avatar of the Grove} -Requires Level 62, 131 Dex, 95 Int -Implicits: 1 -1.6% of Physical Attack Damage Leeched as Life -{variant:1}20% chance to Trigger Level 20 Summon Spectral Wolf on Critical Strike with this Weapon -{variant:2}20% chance to Trigger Level 25 Summon Spectral Wolf on Critical Strike with this Weapon -(15-20)% increased Attack Speed -(22-28)% increased Critical Strike Chance -+(15-25)% to Global Critical Strike Multiplier -]],[[ -Mortem Morsu -Fright Claw -Variant: Pre 2.2.0 -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Requires Level 34, 61 Dex, 61 Int -Implicits: 2 -{variant:1,2}2% of Physical Attack Damage Leeched as Life -{variant:3,4}Grants 20 Life per Enemy Hit -(75-100)% increased Physical Damage -20% increased Attack Speed -25% increased Critical Strike Chance -{variant:1}+25% to Global Critical Strike Multiplier -{variant:2,3,4}+40% to Global Critical Strike Multiplier -(10-20)% of Physical Damage Converted to Chaos Damage -{variant:1,2,3}Poisonous Hit -{variant:4}60% chance to Poison on Hit -25% reduced Enemy Stun Threshold with this Weapon -]],[[ -Ornament of the East -Gut Ripper -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.21.0 -Variant: Current -Requires Level 46, 80 Dex, 80 Int -Implicits: 2 -{variant:1}Grants 21 Life per Enemy Hit -{variant:2,3,4}Grants 44 Life per Enemy Hit -+1 to Level of Socketed Dexterity Gems -{variant:3}Socketed Gems are Supported by Level 10 Faster Attacks -{variant:4}Socketed Gems are Supported by Level 15 Faster Attacks -{variant:1,2}(100-120)% increased Physical Damage -{variant:3,4}(160-180)% increased Physical Damage -(10-15)% increased Attack Speed -25% increased Stun and Block Recovery -Hits can't be Evaded -]],[[ -Rive -Terror Claw -Requires Level 70, 113 Dex, 113 Int -Implicits: 1 -2% of Physical Attack Damage Leeched as Life -(60-80)% increased Physical Damage -Adds (25-35) to (50-65) Physical Damage -25% chance to cause Bleeding on Hit -2% increased Physical Damage over time per 10 Dexterity -1% increased Bleed Duration per 12 Intelligence -30% Chance to cause Bleeding Enemies to Flee on hit -]],[[ -The Scourge -Terror Claw -Variant: Pre 3.11.0 -Variant: Current -Requires Level 70, 113 Dex, 113 Int -Implicits: 1 -2% of Physical Attack Damage Leeched as Life -{variant:1}Trigger Level 10 Summon Spectral Wolf on Kill -Adds (35-50) to (100-125) Physical Damage -(10-15)% increased Attack Speed -Minions have (10-15)% increased Attack Speed -Increases and Reductions to Minion Damage also affect you at 150% of their value -Minions deal 70% increased Damage if you've Hit Recently -]],[[ -Touch of Anguish -Imperial Claw -Variant: Pre 2.6.0 -Variant: Current -Requires Level 68, 131 Dex, 95 Int -Implicits: 2 -{variant:1}Grants 25 Life per Enemy Hit -{variant:2}Grants 46 Life per Enemy Hit -Adds (40-50) to (130-150) Physical Damage -30% increased Cold Damage -(30-40)% increased Critical Strike Chance -20% chance to gain a Frenzy Charge on Killing a Frozen Enemy -Skills Chain an additional time while at maximum Frenzy Charges -10% chance to Freeze -Critical Strikes do not always Freeze -]],[[ -The Wasp Nest -Throat Stabber -Variant: Pre 3.7.0 -Variant: Current -Requires Level 60, 113 Dex, 113 Int -Implicits: 1 -Grants 40 Life per Enemy Hit -(150-170)% increased Physical Damage -(20-25)% increased Attack Speed -(20-25)% increased Critical Strike Chance -{variant:1}+(180-200) to Accuracy Rating -{variant:2}+(330-350) to Accuracy Rating -20% chance to Poison on Hit -Attacks with this Weapon deal 80-120 added Chaos Damage against -Enemies affected by at least 5 Poisons -]],[[ -Wildslash -Awl -Variant: Pre 2.6.0 -Variant: Current -Requires Level 12, 25 Dex, 25 Int -Implicits: 2 -{variant:1}Grants 5 Life per Enemy Hit -{variant:2}Grants 7 Life per Enemy Hit -+(10-15) to Strength -+(10-15) to Dexterity -15% reduced Accuracy Rating -Adds (2-6) to (16-22) Physical Damage -(10-15)% increased Attack Speed -20% increased Damage with Movement Skills -15% increased Attack Speed with Movement Skills -]], + } diff --git a/src/Data/Uniques/dagger.lua b/src/Data/Uniques/dagger.lua index de0e2286d..48d36ef04 100644 --- a/src/Data/Uniques/dagger.lua +++ b/src/Data/Uniques/dagger.lua @@ -2,332 +2,5 @@ return { -- Weapon: Dagger -[[ -Arakaali's Fang -Fiend Dagger -Requires Level 53, 58 Dex, 123 Int -Implicits: 1 -40% increased Global Critical Strike Chance -100% chance to Trigger Level 1 Raise Spiders on Kill -(170-200)% increased Physical Damage -Adds (8-13) to (20-30) Physical Damage -Adds 1 to 59 Chaos Damage -15% chance to Poison on Hit -]],[[ -Bino's Kitchen Knife -Slaughter Knife -Variant: Pre 2.2.0 -Variant: Pre 3.20.0 -Variant: Current -Requires Level 65, 81 Dex, 117 Int -Implicits: 1 -30% increased Global Critical Strike Chance -{variant:1,2}30% increased Damage over Time -{variant:1,2}Adds (50-60) to (120-140) Physical Damage -{variant:3}Adds (140-155) to (210-235) Physical Damage -(40-50)% increased Critical Strike Chance -{variant:1}+(10-15)% to Global Critical Strike Multiplier -{variant:2,3}+(15-25)% to Global Critical Strike Multiplier -+(8-12)% to Chaos Resistance -On Killing a Poisoned Enemy, nearby Enemies are Poisoned -and nearby Allies Regenerate 200 Life per second -]],[[ -Bloodplay -Stiletto -Variant: Pre 2.6.0 -Variant: Current -Requires Level 15, 30 Dex, 30 Int -Implicits: 1 -30% increased Global Critical Strike Chance -+20 to Dexterity -(20-40)% increased Physical Damage -Adds (3-6) to (9-13) Physical Damage -10% increased Attack Speed -Extra Gore -{variant:1}10% chance to cause Bleeding on Hit -{variant:2}30% chance to cause Bleeding on Hit -]],[[ -Replica Bloodplay -Stiletto -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 15, 30 Dex, 30 Int -Implicits: 1 -30% increased Global Critical Strike Chance -+20 to Strength -(20-40)% increased Physical Damage -Adds (3-6) to (9-13) Physical Damage -30% chance to cause Bleeding on Hit -(100-150)% increased Critical Strike Chance against Bleeding Enemies -Extra gore -]],[[ -Cold Iron Point -Ezomyte Dagger -Requires Level 62, 95 Dex, 131 Int -Implicits: 1 -30% increased Global Critical Strike Chance -+3 to Level of all Physical Spell Skill Gems -Deal no Elemental Damage -]],[[ -Replica Cold Iron Point -Ezomyte Dagger -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 62, 95 Dex, 131 Int -Implicits: 1 -30% increased Global Critical Strike Chance -+3 to Level of all Cold Spell Skill Gems -Deal no Cold Damage -]],[[ -The Consuming Dark -Fiend Dagger -Variant: Pre 2.2.0 -Variant: Pre 3.0.0 -Variant: Current -Requires Level 53, 58 Dex, 123 Int -Implicits: 1 -40% increased Global Critical Strike Chance -+1 to Level of all Fire Spell Skill Gems -(40-60)% increased Fire Damage -+(20-40) to Intelligence -{variant:1}45% of Fire Damage Converted to Chaos Damage -{variant:2,3}30% of Fire Damage Converted to Chaos Damage -{variant:1,2}Your Chaos Damage Poisons Enemies -{variant:3}Your Chaos Damage has 60% chance to Poison Enemies -]],[[ -Divinarius -Imperial Skean -League: Legion -Variant: Pre 3.7.0 -Variant: Pre 3.20.0 -Variant: Current -Requires Level 66, 95 Dex, 131 Int -Implicits: 1 -30% increased Global Critical Strike Chance -{variant:1,2}(50-70)% increased Spell Damage -{variant:3}(150-200)% increased Spell Damage -{variant:1}Gain 10 Life per Enemy Killed -{variant:2}Gain 30 Life per Enemy Killed -{variant:3}Gain (100-200) Life per Enemy Killed -{variant:1}Gain 5 Mana per Enemy Killed -{variant:2}Gain 10 Mana per Enemy Killed -{variant:3}Gain (50-100) Mana per Enemy Killed -{variant:1,2}10% increased Area of Effect -{variant:3}30% increased Area of Effect -{variant:2}(125-175)% increased Critical Strike Chance for Spells if you've Killed Recently -{variant:3}(200-250)% increased Critical Strike Chance for Spells if you've Killed Recently -{variant:2}+(40-60)% to Critical Strike Multiplier for Spells if you haven't Killed Recently -{variant:3}+(60-100)% to Critical Strike Multiplier for Spells if you haven't Killed Recently -]],[[ -Goredrill -Skinning Knife -Requires Level 5, 16 Dex -Implicits: 1 -30% increased Global Critical Strike Chance -+(10-15) to Dexterity -(50-70)% increased Physical Damage -Adds (1-2) to (3-5) Physical Damage -30% increased Critical Strike Chance -50% chance to cause Bleeding on Critical Strike -40% increased Attack Damage against Bleeding Enemies -]],[[ -Sanguine Gambol -Skinning Knife -Source: No longer obtainable -Requires Level 59 -Implicits: 1 -30% increased Global Critical Strike Chance -(50-70)% increased Physical Damage -Adds (70-85) to (110-118) Physical Damage -+(10-15) to Dexterity -30% increased Critical Strike Chance -50% chance to cause Bleeding on Critical Strike -40% increased Attack Damage against Bleeding Enemies -You have Crimson Dance if you have dealt a Critical Strike Recently -]],[[ -Goblinedge -Ambusher -League: Ritual -Requires Level 60, 113 Dex, 113 Int -Implicits: 1 -30% increased Global Critical Strike Chance -(200-250)% increased Physical Damage -(20-25)% increased Attack Speed if you haven't gained a Frenzy Charge Recently -(60-80)% increased Critical Strike Chance if you haven't gained a Power Charge Recently -+3 seconds to Duration of Frenzy and Power Charges on Culling Strike -Gain (120-150) Life on Culling Strike -Gain (10-20) Mana on Culling Strike -]],[[ -Heartbreaker -Royal Skean -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 50, 71 Dex, 102 Int -Implicits: 1 -30% increased Global Critical Strike Chance -{variant:1}(40-50)% increased Spell Damage -{variant:2,3}(60-70)% increased Spell Damage -{variant:1,2}+50 to maximum Energy Shield -{variant:1,2}10% faster start of Energy Shield Recharge -{variant:3}(40-80)% faster start of Energy Shield Recharge -{variant:1,2}+(40-50) to maximum Mana -{variant:3}+(60-100) to maximum Mana -Your Spells have Culling Strike -]],[[ -Replica Heartbreaker -Royal Skean -Variant: Pre 3.19.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 50, 71 Dex, 102 Int -Implicits: 1 -30% increased Global Critical Strike Chance -(60-70)% increased Spell Damage -{variant:1}+50 to maximum Energy Shield -{variant:1}10% faster start of Energy Shield Recharge -{variant:2}(40-80)% faster start of Energy Shield Recharge -{variant:1}+(40-50) to maximum Life -{variant:2}+(30-50) to maximum Life -20% increased Impale Effect -20% chance to Impale on Spell Hit -]],[[ -The Hidden Blade -Ambusher -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 60, 113 Dex, 113 Int -Implicits: 1 -30% increased Global Critical Strike Chance -Trigger Level 20 Unseen Strike every 0.5 seconds while Phasing -+(20-40) to Dexterity -(230-260)% increased Physical Damage -30% reduced Attack Speed while Phasing -]],[[ -Mark of the Doubting Knight -Platinum Kris -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Current -Requires Level 64, 76 Dex, 149 Int -Implicits: 1 -50% increased Global Critical Strike Chance -+5% Chance to Block Attack Damage while Dual Wielding -{variant:1}(180-210)% increased Physical Damage -{variant:2}(210-240)% increased Physical Damage -{variant:3}(250-270)% increased Physical Damage -10% reduced Attack Speed -+(6-10)% to all Elemental Resistances -{variant:1,2}Melee Critical Strikes have 25% chance to cause Bleeding -{variant:3}50% chance to Cause Bleeding on Critical Strike -{variant:1,2}Melee Critical Strikes have 25% chance to Poison the Enemy -{variant:3}50% chance to Cause Poison on Critical Strike -]],[[ -Mightflay -Flaying Knife -Requires Level 35, 73 Dex, 51 Int -Implicits: 1 -30% increased Global Critical Strike Chance -(80-100)% increased Physical Damage -Adds 12 to 24 Physical Damage -+25 to Strength -Gain 10 Life per Enemy Hit with Attacks -]],[[ -Taproot -Ambusher -Requires Level 60, 113 Dex, 113 Int -Implicits: 1 -30% increased Global Critical Strike Chance -(180-200)% increased Physical Damage -(10-15)% increased Attack Speed -(15-20)% increased Poison Duration -0.5% of Attack Damage Leeched as Mana against Poisoned Enemies -0.5% of Attack Damage Leeched as Life against Maimed Enemies -(15-20)% chance to Maim on Hit -20% chance to Poison on Hit -]],[[ -Ungil's Gauche -Boot Knife -Variant: Pre 1.1.0 -Variant: Pre 1.3.0 -Variant: Current -Requires Level 20, 31 Dex, 45 Int -Implicits: 1 -30% increased Global Critical Strike Chance -{variant:2}+20% Chance to Block Attack Damage while Dual Wielding -{variant:1,3}+12% Chance to Block Attack Damage while Dual Wielding -(80-100)% increased Physical Damage -+(10-20) to Dexterity -Adds 3 to 30 Lightning Damage -10% increased Attack Speed -50% increased Global Critical Strike Chance -]],[[ -Replica Ungil's Gauche -Boot Knife -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 20, 31 Dex, 45 Int -Implicits: 1 -30% increased Global Critical Strike Chance -+18% Chance to Block Attack Damage while Dual Wielding -+(10-20) to Dexterity -10% increased Attack Speed -50% increased Global Critical Strike Chance -Chill Attackers for 4 seconds on Block -Shock Attackers for 4 seconds on Block -]],[[ -Vulconus -Demon Dagger -Variant: Pre 3.5.0 -Variant: Current -Requires Level 68, 76 Dex, 149 Int -Implicits: 1 -40% increased Global Critical Strike Chance -Adds (85-110) to (130-150) Physical Damage -Adds (130-160) to (220-240) Fire Damage -{variant:2}50% chance to cause Bleeding on Hit -{variant:1}Attacks with this Weapon deal (80-100) to (160-200) added Fire Damage to Bleeding Enemies -{variant:1}Attacks with this Weapon deal (80-100) to (160-200) added Physical Damage to Ignited Enemies -{variant:1}Attacks with this Weapon have 25% chance to inflict Bleeding against Ignited Enemies -{variant:2}(75-100)% increased Fire Damage with Hits and Ailments against Bleeding Enemies -{variant:2}(75-100)% increased Physical Damage with Hits and Ailments against Ignited Enemies -Every 8 seconds, gain Avatar of Fire for 4 seconds -{variant:1}(80-120)% increased Critical Strike Chance while you have Avatar of Fire -{variant:2}(160-200)% increased Critical Strike Chance while you have Avatar of Fire -50% of Physical Damage Converted to Fire while you have Avatar of Fire -{variant:1}+1000 Armour while you do not have Avatar of Fire -{variant:2}+2000 Armour while you do not have Avatar of Fire -]],[[ -White Wind -Imperial Skean -Variant: Pre 3.11.0 -Variant: Pre 3.16.0 -Variant: Current -Requires Level 66, 95 Dex, 131 Int -Implicits: 1 -30% increased Global Critical Strike Chance -Adds (160-190) to (280-320) Cold Damage -(10-15)% increased Attack Speed -{variant:1}+(300-400) to Evasion Rating -{variant:2,3}+(1000-1500) to Evasion Rating -{variant:1,2}(15-25)% chance to Suppress Spell Damage while your Off Hand is empty -{variant:3}(30-40)% chance to Suppress Spell Damage while your Off Hand is empty -{variant:1}100% increased Cold Damage while your Off Hand is empty -{variant:2,3}(100-200)% increased Cold Damage while your Off Hand is empty -]],[[ -Widowmaker -Boot Blade -Variant: Pre 3.0.0 -Variant: Current -Requires Level 44, 63 Dex, 90 Int -Implicits: 1 -30% increased Global Critical Strike Chance -{variant:1}Adds (15-25) to (35-45) Physical Damage -{variant:2}Adds (35-40) to (55-60) Physical Damage -(22-30)% increased Critical Strike Chance -+(30-40)% to Global Critical Strike Multiplier -100% increased Critical Strike Chance against Enemies on Full Life -1% of Attack Damage Leeched as Life on Critical Strike -]], + } diff --git a/src/Data/Uniques/fishing.lua b/src/Data/Uniques/fishing.lua index 708d46d9c..f46fcf609 100644 --- a/src/Data/Uniques/fishing.lua +++ b/src/Data/Uniques/fishing.lua @@ -2,25 +2,5 @@ return { -- Weapon: Fishing Rod -[[ -Reefbane -Fishing Rod -Variant: Pre 2.6.0 -Variant: Current -Requires 8 Str, 8 Dex -(30-40)% increased Cast Speed -Thaumaturgical Lure -{variant:1}(30-40)% increased Quantity of Fish Caught -{variant:2}(10-20)% increased Quantity of Fish Caught -Glows while in an Area containing a Unique Fish -]],[[ -Song of the Sirens -Fishing Rod -Requires 8 Str, 8 Dex -Implicits: 0 -Siren Worm Bait -(50-40)% reduced Quantity of Fish Caught -(50-60)% increased Rarity of Fish Caught -You can catch Exotic Fish -]] + } diff --git a/src/Data/Uniques/flask.lua b/src/Data/Uniques/flask.lua index 17526f7d6..57a7eecb6 100644 --- a/src/Data/Uniques/flask.lua +++ b/src/Data/Uniques/flask.lua @@ -2,527 +2,13 @@ return { -- Flask: Life -[[ -Blood of the Karui -Sanctified Life Flask -League: Domination, Nemesis -Variant: Pre 1.3.0 -Variant: Pre 2.6.0 -Variant: Pre 3.15.0 -Variant: Pre 3.16.0 -Variant: Current -{variant:3}100% increased Life Recovered -{variant:4,5}50% increased Life Recovered -{variant:1}(30-20)% reduced Recovery rate -{variant:2,3,4}(5-20)% increased Recovery rate -{variant:5}(50-35)% reduced Recovery rate -Recover Full Life at the end of the Effect -{variant:1,2}Cannot gain Life during effect -]], + -- Flask: Mana -[[ -Doedre's Elixir -Greater Mana Flask -Variant: Pre 2.0.0 -Variant: Pre 3.15.0 -Variant: Current -Implicits: 0 -{variant:1}(100-50)% increased Charges per use -{variant:2}(150-120)% increased Charges per use -{variant:3}(300-250)% increased Charges per use -{variant:1,2}Removes 20% of your maximum Energy Shield on use -{variant:3}Removes 80% of your maximum Energy Shield on use -{variant:1,2}You take 10% of your maximum Life as Chaos Damage on use -{variant:3}You take 50% of your maximum Life as Chaos Damage on use -{variant:1,2}Gain 1 Endurance Charge on use -{variant:1,2}Gain 1 Frenzy Charge on use -{variant:1,2}Gain 1 Power Charge on use -{variant:3}Gain (1-3) Endurance Charge on use -{variant:3}Gain (1-3) Frenzy Charge on use -{variant:3}Gain (1-3) Power Charge on use -]],[[ -Lavianga's Spirit -Sanctified Mana Flask -League: Domination, Nemesis -(30-50)% increased Amount Recovered -100% increased Recovery rate -Skills Cost no Mana during Effect -]],[[ -Replica Lavianga's Spirit -Sanctified Mana Flask -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -(30-50)% increased Amount Recovered -50% reduced Recovery rate -(5-15)% increased Attack Speed during Effect -(5-15)% increased Cast Speed during Effect -10% increased Mana Cost of Skills during Effect -]],[[ -Zerphi's Last Breath -Grand Mana Flask -Variant: Pre 3.2.0 -Variant: Current -League: Perandus -50% increased Charges per use -{variant:1}Grants Last Breath when you Use a Skill during Effect, for 800% of Mana Cost -{variant:2}Grants Last Breath when you Use a Skill during Effect, for (450-600)% of Mana Cost -]], + -- Flask: Hybrid -[[ -Divination Distillate -Large Hybrid Flask -Variant: Pre 1.1.0 -Variant: Pre 2.2.0 -Variant: Pre 3.5.0 -Variant: Pre 3.15.0 -Variant: Pre 3.25.0 -Variant: Current -{variant:1,2}+6% to all maximum Elemental Resistances during Effect -{variant:3}+4% to all maximum Elemental Resistances during Effect -{variant:1}(20-25)% increased Quantity of Items found during Effect -{variant:2,3,4}(12-18)% increased Quantity of Items found during Effect -{variant:1,2,3,4}(40-60)% increased Rarity of Items found during Effect -{variant:5}(20-30)% increased Rarity of Items found during Effect -{variant:5}(8-12)% increased Quantity of Items found during Effect -{variant:6}(30-50)% increased Rarity of Items found during Effect -25% increased Light Radius during Effect -{variant:4,5}+50% to Elemental Resistances during Effect -{variant:6}+10% to Elemental Resistances during Effect -]],[[ -The Writhing Jar -Hallowed Hybrid Flask -(-10--20)% increased Charges per use -(75-65)% reduced Amount Recovered -Instant Recovery -2 Enemy Writhing Worms escape the Flask when used -Writhing Worms are destroyed when Hit -]], + -- Flask: Utility -[[ -Atziri's Promise -Amethyst Flask -Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Apex of Sacrifice} -Variant: Pre 3.0.0 -Variant: Pre 3.15.0 -Variant: Current -LevelReq: 68 -{variant:1}Gain (13-15)% of Elemental Damage as Extra Chaos Damage during effect -{variant:2}Gain (10-15)% of Elemental Damage as Extra Chaos Damage during effect -{variant:3}Gain (5-8)% of Elemental Damage as Extra Chaos Damage during effect -2% of Chaos Damage Leeched as Life during Effect -{variant:1}Gain (22-25)% of Physical Damage as Extra Chaos Damage during effect -{variant:2}Gain (15-20)% of Physical Damage as Extra Chaos Damage during effect -{variant:3}Gain (5-8)% of Physical Damage as Extra Chaos Damage during effect -]],[[ -Progenesis -Amethyst Flask -LevelReq: 60 -Source: Drops from unique{The Maven} (Uber) -(10-20)% reduced Charges per use -(-35-35)% increased Duration -When Hit during effect, 25% of Life loss from Damage taken occurs over 4 seconds instead -]],[[ -Bottled Faith -Sulphur Flask -League: Synthesis -Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} -Variant: Pre 3.15.0 -Variant: Pre 3.16.0 -Variant: Current -Implicits: 1 -Creates Consecrated Ground on Use -{variant:1}(30-50)% increased Duration -{variant:2}(20-40)% increased Duration -{variant:3}(30-15)% reduced Duration -Consecrated Ground created by this Flask has Tripled Radius -{variant:1}+(1-2)% to Critical Strike Chance against Enemies on Consecrated Ground during Effect -Consecrated Ground created during Effect applies (7-10)% increased Damage taken to Enemies -{variant:2,3}(100-150)% increased Critical Strike Chance against Enemies on Consecrated Ground during Effect -]],[[ -Coralito's Signature -Diamond Flask -Variant: Pre 3.15.0 -Variant: Current -{variant:1}Take 30 Chaos Damage per Second during Effect -{variant:2}Take (200-300) Chaos Damage per Second during Effect -25% chance to Poison on Hit during Effect -Your Critical Strikes do not deal extra Damage during Effect -{variant:1}(50-75)% increased Duration of Poisons you inflict during Effect -{variant:1}Grants Perfect Agony during effect -{variant:2}+(20-30)% to Damage over Time Multiplier for Poison from Critical Strikes during Effect -]],[[ -Coruscating Elixir -Ruby Flask -Variant: Pre 2.6.0 -Variant: Pre 3.16.0 -Variant: Current -Implicits: 0 -{variant:2}100% increased Duration -{variant:3}25% increased Duration -Chaos Damage taken does not bypass Energy Shield during effect -Removes all but one Life on use -Removed life is Regenerated as Energy Shield over 2 seconds -]],[[ -Cinderswallow Urn -Silver Flask -League: Betrayal -Source: Drops from unique{Catarina, Master of Undeath} -Has Alt Variant: true -Variant: Crit Chance -Variant: Damage Taken is Leeched as Life -Variant: Item Rarity -Variant: Movement Speed/Stun Avoidance -Variant: Life Regen -Variant: Reduced Reflected Damage Taken -Variant: Pre 3.15.0 -Variant: Pre 3.16.0 Crit Chance -Variant: Current -LevelReq: 48 -Implicits: 0 -{variant:9}+90 to maximum Charges -{variant:7}Recharges 1 Charge when you Consume an Ignited corpse -{variant:9}Recharges 5 Charges when you Consume an Ignited corpse -{variant:7}Enemies Ignited by you during Effect take 10% increased Damage -{variant:8}Enemies Ignited by you during Effect take (7-10)% increased Damage -{variant:7,9}Recover (1-3)% of Life when you Kill an Enemy during Effect -{variant:7,9}Recover (1-3)% of Mana when you Kill an Enemy during Effect -{variant:7,9}Recover (1-3)% of Energy Shield when you Kill an Enemy during Effect -{variant:9}(175-200)% increased Charges per use -{variant:9}{crafted}(60-80)% increased Critical Strike Chance during Effect -{variant:1}{crafted}(45-55)% increased Critical Strike Chance during Effect -{variant:2}{crafted}15% of Damage Taken from Hits is Leeched as Life during Effect -{variant:3}{crafted}(20-30)% increased Rarity of Items found during Effect -{variant:4}{crafted}(8-12)% increased Movement Speed during Effect -{variant:4}{crafted}50% Chance to avoid being Stunned during Effect -{variant:5}{crafted}Regenerate 3% of Life per second during Effect -{variant:6}{crafted}(60-80)% reduced Reflected Damage taken during Effect -]],[[ -Dying Sun -Ruby Flask -Source: Drops from unique{The Shaper} -Variant: Pre 3.0.0 -Variant: Pre 3.15.0 -Variant: Pre 3.16.0 -Variant: Current -LevelReq: 68 -{variant:2}(10--10)% increased Charges per use -{variant:3,4}(150-125)% increased Charges per use -{variant:3}(60-40)% reduced duration -{variant:4}(60-40)% less duration -{variant:1}30% increased Area of Effect during Effect -{variant:2}(15-25)% increased Area of Effect during Effect -{variant:3,4}(10-20)% increased Area of Effect during Effect -Skills fire 2 additional Projectiles during Effect -]],[[ -Forbidden Taste -Quartz Flask -Variant: Pre 1.2.3 -Variant: Pre 2.6.0 -Variant: Pre 3.15.0 -Variant: Current -{variant:1,2}50% increased Charges per use -{variant:1}Recover 50% of Life on use -{variant:2}Recover 75% of Life on use -{variant:3,4}Recover (75-100)% of Life on use -{variant:1}15% of maximum Life taken as Chaos Damage per second -{variant:2,3}8% of Maximum Life taken as Chaos Damage per second -{variant:4}25% of Maximum Life taken as Chaos Damage per second -]],[[ -Kiara's Determination -Silver Flask -Variant: Pre 3.0.0 -Variant: Pre 3.15.0 -Variant: Current -Implicits: 0 -Immunity to Freeze, Chill, Curses and Stuns during Effect -{variant:1}50% reduced Duration -{variant:2}60% reduced Duration -{variant:3}(80-60)% reduced Duration -]],[[ -Lion's Roar -Granite Flask -Variant: Pre 2.2.0 -Variant: Pre 3.0.0 -Variant: Pre 3.15.0 -Variant: Current -{variant:1}(100-70)% increased Charges per use -Knocks Back Enemies in an Area when you use a Flask -75% chance to cause Enemies to Flee on use -Adds Knockback to Melee Attacks during Effect -{variant:1}30% more Melee Physical Damage during effect -{variant:2}(30-35)% more Melee Physical Damage during effect -{variant:3}(20-25)% more Melee Physical Damage during effect -{variant:4}(7-10)% more Melee Physical Damage during effect -]],[[ -Rotgut -Quicksilver Flask -Variant: Pre 2.2.0 -Variant: Pre 2.6.0 -Variant: Pre 3.15.0 -Variant: Current -LevelReq: 40 -{variant:1,2}15% chance to gain a Flask Charge when you deal a Critical Strike -{variant:3,4}50% chance to gain a Flask Charge when you deal a Critical Strike -{variant:1}(150-100)% increased Charges per use -{variant:2,3}(100-50)% increased Charges per use -{variant:3}50% increased Duration -{variant:4}(30-50)% increased Duration -Consumes Frenzy Charges on use -{variant:1,2}Gain Onslaught for 1 second per Frenzy Charge on use -{variant:3}Gain Onslaught for 2 seconds per Frenzy Charge on use -{variant:4}Gain Onslaught for 3 seconds per Frenzy Charge on use -{variant:1,2,3}(10-30)% increased Movement Speed during Effect -]],[[ -Rumi's Concoction -Granite Flask -Variant: Pre 1.3.0 -Variant: Pre 2.5.0 -Variant: Pre 3.15.0 -Variant: Current -LevelReq: 68 -{variant:1}(30-40)% Chance to Block Attack Damage during Effect -{variant:2}(20-30)% Chance to Block Attack Damage during Effect -{variant:3}(14-20)% Chance to Block Attack Damage during Effect -{variant:4}(8-12)% Chance to Block Attack Damage during Effect -{variant:1}(15-20)% Chance to Block Spell Damage during Effect -{variant:2}(10-15)% Chance to Block Spell Damage during Effect -{variant:3}(6-10)% Chance to Block Spell Damage during Effect -{variant:4}(4-6)% Chance to Block Spell Damage during Effect -]],[[ -Replica Rumi's Concoction -Granite Flask -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -LevelReq: 68 -90% reduced Duration -Gain 1 Endurance Charge on use -Petrified during Effect -+(35-50)% Chance to Block Attack Damage during Effect -+(20-30)% Chance to Block Spell Damage during Effect -]],[[ -Sin's Rebirth -Stibnite Flask -Implicits: 1 -Creates a Smoke Cloud on Use -Grants Immunity to Ignite for 4 seconds if used while Ignited -Removes all Burning when used -Unholy Might during Effect -]],[[ -The Sorrow of the Divine -Sulphur Flask -Variant: Pre 3.7.0 -Variant: Current -League: Legion -Implicits: 1 -Creates Consecrated Ground on Use -{variant:2}Life Recovery from Flasks also applies to Energy Shield during Effect -(25-50)% increased Duration -Zealot's Oath during Effect -]],[[ -Replica Sorrow of the Divine -Sulphur Flask -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -Creates Consecrated Ground on Use -Life Recovery from Flasks also applies to Energy Shield during Effect -(25-50)% increased Duration -Eldritch Battery during Effect -]],[[ -Soul Catcher -Quartz Flask -League: Incursion -Source: Drops from unique{The Vaal Omnitect} -Upgrade: Upgrades to unique{Soul Ripper} via currency{Vial of the Ghost} -Variant: Pre 3.10.0 -Variant: Pre 3.15.0 -Variant: Current -Cannot gain Mana during effect -{variant:2}(80-120)% increased Critical Strike Chance with Vaal Skills during effect -{variant:3}(60-80)% increased Critical Strike Chance with Vaal Skills during effect -{variant:1}(60-100)% increased Damage with Vaal Skills during effect -{variant:2}(80-120)% increased Damage with Vaal Skills during effect -{variant:3}(60-80)% increased Damage with Vaal Skills during effect -{variant:1}Non-Aura Vaal Skills require 25% reduced Souls Per Use during Effect -{variant:2}Vaal Skills used during effect have (20-40)% reduced Soul Gain Prevention Duration -{variant:3}Vaal Skills used during effect have 10% reduced Soul Gain Prevention Duration -]],[[ -Soul Ripper -Quartz Flask -League: Incursion -Source: Upgraded from unique{Soul Catcher} via currency{Vial of the Ghost} -Variant: Pre 3.10.0 -Variant: Current -{variant:1}100% increased Charges per use -{variant:1}Vaal Skills deal (30-40)% more Damage during Effect -{variant:1}Vaal Skills used during effect do not apply Soul Gain Prevention -{variant:1}Gains no Charges during Effect of any Soul Ripper Flask -{variant:2}+(-40-90) maximum Charges -{variant:2}Loses all Charges when you enter a new area -{variant:2}Consumes Maximum Charges to use -{variant:2}Gain Vaal Souls equal to Charges Consumed when used -]],[[ -Taste of Hate -Sapphire Flask -Variant: Pre 2.2.0 -Variant: Pre 3.0.0 -Variant: Pre 3.15.0 -Variant: Pre 3.25.0 -Variant: Current -{variant:1}30% of Physical Damage from Hits taken as Cold Damage during Effect -{variant:2,3}20% of Physical Damage from Hits taken as Cold Damage during Effect -{variant:4}(10-15)% of Physical Damage from Hits taken as Cold Damage during Effect -{variant:5}(20-30)% of Fire and Lightning Damage from Hits taken as Cold Damage during Effect -{variant:1,2}Gain (20-30)% of Physical Damage as Extra Cold Damage during effect -{variant:3}Gain (15-20)% of Physical Damage as Extra Cold Damage during effect -{variant:4,5}Gain (10-15)% of Physical Damage as Extra Cold Damage during effect -30% chance to Avoid being Chilled during Effect -30% chance to Avoid being Frozen during Effect -]],[[ -The Overflowing Chalice -Sulphur Flask -Variant: Pre 3.15.0 -Variant: Current -Implicits: 1 -Creates Consecrated Ground on Use -{variant:1}100% increased Charge Recovery -{variant:2}(40-60)% increased Charge Recovery -{variant:1}(10-20)% increased Duration -{variant:1}100% increased Charges gained by Other Flasks during Effect -{variant:2}(50-100)% increased Charges gained by Other Flasks during Effect -Gains no Charges during Effect of any Overflowing Chalice Flask -]],[[ -Vessel of Vinktar -Topaz Flask -Source: Drops from unique{Avatar of Thunder} in unique{The Vinktar Square} -Variant: Pre 2.2.0 (Penetration) -Variant: Pre 2.2.0 (Spells) -Variant: Pre 2.2.0 (Attacks) -Variant: Pre 2.2.0 (Conversion) -Variant: Pre 3.0.0 (Penetration) -Variant: Pre 3.0.0 (Spells) -Variant: Pre 3.0.0 (Attacks) -Variant: Pre 3.0.0 (Conversion) -Variant: Pre 3.14.0 (Spells) -Variant: Pre 3.14.0 (Conversion) -Variant: Pre 3.15.0 (Penetration) -Variant: Pre 3.15.0 (Spells) -Variant: Pre 3.15.0 (Attacks) -Variant: Current (Conversion) -Variant: Current (Proliferation) -Variant: Current (Penetration) -Variant: Current (Spells) -Variant: Current (Attacks) -LevelReq: 68 -{variant:5,6,7,8,9,10,11,12,13}(100-80)% increased Charges per use -{variant:14,15,16,17,18}(150-125)% increased Charges per use -Shocks nearby Enemies during Effect, causing 10% increased Damage taken -You are Shocked during Effect, causing 50% increased Damage taken -{variant:1,5,11}Damage Penetrates 10% Lightning Resistance during Effect -{variant:16}Damage Penetrates 6% Lightning Resistance during Effect -{variant:2,6,9}Adds (15-25) to (70-90) Lightning Damage to Spells during Effect -{variant:12}Adds (25-35) to (110-130) Lightning Damage to Spells during Effect -{variant:17}Adds (10-15) to (55-65) Lightning Damage to Spells during Effect -{variant:3,7,13}Adds (25-35) to (110-130) Lightning Damage to Attacks during Effect -{variant:18}Adds (10-15) to (55-65) Lightning Damage to Attacks during Effect -{variant:4,8,10}20% of Physical Damage Converted to Lightning during Effect -{variant:14}50% of Physical Damage Converted to Lightning during Effect -{variant:15}(25-40)% increased Effect of Shocks you inflict during Effect -{variant:15}Shocks you inflict during Effect spread to other Enemies in a radius of 20 -{variant:1,2,3,4}30% of Lightning Damage Leeched as Life during Effect -{variant:5,6,7,8,9,10,11,12,13,14,15,16,17,18}20% of Lightning Damage Leeched as Life during Effect -{variant:1,2,3,4}30% of Lightning Damage Leeched as Mana during Effect -{variant:5,6,7,8}20% of Lightning Damage Leeched as Mana during Effect -{variant:1,2,3,4}Life and Mana Leech are instant during effect -]],[[ -The Wise Oak -Bismuth Flask -Variant: Pre 3.0.0 -Variant: Pre 3.15.0 -Variant: Current -{variant:1,2}During Effect, 10% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest -{variant:3}During Effect, 6% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest -{variant:1}During Effect, Damage Penetrates 20% Resistance of each Element for which your Uncapped Elemental Resistance is highest -{variant:2}During Effect, Damage Penetrates (10-15)% Resistance of each Element for which your Uncapped Elemental Resistance is highest -{variant:3}During Effect, Damage Penetrates (5-8)% Resistance of each Element for which your Uncapped Elemental Resistance is highest -]],[[ -Oriath's End -Bismuth Flask -LevelReq: 56 -Source: Drops from unique{Sirus, Awakener of Worlds} (Uber) -(20-40)% increased Charge Recovery -Enemies you Kill during Effect have a (20-30)% chance to Explode, dealing a tenth of their maximum Life as Damage of a Random Element -]],[[ -Witchfire Brew -Stibnite Flask -Variant: Pre 3.0.0 -Variant: Pre 3.15.0 -Variant: Current -LevelReq: 48 -Implicits: 1 -Creates a Smoke Cloud on Use -{variant:1,2}50% increased Charges per use -{variant:3}(10--10)% increased Charges per use -{variant:1}(50-70)% increased Damage Over Time during Effect -{variant:2}(25-40)% increased Damage Over Time during Effect -Grants Level 21 Despair Curse Aura during Effect -]],[[ -Replica Witchfire Brew -Stibnite Flask -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Creates a Smoke Cloud on Use -(-10–10)% reduced Charges per use -Grants Level 21 Vulnerability Curse Aura during Effect -]], + -- Flask: Ward -[[ -Elixir of the Unbroken Circle -Iron Flask -Variant: Pre 3.25.0 -Variant: Current -League: Expedition -Source: Drops from unique{Medved, Feller of Heroes} in normal{Expedition Logbook} -Implicits: 1 -Restores Ward on use -{variant:1}(20-40)% increased Duration -{variant:2}(50-80)% increased Duration -Recover 4% of Life per Endurance Charge on use -Lose all Endurance Charges on use -Gain 1 Endurance Charge per Second during Effect -]],[[ -Olroth's Resolve -Iron Flask -Variant: Pre 3.25.0 -Variant: Current -League: Expedition -Source: Drops from unique{Olroth, Origin of the Fall} in normal{Expedition Logbook} -Implicits: 1 -Restores Ward on use -(50-40)% increased Charges per use -Ward does not Break during Effect -{variant:1}70% less Ward during Effect -{variant:2}85% less Ward during Effect -]],[[ -Starlight Chalice -Iron Flask -League: Expedition -Source: Drops from unique{Uhtred, Covetous Traitor} in normal{Expedition Logbook} -Implicits: 1 -Restores Ward on use -(20-30)% increased Charge Recovery -Inflict Fire, Cold and Lightning Exposure on nearby Enemies when used -(20-30)% increased Effect of Non-Damaging Ailments you inflict during Effect -]],[[ -Vorana's Preparation -Iron Flask -League: Expedition -Source: Drops from unique{Vorana, Last to Fall} in normal{Expedition Logbook} -Implicits: 1 -Restores Ward on use -(10--10)% increased Charges per use -Debilitate nearby Enemies for 2 Seconds when Effect ends -Effect is removed when Ward Breaks -Culling Strike during Effect -]], + } diff --git a/src/Data/Uniques/gloves.lua b/src/Data/Uniques/gloves.lua index 25696708f..4aff649fe 100644 --- a/src/Data/Uniques/gloves.lua +++ b/src/Data/Uniques/gloves.lua @@ -2,1092 +2,17 @@ return { -- Gloves: Armour -[[ -Atziri's Acuity -Vaal Gauntlets -Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} -Variant: Pre 3.1.0 -Variant: Pre 3.16.0 -Variant: Current -Requires Level 75, 100 Str -+(60-80) to Intelligence -+(60-75) to maximum Life -(200-220)% increased Armour -{variant:2}(25-35)% increased Global Critical Strike Chance -{variant:3}(40-60)% increased Global Critical Strike Chance -{variant:1}Life and Mana Leech from Critical Strikes are instant -{variant:2,3}You have Vaal Pact if you've dealt a Critical Strike Recently -]],[[ -Replica Atziri's Acuity -Vaal Gauntlets -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 63, 100 Str -+(60-80) to Intelligence -(25-35)% increased Global Critical Strike Chance -(200-220)% increased Armour -+(60-75) to maximum Life -You have Perfect Agony if you've dealt a Critical Strike recently -]],[[ -Ceaseless Feast -Spiked Gloves -Source: Drops from unique{The Infinite Hunger} -Requires Level 70, 95 Str -Implicits: 1 -(16-20)% increased Melee Damage -Adds (2-3) to (22-26) Physical Damage to Attacks -(100-150)% increased Armour -(20-30)% chance to inflict Corrosion on Hit with Attacks -(20-30)% chance to gain an Endurance Charge on Hitting an Enemy with no Armour -(20-30)% chance to gain a Frenzy Charge on Hitting an Enemy with no Evasion Rating -]],[[ -The Celestial Brace -Goliath Gauntlets -Source: Drops from unique{The Searing Exarch} (Uber) -Requires Level: 53, 77 Str -(80-120)% Increased Armour -1% Increased Attack Speed per Fortification -+(1-10) to Maximum Fortification -Melee Hits from Strike Skills Fortify -]],[[ -Craiceann's Pincers -Titan Gauntlets -League: Bestiary -Source: Drops from unique{Craiceann, First of the Deep} -Requires Level 69, 98 Str -(150-200)% increased Armour -Regenerate (50-70) Life per second -+(30-40)% to Fire Resistance -3% increased Damage per Crab Barrier -10% chance that if you would gain a Crab Barrier, you instead gain up to -your maximum number of Crab Barriers -]],[[ -Kaom's Spirit -Titan Gauntlets -Variant: Pre 3.23.0 -Variant: Current -+(50-70) to Maximum Life -+(20-30)% to Fire Resistance -(0.3-0.5)% of Physical Attack Damage Leeched as Life -Life Recovery from Regeneration is not applied -{variant:1}Regenerate 1 Rage per second for every 100 Life Recovery per second from Regeneration -{variant:2}Regenerate 1 Rage per second for every 300 Life Recovery per second from Regeneration -Does not delay Inherent Loss of Rage -]],[[ -Doryani's Fist -Vaal Gauntlets -Variant: Pre 3.0.0 -Variant: Pre 3.5.0 -Variant: Pre 3.10.0 -Variant: Current -Requires Level 63, 100 Str -{variant:2,3,4}Grants Level 20 Doryani's Touch Skill -{variant:1,2,3}+30 to maximum Energy Shield -{variant:4}+(80-100) to maximum Energy Shield -{variant:1,2,3}10% chance to Shock -{variant:4}30% chance to Shock -{variant:1,2}Adds (225-335) to (785-900) Lightning Damage to Unarmed Attacks -{variant:3,4}Adds (150-225) to (525-600) Lightning Damage to Unarmed Melee Hits -{variant:1,2}Adds (60-90) to (210-240) Lightning Damage to Spells while Unarmed -{variant:3,4}Adds (90-135) to (315-360) Lightning Damage to Spells while Unarmed -{variant:1,2,3}+30 Energy Shield gained on Killing a Shocked Enemy -{variant:4}+(200-250) Energy Shield gained on Killing a Shocked Enemy -{variant:4}30% increased Effect of Lightning Ailments -]],[[ -Hateforge -Ancient Gauntlets -League: Ultimatum -Source: Drops from unique{The Trialmaster} -Requires Level 47, 68 Str -Socketed Gems are Supported by Level 30 Rage -(120-150)% increased Armour -(10-25)% reduced Rage Cost of Skills -Vaal Attack Skills Cost Rage instead of requiring Souls to Use -You cannot gain Rage during Soul Gain Prevention -]],[[ -Empire's Grasp -Goliath Gauntlets -Requires Level 53, 76 Str -+(400-600) to Armour -Knockback direction is reversed -Socketed Gems are Supported by Level 10 Knockback -]],[[ -Giantsbane -Bronze Gauntlets -Variant: Pre 3.19.0 -Variant: Current -Requires Level: 23, 36 Str -+(30-40) to Strength -{variant:1}Adds (3-6) to (10-12) Physical Damage to Attacks -{variant:2}Adds (5-8) to (12-16) Physical Damage to Attacks -{variant:2}10% reduced Attack Speed -(80-100)% increased Armour -{variant:2}Arrows Pierce 2 additional Targets -Iron Grip -]],[[ -Lochtonial Caress -Iron Gauntlets -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -(10-15)% increased Attack Speed -{variant:1}+(10-20) to Armour -{variant:2}+(20-30) to maximum Life -(10-15)% increased Cast Speed -(10-15)% reduced maximum Mana -{variant:2}10% chance to gain a Power, Frenzy or Endurance Charge on Kill -{variant:3}(10-15)% chance to gain a Power, Frenzy or Endurance Charge on Kill -Conduit -]],[[ -Meginord's Vise -Steel Gauntlets -Variant: Pre 1.1.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 35, 52 Str -{variant:4}Melee Strike Skills deal Splash Damage to surrounding targets -{variant:1,2,3}10% increased Global Physical Damage -{variant:1,2,3}+100 to Strength -{variant:4}+50 to Strength -{variant:1}(5-15)% reduced Attack Speed -{variant:1,2,3}(40-60)% increased Armour -{variant:4}(150-200)% increased Armour -{variant:3}Regenerate 2% of Life per second with at least 400 Strength -{variant:4}100% increased Knockback Distance -{variant:4}Melee Hits with Strike Skills always Knockback -]],[[ -Veruso's Battering Rams -Titan Gauntlets -Requires Level 69, 98 Str -(8-13)% increased Attack Speed -(120-180)% increased Armour -(3-5)% increased Movement Speed -50% increased Stun Duration on you -4% increased Melee Damage per Endurance Charge -You cannot be Shocked while at maximum Endurance Charges -]],[[ -Vixen's Entrapment -Embroidered Gloves -Requires Level 36, 54 Int -Implicits: 0 -Trigger Socketed Curse Spell when you Cast a Curse Spell, with a 0.25 second Cooldown -+(50-90) to maximum Energy Shield -0.2% of Spell Damage Leeched as Energy Shield for each Curse on Enemy -You can apply an additional Curse -(10-20)% increased Cast Speed with Curse Skills -]],[[ -Winds of Change -Ancient Gauntlets -Source: Drops in The Lord's Labyrinth -Variant: Pre 2.6.0 -Variant: Current -Requires Level 47, 68 Str -+(30-60) to maximum Life -30% increased Projectile Speed -{variant:1}10% reduced Movement Speed -{variant:2}(5-10)% reduced Movement Speed -10% chance to Knock Enemies Back on hit -(30-50)% increased Projectile Damage -]], + -- Gloves: Evasion -[[ -Great Old One's Tentacles -Eelskin Gloves -Requires Level 38, 56 Dex -Adds (8-12) to (15-20) Physical Damage to Attacks -+(50-70) to maximum Life -(10-20)% chance to Impale Enemies on Hit with Attacks -50% chance for Impales on Enemies you Kill to Reflect Damage to surrounding Enemies -]],[[ -Hrimsorrow -Goathide Gloves -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 9, 17 Dex -+(20-30) to Strength -{variant:1}50% increased Evasion Rating -{variant:2,3}+(40-50) to Evasion Rating -{variant:1}+(10-20)% to Cold Resistance -{variant:2,3}+(20-30)% to Cold Resistance -{variant:2}Adds (5-7) to (13-15) Cold Damage to Spells and Attacks -{variant:1}25% of Physical Damage Converted to Cold Damage -{variant:2}50% of Physical Damage Converted to Cold Damage -{variant:3}100% of Physical Damage Converted to Cold Damage -{variant:1,2}Reflects 10 Cold Damage to Melee Attackers -{variant:3}Reflects 100 Cold Damage to Melee Attackers -]],[[ -Hrimburn -Goathide Gloves -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Current -Requires Level 24, 17 Dex -+(20-30) to Strength -{variant:1}50% increased Evasion Rating -{variant:2}+(40-50) to Evasion Rating -{variant:1}+(10-20)% to Cold Resistance -{variant:2}+(20-30)% to Cold Resistance -{variant:2}Adds (5-7) to (13-15) Cold Damage to Spells and Attacks -{variant:1}25% of Physical Damage Converted to Cold Damage -{variant:2}50% of Physical Damage Converted to Cold Damage -Reflects 10 Cold Damage to Melee Attackers -Your Cold Damage can Ignite -]],[[ -Maligaro's Virtuosity -Deerskin Gloves -League: Legion -Variant: Pre 1.1.0 -Variant: Pre 3.0.0 -Variant: Pre 3.7.0 -Variant: Current -Requires Level 21, 33 Dex -+(20-30) to Dexterity -5% increased Attack Speed -50% increased Global Critical Strike Chance -{variant:1}+(40-50)% to Global Critical Strike Multiplier -{variant:2}+(28-36)% to Global Critical Strike Multiplier -{variant:3}+(20-30)% to Global Critical Strike Multiplier -{variant:4}Your Critical Strike Multiplier is 300% -(60-80)% increased Evasion Rating -]],[[ -Mercenary's Lot -Slink Gloves -League: Heist -Requires Level 70, 95 Dex -+(80-120) to Evasion Rating -(5-8)% increased Attack and Cast Speed -Mark Skills have (10-15)% increased Cast Speed -(30-50)% increased Damage with Hits and Ailments against Marked Enemy -Your Mark transfers to another Enemy when Marked Enemy dies -]],[[ -Oskarm -Nubuck Gloves -Variant: Pre 3.16.0 -Variant: Current -Requires Level 52, 50 Dex -Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy -(30-40)% increased Accuracy Rating -+(40-50) to maximum Life --(20-10)% to Chaos Resistance -{variant:1}(7-8)% chance to Suppress Spell Damage -{variant:2}(10-12)% chance to Suppress Spell Damage -2% increased Attack Critical Strike Chance per 200 Accuracy Rating -]],[[ -Painseeker -Shagreen Gloves -Requires Level 54, 78 Dex -Adds (16-19) to (25-29) Fire Damage -Adds (16-19) to (25-29) Cold Damage -Adds (6-10) to (33-38) Lightning Damage -(60-120)% increased Evasion Rating -Critical Strikes do not inherently apply non-Damaging Ailments -Inflict non-Damaging Ailments as though dealing (100-200)% more Damage -]], + -- Gloves: Energy Shield -[[ -Allelopathy -{variant:1}Sorcerer Gloves -{variant:2}Satin Gloves -Variant: Pre 3.19.0 -Variant: Current -Grants Level 22 Blight Skill -{variant:1}(20-30)% increased Damage over Time -(100-120)% increased Energy Shield -10% increased Area of Effect of Area Skills -Blight has (20-30)% increased Hinder Duration -You cannot be Hindered -]],[[ -Replica Allelopathy -{variant:1}Sorcerer Gloves -{variant:2}Satin Gloves -Variant: Pre 3.19.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Grants Level 22 Wintertide Brand -{variant:1}(20-30)% increased Damage over Time -(100-120)% increased Energy Shield -10% increased Area of Effect -Immune to Chill -Wintertide Brand has (20-30)% increased Chill Effect -]],[[ -Asenath's Gentle Touch -Silk Gloves -League: Legion -Variant: Pre 2.6.0 -Variant: Pre 3.7.0 -Variant: Current -Requires Level 25, 39 Int -+(20-30) to Intelligence -{variant:1,2}+(20-30) to maximum Life -{variant:3}+(60-80) to maximum Life -{variant:1,2}+(20-30) to maximum Mana -{variant:3}+(60-80) to maximum Mana -{variant:1,2,3}Curse Enemies with Temporal Chains on Hit -{variant:3}Non-Aura Curses you inflict are not removed from Dying Enemies -{variant:3}Enemies near Corpses affected by your Curses are Blinded -{variant:3}Enemies killed near Corpses affected by your Curses explode, dealing -{variant:3}3% of their Life as Physical Damage -]],[[ -Black Zenith -Fingerless Silk Gloves -Source: Drops from unique{The Infinite Hunger} -Requires Level 70, 95 Int -Implicits: 1 -(12-16)% increased Spell Damage -Socketed Projectile Spells deal 150% more Damage with Hits -Socketed Projectile Spells have +4 seconds to Cooldown -Socketed Projectile Spells fire 4 additional Projectiles -Socketed Projectile Spells fire Projectiles in a circle -Socketed Projectile Spells have 80% less Skill Effect Duration -(140-180)% increased Energy Shield -]],[[ -Demon Stitcher -Satin Gloves -Variant: Pre 3.19.0 -Variant: Current -League: Delve -Requires Level 41, 60 Int -(15-20)% increased Cast Speed -{variant:1}+(50-70) to maximum Energy Shield -{variant:2}+(100-120) to maximum Energy Shield -{variant:1}+(50-70) to maximum Life -{variant:2}+(100-120) to maximum Life -{variant:1}Sacrifice 5% of Life to gain that much Energy Shield when you Cast a Spell -{variant:2}Sacrifice (5-25)% of Life to gain that much Energy Shield when you Cast a Spell -]],[[ -Doedre's Tenure -Velvet Gloves -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 12, 21 Int -{variant:1}+10 to Intelligence -{variant:2}+20 to Intelligence -{variant:3}+(20-50) to Intelligence -{variant:1}(40-50)% increased Spell Damage -{variant:2}(50-60)% increased Spell Damage -{variant:3}100% increased Spell Damage -{variant:1}20% reduced Cast Speed -{variant:2}15% reduced Cast Speed -{variant:3}(15-25)% reduced Cast Speed -{variant:1}+16 to maximum Energy Shield -{variant:2}+32 to maximum Energy Shield -]],[[ -Doedre's Malevolence -Velvet Gloves -Source: No longer obtainable -Variant: Pre 3.11.0 -Variant: Current -Requires Level 64, 21 Int -(50-60)% increased Spell Damage -+20 to Intelligence -Adds (48-56) to (73-84) Chaos Damage to Spells -15% reduced Cast Speed -+(64-96) to maximum Energy Shield -{variant:1}+50 to Total Mana Cost of Skills -{variant:2}Skills Supported by Unleash have (30-50)% increased Seal gain frequency -]],[[ -Grip of the Council -Arcanist Gloves -Requires Level 60, 95 Int -+30 to Strength -+(30-50) to maximum Life -+(20-40)% to Cold Resistance -Minions have 10% reduced Movement Speed -Minions have +40% to Cold Resistance -Minions gain 20% of Physical Damage as Extra Cold Damage -]],[[ -Replica Grip of the Council -Arcanist Gloves -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 60, 95 Int -+30 to Strength -+(30-50) to maximum Life -+(20-40)% to Fire Resistance -Minions have 10% reduced maximum Life -Minions have +40% to Fire Resistance -Minions gain 20% of Physical Damage as Extra Fire Damage -]],[[ -Kalisa's Grace -Samite Gloves -Requires Level 55, 68 Int -Socketed Gems are Supported by Level 18 Faster Casting -+(20-30) to Intelligence -+(50-80) to maximum Energy Shield -+(50-70) to maximum Life -Gain +2% to Critical Strike Chance for 2 seconds after Spending a total of 800 Mana -]],[[ -Replica Kalisa's Grace -Samite Gloves -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 55, 68 Int -Socketed Gems are Supported by Level 18 Unleash -+(20-30) to Intelligence -+(50-80) to maximum Energy Shield -+(50-70) to maximum Life -Gain 40% increased Area of Effect for 2 seconds after Spending a total of 800 Mana -]],[[ -Sadima's Touch -Wool Gloves -Variant: Pre 1.1.0 -Variant: Pre 3.5.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 11 -Adds 4 to 8 Fire Damage to Attacks -Adds 1 to 13 Lightning Damage to Attacks -+18 to maximum Energy Shield -{variant:1}(18-24)% increased Quantity of Items found -{variant:2}(12-16)% increased Quantity of Items found -{variant:3}(5-10)% increased Quantity of Items found -{variant:4}(10-15)% increased Rarity of Items found -]],[[ -Voidbringer -Conjurer Gloves -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.11.0 -Variant: Current -Requires Level 55, 79 Int -+1 to Level of Socketed Elemental Gems -(125-150)% increased Critical Strike Chance for Spells -{variant:1,2}(280-350)% increased Energy Shield -{variant:3,4}(180-250)% increased Energy Shield -{variant:1}80% increased Mana Cost of Skills -{variant:2,3}(40-80)% increased Mana Cost of Skills -{variant:4}Lose (40-80) Mana when you use a Skill -Gain (15-20) Energy Shield per Enemy Killed -]], + -- Gloves: Armour/Evasion -[[ -Aurseize -Steelscale Gauntlets -Requires Level 36, 29 Str, 29 Dex -(40-60)% increased Armour and Evasion -+15% to all Elemental Resistances -(40-50)% increased Rarity of Items found -5% reduced Movement Speed -]],[[ -Breathstealer -Hydrascale Gauntlets -Requires Level 59, 45 Str, 45 Dex -League: Blight -Source: Drops in Blighted Maps -(100-150)% increased Armour and Evasion -+(30-50) to maximum Mana -+(10-16)% to all Elemental Resistances -(5-10)% increased Attack and Cast Speed -Create a Blighted Spore when you Kill a Rare Monster -This item can be anointed by Cassia -]],[[ -Farrul's Pounce -Hydrascale Gauntlets -League: Bestiary -Source: Drops from unique{Farrul, First of the Plains} -Requires Level 59, 45 Str, 45 Dex -(100-140)% increased Armour and Evasion -+(50-70) to maximum Life -+(400-500) to Accuracy against Bleeding Enemies -Attacks always inflict Bleeding while you have Cat's Stealth -(40-50)% increased Damage with Hits and Ailments against Bleeding Enemies -You have Crimson Dance while you have Cat's Stealth -]],[[ -Flesh and Spirit -Ironscale Gauntlets -League: Rampage -Requires Level 15 -(6-9)% increased Attack Speed -(80-120)% increased Armour and Evasion -Regenerate (3-4) Life per second -Recover 20% of Life on Rampage -Kills grant an additional Vaal Soul if you have Rampaged Recently -Rampage -]],[[ -Gravebind -Hydrascale Gauntlets -Requires Level 59, 45 Str, 45 Dex -Implicits: 0 -(100-150)% increased Armour and Evasion -+(19-29)% to Chaos Resistance -Gain (15-25) Life per Enemy Killed -Nearby Enemies Killed by anyone count as being Killed by you instead -]],[[ -Haemophilia -Serpentscale Gauntlets -Requires Level 43, 34 Str, 34 Dex -+(20-30) to Strength -25% increased Damage over Time -Attacks have 25% chance to cause Bleeding -(25-40)% increased Attack Damage against Bleeding Enemies -Bleeding Enemies you Kill Explode, dealing 5% of -their Maximum Life as Physical Damage -25% reduced Bleed duration -]],[[ -Slitherpinch -Bronzescale Gauntlets -Variant: Pre 2.6.0 -Variant: Current -Requires Level 27, 22 Str, 22 Dex -+(40-50) to Dexterity -{variant:1}5% increased Attack Speed -{variant:2}(5-10)% increased Attack Speed -(60-100)% increased Evasion Rating -0.6% of Physical Attack Damage Leeched as Life -0.4% of Physical Attack Damage Leeched as Mana -]],[[ -Surgebinders -Dragonscale Gauntlets -Variant: Pre 2.6.0 -Variant: Current -Requires Level 67, 51 Str, 51 Dex -(90-110)% increased Armour and Evasion -(4-7)% increased Elemental Damage per Frenzy Charge -(4-7)% increased Physical Damage per Endurance Charge -(4-7)% increased Spell Damage per Power Charge -10% chance to Steal Power, Frenzy, and Endurance Charges on Hit -{variant:1}(10-30)% reduced Endurance, Frenzy and Power Charge Duration -]],[[ -Tombfist -Steelscale Gauntlets -League: Abyss -Source: Drops from unique{Amanamu, Liege of the Lightless} or unique{Ulaman, Sovereign of the Well} -Has Alt Variant: true -Has Alt Variant Two: true -Has Alt Variant Three: true -Selected Variant: 3 -Selected Alt Variant: 5 -Selected Alt Variant Two: 6 -Selected Alt Variant Three: 9 -Variant: Pre 3.6.0 -Variant: Pre 3.21.0 -Variant: Current -Variant: One Abyssal Socket -Variant: Two Abyssal Socket -Variant: Murderous: Intimidate -Variant: Murderous: Fortify -Variant: Murderous: Rage -Variant: Searching: Maim -Variant: Searching: Blind -Variant: Searching: Onslaught -{variant:4}Has 1 Abyssal Socket -{variant:5}Has 2 Abyssal Sockets -{variant:1,2}(6-10)% increased Attack Speed -{variant:3}(5-10)% increased Attack Speed -{variant:1,2}(4-6)% increased maximum Life -{variant:6}With a Murderous Eye Jewel Socketed, Intimidate Enemies for 4 seconds on Hit with Attacks -{variant:7}With a Murderous Eye Jewel Socketed, Melee Hits have 25% chance to Fortify -{variant:8}With a Murderous Eye Jewel Socketed, Melee Attacks grant 1 Rage on Hit, no more than once every second -{variant:9}With a Searching Eye Jewel Socketed, Maim Enemies for 4 seconds on Hit with Attacks -{variant:10}With a Searching Eye Jewel Socketed, Blind Enemies for 4 seconds on Hit with Attacks -{variant:11}With a Searching Eye Jewel Socketed, Attacks have 25% chance to grant Onslaught On Kill -]],[[ -Vaal Caress -Bronzescale Gauntlets -League: Ambush, Invasion -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -{variant:1,2}+2 to Level of Socketed Vaal Gems -{variant:3}+5 to Level of Socketed Vaal Gems -{variant:3}-5 to Level of Socketed Non-Vaal Gems -(120-140)% increased Armour and Evasion -{variant:1}+(30-40) to maximum Life -{variant:2,3}+(50-70) to maximum Life -{variant:1}+30% to Cold Resistance -{variant:2,3}+40% to Cold Resistance -{variant:1,2}You gain Onslaught for 5 seconds on using a Vaal Skill -{variant:3}You gain Onslaught for 20 seconds on using a Vaal Skill -]],[[ -Worldcarver -Dragonscale Gauntlets -Source: No longer obtainable -Requires Level 67, 51 Str, 51 Dex -Trigger Level 20 Arcane Wake after Spending a total of 200 Mana -+(200-300) to Accuracy Rating -(120-150)% increased Armour and Evasion -+(60-80) to maximum Life -6% increased Attack Damage for each Map Item Modifier affecting the Area -3% increased Attack Speed for each Map Item Modifier affecting the Area -]],[[ -Wyrmsign -Wyrmscale Gauntlets -Requires Level 49, 38 Str, 38 Dex -Socketed Gems are Supported by Level 5 Concentrated Effect -(120-160)% increased Armour and Evasion -+(50-70) to maximum Life -4% reduced Mana Cost per Endurance Charge -Gain Rampage while at Maximum Endurance Charges -Lose all Endurance Charges when Rampage ends -]],[[ -Tanu Ahi -Wyrmscale Gauntlets -(8-12)% increased Attack Speed -(100-150)% increased Armour and Evasion -(2-3)% of Physical Attack Damage Leeched as Life -10% chance to gain Adrenaline for 2 Seconds when Leech is removed by Filling Unreserved Life -10% chance to gain Onslaught for 4 Seconds when Leech is removed by Filling Unreserved Life -]], + -- Gloves: Armour/Energy Shield -[[ -Command of the Pit -Riveted Gloves -League: Delve -Source: Drops from unique{Kurgal, the Blackblooded} -Variant: One Abyssal Socket -Variant: Two Abyssal Sockets -Requires Level 37, 29 Str, 29 Int -{variant:1}Has 1 Abyssal Socket -{variant:2}Has 2 Abyssal Sockets -(6-10)% increased Cast Speed -(4-6)% increased maximum Life -With a Ghastly Eye Jewel Socketed, Minions have +1000 to Accuracy Rating -With a Hypnotic Eye Jewel Socketed, gain Arcane Surge on Hit with Spells -]],[[ -The Hand of Phrecia -Mesh Gloves -League: Necropolis -Requires Level 32, 26 Str, 26 Int -(50–70)% increased Armour and Energy Shield -+(10–15)% to all Elemental Resistances -(20–40)% increased Effect of Non-Curse Auras from your Skills while you have a Linked Target -Linked Targets always count as in range of Non-Curse Auras from your Skills -Non-Curse Auras from your Skills only apply to you and Linked Targets -]],[[ -Hand of the Fervent -Zealot Gloves -Variant: Pre 3.25.0 -Variant: Current -League: Ritual -Source: Purchase from Ritual Reward -Requires Level 43, 34 Str, 34 Int -(70-130)% increased Armour and Energy Shield -+(50-70) to maximum Life -Gain Sacrificial Zeal when you use a Skill, dealing you 150% of the Skill's Mana Cost as Physical Damage per Second -{variant:1}Hits Overwhelm (10-15)% of Physical Damage Reduction while you have Sacrificial Zeal -{variant:2}(35-50)% chance for Hits to ignore Enemy Physical Damage Reduction while you have Sacrificial Zeal -]],[[ -Hands of the High Templar -Crusader Gloves -Source: Drops from unique{Sirus, Awakener of Worlds} -Can be modified while Corrupted -Can have up to 5 Implicit Modifiers while Item has this Modifier -(150-200)% increased Armour and Energy Shield -(7-12)% increased maximum Life -+(20-30)% to Fire and Lightning Resistances -]],[[ -Null and Void -Legion Gloves -League: Rampage -Requires Level 57, 44 Str, 44 Int -+(20-30) to Strength -(150-180)% increased Armour and Energy Shield -+(50-70) to maximum Life -(20-40)% increased Mana Regeneration Rate -Dispels Elemental Ailments on Rampage -Gain Immunity to Physical Damage for 1.5 seconds on Rampage -Rampage -]],[[ -Offering to the Serpent -Legion Gloves -League: Synthesis -Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} -Requires Level 57, 44 Str, 44 Int -+(15-25) to all Attributes -(150-200)% increased Armour and Energy Shield -50% reduced Maximum Recovery per Life Leech -(6-10)% increased Attack and Cast Speed -(15-25)% increased Damage while Leeching -Life Leech effects are not removed when Unreserved Life is Filled -]],[[ -Repentance -Crusader Gloves -Variant: Pre 3.19.0 -Variant: Current -Requires Level 66, 306 Str, 306 Int -500% increased Attribute Requirements -{variant:2}(6-12)% increased Strength -{variant:1}(0-30)% reduced Spell Damage -{variant:1}(120-180)% increased Armour and Energy Shield -{variant:2}(400-500)% increased Armour and Energy Shield -{variant:1}+(8-16) to maximum Energy Shield -Iron Will -]],[[ -Saqawal's Winds -Soldier Gloves -League: Bestiary -Source: Drops from unique{Saqawal, First of the Sky} -Requires Level 51, 40 Str, 40 Int -(140-180)% increased Armour and Energy Shield -+(30-60) to maximum Life -+(20-25)% to Cold and Lightning Resistances -+(-2-2) seconds to Avian's Might Duration -Adds (20-25) to (37-40) Cold Damage while you have Avian's Might -Adds (1-3) to (55-62) Lightning Damage while you have Avian's Might -]],[[ -Shackles of the Wretched -Chain Gloves -Variant: Pre 1.2.0 -Variant: Current -Requires Level 7, 17 Dex -(40-60)% increased Stun and Block Recovery -Hexes applied by Socketed Curse Skills are Reflected back to you -You cannot be Chilled for 3 seconds after being Chilled -You cannot be Frozen for 3 seconds after being Frozen -You cannot be Ignited for 3 seconds after being Ignited -{variant:1}You cannot be Shocked for 1 second after being Shocked -{variant:2}You cannot be Shocked for 3 seconds after being Shocked -You grant (4-6) Frenzy Charges to allies on Death -]],[[ -Shaper's Touch -Crusader Gloves -Shaper Item -Source: Drops from unique{The Shaper} -Variant: Pre 2.6.0 -Variant: Pre 3.10.0 -Variant: Current -Requires Level 66, 51 Str, 51 Int -(80-120)% increased Armour and Energy Shield -{variant:1}+2 Accuracy Rating per 2 Intelligence -{variant:2,3}+4 Accuracy Rating per 2 Intelligence -+1 Life per 4 Dexterity -{variant:1,3}+1 Mana per 4 Strength -{variant:2}+2 Mana per 4 Strength -{variant:1,3}1% increased Energy Shield per 10 Strength -{variant:2}2% increased Energy Shield per 10 Strength -{variant:1}1% increased Evasion Rating per 10 Intelligence -{variant:2,3}2% increased Evasion Rating per 10 Intelligence -{variant:1}1% increased Melee Physical Damage per 10 Dexterity -{variant:2,3}2% increased Melee Physical Damage per 10 Dexterity -]],[[ -Southbound -Soldier Gloves -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 51, 40 Str, 40 Int -{variant:1,2}Adds (30-36) to (44-50) Cold Damage to Attacks -{variant:3}Adds (60-72) to (88-100) Cold Damage to Attacks -(12-16)% increased maximum Life -+(40-50)% to Cold Resistance -{variant:2}50% increased Herald of Ice Damage -{variant:1,2}25% increased Freeze Duration on Enemies -{variant:3}100% increased Freeze Duration on Enemies -Your Hits can only Kill Frozen enemies -]],[[ -Triad Grip -Mesh Gloves -Requires Level 32, 26 Str, 26 Int -(80-120)% increased Armour and Energy Shield -Minions convert 25% of Physical Damage to Fire Damage per Red Socket -Minions convert 25% of Physical Damage to Cold Damage per Green Socket -Minions convert 25% of Physical Damage to Lightning Damage per Blue Socket -Minions convert 25% of Physical Damage to Chaos Damage per White Socket -Minions have (5-10)% chance to Freeze, Shock and Ignite -]],[[ -Volkuur's Guidance -Zealot Gloves -Variant: Fire -Variant: Cold -Variant: Lightning -Requires Level 43, 34 Str, 34 Int -{variant:1}Adds (16-20) to (25-30) Fire Damage to Spells and Attacks -{variant:2}Adds (16-20) to (25-30) Cold Damage to Spells and Attacks -{variant:3}Adds (1-3) to (42-47) Lightning Damage to Spells and Attacks -+(50-70) to maximum Life -{variant:1}+(30-40)% to Fire Resistance -{variant:2}+(30-40)% to Cold Resistance -{variant:3}+(30-40)% to Lightning Resistance -50% less Poison Duration -{variant:1}Your Fire Damage can Poison -{variant:2}Your Cold Damage can Poison -{variant:3}Your Lightning Damage can Poison -{variant:1}Fire Skills have 20% chance to Poison on Hit -{variant:2}Cold Skills have 20% chance to Poison on Hit -{variant:3}Lightning Skills have 20% chance to Poison on Hit -]],[[ -Replica Volkuur's Guidance -Zealot Gloves -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 43, 34 Str, 34 Int -Adds (17-23) to (29-31) Chaos Damage -+(50-70) to maximum Life -+(29-41)% to Chaos Resistance -Your Chaos Damage can Ignite -Chaos Skills have 20% chance to Ignite -50% less Ignite Duration -]], + -- Gloves: Evasion/Energy Shield -[[ -Abhorrent Interrogation -Ambush Mitts -League: Harvest -Source: Drops from unique{Oshabi, Avatar of the Grove} -Requires Level 45, 35 Dex, 35 Int -(100-150)% increased Evasion and Energy Shield -(5-7)% increased Attack and Cast Speed -(20-25)% chance to inflict Withered for 2 seconds on Hit -Enemies take 4% increased Elemental Damage from your Hits for -each Withered you have inflicted on them -Your Hits cannot Penetrate or ignore Elemental Resistances -]],[[ -Stormseeker -Ambush Mitts -+(40-60) to maximum Energy Shield -+(40-60) to maximum Mana -(60-100)% increased Effect of Chill you inflict while Leeching Mana -(60-100)% increased Effect of Shocks you inflict while Leeching Energy Shield -Unaffected by Chill while Leeching Mana -Unaffected by Shock while Leeching Energy Shield -]],[[ -Algor Mortis -Carnal Mitts -League: Delirium -Source: Drops from the Simulacrum Encounter -Requires Level 50, 39 Dex, 39 Int -+(50-70) to maximum Energy Shield -+(15-20)% to Cold and Lightning Resistances -(20-30)% chance to Sap Enemies in Chilling Areas -Enemies in your Chilling Areas take (25-35)% increased Lightning Damage -(15-20)% increased Effect of Non-Damaging Ailments -]],[[ -Aukuna's Will -Clasped Mitts -League: Legion -Requires Level 31, 25 Dex 25 Int -+(30-40) to Dexterity -(5-7)% increased Cast Speed -(100-150)% increased Evasion and Energy Shield -Raised Zombies have (80-100)% increased maximum Life -Raise Zombie does not require a Corpse -Your Raised Zombies count as Corpses -]],[[ -Architect's Hand -{variant:1}Strapped Mitts -{variant:2}Ambush Mitts -Variant: Pre 3.14.0 -Variant: Current -League: Incursion -Source: Opening normal{Fortified Casket} in normal{Defense Research Lab} -Upgrade: Upgrades to unique{Slavedriver's Hand} via currency{Vial of Dominance} -{variant:1}Requires Level 16 -{variant:2}Requires Level 45, 35 Dex, 35 Int -+(30-40) to Dexterity -{variant:1}(100-125)% increased Evasion and Energy Shield -{variant:2}(200-250)% increased Evasion and Energy Shield -(20-30)% reduced Trap Throwing Speed -{variant:1}Skills used by Traps have (10-20)% increased Area of Effect -{variant:2}(4-6)% chance to throw up to 4 additional Traps -Increases and Reductions to Cast Speed also Apply to Trap Throwing Speed -]],[[ -Slavedriver's Hand -Ambush Mitts -League: Incursion -Source: Upgraded from unique{Architect's Hand} via currency{Vial of Dominance} -Requires Level 45, 35 Dex, 35 Int -+(30-40) to Dexterity -(200-250)% increased Evasion and Energy Shield -(20-30)% reduced Trap Throwing Speed -Skills which throw Traps Cost Life instead of Mana -Skills used by Traps have (10-20)% increased Area of Effect -Increases and Reductions to Cast Speed also Apply to Trap Throwing Speed -10% chance to gain an Endurance, Frenzy or Power Charge when any of your Traps is Triggered by an Enemy -]],[[ -Blasphemer's Grasp -Assassin's Mitts -Elder Item -Source: Drops from unique{The Elder} -Requires Level 58, 45 Dex, 45 Int -+(40-50) to Dexterity -(150-200)% increased Evasion and Energy Shield -+(50-60) to maximum Life -+6 to Maximum Life per Elder Item Equipped -+4% to Damage over Time Multiplier for Ailments per Elder Item Equipped -8% increased Effect of non-Damaging Ailments per Elder Item Equipped -Remove an Ailment when you use a Flask if all Equipped Items are Elder Items -]],[[ -The Embalmer -Carnal Mitts -Requires Level 50, 39 Dex, 39 Int -Socketed Gems are Supported by Level 20 Vile Toxins -Adds (13-17) to (23-29) Chaos Damage -+(50-70) to maximum Life -+(17-29)% to Chaos Resistance -(20-25)% increased Poison Duration -]],[[ -Facebreaker -Strapped Mitts -Variant: Pre 1.0.0 -Variant: Pre 2.2.0 -Variant: Pre 2.5.0 -Variant: Pre 3.0.0 -Variant: Current -Requires Level 16, 14 Dex, 14 Int -{variant:1,2}+60% to Global Critical Strike Multiplier -{variant:3}+90% to Global Critical Strike Multiplier -{variant:4}+45% to Global Critical Strike Multiplier -{variant:5}+30% to Global Critical Strike Multiplier -10% reduced Enemy Stun Threshold -{variant:1}(800-1000)% more Unarmed Physical Damage -{variant:2,3,4,5}(600-800)% more Physical Damage with Unarmed Melee Attacks -Extra gore -]],[[ -Fenumus' Weave -Carnal Mitts -League: Bestiary -Source: Drops from unique{Fenumus, First of the Night} -Requires Level 50, 39 Dex, 39 Int -Grants Level 20 Aspect of the Spider Skill -(120-170)% increased Evasion and Energy Shield -+(40-50) to maximum Life -(6-9)% increased Attack and Cast Speed -(40-60)% increased Damage with Hits and Ailments against Enemies affected by 3 Spider's Webs -Adds (8-10) to (13-15) Chaos Damage for each Spider's Web on the Enemy -]],[[ -Soul Ascension -Carnal Mitts -Variant: Pre 3.24.0 -Variant: Current -Elder Item -Source: Drops from unique{The Elder} (Uber Uber) -(120-150)% increased Evasion and Energy Shield -+(17-29)% to Chaos Resistance -{variant:1}Eat a Soul when you Hit a Unique Enemy, no more than once every second -{variant:2}Eat a Soul when you Hit a Rare or Unique Enemy, no more than once every 0.5 seconds -+(-10-10) to maximum number of Eaten Souls -]],[[ -Machina Mitts -Murder Mitts -Requires Level: 67 -League: Blight -(200-250)% increased Evasion and Energy Shield -1% of Damage dealt by your Mines is Leeched to you as Life -(20-30)% reduced Recovery rate of Life and Energy Shield -5% increased Recovery rate of Life and Energy Shield per Power Charge -Lose a Power Charge each second if you have not Detonated Mines Recently -]],[[ -Ondar's Clasp -Wrapped Mitts -Variant: Pre 1.1.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 5 -{variant:1}20% increased Attack Speed when on Full Life -{variant:2,3}30% increased Attack Speed when on Full Life -{variant:1,2}Adds 1 to 13 Lightning Damage to Attacks -{variant:3}Adds (1-4) to (30-50) Lightning Damage to Attacks -{variant:1,2}+(50-80) to Accuracy Rating -{variant:3}+(100-200) to Accuracy Rating -{variant:1}(10-15)% increased Movement Speed when on Low Life -{variant:2,3}20% increased Movement Speed when on Low Life -]],[[ -Malachai's Mark -Murder Mitts -Requires Level 67, 51 Dex, 51 Int -(80-100)% increased Evasion and Energy Shield -+(60-80) to maximum Life -Gain (15-25) Life per Enemy Killed -Gain (15-25) Energy Shield per Enemy Killed -Grants Malachai's Endurance, Frenzy and Power for 6 seconds each, in sequence -]],[[ -Shadows and Dust -Clasped Mitts -League: Rampage -Variant: Pre 2.2.0 -Variant: Pre 3.0.0 -Variant: Current -Requires Level 31, 25 Dex, 25 Int -(20-30)% increased Global Critical Strike Chance -{variant:1}+(15-30)% to Global Critical Strike Multiplier -{variant:2}+(25-45)% to Global Critical Strike Multiplier -{variant:3}+(20-30)% to Global Critical Strike Multiplier -(100-130)% increased Evasion and Energy Shield -0.2% of Physical Attack Damage Leeched as Mana -Creates a Smoke Cloud on Rampage -Gain Unholy Might for 3 seconds on Rampage -Rampage -]],[[ -Snakebite -Assassin's Mitts -Variant: Pre 3.0.0 -Variant: Pre 3.9.0 -Variant: Current -Requires Level 58, 45 Dex, 45 Int -(150-180)% increased Evasion Rating -+(60-70) to maximum Life -2% increased Attack Speed per Frenzy Charge -6% increased Accuracy Rating per Frenzy Charge -10% reduced Frenzy Charge Duration per Frenzy Charge -{variant:1}While at Maximum Frenzy Charges, Attacks Poison Enemies -{variant:2,3}Attacks have 60% chance to Poison while at maximum Frenzy Charges -{variant:3}+5% to Damage over Time Multiplier for Poison per Frenzy Charge -]],[[ -Storm's Gift -Assassin's Mitts -League: Synthesis -Requires Level 58, 45 Dex, 45 Int -(20-30)% increased Damage over Time -(250-300)% increased Evasion and Energy Shield -+(20-30)% to Lightning Resistance -Enemies you kill are Shocked -Shocks you inflict spread to other Enemies within a Radius of 15 -]],[[ -Thunderfist -Murder Mitts -Variant: Pre 1.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 67, 51 Dex, 51 Int -{variant:1,2,3}Socketed Gems are Supported by Level 18 Added Lightning Damage -{variant:4}Socketed Gems are Supported by Level 30 Added Lightning Damage -{variant:1,3}Adds 1 to 100 Lightning Damage to Attacks -{variant:2}Adds 1 to 40 Lightning Damage to Attacks -10% increased Attack Speed -{variant:1,2,3}+(25-30) to maximum Energy Shield -{variant:4}(150-200)% increased Evasion and Energy Shield -{variant:1,2,3}10% increased Stun Duration on Enemies -{variant:1,2,3}100% increased Duration of Lightning Ailments -{variant:4}100% increased Effect of Lightning Ailments -]],[[ -Entropic Devastation -Assassin's Mitts -Source: Drops from unique{The Shaper} (Uber) -Shaper Item -Grants Call of Steel -(100-150)% increased Evasion and Energy Shield -(30-50)% increased Effect of Impales inflicted with Spells -Critical Strikes with Spells inflict Impale -]], + -- Gloves: Ward -[[ -Medved's Challenge -Runic Gauntlets -Requires Level 69, 38 Str, 38 Dex, 38 Int -League: Expedition -800% increased Attribute Requirements -(30-50)% increased Ward -+(15-25)% to all Elemental Resistances -80% less Flask Charges gained from Kills -Flasks gain 1 Charge per second if you've Hit a Unique Enemy Recently -]],[[ -Nightgrip -Runic Gages -Variant: Pre 3.16.0 -Variant: Pre 3.25.0 -Variant: Current -League: Expedition -Requires Level 48, 31 Str, 31 Dex, 31 Int -(33-48)% increased Ward -+(17-23)% to Chaos Resistance -{variant:1}Gain Added Chaos Damage equal to 25% of Ward -{variant:2}Gain Added Chaos Damage equal to 20% of Ward -{variant:3}Gain Added Chaos Damage equal to 10% of Ward -75% of Damage taken bypasses Ward -]], + } diff --git a/src/Data/Uniques/helmet.lua b/src/Data/Uniques/helmet.lua index c348a1165..65580920c 100644 --- a/src/Data/Uniques/helmet.lua +++ b/src/Data/Uniques/helmet.lua @@ -2,1566 +2,17 @@ return { -- Helmet: Armour -[[ -Abyssus -Ezomyte Burgonet -Variant: Pre 2.2.0 -Variant: Pre 3.0.0 -Variant: Current -Requires Level 60, 138 Str -Adds 40 to 60 Physical Damage to Attacks -+(20-25) to all Attributes -{variant:1}+(100-150)% to Melee Critical Strike Multiplier -{variant:2}+(150-225)% to Melee Critical Strike Multiplier -{variant:3}+(100-125)% to Melee Critical Strike Multiplier -(100-120)% increased Armour -(40-50)% increased Physical Damage taken -]],[[ -Replica Abyssus -Ezomyte Burgonet -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 60, 138 Str -+(20-25) to all Attributes -Adds 40 to 75 Fire Damage to Attacks -Adds 30 to 65 Cold Damage to Attacks -Adds 10 to 130 Lightning Damage to Attacks -+(100-125)% to Melee Critical Strike Multiplier -(100-120)% increased Armour -(40-50)% increased Elemental Damage taken -]],[[ -The Baron -Close Helmet -Variant: Pre 3.10.0 -Variant: Current -Requires Level 26, 58 Str -+2 to Level of Socketed Minion Gems -{variant:1}+(20-40) to Strength -{variant:1}Minions have 20% increased maximum Life -{variant:2}Minions have (10-20)% increased maximum Life -Half of your Strength is added to your Minions -{variant:1}+1 to maximum number of Raised Zombies per 300 Strength -{variant:2}+1 to maximum number of Raised Zombies per 500 Strength -{variant:1}With 1000 or more Strength 2% of Damage dealt by your Zombies is Leeched to you as Life -{variant:2}With 1000 or more Strength (1.5-2)% of Damage dealt by your Zombies is Leeched to you as Life -]],[[ -Ezomyte Peak -Iron Hat -Variant: Pre 3.19.0 -Variant: Current -{variant:1}20% increased Global Physical Damage -{variant:1}+(15-25) to Armour -{variant:2}+(75-100) to Armour -+(25-50) to maximum Life -{variant:1}Cannot Evade Enemy Attacks -{variant:2}(15-20)% increased Area of Effect -{variant:2}Unwavering Stance -]],[[ -Ezomyte Hold -Iron Hat -Source: No longer obtainable -20% increased Global Physical Damage -+(15-25) to Armour -+(25-50) to maximum Life -Cannot Evade Enemy Attacks -Cannot be Stunned -]],[[ -The Formless Flame -{variant:1,2}Siege Helmet -{variant:3}Royal Burgonet -League: Breach -Source: Drops in Xoph Breach or from unique{Xoph, Dark Embers} -Upgrade: Upgrades to unique{The Formless Inferno} using currency{Blessing of Xoph} -Variant: Pre 3.16.0 -Variant: Pre 3.21.0 -Variant: Current -Requires Level 48, 101 Str -{variant:1,2}+(100-120) to Armour -{variant:3}(80-120)% increased Armour -{variant:1,2}+(40-50) to maximum Life -{variant:3}-30% to Fire Resistance -{variant:1,2}-20 Fire Damage taken from Hits -{variant:3}-(100-200) Fire Damage taken from Hits -{variant:1}Armour is increased by Uncapped Fire Resistance -{variant:2,3}Armour is increased by Overcapped Fire Resistance -]],[[ -The Formless Inferno -Royal Burgonet -League: Breach -Source: Upgraded from unique{The Formless Flame} using currency{Blessing of Xoph} -Variant: Pre 3.16.0 -Variant: Pre 3.21.0 -Variant: Current -Requires Level 65, 148 Str -{variant:3}Socketed Gems are supported by level 30 Infernal Legion -{variant:1,2}(80-120)% increased Armour -{variant:1,2}+(40-50) to maximum Life -{variant:3}+(60-100) to maximum Life --30% to Fire Resistance -{variant:1,2}8% of Physical Damage from Hits taken as Fire Damage -{variant:1}Armour is increased by Uncapped Fire Resistance -{variant:2}Armour is increased by Overcapped Fire Resistance -{variant:3}Minion Life is increased by their Overcapped Fire Resistance -]],[[ -Echoes of Creation -Shaper Item -Royal Burgonet -Source: Drops from unique{The Shaper} (Uber) -Requires Level 65, 148 Str -Socketed Warcry Skills have +1 Cooldown Use -(80-120)% increased Armour -+(50-70) to maximum Life -When you Attack, take (15-20)% of Life as Physical Damage for each Warcry Exerting the Attack -Skills deal (10-15)% more Damage for each Warcry Exerting them -]],[[ -Hrimnor's Resolve -Samnite Helmet -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Current -Requires Level 55, 114 Str -{variant:1}(10-30)% increased Fire Damage -{variant:2,3}(30-40)% increased Fire Damage -{variant:1}(40-60)% increased Armour -{variant:2,3}(100-120)% increased Armour -{variant:3}+(50-70) to maximum Life -+30% to Cold Resistance -{variant:1,2}50% chance to Avoid being Chilled -{variant:1,2}50% chance to Avoid being Frozen -{variant:1,2}10% increased Stun and Block Recovery -{variant:3}Cannot be Frozen or Chilled if you've used a Fire Skill Recently -]],[[ -Usurper's Penance -Eternal Burgonet -League: Expedition -Requires Level 69, 138 Str -(50-80)% increased Armour -Attacks have 15% chance to cause Bleeding -50% reduced Light Radius -+4% to Damage over Time Multiplier for Bleeding per Frenzy Charge -Bleeding you inflict deals Damage 4% faster per Frenzy Charge -(20-30)% chance to gain a Frenzy Charge on Critical Strike at Close Range -]],[[ -Thrillsteel -Barbute Helmet -Onslaught -]],[[ -Blood Price -Reaver Helmet -24% reduced maximum Life -Regenerate (200-250) Life per second -100% increased Stun and Block Recovery -Nearby Enemy Monsters have at least 8% of Life Reserved -]], + -- Helmet: Evasion -[[ -Alpha's Howl -Sinner Tricorne -Requires Level 64, 138 Dex -+2 to Level of Socketed Aura Gems -(80-100)% increased Evasion Rating -+(20-30)% to Cold Resistance -25% chance to Avoid being Chilled -Cannot be Frozen -16% increased Mana Reservation Efficiency of Skills -]],[[ -Replica Alpha's Howl -Sinner Tricorne -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 64, 138 Dex -+4 to Level of Socketed Herald Gems -(80-100)% increased Evasion Rating -+(20-30)% to Chaos Resistance -25% chance to Avoid being Poisoned -16% increased Mana Reservation Efficiency of Skills -You cannot be Hindered -]],[[ -Assailum -Sinner Tricorne -Variant: Pre 3.21.0 -Variant: Current -Requires Level 64, 138 Dex -Implicits: 0 -{variant:1}Grants Level 20 Snipe Skill -{variant:2}Grants Level 30 Snipe Skill -Socketed Non-Channelling Bow Skills are Triggered by Snipe -+(350-500) to Accuracy Rating -+(350-500) to Evasion Rating -{variant:2}+2 to maximum Snipe Stages -(14-20)% chance to Suppress Spell Damage while Channelling -]],[[ -Fairgraves' Tricorne -Tricorne -Variant: Pre 3.19.0 -Variant: Current -Requires Level 12, 27 Dex -{variant:1}Adds 6 to 12 Cold Damage to Attacks -{variant:2}Adds 15 to 25 Cold Damage to Attacks -70% increased Evasion Rating -{variant:1}+(15-30) to maximum Mana -+(20-30)% to Lightning Resistance -Cannot be Shocked -{variant:1}15% increased Stun and Block Recovery -{variant:2}You can be Touched by Tormented Spirits -]],[[ -Goldrim -Leather Cap -+(30-50) to Evasion Rating -10% increased Rarity of Items found -+(30-40)% to all Elemental Resistances -Reflects 4 Physical Damage to Melee Attackers -]],[[ -Heatshiver -Leather Hood -Variant: Pre 3.0.0 -Variant: Pre 3.19.0 -Variant: Pre 3.23.0 -Variant: Current -Requires Level 20, 46 Dex -{variant:1}+1 to Level of Socketed Fire Gems -{variant:1}+1 to Level of Socketed Cold Gems -(80-100)% increased Evasion Rating -60% increased Mana Regeneration Rate -{variant:1}-(20-10)% to Fire Resistance -{variant:2,3,4}+(20-30)% to Fire Resistance -{variant:1}-(20-10)% to Cold Resistance -{variant:2,3,4}+(20-30)% to Cold Resistance -{variant:2}(20-30)% increased Cold Damage if you have used a Fire Skill Recently -{variant:2}(20-30)% increased Fire Damage if you have used a Cold Skill Recently -{variant:3,4}Gain 1% of Cold Damage as Extra Fire Damage per 1% Chill Effect on Enemy -{variant:3}Gain 100% of Cold Damage as Extra Fire Damage against Frozen Enemies -{variant:4}Gain 30% of Cold Damage as Extra Fire Damage against Frozen Enemies -]],[[ -Replica Heatshiver -Leather Hood -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -(80–100)% increased Evasion Rating -60% increased Mana Regeneration Rate -+(20–30)% to Cold Resistance -+(20–30)% to Lightning Resistance -Gain 1% of Lightning Damage as Extra Cold Damage per 2% Shock Effect on Enemy -]],[[ -Frostferno -Leather Hood -Source: No longer obtainable -Requires Level 60, 46 Dex -+2 to Level of Socketed Fire Gems -+2 to Level of Socketed Cold Gems -Socketed Gems are Supported by Level 30 Cold to Fire -(450-500)% increased Evasion Rating -60% increased Mana Regeneration Rate -+(20-30)% to Fire and Cold Resistances -]],[[ -Obscurantis -Lion Pelt -Variant: Pre 3.5.0 -Variant: Current -Requires Level 70, 150 Dex -{variant:1}+(300-500) to Accuracy Rating -{variant:2}+(800-1000) to Accuracy Rating -(100-120)% increased Evasion Rating -+(50-80) to maximum Life -1% increased Projectile Attack Damage per 200 Accuracy Rating -]],[[ -Elevore -Wolf Pelt -+(20-25)% chance to Suppress Spell Damage -(60-100)% increased Evasion Rating -(20-25)% chance to Avoid Elemental Ailments -Recover (100-200) Life when you Suppress Spell Damage -]],[[ -Rat's Nest -Ursine Pelt -Requires Level 55, 114 Dex -15% increased Attack Speed -(60-75)% increased Global Critical Strike Chance -150% increased Evasion Rating -(20-25)% increased Rarity of Items found -10% increased Movement Speed -10% reduced Character Size -]],[[ -Saqawal's Flock -Silken Hood -League: Bestiary -Source: Drops from unique{Saqawal, First of the Sky} -Requires Level 60, 138 Dex -Trigger Level 20 Twister when you gain Avian's Might or Avian's Flight -(60-80)% increased Evasion Rating -+(40-60) to maximum Life -+(30-40)% to Lightning Resistance -(10-15)% increased Movement Speed -]],[[ -Starkonja's Head -Silken Hood -Variant: Pre 2.6.0 -Variant: Current -Requires Level 60, 138 Dex -50% reduced Damage when on Low Life -{variant:2}(100-130)% increased Evasion Rating -{variant:1}+(30-50) to Dexterity -{variant:2}+(50-70) to Dexterity -10% increased Attack Speed -25% increased Global Critical Strike Chance -+(80-100) to maximum Life -{variant:1}50% increased Global Evasion Rating when on Low Life -{variant:2}150% increased Global Evasion Rating when on Low Life -]], + -- Helmet: Energy Shield -[[ -Asenath's Mark -Iron Circlet -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 8, 23 Int -{variant:3}Trigger a Socketed Spell when you Attack with a Bow, with a 0.3 second Cooldown -{variant:3}(30-60)% increased Spell Damage -(10-15)% increased Attack Speed -{variant:1,2}(10-15)% increased Cast Speed -{variant:1}50% increased Energy Shield -{variant:2,3}+(30-50) to maximum Energy Shield -30% increased Mana Regeneration Rate -{variant:1,2}5% increased Movement Speed -{variant:1,2}(10-15)% increased Stun and Block Recovery -]],[[ -Asenath's Chant -Iron Circlet -Source: No longer obtainable -Variant: Pre 3.9.0 -Variant: Current -Requires Level 45, 23 Int -{variant:1}25% chance to Trigger a Socketed Spell when you Attack with a Bow, with a 0.3 second Cooldown -{variant:2}Trigger a Socketed Spell when you Attack with a Bow, with a 0.3 second Cooldown -(10-15)% increased Attack Speed -(10-15)% increased Cast Speed -+(100-120) to maximum Energy Shield -30% increased Mana Regeneration Rate -5% increased Movement Speed -(30-40)% increased Stun and Block Recovery -]],[[ -Cowl of the Ceraunophile -Solaris Circlet -Requires Level 59, 122 Int -League: Blight -Source: Drops in Blighted Maps -Can have a second Enchantment Modifier -+(20-30) to all Attributes -(60-80)% increased Energy Shield -(50-55)% reduced Fire Resistance -(50-55)% reduced Cold Resistance -Lightning Resistance is 75% -This item can be anointed by Cassia -]],[[ -Cowl of the Cryophile -Silken Hood -Requires Level 60, 138 Dex -League: Blight -Source: Drops in Blighted Maps -Can have a second Enchantment Modifier -+(20-30) to all Attributes -(60-80)% increased Evasion Rating -(50-55)% reduced Fire Resistance -(50-55)% reduced Lightning Resistance -Cold Resistance is 75% -This item can be anointed by Cassia -]],[[ -Cowl of the Thermophile -Ezomyte Burgonet -Requires Level 60, 138 Str -League: Blight -Source: Drops in Blighted Maps -Can have a second Enchantment Modifier -+(20-30) to all Attributes -(60-80)% increased Armour -(50-55)% reduced Cold Resistance -(50-55)% reduced Lightning Resistance -Fire Resistance is 75% -This item can be anointed by Cassia -]],[[ -Chitus' Apex -Necromancer Circlet -Requires Level 54, 112 Int -+(20-30) to Strength -+(20-30) to maximum Mana -+10% to all Elemental Resistances -5% increased Experience gain -(10-20)% increased Elemental Damage -]],[[ -Crown of Eyes -Hubris Circlet -Variant: Pre 3.7.0 -Variant: Current -Requires Level 69, 154 Int -{variant:1}+(200-250) to Accuracy Rating -{variant:2}+(300-350) to Accuracy Rating -(120-150)% increased Energy Shield --30% to Fire Resistance -(0.4-0.8)% of Attack Damage Leeched as Life -(0.2-0.4)% of Attack Damage Leeched as Mana -Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value -]],[[ -Crown of Thorns -Vine Circlet -Variant: Pre 1.2.0 -Variant: Pre 3.19.0 -Variant: Current -{variant:1}+(12-24) to maximum Energy Shield -{variant:2}+(60-80) to maximum Energy Shield -{variant:3}+(150-225) to maximum Energy Shield -Reflects 5 Physical Damage to Melee Attackers -{variant:1,2}+5 Physical Damage taken from Attack Hits -{variant:3}+25 Physical Damage taken from Attack Hits -Pain Attunement -]],[[ -Martyr's Crown -Vine Circlet -Source: No longer obtainable -Variant: Pre 3.0.0 -Variant: Current -Requires Level 52 -{variant:1}+(260-300) to maximum Energy Shield -{variant:2}+(170-210) to maximum Energy Shield -Reflects 5 Physical Damage to Melee Attackers -Take 5 Physical Damage when hit by Attacks -Pain Attunement -]],[[ -The Devouring Diadem -Necromancer Circlet -League: Betrayal -Source: Drops from unique{Catarina, Master of Undeath} -Requires Level 54, 112 Int -Variant: Strength and Quality Pre 3.16.0 -Variant: Dexterity and Quality Pre 3.16.0 -Variant: Intelligence and Quality Pre 3.16.0 -Variant: Fire and Chaos Resistances Pre 3.16.0 -Variant: Cold and Chaos Resistances Pre 3.16.0 -Variant: Lightning and Chaos Resistances Pre 3.16.0 -Variant: Strength and Dexterity Pre 3.16.0 -Variant: Dexterity and Intelligence Pre 3.16.0 -Variant: Strength and Intelligence Pre 3.16.0 -Variant: Mine Laying Speed Pre 3.16.0 -Variant: Focus Spell Trigger Pre 3.16.0 -Variant: Focus Ailment Duration Pre 3.16.0 -Variant: Avoid Elemental Damage Pre 3.16.0 -Variant: Focus Ailment Duration Pre 3.19.0 -Variant: Focus Ailment Duration Pre 3.22.0 -Variant: Fire and Chaos Resistances -Variant: Cold and Chaos Resistances -Variant: Lightning and Chaos Resistances -Variant: Strength and Dexterity -Variant: Dexterity and Intelligence -Variant: Strength and Intelligence -Variant: Mine Laying Speed -Variant: Focus Spell Trigger -Variant: Focus Ailment Duration -Variant: Avoid Elemental Damage -+1 to Level of Socketed Gems -{variant:1,2,3,4,5,6,7,8,9,10,11,12,13}Socketed Gems have 40% increased Mana Reservation Efficiency -{variant:14,15,16,17,18,19,20,21,22,23,24,25}Socketed Gems have 25% increased Reservation Efficiency -Trigger Level 15 Feast of Flesh every 5 seconds -(180-220)% increased Energy Shield -10% chance for Energy Shield Recharge to start when you use a Skill -Eldritch Battery -{variant:1}{crafted}+(10-25) to Strength -{variant:2}{crafted}+(10-25) to Dexterity -{variant:3}{crafted}+(10-25) to Intelligence -{variant:1,2,3}{crafted}+(7-18)% to Quality -{variant:4}{crafted}+(8-15)% to Fire and Chaos Resistances -{variant:5}{crafted}+(8-15)% to Cold and Chaos Resistances -{variant:6}{crafted}+(8-15)% to Lightning and Chaos Resistances -{variant:7}{crafted}+(6-17) to Strength and Dexterity -{variant:8}{crafted}+(6-17) to Dexterity and Intelligence -{variant:9}{crafted}+(6-17) to Strength and Intelligence -{variant:10}{crafted}(7-12)% increased Mine Laying Speed -{variant:11}{crafted}Trigger Socketed Spells when you Focus -{variant:12}{crafted}(81-140)% increased Duration of Ailments you inflict while Focused -{variant:13}{crafted}(6-9)% chance to Avoid Elemental Damage from Hits during Soul Gain Prevention -{variant:14}(161-180)% increased Duration of Ailments you inflict while Focused -{variant:15}(81-90)% increased Duration of Ailments you inflict while Focused -{variant:16}+(16-20)% to Fire and Chaos Resistances -{variant:17}+(16-20)% to Cold and Chaos Resistances -{variant:18}+(16-20)% to Lightning and Chaos Resistances -{variant:19}+(31-35) to Strength and Dexterity -{variant:20}+(31-35) to Dexterity and Intelligence -{variant:21}+(31-35) to Strength and Intelligence -{variant:22}(14-16)% increased Mine Laying Speed -{variant:23}Trigger Socketed Spells when you Focus, with a 0.25 second Cooldown -{variant:23}Focus has (5-8)% increased Cooldown Recovery Rate -{variant:24}(36-40)% increased Duration of Ailments you inflict while Focused -{variant:25}(10-12)% chance to Avoid Elemental Damage from Hits during Soul Gain Prevention -]],[[ -Wilma's Requital -Solaris Circlet -+(300-500) to Accuracy Rating -(200-250)% increased Energy Shield -Increases and Reductions to Cast Speed apply to Attack Speed -(20-30)% increased Elemental Damage with Attack Skills -Ancestral Bond -]],[[ -Doedre's Scorn -Lunaris Circlet -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 39, 83 Int -{variant:1}+1 to Level of Socketed Curse Gems -{variant:2,3}+2 to Level of Socketed Curse Gems -{variant:2,3}+(100-120) to maximum Energy Shield -+(20-30) to Intelligence -{variant:1,2}20% increased Elemental Damage -{variant:1,2}(10-20)% increased Damage with Hits and Ailments per Curse on Enemy -Curse Skills have (30-50)% increased Skill Effect Duration -{variant:3}Adds 37 to 71 Chaos Damage for each Curse on the Enemy -]],[[ -Eber's Unification -Hubris Circlet -Requires Level 69, 154 Int -Implicits: 0 -Trigger Level 10 Void Gaze when you use a Skill -+(50-80) to maximum Mana -(120-150)% increased Energy Shield -50% increased Stun and Block Recovery -Gain (5-8)% of Elemental Damage as Extra Chaos Damage -]],[[ -Fenumus' Toxins -Necromancer Circlet -League: Bestiary -Source: Drops from unique{Fenumus, First of the Night} -Requires Level 65, 112 Int -Adds (16-21) to (31-36) Chaos Damage to Spells -(220-250)% increased Energy Shield -10% chance to gain a Power Charge on hitting an Enemy affected by a Spider's Web -(6-10)% chance to Poison per Power Charge -(15-20)% increased Damage with Poison per Power Charge -Aspect of the Spider inflicts Spider's Webs and Hinder every 0.5 Seconds instead -]],[[ -Sandstorm Visage -Necromancer Circlet -League: Sanctum -Source: Drops from unique{Lycia, Herald of the Scourge} in normal{The Beyond} -(8-10)% increased Cast Speed -(200-250)% increased Energy Shield -Ignore Stuns while Casting -Base Spell Critical Strike Chance of Spells is equal to that of Main Hand Weapon -Cannot deal Critical Strikes with Attacks -]],[[ -Flamesight -Solaris Circlet -Variant: Pre 3.19.0 -Variant: Current -Requires Level 59, 122 Int -(240-280)% increased Energy Shield -+(30-40)% to Fire Resistance -(30-40)% increased Elemental Damage -{variant:1}25% chance to Scorch Enemies -{variant:2}(25-50)% chance to Scorch Enemies -Cannot inflict Ignite -{variant:1}10% increased Elemental Damage per Sextant affecting the area -]],[[ -Galesight -Solaris Circlet -Variant: Pre 3.19.0 -Variant: Current -Requires Level 59, 122 Int -(240-280)% increased Energy Shield -+(30-40)% to Cold Resistance -(30-40)% increased Elemental Damage -{variant:1}25% chance to inflict Brittle -{variant:2}(25-50)% chance to inflict Brittle -Cannot inflict Freeze or Chill -{variant:1}10% increased Elemental Damage per Sextant affecting the area -]],[[ -Hale Negator -Mind Cage -League: Delve -Source: Drops from unique{Kurgal, the Blackblooded} -Variant: One Abyssal Socket -Variant: Two Abyssal Sockets -Requires Level 65, 138 Int -{variant:1}Has 1 Abyssal Socket -{variant:2}Has 2 Abyssal Sockets -(6-8)% increased maximum Life -+1 to Maximum Spirit Charges per Abyss Jewel affecting you -Gain a Spirit Charge every second -You lose all Spirit Charges when taking a Savage Hit -Recover (2-3)% of Life when you lose a Spirit Charge -Recover (2-3)% of Energy Shield when you lose a Spirit Charge -]],[[ -Indigon -Hubris Circlet -Shaper Item -Elder Item -Source: Drops from unique{The Elder} (Uber) -Variant: Pre 3.5.0 -Variant: Current -Requires Level 69, 154 Int -(150-180)% increased Energy Shield -(6-10)% increased maximum Mana -Recover (8-10)% of maximum Life when you use a Mana Flask -Non-instant Mana recovery from Flasks is also recovered as Life -(50-60)% increased Cost of Skills for each 200 total Mana Spent Recently -{variant:1}(50-60)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000% -{variant:2}(20-25)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000% -]],[[ -Mark of the Red Covenant -Tribal Circlet -Variant: Pre 3.11.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 26, 58 Int -+(30-50) to maximum Energy Shield -{variant:1}Minions have (10-15)% increased Movement Speed -{variant:2}Minions have (25-45)% increased Movement Speed -{variant:2}Summoned Raging Spirits deal (130-150)% increased Damage -{variant:3}Summoned Raging Spirits deal (175-250)% increased Damage -75% reduced Maximum number of Summoned Raging Spirits -Summoned Raging Spirits' Hits always Ignite -{variant:1}Summoned Raging Spirits refresh their Duration when they Kill an Ignited Enemy -{variant:2,3}Summoned Raging Spirits' Melee Strikes deal Fire-only Splash -{variant:2,3}Damage to Surrounding Targets -]],[[ -Maw of Conquest -Steel Circlet -League: Legion -Requires Level 48, 101 Int -(60-80)% increased Critical Strike Chance for Spells -(200-250)% increased Energy Shield -+(50-70) to maximum Life -Unaffected by Poison -(10-20)% of Damage taken Recouped as Life -]],[[ -Plume of Pursuit -Bone Circlet -League: Harvest -Source: Drops from unique{Janaar, the Omen} in normal{The Sacred Grove} -Requires Level 64, 73 Int -(30-20)% reduced Cast Speed -(80-130)% increased Energy Shield -Non-critical strikes deal 80% less Damage -Spell Skills always deal Critical Strikes on final Repeat -Spell Skills cannot deal Critical Strikes except on final Repeat -]],[[ -Rime Gaze -Mind Cage -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.5.0 -Variant: Pre 3.16.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 65, 138 Int -{variant:1,2}Socketed Gems are Supported by Level 15 Concentrated Effect -{variant:3,4,5,6}Socketed Gems are Supported by Level 20 Concentrated Effect -{variant:4,5}+(16-22)% to Cold Damage over Time Multiplier -{variant:6}+50% to Cold Damage over Time Multiplier -{variant:1}10% increased Cold Damage -{variant:2,3,4,5}30% increased Cold Damage -{variant:1,2}(100-120)% increased Energy Shield -{variant:3,4}(180-200)% increased Energy Shield -{variant:5}(140-160)% increased Energy Shield -{variant:6}50% increased Energy Shield -50% reduced Energy Shield Recharge Rate -{variant:1,2,3,4,5}+(40-60) to maximum Mana -{variant:6}+(25-75) to maximum Mana -]],[[ -Scold's Bridle -Mind Cage -League: Torment -Requires Level 65, 138 Int -(80-100)% increased Spell Damage -15% reduced Cast Speed -+(30-60) to maximum Mana -Your Skills deal you 400% of Mana Cost as Physical Damage -]],[[ -Sudden Dawn -Steel Circlet -Source: Drops from unique{The Black Star} -Requires Level 48, 101 Int -(300-350)% increased Energy Shield -+(50-70) to maximum Mana -(10-20)% chance for Energy Shield Recharge to start when you Kill an Enemy -(30-40)% less Energy Shield Recharge Rate -]],[[ -Thundersight -Solaris Circlet -Variant: Pre 3.19.0 -Variant: Current -Requires Level 59, 122 Int -(240-280)% increased Energy Shield -+(30-40)% to Lightning Resistance -(30-40)% increased Elemental Damage -{variant:1}25% chance to Sap Enemies -{variant:2}(25-50)% chance to Sap Enemies -Cannot inflict Shock -{variant:1}10% increased Elemental Damage per Sextant affecting the area -]],[[ -Wraithlord -Bone Circlet -Variant: Pre 3.19.0 -Variant: Pre 3.24.0 -Variant: Current -Requires Level: 34, 73 Int -{variant:3}Has 4 Abyssal Sockets -{variant:1,2}+2 to Level of Socketed Minion Gems -{variant:3}+(1-2) to Level of all Minion Skill Gems -(120-150)% increased Energy Shield -{variant:1}Minions Regenerate 1% Life per second -{variant:1}+1000 to Spectre maximum Life -{variant:2}+2 to maximum number of Spectres -{variant:3}+1 to maximum number of Spectres per Socketed Ghastly Eye Jewel -{variant:2,3}You cannot have Non-Spectre Minions -]],[[ -Wreath of Phrecia -Iron Circlet -League: Legion -Requires Level 8 -Has no Attribute Requirements -Increases and Reductions to Light Radius also apply to Area of Effect at 50% of their value -Increases and Reductions to Light Radius also apply to Damage -(15-25)% increased Light Radius -Deal no Chaos Damage -]],[[ -Ylfeban's Trickery -Hubris Circlet -League: Tempest -Variant: Pre 2.6.0 -Variant: Pre 3.20.0 -Variant: Current -Requires Level 69, 154 Int -{variant:2,3}Trigger Level 10 Shock Ground when Hit -Adds 1 to (60-80) Lightning Damage to Spells and Attacks -(130-170)% increased Energy Shield -+(25-35)% to Lightning Resistance -{variant:1}10% chance to Curse non-Cursed Enemies with a random Hex on Hit -{variant:2}20% chance to Curse non-Cursed Enemies with a random Hex on Hit -{variant:3}Curse Enemies which Hit you with a random Hex, ignoring Curse Limit -{variant:1}5% chance to create Shocked Ground when Hit -]], + -- Helmet: Armour/Evasion -[[ -Black Sun Crest -Lacquered Helmet -Requires Level 51, 57 Str, 57 Dex -+1 to Level of Socketed Gems -(100-150)% increased Armour -40% reduced Light Radius -(5-15)% increased Dexterity -(5-15)% increased Strength -(5-15)% increased Intelligence -]],[[ -The Bringer of Rain -Nightmare Bascinet -Variant: Pre 1.1.0 -Variant: Pre 1.3.0 -Variant: Pre 3.5.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 67, 62 Str, 85 Dex -{variant:1,2,3,4}Socketed Gems are Supported by Level 18 Melee Physical Damage -{variant:5}Socketed Gems are Supported by Level 30 Melee Physical Damage -{variant:1,4}Socketed Gems are Supported by Level 18 Faster Attacks -{variant:5}Socketed Gems are Supported by Level 30 Faster Attacks -{variant:2,3}Socketed Gems are Supported by Level 12 Faster Attacks -{variant:1,4}Socketed Gems are Supported by Level 18 Blind -{variant:5}Socketed Gems are Supported by Level 30 Blind -{variant:2,3}Socketed Gems are Supported by Level 6 Blind -{variant:1,2}15% Chance to Block Attack Damage -{variant:3,4,5}6% Chance to Block Attack Damage -Adds 20 to 30 Physical Damage to Attacks -(200-300)% increased Armour and Evasion -{variant:1,4}+(200-220) to maximum Life -{variant:5}+(200-300) to maximum Life -{variant:2,3}+(120-160) to maximum Life -{variant:1,2}10% chance to gain an Endurance Charge when you Block -{variant:3,4,5}20% chance to gain an Endurance Charge when you Block -Can't use Chest armour -Extra gore -]],[[ -Crest of Desire -Fluted Bascinet -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 58, 64 Str, 64 Dex -Has 1 Socket -+(5-8) to Level of Socketed Gems -+(30-50)% to Quality of Socketed Gems -Socketed Skills deal Double Damage -(100-150)% increased Armour and Evasion -]],[[ -Deidbell -Gilded Sallet -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 33, 38 Str, 38 Dex -+(20-30) to Strength -+(20-30) to Dexterity -+(200-300) to Armour -{variant:2}Adds 10-20 Physical Damage to Attacks -{variant:1,2}20% increased Melee Damage -Cannot Leech when on Low Life -{variant:3}Skills which Exert an Attack have (20-40)% chance to not count that Attack -]],[[ -Deidbellow -Gilded Sallet -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Current -Requires Level 33, 38 Str, 38 Dex -+(20-30) to Strength -+(20-30) to Dexterity -+(200-300) to Armour -{variant:2}Adds 10-20 Physical Damage to Attacks -20% increased Melee Damage -Cannot Leech when on Low Life -If you've Warcried Recently, you and nearby allies have 20% increased Attack, Cast and Movement Speed -]],[[ -Devoto's Devotion -Nightmare Bascinet -Requires Level 67, 62 Str, 85 Dex -10% reduced Physical Damage -+(50-65) to Dexterity -16% increased Attack Speed -(150-200)% increased Armour and Evasion -+(15-25)% to Chaos Resistance -20% increased Movement Speed -Mercury Footprints -]],[[ -The Devourer of Minds -Pig-Faced Bascinet -Source: Drops from unique{The Elder} (Uber Uber) -Requires Level 63, 85 Str, 62 Dex -+(30–50) to Intelligence -(80–120)% increased Armour and Evasion -+1 to Level of all Minion Skill Gems -25% increased Light Radius -Minions have the same maximum number of Endurance, Frenzy and Power Charges as you -Minions count as having the same number of Endurance, Frenzy and Power Charges as you -]],[[ -The Fledgling -Lacquered Helmet -League: Heist -Source: Drops from unique{Nashta, The Usurper} in normal{Contract: Heart of Glory} -Requires Level 51, 57 Str, 57 Dex -(150-200)% increased Armour and Evasion -(30-50)% increased Projectile Speed -(30-50)% increased Projectile Damage -Projectiles cannot collide with Enemies at Close Range -Far Shot -]],[[ -The Peregrine -Visored Sallet -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.7.0 -Variant: Current -Requires Level 23, 28 Str, 28 Dex -{variant:1}+100 to Accuracy Rating -{variant:2}+300 to Accuracy Rating -{variant:3}+500 to Accuracy Rating -(40-60)% increased Armour and Evasion -(20-30)% increased Rarity of Items found -+30% to Lightning Resistance -{variant:1}0.2% of Physical Attack Damage Leeched as Mana -{variant:2,3}0.4% of Attack Damage Leeched as Mana -10% increased Movement Speed -]],[[ -Skullhead -Secutor Helm -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 36, 42 Str, 42 Dex -(60-80)% increased Armour and Evasion -{variant:1,2}+(50-70) to maximum Life -{variant:1,2}+(50-70) to maximum Mana -{variant:2,3}+(10-20)% to all Elemental Resistances -{variant:1,2}Minions have 10% Chance to Block Attack Damage -{variant:3}Minions have +25% Chance to Block Attack Damage -{variant:1,2}Minions have +(300-350) to Armour -{variant:1,2}Minions Regenerate 2% Life per Second -{variant:3}Minions have +25% Chance to Block Spell Damage -{variant:3}Minions Recover 10% of their Life when they Block -]],[[ -El'Abin's Visage -Fencer Helm -League: Crucible -+(20-30) to Strength -+(20-30) to Dexterity -(80-120)% increased Armour and Evasion -(15-25)% increased Rarity of Items found -Has a Crucible Passive Skill Tree -Crucible Passive Skill Tree is removed if this Modifier is removed -]],[[ -The Trickster's Smile -Visored Sallet -League: Affliction -Requires Level 23, 28 Str, 28 Dex -(60-100)% increased Armour and Evasion -Reflects 100 Cold Damage to Melee Attackers -Reflects 100 Fire Damage to Melee Attackers -Reflects 100 Lightning Damage to Melee Attackers -When an Enemy Hit deals Elemental Damage to you, their Resistance to those Elements becomes zero for 4 seconds -]], + -- Helmet: Armour/Energy Shield -[[ -Ahn's Contempt -Praetor Crown -Requires Level 68, 62 Str, 91 Int -+(15-20) to all Attributes -(60-140)% increased Armour and Energy Shield -+(60-70) to maximum Life --1 to Maximum Power Charges -Gain (8-12)% of Physical Damage as Extra Chaos Damage while at maximum Power Charges -You take 50% reduced Extra Damage from Critical Strikes while you have no Power Charges -]],[[ -Ancient Skull -Bone Helmet -League: Ritual -Requires Level 73, 76 Str, 76 Int -Implicits: 1 -Minions deal (15-20)% increased Damage -(150-200)% increased Armour and Energy Shield -Minions have (20-40)% reduced maximum Life -Minions have (15-25)% increased Movement Speed -Minions have 50% increased Critical Strike Chance per Maximum Power Charge you have -Minions can hear the whispers for 5 seconds after they deal a Critical Strike -]],[[ -The Brine Crown -Prophet Crown -Variant: Pre 3.5.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 63, 85 Str, 62 Int -{variant:1}(100-120)% increased Armour and Energy Shield -{variant:2,3}(240-300)% increased Armour and Energy Shield -{variant:1}+(50-70) to maximum Life -{variant:2,3}+(80-100) to maximum Life -{variant:3}+3% to maximum Cold Resistance -{variant:1,2}+(30-50)% to Cold Resistance -Cannot be Frozen -{variant:1}+800 Armour while stationary -{variant:2,3}+1500 Armour while stationary -{variant:2}5% reduced Cold Damage taken -{variant:1,2}60% increased Mana Regeneration Rate while stationary -15% chance to create Chilled Ground when Hit with an Attack -]],[[ -The Broken Crown -Prophet Crown -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Requires Level 63, 85 Str, 62 Int -Socketed Gems are supported by Level 20 Cast on Death -20% increased Damage when on Low Life -+(10-15) to all Attributes -(60-100)% increased Armour and Energy Shield -20% reduced Mana Regeneration Rate -{variant:1}+(20-30) to maximum Energy Shield -{variant:2}+(70-90) to maximum Energy Shield -{variant:3}+(50-70) to maximum Energy Shield -+(43-61)% to Chaos Resistance -]],[[ -Craiceann's Chitin -Magistrate Crown -Variant: Pre 3.4.0 -Variant: Current -League: Bestiary -Source: Drops from unique{Craiceann, First of the Deep} -Requires Level 58, 64 Str, 64 Int -{variant:1}+(7-9)% Chance to Block Spell Damage -{variant:2}+(4-6)% Chance to Block Spell Damage -(140-180)% increased Armour and Energy Shield -(4-7)% increased maximum Life -Cannot lose Crab Barriers if you have lost Crab Barriers Recently -+3% Chance to Block Attack Damage while you have at least 5 Crab Barriers -+5% Chance to Block Attack Damage while you have at least 10 Crab Barriers -]],[[ -Crown of the Inward Eye -Prophet Crown -Source: Drops from unique{Sirus, Awakener of Worlds} -Requires Level 63, 85 Str, 62 Int -333% increased Armour and Energy Shield -(9-21)% increased maximum Life, Mana and Global Energy Shield -Transfiguration of Soul -Transfiguration of Body -Transfiguration of Mind -]],[[ -Crown of the Tyrant -Magistrate Crown -League: Delve -Source: Drops from unique{Aul, the Crystal King} -Variant: Pre 3.11.0 -Variant: Current -Requires Level 58, 64 Str, 64 Int -Has 1 Socket -{variant:1}+(50-100) to maximum Life -{variant:2}+(50-175) to maximum Life -Nearby Enemies have -10% to all Resistances -You and Nearby Allies have 64 to 96 added Fire Damage per Red Socket -You and Nearby Allies have 56 to 88 added Cold Damage per Green Socket -You and Nearby Allies have 16 to 144 added Lightning Damage per Blue Socket -You and Nearby Allies have 47 to 61 added Chaos Damage per White Socket -]],[[ -Geofri's Crest -Great Crown -Variant: Pre 3.17.0 -Variant: Pre 3.19.0 -Variant: Current -{variant:1,2}+1 to Level of Socketed Gems -{variant:2}(60-80)% increased Armour and Energy Shield -{variant:3}(120-150)% increased Armour and Energy Shield -{variant:1,2}+(15-20)% to Fire Resistance -{variant:3}+(20-30)% to Fire Resistance -{variant:1,2}+(15-20)% to Cold Resistance -{variant:3}+(20-30)% to Cold Resistance -{variant:1,2}+(15-20)% to Lightning Resistance -{variant:3}+(20-30)% to Lightning Resistance -+(20-30)% to Chaos Resistance -{variant:2,3}+1 to maximum number of Summoned Holy Relics -{variant:2}Summoned Holy Relics have (20-25)% reduced Cooldown Recovery Speed -]],[[ -Geofri's Legacy -Great Crown -Source: No longer obtainable -+1 to Level of Socketed Gems -(60-80)% increased Armour and Energy Shield -+(15-20)% to Fire Resistance -+(15-20)% to Cold Resistance -+(15-20)% to Lightning Resistance -+(20-30)% to Chaos Resistance -+1 to maximum number of Summoned Holy Relics -Summoned Holy Relics have (20-25)% reduced Cooldown Recovery Speed -]],[[ -Honourhome -Soldier Helmet -League: Legion -Variant: Pre 3.7.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 12, 16 Str, 16 Int -{variant:2}+(1-2) to Level of Socketed Gems -{variant:3}+2 to Level of Socketed Gems -{variant:1}Adds 1 to 13 Lightning Damage to Attacks -{variant:2}Adds 1 to 13 Lightning Damage to Spells and Attacks -{variant:3}Adds 1 to 30 Lightning Damage to Spells and Attacks -{variant:1}(40-50)% increased Armour and Energy Shield -{variant:2,3}(100-150)% increased Armour and Energy Shield -{variant:1}+(10-20)% to all Elemental Resistances -{variant:1}+20% to all Elemental Resistances while on Low Life -{variant:1}20% reduced Mana Cost of Skills when on Low Life -{variant:2,3}(10-20)% increased Rarity of Items found -{variant:2,3}(10-20)% reduced Mana Cost of Skills -]],[[ -Kitava's Thirst -Zealot Helmet -Variant: Pre 3.11.0 -Variant: Current -Requires Level 44, 50 Str, 50 Int -15% reduced Cast Speed -(70-80)% increased Armour and Energy Shield -+(30-50) to maximum Mana -{variant:1}30% chance to Trigger Socketed Spells when you Spend at least 100 Mana on an Upfront Cost to Use or Trigger a Skill, with a 0.1 second Cooldown -{variant:2}50% chance to Trigger Socketed Spells when you Spend at least 100 Mana on an Upfront Cost to Use or Trigger a Skill, with a 0.1 second Cooldown -]],[[ -Lightpoacher -Great Crown -League: Abyss -Source: Drops from unique{Amanamu, Liege of the Lightless} or unique{Ulaman, Sovereign of the Well} -Variant: One Abyssal Socket (Pre 3.21.0) -Variant: Two Abyssal Sockets (Pre 3.21.0) -Variant: One Abyssal Socket (Current) -Variant: Two Abyssal Sockets (Current) -{variant:1,3}Has 1 Abyssal Socket -{variant:2,4}Has 2 Abyssal Sockets -Trigger Level 20 Spirit Burst when you Use a Skill while you have a Spirit Charge -+(10-15)% to all Elemental Resistances -{variant:1,2}Recover (4-5)% of Life when a Spirit Charge expires or is consumed -+1 to Maximum Spirit Charges per Abyss Jewel affecting you -{variant:1,2}(15-20)% chance to gain a Spirit Charge on Kill -{variant:3,4}Gain a Spirit Charge on Kill -{variant:3,4}Gain 5% of Physical Damage as Extra Damage of each Element per Spirit Charge -]],[[ -Malachai's Vision -Praetor Crown -Source: Use currency{Vaal Orb} on unique{Voll's Vision} -Variant: Pre 3.0.0 -Variant: Pre 3.11.0 -Variant: Pre 3.19.0 -Variant: Current -Adds (13-17) to (29-37) Chaos Damage -{variant:1}+(200-250) to maximum Energy Shield -{variant:2,3,4}+(150-200) to maximum Energy Shield -+(32-40)% to Cold Resistance -+(15-20)% to Lightning Resistance -{variant:1,2}Regenerate 100 Energy Shield per second if all Equipped items are Corrupted -{variant:3}Regenerate 250 Energy Shield per second if all Equipped items are Corrupted -{variant:4}Regenerate 400 Energy Shield per second if all Equipped items are Corrupted -Regenerate 35 Mana per second if all Equipped Items are Corrupted -Corrupted -]],[[ -Mask of the Spirit Drinker -{variant:1}Crusader Helmet -{variant:2}Magistrate Crown -Variant: Pre 3.14.0 -Variant: Current -League: Incursion -Source: Opening normal{Pools Coffer} in normal{Sanctum of Immortality} -Upgrade: Upgrades to unique{Mask of the Stitched Demon} via currency{Vial of Summoning} -{variant:1}(60-80)% increased Armour and Energy Shield -{variant:2}(140-220)% increased Armour and Energy Shield -{variant:2}+(30-60) to maximum Energy Shield -{variant:1}+(30-50) to maximum Life -{variant:2}+(80-100) to maximum Life -Cannot gain Energy Shield -Regenerate 50 Life per second if you have at least 500 Maximum Energy Shield -Regenerate 100 Life per second if you have at least 1000 Maximum Energy Shield -Regenerate 150 Life per second if you have at least 1500 Maximum Energy Shield -Your Energy Shield starts at zero -]],[[ -Mask of the Stitched Demon -Magistrate Crown -League: Incursion -Source: Upgraded from unique{Mask of the Spirit Drinker} via currency{Vial of Summoning} -Requires Level 58, 64 Str, 64 Int -+(40-50) to Intelligence -+(160-180) to maximum Energy Shield -Strength provides no bonus to Maximum Life -Intelligence provides no inherent bonus to Maximum Mana -+1 to Maximum Life per 2 Intelligence -Cannot gain Energy Shield -Regenerate 1% of Life per second per 500 Maximum Energy Shield -Your Energy Shield starts at zero -]],[[ -Mask of the Tribunal -Magistrate Crown -League: Synthesis -Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} -Variant: Pre 3.16.0 -Variant: Current -Requires Level 58, 64 Str, 64 Int -+(25-30) to all Attributes -(150-200)% increased Armour and Energy Shield -{variant:1}Nearby Allies have (4-6)% increased Defences per 100 Strength you have -{variant:2}Nearby Allies have 1% Chance to Block Attack Damage per 100 Strength you have -Nearby Allies have +(6-8)% to Critical Strike Multiplier per 100 Dexterity you have -Nearby Allies have (2-4)% increased Cast Speed per 100 Intelligence you have -2% increased Mana Reservation Efficiency of Skills per 250 total Attributes -]],[[ -Maw of Mischief -Bone Helmet -League: Heist -Source: Obtained from divination card normal{Cursed Words} -Requires Level 73, 76 Str, 76 Int -Implicits: 1 -Minions deal (15-20)% increased Damage -Grants Level 20 Death Wish Skill -+(45-65) to maximum Life -(30-20)% reduced Mana Cost of Minion Skills -Minions are Aggressive -]],[[ -Memory Vault -Praetor Crown -Variant: Pre 3.16.0 -Variant: Current -Requires Level 68, 62 Str, 91 Int -+(130-160) to maximum Energy Shield -+(150-200) to maximum Mana -(30-40)% increased Mana Regeneration Rate -+(20-30)% to Fire Resistance -{variant:1}20% reduced Mana Reservation Efficiency of Skills -{variant:2}20% reduced Reservation Efficiency -{variant:1}Gain Armour equal to your Reserved Mana -{variant:2}1% increased Armour per 50 Reserved Mana -]],[[ -Mindspiral -Aventail Helmet -Variant: Pre 3.0.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 37, 42 Str, 42 Int -{variant:1,2}(10-15)% increased Cold Damage -{variant:1,2}(10-15)% increased Lightning Damage -{variant:1}+(100-150) to maximum Mana -{variant:2,3}+(100-120) to maximum Mana -{variant:2}Gain (5-10)% of Maximum Mana as Extra Maximum Energy Shield -{variant:3}Gain (10-15)% of Maximum Mana as Extra Maximum Energy Shield -Enemies Cannot Leech Mana From You -{variant:1,2}(5-10)% of Damage taken Recouped as Mana -{variant:3}(10-20)% of Damage taken Recouped as Mana -Cannot Leech Mana -]],[[ -Ravenous Passion -Zealot Helmet -Variant: Pre 3.25.0 -Variant: Current -Source: Drops from unique{The Eater of Worlds} (Uber) -Requires Level: 44, 50 Str, 50 Int -+(30-50) to Strength -(80-120)% Increased Armour and Energy Shield -{variant:1}Gain (10-15) Rage after Spending a total of 200 Mana -{variant:2}Gain (7-10) Rage after Spending a total of 200 Mana -{variant:1}Rage grants Cast Speed instead of Attack Speed -Rage grants Spell Damage instead of Attack Damage -]],[[ -Speaker's Wreath -Prophet Crown -Requires Level 63, 85 Str, 62 Int -+(20-40) to Dexterity -(10-15)% increased Skill Effect Duration -2% increased Minion Attack Speed per 50 Dexterity -2% increased Minion Movement Speed per 50 Dexterity -Minions' Hits can only Kill Ignited Enemies -]],[[ -Veil of the Night -Great Helmet -Requires Level 22, 27 Str, 27 Int -(20-22)% increased Stun and Block Recovery -40% reduced Light Radius -Reflects 1 to (180-220) Lightning Damage to Attackers on Block -(18-22)% increased Global Defences -Elemental Resistances are Zero -]],[[ -Replica Veil of the Night -Great Helmet -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 22, 27 Str, 27 Int -(20-22)% increased Stun and Block Recovery -40% reduced Light Radius -Reflects 1 to (180-220) Lightning Damage to Attackers on Block -Defences are Zero -(18-22)% increased Elemental Resistances -]],[[ -Voll's Vision -Praetor Crown -Variant: Pre 3.19.0 -Variant: Current -+(260-300) to Armour -+(26-32)% to Fire Resistance -+(8-16)% to Chaos Resistance -20% increased Light Radius -(8-12)% increased Maximum Life if no Equipped Items are Corrupted -{variant:1}Regenerate 100 Life per second if no Equipped Items are Corrupted -{variant:2}Regenerate 400 Life per second if no Equipped Items are Corrupted -]], + -- Helmet: Evasion/Energy Shield -[[ -Akoya's Gaze -Regicide Mask -Requires Level 52, 58 Dex, 58 Int -+100 Strength Requirement -(20-25)% increased Warcry Speed -Life Leech from Exerted Attacks is instant -Non-Exerted Attacks deal no Damage -]],[[ -Crown of the Pale King -Regicide Mask -League: Tempest -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 52, 58 Dex, 58 Int -(150-200)% increased Evasion and Energy Shield -{variant:2,3}+(60-80) to maximum Life -(0.4-0.8)% of Physical Attack Damage Leeched as Life -Reflects 100 to 150 Physical Damage to Melee Attackers -{variant:1,2}30% of Damage you Reflect to Enemies when Hit is gained as Life -{variant:3}100% of Damage you Reflect to Enemies when Hit is leeched as Life -]],[[ -Curtain Call -Plague Mask -Requires Level 20 -+23 to maximum Life -(15-10)% reduced Mine Throwing Speed -Mines have (40-50)% increased Detonation Speed -Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Dexterity -Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Intelligence -]],[[ -Eye of Malice -Callous Mask -Requires Level 45, 51 Dex, 51 Int -(400-500)% increased Evasion and Energy Shield -+(20-40)% to Fire Resistance -+(20-40)% to Cold Resistance -25% chance to inflict Cold Exposure on Hit -25% chance to inflict Fire Exposure on Hit -Nearby Enemies have 50% increased Fire and Cold Resistances -]],[[ -Farrul's Bite -Harlequin Mask -League: Bestiary -Source: Drops from unique{Farrul, First of the Plains} -Requires Level 57, 64 Dex, 64 Int -Grants Level 20 Aspect of the Cat Skill -(180-220)% increased Evasion and Energy Shield -+(25-35)% to Cold Resistance -+1% to Critical Strike Chance while affected by Aspect of the Cat -Critical Strikes have (10-20)% chance to Blind Enemies while you have Cat's Stealth -(40-50)% increased Damage with Hits and Ailments against Blinded Enemies -]],[[ -Fractal Thoughts -Vaal Mask -League: Legion -Requires Level: 62, 79 Dex, 72 Int -(140-180)% increased Evasion and Energy Shield -+(25-40)% to Critical Strike Multiplier if Dexterity is higher than Intelligence -15% increased Dexterity if Strength is higher than Intelligence -1% increased Elemental Damage per 10 Dexterity -+2 to Maximum Life per 10 Intelligence -]],[[ -Glimpse of Chaos -Vaal Mask -League: Ultimatum -Source: Drops from unique{The Trialmaster} -Requires Level 62, 79 Dex, 72 Int -Implicits: 1 -Variant: Area of Effect -Variant: Blind -Variant: Mana Cost + Reservation -Variant: Curse Effect -Variant: Skill Effect Duration -Variant: Crushed -Variant: +2 Gems -Variant: Minimum Charges -Variant: Cooldown Recovery -Variant: Aura Effect -Variant: Additional Projectile -Variant: Malediction -Variant: Quantity -{variant:1}(15-25)% increased Area of Effect -{variant:2}Nearby Enemies are Blinded -{variant:3}Socketed Skill Gems get a 80% Cost & Reservation Multiplier -{variant:4}(10-15)% increased Effect of your Curses -{variant:5}(15-25)% increased Skill Effect Duration -{variant:6}Nearby Enemies are Crushed -{variant:7}+2 to Level of Socketed Gems -{variant:8}+1 to Minimum Endurance, Frenzy and Power Charges -{variant:9}(8-12)% increased Cooldown Recovery Rate -{variant:10}(10-15)% increased effect of Non-Curse Auras from your Skills -{variant:11}Skills fire an additional Projectile -{variant:12}Nearby Enemies have Malediction -{variant:13}(5-7)% increased Quantity of Items found -Can be modified while Corrupted -(30-40)% increased maximum Life and reduced Fire Resistance -(30-40)% increased maximum Mana and reduced Cold Resistance -(30-40)% increased Global maximum Energy Shield and reduced Lightning Resistance -Chaos Resistance is Zero -Corrupted -]],[[ -Gorgon's Gaze -Regicide Mask -Requires Level 52, 58 Dex, 58 Int -Implicits: 0 -Grants Level 20 Summon Petrification Statue Skill -(200-250)% increased Energy Shield -+(60-80) to maximum Life -(5-10)% increased Attack and Cast Speed -5% additional Physical Damage Reduction while moving -5% reduced Elemental Damage taken while stationary -]],[[ -The Gull -Raven Mask -League: Domination -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Requires Level 38, 44 Dex, 44 Int -{variant:2,3}Trigger Level 1 Create Lesser Shrine when you Kill an Enemy -(120-150)% increased Evasion and Energy Shield -{variant:2}+(40-65) to maximum Energy Shield -{variant:3}+(30-45) to maximum Energy Shield -{variant:1}+(30-40) to maximum Mana -{variant:2,3}+(60-80) to maximum Life -{variant:2,3}+(30-40)% to Cold Resistance -{variant:1}Gain (15-20) Life per Enemy Killed -{variant:1}Gain (10-15) Energy Shield per Enemy Killed -75% increased Effect of Shrine Buffs on you -50% increased Duration of Shrine Effects on you -]],[[ -Heretic's Veil -Deicide Mask -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.20.0 -Variant: Current -Requires Level 67, 73 Dex, 88 Int -+(40-50) to maximum Energy Shield -{variant:1,2}(130-150)% increased Evasion and Energy Shield -{variant:3,4}(90-110)% increased Evasion and Energy Shield -{variant:1,4}+2 to Level of Socketed Curse Gems -{variant:2,3}+1 to Level of Socketed Curse Gems -Socketed Curse Gems are Supported by Level 22 Blasphemy -Socketed Curse Gems have 30% increased Reservation Efficiency -]],[[ -Leer Cast -Festival Mask -Variant: Pre 3.19.0 -Variant: Current -+(20-30) to Dexterity -{variant:1}30% reduced Damage -{variant:2}25% reduced Damage -{variant:1}+(20-30) to maximum Life -{variant:2}+(60-100) to maximum Life -{variant:1}+(20-30) to maximum Mana -{variant:2}+(60-100) to maximum Mana -{variant:1}You and nearby allies gain 15% increased Damage -{variant:2}You and nearby allies gain 50% increased Damage -]],[[ -Replica Leer Cast -Festival Mask -Variant: Pre 3.19.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -+(20-30) to Dexterity -{variant:1}+(20-30) to maximum Life -{variant:2}+(60-100) to maximum Life -{variant:1}+(20-30) to maximum Mana -{variant:2}+(60-100) to maximum Mana -60% reduced Mana Regeneration Rate -You and nearby Allies have 30% increased Mana Regeneration Rate -]],[[ -Malachai's Simula -Iron Mask -Variant: Pre 1.0.0 -Variant: Pre 2.0.0 -Variant: Pre 3.7.0 -Variant: Pre 3.17.0 -Variant: Pre 3.19.0 -Variant: Current -{variant:1,2,3,4,5}(15-30)% increased Spell Damage -+20 to Strength -{variant:1,2,3,4,5}(20-30)% increased Lightning Damage -{variant:1,2,3,4,5}+10% to Lightning Resistance -{variant:6}+(20-30)% to Lightning Resistance -{variant:6}Spells have a 20% chance to deal Double Damage -{variant:1}100% increased Mana Cost of Skills -{variant:2}20% increased Mana Cost of Skills -Blood Magic -{variant:4}Mortal Conviction -]],[[ -Malachai's Awakening -Iron Mask -Source: No longer obtainable -Variant: Pre 3.7.0 -Variant: Pre 3.17.0 -Variant: Current -Requires Level 60, 21 Dex, 21 Int -(15-30)% increased Spell Damage -+20 to Strength -+10% to all Elemental Resistances -Adds (42-54) to (78-88) Cold Damage to Spells while no Life is Reserved -Adds (54-64) to (96-107) Fire Damage to Spells while no Life is Reserved -Adds (5-14) to (160-173) Lightning Damage to Spells while no Life is Reserved -Blood Magic -{variant:2}Mortal Conviction -]],[[ -Mind of the Council -Harlequin Mask -Variant: Pre 3.10.0 -Variant: Current -Requires Level 57, 64 Dex, 64 Int -(230-260)% increased Evasion and Energy Shield -{variant:2}+(15-20) to maximum Energy Shield -(20-30)% increased maximum Mana -10% chance to Shock -+20% chance to be Shocked -30% of Lightning Damage is taken from Mana before Life -{variant:1}Recover 3% of Maximum Mana when you Shock an Enemy -{variant:2}Attack Skills have added Lightning Damage equal to 6% of maximum Mana -{variant:2}Lose 3% of Mana when you use an Attack Skill -]],[[ -The Tempest's Binding -Callous Mask -League: Harbinger -Source: Created from item parts obtained from Boss in The Beachhead -Upgrade: Upgrades to unique{The Tempest's Liberation} via currency{Deregulation Scroll} -Requires Level 45, 51 Dex, 51 Int -Socketed Gems are Supported by Level 18 Ice Bite -Socketed Gems are Supported by Level 18 Innervate -Grants Summon Harbinger of Storms Skill -+(100-150) to Evasion Rating -+(40-60) to maximum Energy Shield -+(60-80) to maximum Life -+(10-15)% to all Elemental Resistances -]],[[ -The Tempest's Liberation -Callous Mask -League: Harvest -Source: Upgraded from unique{The Tempest's Binding} via currency{Deregulation Scroll} -Requires Level 60, 51 Dex, 51 Int -Socketed Gems are Supported by Level 18 Ice Bite -Socketed Gems are Supported by Level 18 Innervate -Grants Summon Greater Harbinger of Storms Skill -+(100-150) to Evasion Rating -+(40-60) to maximum Energy Shield -+(60-80) to maximum Life -+(10-15)% to all Elemental Resistances -]],[[ -The Three Dragons -Golden Mask -Requires Level 35, 40 Dex, 40 Int -+(26-30)% to all Elemental Resistances -Your Fire Damage can Shock but not Ignite -Your Cold Damage can Ignite but not Freeze or Chill -Your Lightning Damage can Freeze but not Shock -]],[[ -The Vertex -Vaal Mask -Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} -Requires Level 62, 79 Dex, 72 Int -+1 to Level of Socketed Gems -(245-280)% increased Evasion and Energy Shield -+(30-40) to maximum Energy Shield -+(24-30)% to Chaos Resistance -Enemies cannot Leech Mana from You -Socketed Gems have 50% reduced Mana Cost -]],[[ -Viridi's Veil -Praetor Crown -League: Ritual -Source: Drops from unique{The Maven} (Uber) -Requires Level 68, 62 Str, 91 Int -+(1-2) to Level of Socketed Gems -(120-160)% increased Armour and Energy Shield -+(15-25)% to all Elemental Resistances -Damage of Enemies Hitting you is Unlucky while you have a Magic Ring Equipped -You are Hexproof if you have a Magic Ring in right slot -Take no Extra Damage from Critical Strikes if you have a Magic Ring in left slot -]],[[ -Willclash -Golden Mask -League: Heist -Requires Level 35, 40 Dex, 40 Int -(350-400)% increased Evasion and Energy Shield -+5% Chance to Block Spell Damage per Power Charge -(3-5)% increased Elemental Damage per Power Charge -Gain a Power Charge every Second if you haven't lost Power Charges Recently -Lose all Power Charges when you Block -]], + -- Helmet: Ward -[[ -Faithguard -Runic Helm -League: Expedition -Variant: Pre 3.19.0 -Variant: Current -+(20-30) to Intelligence -(25-35)% increased Ward -{variant:1}(20-30)% faster Restoration of Ward -{variant:2}(40-60)% faster Restoration of Ward -(15-25)% increased Light Radius -Increases and Reductions to Maximum Energy Shield instead apply to Ward -]],[[ -Cadigan's Crown -Runic Crown -League: Expedition -Source: Drops from unique{Olroth, Origin of the Fall} in normal{Expedition Logbook} -Requires Level 68, 66 Str, 66 Dex, 66 Int -Never deal Critical Strikes -Battlemage -]], + } diff --git a/src/Data/Uniques/jewel.lua b/src/Data/Uniques/jewel.lua index 76d4d84a5..1442b4441 100644 --- a/src/Data/Uniques/jewel.lua +++ b/src/Data/Uniques/jewel.lua @@ -2,1912 +2,17 @@ return { -- Jewel: Drop -[[ -Anatomical Knowledge -Cobalt Jewel -Source: No longer obtainable -Radius: Large -(6-8)% increased maximum Life -Adds 1 to Maximum Life per 3 Intelligence Allocated in Radius -]],[[ -The Anima Stone -Prismatic Jewel -Variant: Pre 3.23.0 -Variant: Current -Source: Vendor Recipe -Limited to: 1 -{variant:1}+1 to maximum number of Golems -+1 to maximum number of Summoned Golems if you have 3 Primordial Items Socketed or Equipped -]],[[ -Apex Mode -Cobalt Jewel -League: Heist -Source: Drops from unique{The Unbreakable} in normal{Contract: Breaking the Unbreakable} -Limited to: 1 -Requires Level 20 -(20-25)% increased Spell Damage -Spells have 10% reduced Critical Strike Chance per Intensity -Spells which have gained Intensity Recently gain 1 Intensity every 0.5 Seconds -]],[[ -Apparitions -Viridian Jewel -Source: No longer obtainable -Minions have (5-10)% increased Movement Speed -Minions have +(2-5)% chance to Suppress Spell Damage -]],[[ -The Blue Dream -Cobalt Jewel -Variant: Pre 3.21.0 -Variant: Current -League: Breach -Source: Drops in Chayula Breach or from unique{Chayula, Who Dreamt} -Upgrade: Upgrades to unique{The Blue Nightmare} using currency{Blessing of Chayula} -Radius: Large -{variant:1}Gain 5% of Lightning Damage as Extra Chaos Damage -{variant:2}Gain (6-10)% of Lightning Damage as Extra Chaos Damage -Passives granting Lightning Resistance or all Elemental Resistances in Radius -also grant an equal chance to gain a Power Charge on Kill -]],[[ -The Blue Nightmare -Cobalt Jewel -Variant: Pre 3.21.0 -Variant: Current -League: Breach -Source: Upgraded from unique{The Blue Dream} using currency{Blessing of Chayula} -Limited to: 1 -Radius: Large -{variant:1}Gain 5% of Lightning Damage as Extra Chaos Damage -{variant:2}Gain (6-10)% of Lightning Damage as Extra Chaos Damage -{variant:1}Passives granting Lightning Resistance or all Elemental Resistances in Radius -{variant:1}also grant Chance to Block Spell Damage at 35% of its value -{variant:2}Passives granting Lightning Resistance or all Elemental Resistances in Radius -{variant:2}also grant Chance to Block Spell Damage at 50% of its value -{variant:1}Passives granting Lightning Resistance or all Elemental Resistances in Radius -{variant:1}also grant an equal chance to gain a Power Charge on Kill -]],[[ -Brawn -Crimson Jewel -Source: No longer obtainable -(4-6)% increased Dexterity -(4-6)% increased Strength -(10-15)% reduced Intelligence -]],[[ -Bloodnotch -Crimson Jewel -Limited to: 1 -(40-60)% of Damage Taken from Stunning Hits is Recovered as Life -]],[[ -Calamitous Visions -Small Cluster Jewel -League: Delirium -Source: Drops from unique Delirium bosses in maps -Adds Lone Messenger -]],[[ -Cheap Construction -Viridian Jewel -Source: No longer obtainable -10% reduced Trap Duration -Can have up to 1 additional Trap placed at a time -]],[[ -Replica Cheap Construction -Viridian Jewel -Source: No longer obtainable -League: Heist -(100-120)% increased Critical Strike Chance with Traps -Can have 5 fewer Traps placed at a time -]],[[ -Clear Mind -Cobalt Jewel -Source: No longer obtainable -Limited to: 1 -(20-30)% increased Mana Regeneration Rate -(40-60)% increased Spell Damage while no Mana is Reserved -]],[[ -Coated Shrapnel -Crimson Jewel -Source: No longer obtainable -Radius: Small -Variant: Pre 3.8.0 -Variant: Current -{variant:1}Traps and Mines deal (3-5) to (10-15) additional Physical Damage -Traps and Mines have a 25% chance to Poison on Hit -{variant:2}Passive Skills in Radius also grant: Traps and Mines deal (2-3) to (4-6) added Physical Damage -]],[[ -Cold Steel -Viridian Jewel -Source: No longer obtainable -Radius: Large -Increases and Reductions to Physical Damage in Radius are Transformed to apply to Cold Damage -Increases and Reductions to Cold Damage in Radius are Transformed to apply to Physical Damage -]],[[ -Dissolution of the Flesh -Prismatic Jewel -Source: Drops from unique{The Searing Exarch} -Limited to: 1 -Removes all Energy Shield -Life that would be lost by taking Damage is instead Reserved -until you take no Damage to Life for 2 seconds -(20-30)% more Maximum Life -]],[[ -Divine Inferno -Crimson Jewel -Source: No longer obtainable -Limited to: 1 -Radius: Medium -With at least 40 Strength in Radius, Combust is Disabled -With at least 40 Strength in Radius, Attacks Exerted by Infernal Cry deal (40-60)% more Damage with Ignite -]],[[ -Eldritch Knowledge -Cobalt Jewel -Source: No longer obtainable -Radius: Medium -5% increased Chaos Damage per 10 Intelligence from Allocated Passives in Radius -]],[[ -Endless Misery -Cobalt Jewel -Source: No longer obtainable -League: Heist -Limited to: 1 -Radius: Medium -(7-10)% increased Elemental Damage -With at least 40 Intelligence in Radius, Discharge has 60% less Area of Effect -With at least 40 Intelligence in Radius, Discharge Cooldown is 250 ms -With at least 40 Intelligence in Radius, Discharge deals 60% less Damage -]],[[ -Fireborn -Crimson Jewel -Source: No longer obtainable -Radius: Medium -Increases and Reductions to other Damage Types in Radius are Transformed to apply to Fire Damage -]],[[ -Fortified Legion -Cobalt Jewel -Source: No longer obtainable -Limited to: 1 -Minions have (5-15)% increased maximum Life -Minions Recover 2% of their Maximum Life when they Block -]],[[ -Fragile Bloom -Crimson Jewel -Source: No longer obtainable -Limited to: 1 -Variant: Pre 3.11.0 -Variant: Current -{variant:1}Regenerate 2% of Life per second -{variant:1}10% increased Damage taken -{variant:2}Maximum 10 Fragile Regrowth -{variant:2}0.7% of Life Regenerated per second per Fragile Regrowth -{variant:2}Lose all Fragile Regrowth when Hit -{variant:2}Gain 1 Fragile Regrowth each second -]],[[ -Replica Fragile Bloom -Crimson Jewel -Source: No longer obtainable -League: Heist -Limited to: 1 -Implicits: 0 -Maximum 5 Fragile Regrowth -0.7% of Life Regenerated per second per Fragile Regrowth -Gain up to maximum Fragile Regrowth when Hit -Lose 1 Fragile Regrowth each second -]],[[ -From Dust -Cobalt Jewel -Source: No longer obtainable -Limited to: 1 -Variant: Pre 3.8.0 -Variant: Current -Implicits: 0 -{variant:1}Summon 2 additional Skeleton Warriors with Summon Skeleton -{variant:2}Summon 4 additional Skeleton Warriors with Summon Skeleton -+1 second to Summon Skeleton Cooldown -]],[[ -The Front Line -Small Cluster Jewel -League: Delirium -Source: Drops from unique Delirium bosses in maps -Adds Veteran's Awareness -]],[[ -Grand Spectrum -Cobalt Jewel -Source: Drops in The Lord's Labyrinth -Limited to: 3 -Variant: Pre 3.0.0 -Variant: Pre 3.10.0 -Variant: Current - Crit Chance -Variant: Current - Minion Crit Multi -Variant: Current - Min Power Charge -{variant:1}Gain 15 Mana per Grand Spectrum -{variant:2}Gain 30 Mana per Grand Spectrum -{variant:3}25% increased Critical Strike Chance per Grand Spectrum -{variant:4}Minions have +10% to Critical Strike Multiplier per Grand Spectrum -{variant:5}+1 to Minimum Power Charges per Grand Spectrum -]],[[ -Grand Spectrum -Crimson Jewel -Source: Drops in The Lord's Labyrinth -Limited to: 3 -Variant: Pre 3.0.0 -Variant: Pre 3.10.0 -Variant: Current - Elemental Resistances -Variant: Current - Maximum Life -Variant: Current - Min Endurance Charge -{variant:1}Gain 75 Armour per Grand Spectrum -{variant:2}Gain 200 Armour per Grand Spectrum -{variant:3}+7% to all Elemental Resistances per Grand Spectrum -{variant:4}5% increased Maximum Life per Grand Spectrum -{variant:5}+1 to Minimum Endurance Charges per Grand Spectrum -]],[[ -Grand Spectrum -Viridian Jewel -Source: Drops in The Lord's Labyrinth -Limited to: 3 -Variant: Pre 2.5.0 -Variant: Pre 3.0.0 -Variant: Pre 3.10.0 -Variant: Current - Elemental Damage -Variant: Current - Chance to avoid Ailments -Variant: Current - Min Frenzy Charge -{variant:1}5% increased Elemental Damage per Grand Spectrum -{variant:2}4% increased Elemental Damage per Grand Spectrum -{variant:3}12% increased Elemental Damage per Grand Spectrum -{variant:4}15% increased Elemental Damage per Grand Spectrum -{variant:5}12% chance to Avoid Elemental Ailments per Grand Spectrum -{variant:6}+1 to Minimum Frenzy Charges per Grand Spectrum -]],[[ -The Green Dream -Viridian Jewel -Variant: Pre 3.21.0 -Variant: Current -League: Breach -Source: Drops in Chayula Breach or from unique{Chayula, Who Dreamt} -Upgrade: Upgrades to unique{The Green Nightmare} using currency{Blessing of Chayula} -Radius: Large -{variant:1}Gain 5% of Cold Damage as Extra Chaos Damage -{variant:2}Gain (6-10)% of Cold Damage as Extra Chaos Damage -Passives granting Cold Resistance or all Elemental Resistances in Radius -also grant an equal chance to gain a Frenzy Charge on Kill -]],[[ -The Green Nightmare -Viridian Jewel -Variant: Pre 3.16.0 -Variant: Pre 3.21.0 -Variant: Current -League: Breach -Source: Upgraded from unique{The Green Dream} using currency{Blessing of Chayula} -Limited to: 1 -Radius: Large -{variant:1,2}Gain 5% of Cold Damage as Extra Chaos Damage -{variant:3}Gain (6-10)% of Cold Damage as Extra Chaos Damage -{variant:1}Passives granting Cold Resistance or all Elemental Resistances in Radius -{variant:1}also grant Chance to Suppress Spell Damage at 35% of its value -{variant:2}Passives granting Cold Resistance or all Elemental Resistances in Radius -{variant:2}also grant Chance to Suppress Spell Damage at 50% of its value -{variant:3}Passives granting Cold Resistance or all Elemental Resistances in Radius -{variant:3}also grant Chance to Suppress Spell Damage at 70% of its value -{variant:1,2}Passives granting Cold Resistance or all Elemental Resistances in Radius -{variant:1,2}also grant an equal chance to gain a Frenzy Charge on Kill -]],[[ -Hair Trigger -Viridian Jewel -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Current -(15-25)% increased Trap Damage -{variant:1}(20-30)% increased Trap Trigger Radius -{variant:2}(40-60)% increased Trap Trigger Area of Effect -]],[[ -Hotheaded -Viridian Jewel -Source: No longer obtainable -Limited to: 1 -Variant: Pre 3.11.0 -Variant: Current -{variant:1}(10-15)% increased Movement Speed while Ignited -{variant:2}(10-20)% increased Movement Speed while Ignited -{variant:2}(10-20)% increased Attack Speed while Ignited -{variant:2}(10-20)% increased Cast Speed while Ignited -]],[[ -Replica Hotheaded -Viridian Jewel -Source: No longer obtainable -League: Heist -Limited to: 1 -(10-20)% increased Attack Speed while Chilled -(10-20)% increased Cast Speed while Chilled -(10-20)% increased Movement Speed while Chilled -]],[[ -Inspired Learning -Crimson Jewel -Radius: Small -With 4 Notables Allocated in Radius, When you Kill a Rare monster, you gain 1 of its Modifiers for 20 seconds -]],[[ -The Interrogation -Small Cluster Jewel -League: Delirium -Source: Drops from unique Delirium bosses in maps -Adds Secrets of Suffering -]],[[ -Intuitive Leap -Viridian Jewel -Radius: Small -Passives in Radius can be Allocated without being connected to your tree -]],[[ -Izaro's Turmoil -Crimson Jewel -Source: No longer obtainable -(18-25)% increased Fire Damage -(18-25)% increased Cold Damage -2% chance to Freeze -2% chance to Ignite -]],[[ -Kitava's Teachings -Small Cluster Jewel -League: Delirium -Source: Drops from unique Delirium bosses in maps -Adds Disciple of Kitava -]],[[ -Lioneye's Fall -Viridian Jewel -Radius: Medium -Melee and Melee Weapon Type modifiers in Radius are Transformed to Bow Modifiers -]],[[ -Lord of Steel -Viridian Jewel -Source: No longer obtainable -League: Heist -Limited to: 1 -Variant: Impale Chance (Pre 3.13.0) -Variant: Impale Overwhelm (Pre 3.13.0) -Variant: Impale Effect (Pre 3.13.0) -Variant: Impale Chance (Current) -Variant: Impale Overwhelm (Current) -Variant: Impale Effect (Current) -{variant:1,4}10% chance to Impale Enemies on Hit with Attacks -{variant:2,5}Impale Damage dealt to Enemies Impaled by you Overwhelms 10% Physical Damage Reduction -{variant:3,6}5% increased Impale Effect -{variant:1,3,4,6}Call of Steel deals Reflected Damage with (40-50)% increased Area of Effect -{variant:2,3,5,6}Call of Steel has (80-100)% increased Use Speed -{variant:1,2}Call of Steel causes (40-50)% increased Reflected Damage -{variant:4,5}Call of Steel causes (20-25)% increased Reflected Damage -]],[[ -Malicious Intent -Cobalt Jewel -Source: No longer obtainable -5% chance to Gain Unholy Might for 4 seconds on Melee Kill -]],[[ -Mantra of Flames -Crimson Jewel -Source: No longer obtainable -Limited to: 1 -Adds (3-5) to (8-12) Fire Attack Damage per Buff on You -Adds (2-3) to (5-8) Fire Spell Damage per Buff on You -]],[[ -Martial Artistry -Crimson Jewel -Source: No longer obtainable -Limited to: 1 -Variant: Pre 3.11.0 -Variant: Current -Radius: Small -{variant:1}(10-15)% increased Area of Effect while Unarmed -{variant:2}+(0.3-0.4) metres to Melee Strike Range while Unarmed -{variant:2}Passive Skills in Radius also grant: 1% increased Unarmed Attack Speed with Melee Skills -]],[[ -Melding of the Flesh -Cobalt Jewel -Variant: Pre 3.19.0 -Variant: Current -Source: Drops from unique{The Eater of Worlds} -Limited to: 1 --(80-70)% to All Elemental Resistances -{variant:2}-(4-6)% to all maximum Elemental Resistances -Elemental Resistances are capped by your highest Maximum Elemental Resistance instead -]],[[ -Might in All Forms -Crimson Jewel -Source: No longer obtainable -Radius: Medium -Dexterity and Intelligence from passives in Radius count towards Strength Melee Damage bonus -]],[[ -Might of the Meek -Crimson Jewel -Radius: Large -50% increased Effect of non-Keystone Passive Skills in Radius -Notable Passive Skills in Radius grant nothing -]],[[ -Immutable Force -Crimson Jewel -Limited to: 1 -(500-1000)% increased Stun and Block Recovery -]],[[ -Firesong -Crimson Jewel -+(10-15)% to Fire Resistance -Modifiers to Ignite Duration on you apply to all Elemental Ailments -]],[[ -Stormshroud -Viridian Jewel -+(10-15)% to Lightning Resistance -Modifiers to Chance to Avoid being Shocked apply to all Elemental Ailments -]],[[ -Witchbane -Cobalt Jewel -+(5-15) to Intelligence -When you Kill an Enemy Cursed with a Non-Aura Hex, become Immune to -Curses for remaining Hex Duration -]],[[ -Rational Doctrine -Cobalt Jewel -Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} (Uber) -You have Consecrated Ground around you while -stationary if Strength is your highest Attribute -25% chance to create Profane Ground on Critical -Strike if Intelligence is your highest Attribute -Effects of Consecrated Ground you create Linger for 4 seconds -Effects of Profane Ground you create Linger for 4 seconds -]],[[ -Nadir Mode -Cobalt Jewel -League: Heist -Source: Drops from unique{The Unbreakable} in normal{Contract: Breaking the Unbreakable} -Limited to: 1 -Item Level: 82 -(20-25)% increased Spell Damage -Spells have 30% increased Critical Strike Chance per Intensity -Spells which have gained Intensity Recently lose 1 Intensity every 0.50 Seconds -]],[[ -Natural Affinity -Small Cluster Jewel -League: Delirium -Source: Drops from unique Delirium bosses in maps -Adds Nature's Patience -]],[[ -One With Nothing -Small Cluster Jewel -League: Delirium -Source: Drops from unique Delirium bosses in maps -Adds Hollow Palm Technique -]],[[ -The Perandus Pact -Prismatic Jewel -Variant: Life -Variant: Energy Shield -Variant: Mana -Variant: Armour -Variant: Evasion Rating -Variant: Attributes -Variant: Global Crit Chance -Variant: Physical Damage -Variant: Lightning Damage -Variant: Cold Damage -Variant: Fire Damage -Variant: Chaos Damage -Variant: Chaos Resistance -Selected Variant: 1 -League: Necropolis -Source: No longer obtainable -Limited to: 1 -Radius: Large -{variant:1}Passive Skills in Radius also grant +5 to Maximum Life -{variant:2}Passive Skills in Radius also grant 3% increased Energy Shield -{variant:3}Passive Skills in Radius also grant +5 to Maximum Mana -{variant:4}Passive Skills in Radius also grant 7% increased Armour -{variant:5}Passive Skills in Radius also grant 5% increased Evasion Rating -{variant:6}Passive Skills in Radius also grant +2 to all Attributes -{variant:7}Passive Skills in Radius also grant 7% Increased Global Critical Strike Chance -{variant:8}Passive Skills in Radius also grant 6% increased Physical Damage -{variant:9}Passive Skills in Radius also grant 6% increased Lightning Damage -{variant:10}Passive Skills in Radius also grant 6% increased Cold Damage -{variant:11}Passive Skills in Radius also grant 6% increased Fire Damage -{variant:12}Passive Skills in Radius also grant 6% increased Chaos Damage -{variant:13}Passive Skills in Radius also grant +4% to Chaos Resistance -]],[[ -Primordial Eminence -Viridian Jewel -Golems have (16-20)% increased Attack and Cast Speed -30% increased Effect of Buffs granted by your Golems -Golems have +(800-1000) to Armour -Primordial -]],[[ -Primordial Harmony -Cobalt Jewel -Variant: Pre 3.3.0 -Variant: Current -Golem Skills have (20-30)% increased Cooldown Recovery Rate -{variant:1}Summoned Golems have (10-15)% increased Cooldown Recovery Rate -{variant:2}Summoned Golems have (30-45)% increased Cooldown Recovery Rate -(16-20)% increased Golem Damage for each Type of Golem you have Summoned -Summoned Golems Regenerate 2% of their Life per second -Primordial -]],[[ -Primordial Might -Crimson Jewel -(25-30)% increased Damage if you Summoned a Golem in the past 8 seconds -Golems Summoned in the past 8 seconds deal (35-45)% increased Damage -Golems have (18-22)% increased Maximum Life -Summoned Golems are Aggressive -Primordial -]],[[ -Replica Primordial Might -Crimson Jewel -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist --1 to maximum number of Golems -(25-30)% increased Damage if you Summoned a Golem in the past 8 seconds -Golems Summoned in the past 8 seconds deal (100-125)% increased Damage -Golems have (18-22)% increased Maximum Life -Primordial -Summoned Golems are Aggressive -]],[[ -Pugilist -Viridian Jewel -Source: No longer obtainable -Radius: Large -1% increased Evasion Rating per 3 Dexterity Allocated in Radius -1% increased Claw Physical Damage per 3 Dexterity Allocated in Radius -1% increased Melee Physical Damage while Unarmed per 3 Dexterity Allocated in Radius -]],[[ -Pure Talent -Viridian Jewel -Variant: Pre 3.20.0 -Variant: Current -Limited to: 1 -While your Passive Skill Tree connects to a class' starting location, you gain: -{variant:1}Marauder: Melee Skills have 15% increased Area of Effect -{variant:2}Marauder: Melee Skills have 25% increased Area of Effect -Duelist: 1% of Attack Damage Leeched as Life -Ranger: 7% increased Movement Speed -Shadow: +0.5% to Critical Strike Chance -Witch: 0.5% of Mana Regenerated per second -Templar: Damage Penetrates 5% Elemental Resistances -Scion: +25 to All Attributes -]],[[ -Replica Pure Talent -Viridian Jewel -Source: No longer obtainable -League: Heist -Limited to: 1 -While your Passive Skill Tree connects to a class' starting location, you gain: -Marauder: 1% of Life Regenerated per second -Duelist: +2 to Melee Strike Range -Ranger: 20% increased Flask Charges gained -Shadow: 12% increased Attack and Cast Speed -Witch: 20% increased Skill Effect Duration -Templar: +4% Chance to Block Attack and Spell Damage -Scion: 30% increased Damage -]],[[ -Replica Reckless Defence -Cobalt Jewel -Variant: Pre 3.25.0 -Variant: Current -League: Heist -{variant:1}+(2-4)% Chance to Block Spell Damage -{variant:2}+(2-6)% Chance to Block Spell Damage -{variant:1}+(2-4)% Chance to Block Attack Damage -{variant:2}+(2-6)% Chance to Block Attack Damage -+10% chance to be Frozen, Shocked and Ignited -]],[[ -The Red Dream -Crimson Jewel -League: Breach -Source: Drops in Chayula Breach or from unique{Chayula, Who Dreamt} -Upgrade: Upgrades to unique{The Red Nightmare} using currency{Blessing of Chayula} -Radius: Large -Variant: Pre 3.21.0 -Variant: Current -{variant:1}Gain 5% of Fire Damage as Extra Chaos Damage -{variant:2}Gain (6-10)% of Fire Damage as Extra Chaos Damage -Passives granting Fire Resistance or all Elemental Resistances in Radius -also grant an equal chance to gain an Endurance Charge on Kill -]],[[ -The Red Nightmare -Crimson Jewel -League: Breach -Source: Upgraded from unique{The Red Dream} using currency{Blessing of Chayula} -Limited to: 1 -Radius: Large -Variant: Pre 3.21.0 -Variant: Current -{variant:1}Gain 5% of Fire Damage as Extra Chaos Damage -{variant:2}Gain (6-10)% of Fire Damage as Extra Chaos Damage -{variant:1}Passives granting Fire Resistance or all Elemental Resistances in Radius -{variant:1}also grant Chance to Block Attack Damage at 35% of its value -{variant:2}Passives granting Fire Resistance or all Elemental Resistances in Radius -{variant:2}also grant Chance to Block Attack Damage at 50% of its value -{variant:1}Passives granting Fire Resistance or all Elemental Resistances in Radius -{variant:1}also grant an equal chance to gain an Endurance Charge on Kill -]],[[ -The Siege -Small Cluster Jewel -League: Delirium -Source: Drops from unique Delirium bosses in maps -Adds Kineticism -]],[[ -Spire of Stone -Crimson Jewel -Source: No longer obtainable -Limited to: 1 -Radius: Large -3% increased Totem Life per 10 Strength Allocated in Radius -Totems cannot be Stunned -]],[[ -Static Electricity -Viridian Jewel -Source: No longer obtainable -Radius: Large -Adds 1 maximum Lightning Damage to Attacks per 1 Dexterity Allocated in Radius -Adds 1 to 2 Lightning Damage to Attacks -]],[[ -Tempered Flesh -Crimson Jewel -League: Incursion -Source: Drops from unique{The Vaal Omnitect} -Upgrade: Upgrades to unique{Transcendent Flesh} via currency{Vial of Transcendence} -Variant: Pre 3.8.0 -Variant: Pre 3.10.0 -Variant: Current -Radius: Medium --1 Strength per 1 Strength on Allocated Passives in Radius -{variant:1}+5% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius -{variant:2}+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius -{variant:3}2% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius -]],[[ -Transcendent Flesh -Crimson Jewel -League: Incursion -Source: Upgraded from unique{Tempered Flesh} via currency{Vial of Transcendence} -Variant: Pre 3.8.0 -Variant: Pre 3.10.0 -Variant: Current -Radius: Medium --1 Strength per 1 Strength on Allocated Passives in Radius -{variant:1,2}1% additional Physical Damage Reduction per 10 Strength on Allocated Passives in Radius -{variant:1}+5% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius -{variant:3}3% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius -{variant:3}2% reduced Life Recovery Rate per 10 Strength on Unallocated Passives in Radius -{variant:2,3}+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius -]],[[ -Tempered Mind -Cobalt Jewel -League: Incursion -Source: Drops from unique{The Vaal Omnitect} -Upgrade: Upgrades to unique{Transcendent Mind} via currency{Vial of Transcendence} -Variant: Pre 3.8.0 -Variant: Pre 3.10.0 -Variant: Current -Radius: Medium --1 Intelligence per 1 Intelligence on Allocated Passives in Radius -{variant:1}+100 to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius -{variant:2}+125 to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius -{variant:3}2% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius -]],[[ -Transcendent Mind -Cobalt Jewel -League: Incursion -Source: Upgraded from unique{Tempered Mind} via currency{Vial of Transcendence} -Variant: Pre 3.8.0 -Variant: Pre 3.10.0 -Variant: Current -Radius: Medium --1 Intelligence per 1 Intelligence on Allocated Passives in Radius -{variant:1,2}Regenerate 0.4% of Energy Shield per Second for -{variant:1,2}every 10 Intelligence on Allocated Passives in Radius -{variant:1}+100 to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius -{variant:2}+125 to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius -{variant:3}+3% to Damage over Time Multiplier per 10 Intelligence on Unallocated Passives in Radius -{variant:3}3% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius -{variant:3}2% reduced Mana Recovery Rate per 10 Intelligence on Unallocated Passives in Radius -]],[[ -Tempered Spirit -Viridian Jewel -League: Incursion -Source: Drops from unique{The Vaal Omnitect} -Upgrade: Upgrades to unique{Transcendent Spirit} via currency{Vial of Transcendence} -Variant: Pre 3.10.0 -Variant: Current -Radius: Medium --1 Dexterity per 1 Dexterity on Allocated Passives in Radius -{variant:1}+15 to Maximum Mana per 10 Dexterity on Unallocated Passives in Radius -{variant:2}2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius -]],[[ -Transcendent Spirit -Viridian Jewel -League: Incursion -Source: Upgraded from unique{Tempered Spirit} via currency{Vial of Transcendence} -Variant: Pre 3.10.0 -Variant: Current -Radius: Medium --1 Dexterity per 1 Dexterity on Allocated Passives in Radius -{variant:1}2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius -{variant:1}+15 to Maximum Mana per 10 Dexterity on Unallocated Passives in Radius -{variant:2}3% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius -{variant:2}2% reduced Movement Speed per 10 Dexterity on Unallocated Passives in Radius -{variant:2}+125 to Accuracy Rating per 10 Dexterity on Unallocated Passives in Radius -]],[[ -Thread of Hope -Crimson Jewel -Source: Drops from unique{Sirus, Awakener of Worlds} -Variant: Small Ring -Variant: Medium Ring -Variant: Large Ring -Variant: Very Large Ring -Variant: Massive Ring (Uber) -Radius: Variable -Implicits: 0 -{variant:1}Only affects Passives in Small Ring -{variant:2}Only affects Passives in Medium Ring -{variant:3}Only affects Passives in Large Ring -{variant:4}Only affects Passives in Very Large Ring -{variant:5}Only affects Passives in Massive Ring -Passives in Radius can be Allocated without being connected to your tree --(20-10)% to all Elemental Resistances -]],[[ -Unnatural Instinct -Viridian Jewel -Limited to: 1 -Radius: Small -Allocated Small Passive Skills in Radius grant nothing -Grants all bonuses of Unallocated Small Passive Skills in Radius -]],[[ -Unstable Payload -Cobalt Jewel -Source: No longer obtainable -(8-12)% Chance for Traps to Trigger an additional time -]],[[ -Replica Unstable Payload -Cobalt Jewel -Source: No longer obtainable -League: Heist -Implicits: 0 -Recover (20-30) Life when your Trap is triggered by an Enemy -]],[[ -Voices -Large Cluster Jewel -League: Delirium -Source: Drops from the Simulacrum Encounter -Variant: Adds 1 Small Passive Skill -Variant: Adds 3 Small Passive Skills -Variant: Adds 5 Small Passive Skills -Variant: Adds 7 Small Passive Skills -Adds 3 Jewel Socket Passive Skills -{variant:1}Adds 1 Small Passive Skill which grants nothing -{variant:2}Adds 3 Small Passive Skills which grant nothing -{variant:3}Adds 5 Small Passive Skills which grant nothing -{variant:4}Adds 7 Small Passive Skills which grant nothing -]],[[ -Split Personality -Crimson Jewel -League: Delirium -Source: Drops from the Simulacrum Encounter -Has Alt Variant: true -Variant: Strength -Variant: Dexterity -Variant: Intelligence -Variant: Life -Variant: Mana -Variant: Energy Shield -Variant: Armour -Variant: Evasion Rating -Variant: Accuracy Rating -Limited to: 2 -This Jewel's Socket has 25% increased effect per Allocated Passive Skill between -it and your Class' starting location -{variant:1}+5 to Strength -{variant:2}+5 to Dexterity -{variant:3}+5 to Intelligence -{variant:4}+5 to maximum Life -{variant:5}+5 to maximum Mana -{variant:6}+5 to maximum Energy Shield -{variant:7}+40 to Armour -{variant:8}+40 to Evasion Rating -{variant:9}+40 to Accuracy Rating -Corrupted -]],[[ -Warrior's Tale -Crimson Jewel -League: Ancestor -Source: No longer obtainable -Limited to: 1 -Radius: Medium -100% increased effect of Tattoos in Radius -]], + -- Jewel: Abyss -[[ -Amanamu's Gaze -Ghastly Eye Jewel -+(5-10) to all Attributes -Minions have +6% to Damage over Time Multiplier per Ghastly Eye Jewel affecting you, up to a maximum of +30% -]],[[ -Kurgal's Gaze -Hypnotic Eye Jewel -+(10-20) to Intelligence -8% increased Effect of Arcane Surge on you per Hypnotic Eye Jewel affecting you, up to a maximum of 40% -]],[[ -Tecrod's Gaze -Murderous Eye Jewel -Variant: Pre 3.21.0 -Variant: Current -Requires Level 40 -+(10-20) to Strength -{variant:1}20% increased Main Hand Critical Strike Chance per Murderous Eye Jewel affecting you, up to a maximum of 200% -{variant:2}40% increased Main Hand Critical Strike Chance per Murderous Eye Jewel affecting you, up to a maximum of 200% -{variant:1}+10% to Off Hand Critical Strike Multiplier per Murderous Eye Jewel affecting you, up to a maximum of +100% -{variant:2}+20% to Off Hand Critical Strike Multiplier per Murderous Eye Jewel affecting you, up to a maximum of +100% -]],[[ -Ulaman's Gaze -Searching Eye Jewel -Requires Level 40 -+(10-20) to Dexterity -Projectiles have 4% chance to be able to Chain when colliding with terrain per Searching Eye Jewel affecting you, up to a maximum of 20% -]], + -- Jewel: Threshold -[[ -Combat Focus -Crimson Jewel -Source: Vendor Recipe -Limited to: 2 -Variant: Pre 3.21.0 -Variant: Current -Radius: Medium -{variant:1}(10-15)% increased Elemental Damage with Attack Skills -{variant:2}(10-15)% increased Elemental Damage -With 40 total Strength and Intelligence in Radius, Prismatic Skills cannot choose Cold -With 40 total Strength and Intelligence in Radius, Prismatic Skills deal 50% less Cold Damage -]],[[ -Combat Focus -Cobalt Jewel -Source: Vendor Recipe -Limited to: 2 -Variant: Pre 3.21.0 -Variant: Current -Radius: Medium -{variant:1}(10-15)% increased Elemental Damage with Attack Skills -{variant:2}(10-15)% increased Elemental Damage -With 40 total Intelligence and Dexterity in Radius, Prismatic Skills cannot choose Fire -With 40 total Intelligence and Dexterity in Radius, Prismatic Skills deal 50% less Fire Damage -]],[[ -Combat Focus -Viridian Jewel -Source: Vendor Recipe -Limited to: 2 -Variant: Pre 3.21.0 -Variant: Current -Radius: Medium -{variant:1}(10-15)% increased Elemental Damage with Attack Skills -{variant:2}(10-15)% increased Elemental Damage -With 40 total Dexterity and Strength in Radius, Prismatic Skills Strike cannot choose Lightning -With 40 total Dexterity and Strength in Radius, Prismatic Skills deal 50% less Lightning Damage -]],[[ -Collateral Damage -Viridian Jewel -Source: No longer obtainable -Limited to: 2 -Variant: Pre 3.9.0 -Variant: Current -Radius: Medium -(10-15)% increased Global Physical Damage -{variant:1}With at least 40 Dexterity in Radius, Shrapnel Shot has 25% increased Area of Effect -{variant:1}With at least 40 Dexterity in Radius, Shrapnel Shot's -cone has a 50% chance to deal Double Damage -{variant:2}With at least 40 Dexterity in Radius, Galvanic Arrow deals -50% increased Area Damage -{variant:2}With at least 40 Dexterity in Radius, Galvanic Arrow has -25% increased Area of Effect -]],[[ -Dead Reckoning -Cobalt Jewel -Limited to: 1 -Variant: Pre 3.0.0 -Variant: Pre 3.8.0 -Variant: Pre 3.23.0 -Variant: Current -Radius: Medium -{variant:1,2,3}Minions have +(7-10)% to all Elemental Resistances -{variant:1}With at least 40 Intelligence in Radius, can summon up to 3 Skeleton Mages with Summon Skeletons -{variant:2}With at least 40 Intelligence in Radius, can summon up to 5 Skeleton Mages with Summon Skeletons -{variant:3}With at least 40 Intelligence in Radius, can summon up to 15 Skeleton Mages with Summon Skeletons -{variant:4}Skeletons gain Added Chaos Damage equal to (20-30)% of Maximum Energy Shield on your Equipped Shield -]],[[ -Fight for Survival -Viridian Jewel -Source: No longer obtainable -Limited to: 2 -Radius: Medium -(10-15)% increased Cold Damage -With at least 40 Dexterity in Radius, Melee Damage -dealt by Frost Blades Penetrates 15% Cold Resistance -With at least 40 Dexterity in Radius, Frost Blades has 25% increased Projectile Speed -]],[[ -First Snow -Cobalt Jewel -Source: No longer obtainable -Limited to: 2 -Radius: Medium -(7-10)% increased Projectile Damage -With at least 40 Intelligence in Radius, Freezing Pulse fires 2 additional Projectiles -With at least 40 Intelligence in Radius, 25% increased Freezing Pulse Damage if -you've Shattered an Enemy Recently -]],[[ -Frozen Trail -Cobalt Jewel -Source: No longer obtainable -Limited to: 2 -Radius: Medium -(7-10)% increased Projectile Damage -With at least 40 Intelligence in Radius, Frostbolt fires 2 additional Projectiles -With at least 40 Intelligence in Radius, Frostbolt Projectiles gain 40% increased Projectile -Speed per second -]],[[ -Growing Agony -Viridian Jewel -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Current -Limited to: 1 -Radius: Medium -{variant:1}(4-12)% increased Damage over Time -{variant:2}(8-12)% increased Damage over Time -With at least 40 Dexterity in Radius, Viper Strike deals 2% increased Damage with Hits and Poison for each Poison on the Enemy -{variant:2}With at least 40 Dexterity in Radius, Viper Strike has a 10% chance per Poison on Enemy to grant Unholy Might for 4 seconds on Hit -]],[[ -Hazardous Research -Cobalt Jewel -Source: No longer obtainable -Variant: Pre 3.17.0 -Variant: Current -Limited to: 1 -Radius: Medium -(10-15)% increased Lightning Damage -{variant:1}With at least 40 Intelligence in Radius, Spark fires 2 additional Projectiles -With at least 40 Intelligence in Radius, Spark fires Projectiles in a Nova -{variant:1}(20-15)% reduced Spark Duration -]],[[ -Inevitability -Cobalt Jewel -Source: No longer obtainable -Variant: Pre 3.11.0 -Variant: Current -Limited to: 1 -Radius: Medium -(10-15)% increased Fire Damage -{variant:1}With at least 40 Intelligence in Radius, Rolling Magma fires an additional Projectile -{variant:2}With at least 40 Intelligence in Radius, Rolling Magma deals 50% less Damage -{variant:2}With at least 40 Intelligence in Radius, Rolling Magma deals 40% more Damage per Chain -With at least 40 Intelligence in Radius, Rolling Magma -has 10% increased Area of Effect per Chain -]],[[ -The Long Winter -Cobalt Jewel -Source: No longer obtainable -Limited to: 2 -Radius: Medium -(10-15)% increased Cold Damage -With 40 Intelligence in Radius, 20% of Glacial Cascade Physical Damage -Converted to Cold Damage -With 40 Intelligence in Radius, Glacial Cascade has an additional Burst -]],[[ -Might and Influence -Viridian Jewel -Source: No longer obtainable -Has Alt Variant: true -Variant: Pre 3.11.0 -Variant: Axe -Variant: Claw -Variant: Dagger -Variant: Mace -Variant: Sword -Limited to: 1 -Radius: Medium -{variant:1}(10-15)% increased Global Physical Damage -{variant:1}With at least 40 Dexterity in Radius, Dual Strike has a 20% chance -to deal Double Damage with the Main-Hand Weapon -{variant:1}With at least 40 Dexterity in Radius, Dual Strike deals Off-Hand Splash Damage -{variant:1}to surrounding targets -{variant:2,3,4,5,6}(10-15)% increased Attack Damage -{variant:2}With at least 40 Dexterity in Radius, Dual Strike Hits Intimidate Enemies for -{variant:2}4 seconds while wielding an Axe -{variant:3}With at least 40 Dexterity in Radius, Dual Strike has (10-15)% increased Attack -Speed while wielding a Claw -{variant:4}With at least 40 Dexterity in Radius, Dual Strike has +(20-30)% to Critical Strike -Multiplier while wielding a Dagger -{variant:5}With at least 40 Dexterity in Radius, Dual Strike deals Splash Damage -{variant:5}to surrounding targets while wielding a Mace -{variant:6}With at least 40 Dexterity in Radius, Dual Strike has (20-30)% increased -Accuracy Rating while wielding a Sword -]],[[ -Omen on the Winds -Viridian Jewel -Source: No longer obtainable -Variant: Pre 3.1.0 -Variant: Current -Limited to: 2 -Radius: Medium -(15-20)% increased Damage with Hits against Chilled Enemies -With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect -{variant:1}With at least 40 Dexterity in Radius, Ice Shot Pierces 5 additional Targets -{variant:2}With at least 40 Dexterity in Radius, Ice Shot Pierces 3 additional Targets -]],[[ -Overwhelming Odds -Crimson Jewel -Source: No longer obtainable -Limited to: 1 -Radius: Medium -(10-15)% increased Global Physical Damage -With at least 40 Strength in Radius, Cleave grants Fortify on Hit -With at least 40 Strength in Radius, Cleave has +1 to Radius per Nearby Enemy, up to +10 -]],[[ -Pitch Darkness -Viridian Jewel -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.16.0 -Variant: Current -Radius: Medium -{variant:1}(5-15)% increased Fire Damage -{variant:2,3}(10-15)% increased Fire Damage -{variant:3}+10% to Fire Damage over Time Multiplier -With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Burning Ground if it Ignites an Enemy. -{variant:2}With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Tar if it does not Ignite an Enemy. -]],[[ -Rapid Expansion -Crimson Jewel -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.3.0 -Variant: Current -Limited to: 2 -Radius: Medium -{variant:1}(4-12)% increased Global Physical Damage -{variant:2,3}(8-12)% increased Global Physical Damage -{variant:1}With at least 40 Strength in Radius, Ground Slam has a 20% increased angle -{variant:2}With at least 40 Strength in Radius, Ground Slam has a 35% increased angle -{variant:3}With at least 40 Strength in Radius, Ground Slam has a 50% increased angle -{variant:2}With at least 40 Strength in Radius, Ground Slam has a 25% chance to grant an Endurance Charge when you Stun an Enemy -{variant:3}With at least 40 Strength in Radius, Ground Slam has a 35% chance to grant an Endurance Charge when you Stun an Enemy -]],[[ -Ring of Blades -Viridian Jewel -Source: No longer obtainable -Variant: Pre 3.0.0 -Variant: Pre 3.17.0 -Variant: Current -Limited to: 1 -Radius: Medium -(10-15)% increased Global Physical Damage -With at least 40 Dexterity in Radius, Ethereal Knives fires Projectiles in a Nova -{variant:1}With at least 40 Dexterity in Radius, Ethereal Knives fires 10 additional Projectiles -{variant:2}With at least 40 Dexterity in Radius, Ethereal Knives fires 5 additional Projectiles -]],[[ -Rolling Flames -Cobalt Jewel -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Current -Limited to: 1 -Radius: Medium -{variant:1}(5-15)% increased Fire Damage -{variant:2,3}(10-15)% increased Fire Damage -{variant:1}With at least 40 Intelligence in Radius, Fireball Projectiles gain Area as they travel farther, up to 50% increased Area of Effect -{variant:2}With at least 40 Intelligence in Radius, Fireball Projectiles gain Radius as they travel farther, up to +4 Radius -{variant:3}With at least 40 Intelligence in Radius, Fireball cannot ignite -{variant:3}With at least 40 Intelligence in Radius, Fireball has +(30-50)% chance to inflict scorch -]],[[ -Shattered Chains -Crimson Jewel -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Current -Radius: Medium -{variant:1}(5-15)% increased Cold Damage -{variant:2}(10-15)% increased Cold Damage -With at least 40 Strength in Radius, 20% increased Rarity of Items dropped by Enemies Shattered by Glacial Hammer -]],[[ -Spirit Guards -Viridian Jewel -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.20.0 -Variant: Current -Limited to: 1 -Radius: Medium -Minions deal (8-12)% increased Damage -{variant:1}With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 4 Ranged Weapons -{variant:2}With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 12 Ranged Weapons -{variant:3}With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 20 Ranged Weapons -]],[[ -Spirited Response -Cobalt Jewel -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Current -Limited to: 1 -Radius: Medium -{variant:1}(5-10)% increased maximum Mana -{variant:2}(7-10)% increased maximum Mana -With at least 40 Intelligence in Radius, 10% of Damage taken Recouped as Mana if you've Warcried Recently -]],[[ -Spreading Rot -Cobalt Jewel -Source: No longer obtainable -Variant: Pre 3.6.0 -Variant: Pre 3.17.0 -Variant: Current -Limited to: 1 -Radius: Medium -(7-13)% increased Chaos Damage -{variant:1,2}With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration -{variant:3}With at least 40 Intelligence in Radius, Blight has 30% reduced Cast Speed -{variant:1}With at least 40 Intelligence in Radius, Enemies Hindered by Blight take 25% increased Chaos Damage -{variant:2,3}With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds -]],[[ -Steel Spirit -Viridian Jewel -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Current -Radius: Medium -{variant:1}(6-10)% increased Projectile Damage -{variant:2}(7-10)% increased Projectile Damage -{variant:1}With at least 40 Dexterity in Radius, each Spectral Throw Projectile gains 4% increased Damage each time it Hits. -{variant:2}With at least 40 Dexterity in Radius, each Spectral Throw Projectile gains 5% increased Damage each time it Hits. -]],[[ -Sudden Ignition -Viridian Jewel -Variant: Pre 3.16.0 -Variant: Current -Source: No longer obtainable -Limited to: 1 -Radius: Medium -(10-15)% increased Fire Damage -{variant:1}With at least 40 Dexterity in Radius, Burning Arrow can inflict an additional Ignite on an Enemy -{variant:2}Ignited Enemies Killed by your Hits are destroyed -]],[[ -Unending Hunger -Cobalt Jewel -Variant: Pre 2.6.0 -Variant: Current -Limited to: 2 -Radius: Medium -{variant:1}Minions have (5-8)% increased Area of Effect of Area Skills -{variant:2}Minions have (6-8)% increased Area of Effect of Area Skills -With at least 40 Intelligence in Radius, Raised Spectres have a 50% chance to gain Soul Eater for 20 seconds on Kill -]],[[ -The Vigil -Crimson Jewel -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.14.0 -Variant: Current -Limited to: 1 -Radius: Medium -(8-15)% increased Armour -{variant:1}With at least 40 Strength in Radius, Hits with Vigilant Strike Fortify you and Nearby Allies for 3 seconds -{variant:2}With at least 40 Strength in Radius, Hits with Vigilant Strike Fortify you and Nearby Allies for 12 seconds -{variant:3}With at least 40 Strength in Radius, Hits with Vigilant Strike Fortify you and Nearby Allies for 8 seconds -]],[[ -Violent Dead -Cobalt Jewel -Source: No longer obtainable -Limited to: 2 -Radius: Medium -Minions deal (10-15)% increased Damage -With at least 40 Intelligence in Radius, Raised -Zombies' Slam Attack has 100% increased Cooldown Recovery Speed -With at least 40 Intelligence in Radius, Raised Zombies' Slam -Attack deals 30% increased Damage -]],[[ -Volley Fire -Viridian Jewel -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.9.0 -Variant: Current -Limited to: 1 -Radius: Medium -{variant:1}(6-10)% increased Projectile Damage -{variant:2,3}(7-10)% increased Projectile Damage -{variant:1,2}With at least 40 Dexterity in Radius, Barrage fires an additional 2 projectiles simultaneously on the first and final attacks -{variant:3}With at least 40 Dexterity in Radius, Barrage fires an additional 6 projectiles simultaneously on the first and final attacks -]],[[ -Weight of the Empire -Crimson Jewel -Source: No longer obtainable -Limited to: 2 -Radius: Medium -(8-12)% increased Global Physical Damage -With at least 40 Strength in Radius, Heavy Strike has a 20% chance to deal Double Damage -]],[[ -Wildfire -Crimson Jewel -Source: No longer obtainable -Variant: Pre 3.11.0 -Variant: Current -Limited to: 1 -Radius: Medium -(10-15)% increased Fire Damage -{variant:1}With at least 40 Strength in Radius, Molten Strike fires 2 additional Projectiles -{variant:1}With at least 40 Strength in Radius, Molten Strike has 25% increased Area of Effect -{variant:2}With at least 40 Strength in Radius, Molten Strike Projectiles Chain on impacting ground -{variant:2}With at least 40 Strength in Radius, Molten Strike Projectiles Chain +1 time -{variant:2}With at least 40 Strength in Radius, Molten Strike fires 50% less Projectiles -]],[[ -Winter Burial -Crimson Jewel -Source: No longer obtainable -Limited to: 2 -Radius: Medium -(10-15)% increased Cold Damage -With at least 40 Strength in Radius, Glacial Hammer deals -Cold-only Splash Damage to surrounding targets -With at least 40 Strength in Radius, 25% of Glacial -Hammer Physical Damage converted to Cold Damage -]],[[ -Winter's Bounty -Cobalt Jewel -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.3.0 -Variant: Current -Limited to: 1 -Radius: Medium -{variant:1}(5-15)% increased Cold Damage -{variant:2,3}(10-15)% increased Cold Damage -{variant:1}With at least 40 Intelligence in Radius, Cold Snap has a 25% chance to grant a Power Charge on Kill -{variant:2}With at least 40 Intelligence in Radius, Cold Snap has a 50% chance to grant a Power Charge on Kill -{variant:3}With at least 40 Intelligence in Radius, Cold Snap grants Power Charges instead of Frenzy Charges when Enemies die in it's Area -{variant:3}With at least 40 Intelligence in Radius, Cold Snap Cooldown can be bypassed by Power Charges instead of Frenzy Charges -]],[[ -Ancestral Vision -Viridian Jewel -Limited to: 1 -+(5-10) to Dexterity -Modifiers to Chance to Suppress Spell Damage also apply to Chance to Avoid Elemental Ailments at 50% of their Value -]], + -- Jewel: Corrupted -[[ -Ancient Waystones -Crimson Jewel -Source: No longer obtainable -Limited to: 1 -60% reduced Cost of Aura Skills that summon Totems -Corrupted -]],[[ -Atziri's Reign -Crimson Jewel -Source: Use currency{Vaal Orb} on normal{Crimson Jewel} -Variant: Pre 3.14.0 -Variant: Current -Limited to: 1 -{variant:1,2}(15-20)% increased Vaal Skill Effect Duration -{variant:2}Vaal Skills have (15-20)% chance to regain consumed Souls when used -Corrupted -]],[[ -Brute Force Solution -Cobalt Jewel -Source: Use currency{Vaal Orb} on normal{Cobalt Jewel} -Variant: Pre 3.20.0 -Variant: Current -Radius: Large -+(16-24) to Intelligence -Strength from Passives in Radius is Transformed to Intelligence -{variant:2}Corrupted -]],[[ -Blood Sacrifice -Crimson Jewel -Source: No longer obtainable -Lose 1% of Life on Kill -Recover 1% of Mana on Kill -Lose 1% of Energy Shield on Kill -Corrupted -]],[[ -Replica Blood Sacrifice -Crimson Jewel -Source: No longer obtainable -League: Heist -Implicits: 0 -Recover 1% of Life on Kill -Recover 1% of Energy Shield on Kill -Cannot Leech or Regenerate Mana -]],[[ -Brittle Barrier -Cobalt Jewel -Source: No longer obtainable -20% faster start of Energy Shield Recharge -10% increased Damage taken while on Full Energy Shield -Corrupted -]],[[ -Careful Planning -Viridian Jewel -Source: Use currency{Vaal Orb} on normal{Viridian Jewel} -Variant: Pre 3.20.0 -Variant: Current -Radius: Large -+(16-24) to Dexterity -Intelligence from Passives in Radius is Transformed to Dexterity -{variant:2}Corrupted -]],[[ -Chill of Corruption -Viridian Jewel -Source: Use currency{Vaal Orb} on normal{Viridian Jewel} -Limited to: 1 -50% chance to gain an additional Vaal Soul per Enemy Shattered -Corrupted -]],[[ -Combustibles -Crimson Jewel -Source: No longer obtainable -10% reduced Quantity of Items found -(20-30)% increased Burning Damage -Corrupted -]],[[ -Corrupted Energy -Cobalt Jewel -Source: No longer obtainable -Implicits: 0 -With 5 Corrupted Items Equipped: 50% of Chaos Damage does not bypass Energy Shield and 50% of Physical Damage bypasses Energy Shield -Corrupted -]],[[ -Efficient Training -Crimson Jewel -Source: Use currency{Vaal Orb} on normal{Crimson Jewel} -Variant: Pre 3.20.0 -Variant: Current -Radius: Large -+(16-24) to Strength -Intelligence from Passives in Radius is Transformed to Strength -{variant:2}Corrupted -]],[[ -Energised Armour -Crimson Jewel -Source: Use currency{Vaal Orb} on normal{Crimson Jewel} -Variant: Pre 3.20.0 -Variant: Current -Radius: Large -(15-20)% increased Armour -Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value -{variant:2}Corrupted -]],[[ -Energy From Within -Cobalt Jewel -Source: Use currency{Vaal Orb} on normal{Cobalt Jewel} -Variant: Pre 2.5.0 -Variant: Pre 3.20.0 -Variant: Current -Radius: Large -{variant:1}(8-12)% increased maximum Energy Shield -{variant:2,3}(3-6)% increased maximum Energy Shield -Increases and Reductions to Life in Radius are Transformed to apply to Energy Shield -{variant:3}Corrupted -]],[[ -Fertile Mind -Cobalt Jewel -Source: Use currency{Vaal Orb} on normal{Cobalt Jewel} -Variant: Pre 3.20.0 -Variant: Current -Radius: Large -+(16-24) to Intelligence -Dexterity from Passives in Radius is Transformed to Intelligence -{variant:2}Corrupted -]],[[ -Fevered Mind -Cobalt Jewel -Source: Use currency{Vaal Orb} on normal{Cobalt Jewel} -Variant: Pre 3.10.0 -Variant: Pre 3.11.0 -Variant: Current -Limited to: 1 -Radius: Small -{variant:1}(20-30)% increased Spell Damage -{variant:2}(30-40)% increased Spell Damage -{variant:1}100% increased Mana Cost of Skills -{variant:2}50% increased Mana Cost of Skills -{variant:3}+(5-10) to Intelligence -{variant:3}Notable Passive Skills in Radius are Transformed to instead grant: 10% increased Mana Cost of Skills and 20% increased Spell Damage -Corrupted -]],[[ -Fluid Motion -Viridian Jewel -Source: Use currency{Vaal Orb} on normal{Viridian Jewel} -Variant: Pre 3.20.0 -Variant: Current -Radius: Large -+(16-24) to Dexterity -Strength from Passives in Radius is Transformed to Dexterity -{variant:2}Corrupted -]],[[ -Fortress Covenant -Cobalt Jewel -Source: Use currency{Vaal Orb} on normal{Cobalt Jewel} -Variant: Pre 3.20.0 -Variant: Current -Requires Level: 20 -Limited to: 1 -Radius: Medium -Minions deal (35-45)% increased Damage -Minions have +(10-12)% Chance to Block Attack Damage -Minions have +(10-12)% Chance to Block Spell Damage -Notable Passive Skills in Radius are Transformed to instead grant: Minions take 20% increased Damage -{variant:2}Corrupted -]],[[ -Fragility -Crimson Jewel -Source: Use currency{Vaal Orb} on normal{Crimson Jewel} --1 to Maximum Endurance Charges -Corrupted -]],[[ -Replica Fragility -Crimson Jewel -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Lose an Endurance Charge each second -Corrupted -]],[[ -Healthy Mind -Cobalt Jewel -Source: Use currency{Vaal Orb} on normal{Cobalt Jewel} -Variant: Pre 3.20.0 -Variant: Current -Limited to: 1 -Radius: Large -(15-20)% increased maximum Mana -Increases and Reductions to Life in Radius are Transformed to apply to Mana at 200% of their value -{variant:2}Corrupted -]],[[ -Hidden Potential -Viridian Jewel -Source: Use currency{Vaal Orb} on normal{Viridian Jewel} -Variant: Pre 3.20.0 -Variant: Current -Limited to: 1 -(20-25)% increased Damage for each Magic Item Equipped -{variant:2}Corrupted -]],[[ -Hungry Abyss -Viridian Jewel -Source: No longer obtainable -Limited to: 1 -With 5 Corrupted Items Equipped: Life Leech recovers based on your Chaos Damage instead -Corrupted -]],[[ -Inertia -Crimson Jewel -Source: Use currency{Vaal Orb} on normal{Crimson Jewel} -Variant: Pre 3.20.0 -Variant: Current -Radius: Large -+(16-24) to Strength -Dexterity from Passives in Radius is Transformed to Strength -{variant:2}Corrupted -]],[[ -Mutated Growth -Cobalt Jewel -Source: No longer obtainable -Limited to: 1 -10% increased Experience Gain of Corrupted Gems -Corrupted -]],[[ -Pacifism -Viridian Jewel --1 to Maximum Frenzy Charges -Source: Use currency{Vaal Orb} on normal{Viridian Jewel} -Corrupted -]],[[ -Replica Pacifism -Viridian Jewel -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Lose a Frenzy Charge each second -Corrupted -]],[[ -Powerlessness -Cobalt Jewel -Source: Use currency{Vaal Orb} on normal{Cobalt Jewel} --1 to Maximum Power Charges -Corrupted -]],[[ -Replica Powerlessness -Cobalt Jewel -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Lose a Power Charge each second -Corrupted -]],[[ -Quickening Covenant -Viridian Jewel -Source: Use currency{Vaal Orb} on normal{Viridian Jewel} -Variant: Pre 3.20.0 -Variant: Current -Requires Level: 20 -Limited to: 1 -Radius: Medium -Minions have (12-16)% increased Attack Speed -Minions have (12-16)% increased Cast Speed -Minions have (20-24)% chance to Suppress Spell Damage -Notable Passive Skills in Radius are Transformed to instead grant: Minions have 25% reduced Movement Speed -{variant:2}Corrupted -]],[[ -Rain of Splinters -Crimson Jewel -Source: Use currency{Vaal Orb} on normal{Crimson Jewel} -Variant: Pre 3.20.0 -Variant: Current -Limited to: 1 -(30-50)% reduced Totem Damage -Totems fire 2 additional Projectiles -{variant:2}Corrupted -]],[[ -Reckless Defence -Cobalt Jewel -Source: Use currency{Vaal Orb} on normal{Cobalt Jewel} -Variant: Pre 3.4.0 -Variant: Pre 3.20.0 -Variant: Pre 3.25.0 -Variant: Current -{variant:1}+6% Chance to Block Spell Damage -{variant:2,3}+(2-4)% Chance to Block Spell Damage -{variant:4}+(2-6)% Chance to Block Spell Damage -{variant:1,2,3}(2-4)% Chance to Block Attack Damage -{variant:4}(2-6)% Chance to Block Attack Damage -Hits have (140-200)% increased Critical Strike Chance against you -{variant:3}Corrupted -]],[[ -Sacrificial Harvest -Viridian Jewel -Source: No longer obtainable -Limited to: 1 -(20-30)% chance to gain an additional Vaal Soul on Kill -Corrupted -]],[[ -Seething Fury -Viridian Jewel -Source: Use currency{Vaal Orb} on normal{Viridian Jewel} -Variant: Pre 3.16.0 -Variant: Pre 3.20.0 -Variant: Current -League: Legion -Requires Level: 20 -Limited to: 1 -(10-15)% increased Attack Damage while holding a Shield -{variant:1}+0.2% to Off Hand Critical Strike Chance per 10 Maximum Energy Shield on Shield -{variant:2,3}+0.15% to Off Hand Critical Strike Chance per 10 Maximum Energy Shield on Shield -+4% to Off Hand Critical Strike Multiplier per 10 Maximum Energy Shield on Shield -{variant:3}Corrupted -]],[[ -Self-Flagellation -Viridian Jewel -Source: Use currency{Vaal Orb} on normal{Viridian Jewel} -Limited to: 1 -(10-20)% increased Damage per Curse on you -An additional Curse can be applied to you -Corrupted -]],[[ -Soul's Wick -Cobalt Jewel -Source: No longer obtainable -Variant: Pre 3.20.0 -Variant: Current -Limited to: 1 -+2 to maximum number of Spectres -(40-50)% reduced Mana Cost of Raise Spectre -Spectres have (800-1000)% increased Critical Strike Chance -Spectres have a Base Duration of 20 seconds -Spectres do not travel between Areas -{variant:2}Corrupted -]],[[ -The Golden Rule -Viridian Jewel -Source: Use currency{Vaal Orb} on normal{Viridian Jewel} -Variant: Pre 3.20.0 -Variant: Current -(30-40)% increased Armour while Bleeding -Bleeding you inflict is Reflected to you -+1% to Chaos Resistance per Poison on you -Poison you inflict is Reflected to you -{variant:2}Corrupted -]],[[ -To Dust -Cobalt Jewel -Source: Use currency{Vaal Orb} on normal{Cobalt Jewel} -Variant: Pre 3.0.0 -Variant: Pre 3.20.0 -Variant: Current -(10-20)% reduced Skeleton Duration -Minions deal (8-12)% increased Damage -{variant:1}2% increased Skeleton Attack Speed -{variant:2,3}(7-10)% increased Skeleton Attack Speed -{variant:2,3}(7-10)% increased Skeleton Cast speed -{variant:2,3}(3-5)% increased Skeleton Movement Speed -{variant:3}Corrupted -]],[[ -Vaal Sentencing -Cobalt Jewel -Source: No longer obtainable -(80-120)% increased Vaal Skill Critical Strike Chance -Corrupted -]],[[ -Weight of Sin -Viridian Jewel -Source: No longer obtainable -(15-20)% increased Chaos Damage -15% reduced Movement Speed -Corrupted -]], + -- Jewel: Quest rewards -[[ -Assassin's Haste -Cobalt Jewel -Source: No longer obtainable -Limited to: 1 -10% increased Mana Regeneration Rate -4% increased Movement Speed -4% increased Attack and Cast Speed -]],[[ -Conqueror's Efficiency -Crimson Jewel -Source: No longer obtainable -Limited to: 1 -3% reduced Mana Cost of Skills -4% increased Skill Effect Duration -4% increased Mana Reservation Efficiency of Skills -]],[[ -Replica Conqueror's Efficiency -Crimson Jewel -Source: No longer obtainable -League: Heist -Limited to: 1 -4% increased Skill Effect Duration -+5 to Maximum Rage -Non-Channelling Skills have -9 to Total Mana Cost -]],[[ -Conqueror's Longevity -Viridian Jewel -Source: No longer obtainable -Variant: Pre 3.16.0 -Variant: Current -Limited to: 1 -{variant:1}3% chance to Avoid Elemental Ailments -{variant:2}10% chance to Avoid Elemental Ailments -{variant:1}8% increased Life Recovery from Flasks -{variant:2}10% increased Life Recovery from Flasks -{variant:1}3% chance to Suppress Spell Damage -{variant:2}5% chance to Suppress Spell Damage -]],[[ -Conqueror's Potency -Cobalt Jewel -Source: No longer obtainable -Limited to: 1 -4% increased Effect of your Curses -8% increased effect of Flasks -3% increased effect of Non-Curse Auras you Cast -]],[[ -Poacher's Aim -Viridian Jewel -Source: No longer obtainable -Limited to: 1 -Projectiles Pierce an additional Target -10% increased Projectile Damage -]],[[ -Survival Instincts -Viridian Jewel -Source: No longer obtainable -Limited to: 1 Survival -Variant: Pre 3.16.0 -Variant: Current -{variant:1}+20 to Dexterity -{variant:1}+6% to all Elemental Resistances -{variant:2}20% reduced Flask Charges gained -{variant:2}50% increased Flask Effect Duration -Survival -]],[[ -Survival Secrets -Cobalt Jewel -Source: No longer obtainable -Limited to: 1 Survival -Variant: Pre 3.16.0 -Variant: Current -{variant:1}Regenerate 3 Mana per second -{variant:1}10% increased Elemental Damage -{variant:2}Flasks applied to you have 20% reduced Effect -{variant:2}Flasks gain 3 Charges every 3 seconds while they are inactive -Survival -]],[[ -Survival Skills -Crimson Jewel -Source: No longer obtainable -Limited to: 1 Survival -Variant: Pre 3.16.0 -Variant: Current -{variant:1}10% increased Global Physical Damage -{variant:1}+50 to Armour -{variant:2}Flasks gain 2 Charges when you hit a Non-Unique Enemy, no more than once per second -{variant:2}80% less Flask Charges gained from Kills -Survival -]],[[ -Warlord's Reach -Crimson Jewel -Source: No longer obtainable -Variant: Pre 3.16.0 -Variant: Current -Limited to: 1 -{variant:1}8% increased Attack Damage -{variant:1}+0.1 metres to Melee Strike Range -{variant:2}10% increased Attack Damage -{variant:2}+0.2 metres to Melee Strike Range -]],[[ -The Adorned -Crimson Jewel -Variant: Pre 3.25.0 -Variant: Current -League: Affliction -Source: Vaal Aspect Combination -{variant:1}(50–150)% increased Effect of Jewel Socket Passive Skills containing Corrupted Magic Jewels -{variant:2}(0–100)% increased Effect of Jewel Socket Passive Skills containing Corrupted Magic Jewels -]], + -- Jewel: Labyrinth rewards -[[ -Emperor's Cunning -Viridian Jewel -Source: Drops in The Eternal Labyrinth -Limited to: 1 -20% increased Global Accuracy Rating -3% increased Character Size -(4-6)% increased Dexterity -]],[[ -Emperor's Mastery -Prismatic Jewel -Source: Drops in The Eternal Labyrinth -Limited to: 1 -4% increased maximum Life -3% increased Character Size -5% increased Global Defences -(5-7)% increased Attributes -]],[[ -Emperor's Might -Crimson Jewel -Source: Drops in The Eternal Labyrinth -Limited to: 1 -10% increased Damage -3% increased Character Size -(4-6)% increased Strength -]],[[ -Emperor's Wit -Cobalt Jewel -Source: Drops in The Eternal Labyrinth -Limited to: 1 -30% increased Global Critical Strike Chance -3% increased Character Size -(4-6)% increased Intelligence -]], + -- Jewel: Timeless -[[ -Brutal Restraint -Timeless Jewel -League: Legion -Source: Drops from Maraketh Legion -Requires Level: 20 -Limited to: 1 Historic -Variant: Asenath (Dance with Death) -Variant: Deshret (Wind Dancer) (Pre 3.11.0) -Variant: Nasima (Second Sight) -Variant: Balbala (The Traitor) -Radius: Large -Implicits: 0 -{variant:1}Denoted service of (500-8000) dekhara in the akhara of Asenath -{variant:2}Denoted service of (500-8000) dekhara in the akhara of Deshret -{variant:3}Denoted service of (500-8000) dekhara in the akhara of Nasima -{variant:4}Denoted service of (500-8000) dekhara in the akhara of Balbala -Passives in radius are Conquered by the Maraketh -Historic -]],[[ -Elegant Hubris -Timeless Jewel -League: Legion -Source: Drops from Eternal Legion -Requires Level: 20 -Limited to: 1 Historic -Variant: Cadiro (Supreme Decadence) -Variant: Chitus (Supreme Ego) (Pre 3.11.0) -Variant: Victario (Supreme Grandstanding) -Variant: Caspiro (Supreme Ostentation) -Radius: Large -Implicits: 0 -{variant:1}Commissioned (2000-160000) coins to commemorate Cadiro -{variant:2}Commissioned (2000-160000) coins to commemorate Chitus -{variant:3}Commissioned (2000-160000) coins to commemorate Victario -{variant:4}Commissioned (2000-160000) coins to commemorate Caspiro -Passives in radius are Conquered by the Eternal Empire -Historic -]],[[ -Glorious Vanity -Timeless Jewel -League: Legion -Source: Drops from Vaal Legion -Requires Level: 20 -Limited to: 1 Historic -Variant: Doryani (Corrupted Soul) -Variant: Xibaqua (Divine Flesh) -Variant: Zerphi (Eternal Youth) (Pre 3.11.0) -Variant: Ahuana (Immortal Ambition) -Radius: Large -Implicits: 0 -{variant:1}Bathed in the blood of (100-8000) sacrificed in the name of Doryani -{variant:2}Bathed in the blood of (100-8000) sacrificed in the name of Xibaqua -{variant:3}Bathed in the blood of (100-8000) sacrificed in the name of Zerphi -{variant:4}Bathed in the blood of (100-8000) sacrificed in the name of Ahuana -Passives in radius are Conquered by the Vaal -Historic -]],[[ -Lethal Pride -Timeless Jewel -League: Legion -Source: Drops from Karui Legion -Requires Level: 20 -Limited to: 1 Historic -Variant: Kaom (Strength of Blood) -Variant: Kiloava (Glancing Blows) (Pre 3.11.0) -Variant: Rakiata (Tempered by War) -Variant: Akoya (Chainbreaker) -Radius: Large -Implicits: 0 -{variant:1}Commanded leadership over (10000-18000) warriors under Kaom -{variant:2}Commanded leadership over (10000-18000) warriors under Kiloava -{variant:3}Commanded leadership over (10000-18000) warriors under Rakiata -{variant:4}Commanded leadership over (10000-18000) warriors under Akoya -Passives in radius are Conquered by the Karui -Historic -]],[[ -Militant Faith -Timeless Jewel -League: Legion -Source: Drops from Templar Legion -Requires Level: 20 -Limited to: 1 Historic -Has Alt Variant: true -Has Alt Variant Two: true -Selected Variant: 1 -Variant: Avarius (Power of Purpose) -Variant: Dominus (Inner Conviction) -Variant: Venarius (The Agnostic) (Pre 3.11.0) -Variant: Maxarius (Transcendence) -Variant: Totem Damage -Variant: Brand Damage -Variant: Channelling Damage -Variant: Area Damage -Variant: Elemental Damage -Variant: Elemental Resistances -Variant: Effect of non-Damaging Ailments -Variant: Elemental Ailment Duration -Variant: Duration of Curses -Variant: Minion Attack and Cast Speed -Variant: Minions Accuracy Rating -Variant: Mana Regen -Variant: Skill Cost -Variant: Non-Curse Aura Effect -Variant: Defences from Shield -Radius: Large -Implicits: 0 -{variant:1}Carved to glorify (2000-10000) new faithful converted by High Templar Avarius -{variant:2}Carved to glorify (2000-10000) new faithful converted by High Templar Dominus -{variant:3}Carved to glorify (2000-10000) new faithful converted by High Templar Venarius -{variant:4}Carved to glorify (2000-10000) new faithful converted by High Templar Maxarius -{variant:5}4% increased Totem Damage per 10 Devotion -{variant:6}4% increased Brand Damage per 10 Devotion -{variant:7}Channelling Skills deal 4% increased Damage per 10 Devotion -{variant:8}4% increased Area Damage per 10 Devotion -{variant:9}4% increased Elemental Damage per 10 Devotion -{variant:10}+2% to all Elemental Resistances per 10 Devotion -{variant:11}3% increased Effect of non-Damaging Ailments on Enemies per 10 Devotion -{variant:12}4% reduced Elemental Ailment Duration on you per 10 Devotion -{variant:13}4% reduced Duration of Curses on you per 10 Devotion -{variant:14}1% increased Minion Attack and Cast Speed per 10 Devotion -{variant:15}Minions have +60 to Accuracy Rating per 10 Devotion -{variant:16}Regenerate 0.6 Mana per Second per 10 Devotion -{variant:17}1% reduced Mana Cost of Skills per 10 Devotion -{variant:18}1% increased effect of Non-Curse Auras per 10 Devotion -{variant:19}3% increased Defences from Equipped Shield per 10 Devotion -Passives in radius are Conquered by the Templars -Historic -]], + } diff --git a/src/Data/Uniques/mace.lua b/src/Data/Uniques/mace.lua index be81db8b5..edb748050 100644 --- a/src/Data/Uniques/mace.lua +++ b/src/Data/Uniques/mace.lua @@ -2,866 +2,9 @@ return { -- Weapon: One Handed Mace -[[ -Brightbeak -War Hammer -Variant: Pre 2.6.0 -Variant: Pre 3.7.0 -Variant: Current -Requires Level 20, 71 Str -Implicits: 2 -{variant:1}20% increased Stun Duration on Enemies -{variant:2,3}10% reduced Enemy Stun Threshold -(50-75)% increased Physical Damage -{variant:1,2}50% increased Attack Speed -{variant:3}45% increased Attack Speed -25% increased Critical Strike Chance -+(20-30)% to Fire Resistance -+(20-30)% to Lightning Resistance -]],[[ -Callinellus Malleus -Auric Mace -Variant: Pre 2.6.0 -Variant: Current -Requires Level 66, 212 Str -Implicits: 2 -{variant:1}40% increased Stun Duration on Enemies -{variant:2}15% reduced Enemy Stun Threshold -Adds (5-10) to (15-23) Physical Damage -(150-200)% increased Physical Damage -(15-25)% reduced Enemy Stun Threshold with this Weapon -Cannot Knock Enemies Back -All Attack Damage Chills when you Stun -]],[[ -Cameria's Maul -Gavel -Variant: Pre 2.6.0 -Variant: Current -Requires Level 60, 212 Str -Implicits: 2 -{variant:1}40% increased Stun Duration on Enemies -{variant:2}15% reduced Enemy Stun Threshold -(140-180)% increased Physical Damage -Adds (10-20) to (30-50) Cold Damage -(15-40)% increased Critical Strike Chance -(30-40)% increased Cold Damage with Attack Skills -40% increased Rarity of Items Dropped by Frozen Enemies -]],[[ -Cameria's Avarice -Gavel -Source: Vendor Recipe -Requires Level 60, 212 Str -Implicits: 1 -15% reduced Enemy Stun Threshold -(140-180)% increased Physical Damage -Adds (11-14) to (17-21) Physical Damage -(15-40)% increased Critical Strike Chance -40% increased Rarity of Items Dropped by Frozen Enemies -(30-40)% increased Cold Damage with Attack Skills -Trigger Level 20 Icicle Burst when you Hit a Frozen Enemy -]],[[ -Clayshaper -Rock Breaker -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 41, 134 Str -Implicits: 2 -{variant:1}40% increased Stun Duration on Enemies -{variant:2}15% reduced Enemy Stun Threshold -Grants Level 12 Summon Stone Golem Skill -Adds (24-30) to (34-40) Physical Damage -(8-10)% increased Attack Speed -{variant:1,2}Minions have (20-30)% increased maximum Life -+1 to maximum number of Summoned Golems -{variant:1,2}Minions deal (5-8) to (12-16) Added Attack Physical Damage -{variant:3}Golems have (96-120) to (132-160) Added Attack Physical Damage -]],[[ -Flesh-Eater -Dream Mace -Variant: Pre 2.6.0 -Variant: Current -Requires Level 32, 107 Str -Implicits: 2 -{variant:1}20% increased Stun Duration on Enemies -{variant:2}10% reduced Enemy Stun Threshold -(60-80)% increased Physical Damage -Adds 10 to 15 Physical Damage -10% increased Attack Speed -1% of Physical Attack Damage leeched as Life -{variant:1}10% Chance to cause Bleeding on Hit -{variant:2}30% Chance to cause Bleeding on Hit -{variant:1}1% of Attack Damage leeched as Life against Bleeding Enemies -{variant:2}3% of Attack Damage leeched as Life against Bleeding Enemies -]],[[ -Frostbreath -Ornate Mace -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Requires Level 50, 161 Str -Implicits: 2 -{variant:1}40% increased Stun Duration on Enemies -{variant:2,3}15% reduced Enemy Stun Threshold -{variant:1,2}Adds (16-22) to (26-32) Physical Damage -{variant:3}Adds (26-32) to (36-42) Physical Damage -{variant:1,2}Adds (16-22) to (26-32) Cold Damage -{variant:3}Adds (26-32) to (36-42) Cold Damage -(8-14)% increased Attack Speed -+(40-50)% to Fire Resistance -(35-50)% increased Chill Duration on Enemies -Attacks with this Weapon deal double Damage to Chilled Enemies -]],[[ -Replica Frostbreath -Ornate Mace -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 50, 161 Str -Implicits: 1 -15% reduced Enemy Stun Threshold -Adds (53-67) to (71-89) Chaos Damage -(8-14)% increased Attack Speed -+(23-31)% to Chaos Resistance -Your Chaos Damage can Chill -Attacks with this Weapon deal Double Damage to Chilled Enemies -]],[[ -Gorebreaker -Spiked Club -Variant: Pre 2.6.0 -Variant: Current -Requires Level 10, 41 Str -Implicits: 2 -{variant:1}20% increased Stun Duration on Enemies -{variant:2}10% reduced Enemy Stun Threshold -(300-360)% increased Physical Damage -20% reduced Attack Speed -(10-20)% reduced Enemy Stun Threshold -(30-50)% increased Stun Duration on Enemies -30% increased Melee Damage against Bleeding Enemies -]],[[ -Lavianga's Wisdom -War Hammer -League: Legion -Variant: Pre 2.6.0 -Variant: Pre 3.7.0 -Variant: Current -Requires Level 20, 71 Str -Implicits: 2 -{variant:1}20% increased Stun Duration on Enemies -{variant:2,3}10% reduced Enemy Stun Threshold -{variant:3}(160-200)% increased Physical Damage -{variant:1,2}+(10-20) to maximum Life -{variant:1,2}+(10-20) to maximum Mana -{variant:3}+70 to maximum Life -{variant:3}+70 to maximum Mana -{variant:1,2}(130-160)% increased Physical Damage -5% reduced Movement Speed -{variant:1,2}10% increased Area of Effect of Area Skills -{variant:3}(15-25)% increased Area of Effect -{variant:1,2}(10-15)% increased Area Damage -{variant:3}(10-20)% increased Area Damage -]],[[ -Mjölner -Gavel -Variant: Pre 2.0.0 -Variant: Pre 2.4.0 -Variant: Pre 2.6.0 -Variant: Pre 3.15.0 -Variant: Current -Requires Level 60, 412 Str, 300 Int -Implicits: 2 -{variant:1,2,3}40% increased Stun Duration on Enemies -{variant:4,5}15% reduced Enemy Stun Threshold -(80-120)% increased Physical Damage -Skills Chain +1 times -{variant:1,2,3,4}(30-40)% increased Lightning Damage with Attack Skills -{variant:5}(80-100)% increased Lightning Damage -+200 Strength Requirement -+300 Intelligence Requirement -{variant:1}50% chance to Cast a Socketed Lightning Spell on Hit -{variant:2}30% chance to Cast a Socketed Lightning Spell on Hit -{variant:3,4,5}Trigger a Socketed Lightning Spell on Hit, with a 0.25 second Cooldown -{variant:1,2,3,4}Socketed Lightning Spells deal 100% increased Spell Damage if Triggered -]],[[ -Nebulis -Void Sceptre -League: Synthesis -Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} (Uber) -Requires Level 68, 104 Str, 122 Int -Implicits: 1 -40% increased Elemental Damage -{fractured}(15-20)% increased Cast Speed -(15-20)% increased Cold Damage per 1% Cold Resistance above 75% -(15-20)% increased Lightning Damage per 1% Lightning Resistance above 75% -]],[[ -Replica Nebulis -Void Sceptre -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 68, 104 Str, 122 Int -Implicits: 1 -40% increased Elemental Damage -{fractured}(15-20)% increased Cast Speed -(15-20)% increased Cold Damage per 1% Missing Cold Resistance, up to a maximum of 300% -(15-20)% increased Fire Damage per 1% Missing Fire Resistance, up to a maximum of 300% -]],[[ -Nebuloch -Nightmare Mace -Elder Item -Source: Drops from unique{The Elder} -Variant: Pre 3.4.0 -Variant: Current -Requires Level 68, 212 Str -Implicits: 1 -10% reduced Enemy Stun Threshold -Adds (45-60) to (100-120) Physical Damage -Gain (30-40)% of Physical Attack Damage as Extra Fire Damage -+4% to Chaos Resistance per Endurance Charge -1% reduced Elemental Damage taken from Hits per Endurance Charge -Adds 5 to 8 Physical Damage per Endurance Charge -+500 to Armour per Endurance Charge -{variant:1}400 Fire Damage taken per second per Endurance Charge if you've been Hit Recently -{variant:2}200 Fire Damage taken per second per Endurance Charge if you've been Hit Recently -]], + -- Weapon: Sceptre -[[ -Augyre -Void Sceptre -Elder Item -Variant: Pre 3.5.0 -Variant: Current -Requires Level 68, 104 Str, 122 Int -Implicits: 1 -40% increased Elemental Damage -(180-200)% increased Physical Damage -(10-15)% increased Attack Speed -(80-100)% increased Critical Strike Chance -50% of Physical Damage Converted to Lightning Damage -Every 16 seconds you gain Elemental Overload for 8 seconds -You have Resolute Technique while you do not have Elemental Overload -{variant:2}100% increased Physical Damage while you have Resolute Technique -]],[[ -Axiom Perpetuum -Bronze Sceptre -Variant: Pre 2.3.0 -Variant: Current -Requires Level 10, 22 Str, 22 Int -Implicits: 2 -{variant:1}10% increased Elemental Damage -{variant:2}12% increased Elemental Damage -(4-6)% increased Cast Speed -(100-140)% increased Critical Strike Chance for Spells -Adds (2-3) to (5-6) Fire Damage to Spells -Adds (2-3) to (5-6) Cold Damage to Spells -Adds 1 to (10-12) Lightning Damage to Spells -]],[[ -Balefire -Opal Sceptre -Requires Level 60, 95 Str, 131 Int -Implicits: 1 -40% increased Elemental Damage -Grants Level 25 Scorching Ray Skill -(12-20)% increased Cast Speed -Recover (1-3)% of Life on Kill -Recover (1-3)% of Mana on Kill -10% increased Scorching Ray beam length -]],[[ -Bitterdream -Shadow Sceptre -Requires Level 32, 52 Str, 62 Int -Implicits: 1 -22% increased Elemental Damage -Socketed Gems are Supported by Level 15 Bonechill -Socketed Gems are Supported by Level 15 Hypothermia -Socketed Gems are Supported by Level 15 Ice Bite -Socketed Gems are Supported by Level 15 Cold Penetration -Socketed Gems are Supported by Level 15 Added Cold Damage -Socketed Gems are Supported by Level 15 Inspiration -]],[[ -Replica Bitterdream -Shadow Sceptre -Variant: Pre 3.23.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 32, 52 Str, 62 Int -Implicits: 1 -22% increased Elemental Damage -{variant:1}Socketed Gems are Supported by Level 1 Elemental Penetration -{variant:2}Socketed Gems are Supported by Level 15 Elemental Penetration -Socketed Gems are Supported by Level 15 Immolate -Socketed Gems are Supported by Level 15 Unbound Ailments -Socketed Gems are Supported by Level 15 Ice Bite -Socketed Gems are Supported by Level 15 Inspiration -Socketed Gems are Supported by Level 15 Innervate -]],[[ -The Black Cane -Royal Sceptre -Requires Level 50, 86 Str, 86 Int -Implicits: 1 -24% increased Elemental Damage -+(20-30) to Intelligence -(8-15)% increased Cast Speed -(40-60)% increased Mana Regeneration Rate -Minions deal (40-60)% increased Damage -Each Summoned Phantasm grants you Phantasmal Might -]],[[ -Breath of the Council -Carnal Sceptre -Variant: Pre 3.0.0 -Variant: Current -Requires Level 66, 113 Str, 113 Int -Implicits: 1 -32% increased Elemental Damage -(260-310)% increased Physical Damage -{variant:1}(60-80)% increased Chaos Damage -{variant:2}(80-100)% increased Chaos Damage -10% increased Area of Effect of Area Skills -40% increased Chaos Skill Effect Duration -]],[[ -Brutus' Lead Sprinkler -Ritual Sceptre -League: Torment -Variant: Pre 2.3.0 -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Requires Level 28, 51 Str, 51 Int -Implicits: 2 -{variant:1}10% increased Elemental Damage -{variant:2,3,4}16% increased Elemental Damage -20% increased Physical Damage -{variant:1,2}Adds 15 to 25 Fire Damage against Ignited Enemies -Adds (8-13) to (26-31) Physical Damage -{variant:3}Adds 2 to 4 Fire Damage to Attacks per 10 Strength -{variant:4}Adds 4 to 7 Fire Damage to Attacks with this Weapon per 10 Strength -30% increased Fire Damage -(15-20)% increased Attack Speed -(30-40)% increased Critical Strike Chance -]],[[ -Cerberus Limb -Blood Sceptre -League: Delve -Source: Drops from unique{Ahuatotli, the Blind} -Requires Level 47, 81 Str, 81 Int -Implicits: 1 -24% increased Elemental Damage -(70-100)% increased Spell Damage -(15-20)% increased Cast Speed -0.5% of Spell Damage Leeched as Life if Equipped Shield has at least 30% Chance to Block -+1 to Maximum Energy Shield per 5 Armour on Equipped Shield -+5 to Armour per 5 Evasion Rating on Equipped Shield -+20 to Evasion Rating per 5 Maximum Energy Shield on Equipped Shield -]],[[ -The Dark Seer -Shadow Sceptre -League: Beyond -Variant: Pre 2.3.0 -Variant: Pre 3.0.0 -Variant: Pre 3.11.0 (Life/Mana) -Variant: Pre 3.11.0 (Life/ES) -Variant: Pre 3.11.0 (Mana/ES) -Variant: Pre 3.24.0 (Life/Mana) -Variant: Pre 3.24.0 (Life/ES) -Variant: Pre 3.24.0 (Mana/ES) -Variant: Current (Life/Mana) -Variant: Current (Life/ES) -Variant: Current (Mana/ES) -Requires Level 32, 52 Str, 62 Int -Implicits: 2 -{variant:1}15% increased Elemental Damage -{variant:2,3,4,5,6,7,8,9,10,11}22% increased Elemental Damage -{variant:1,2,3,4,5}(30-50)% increased Global Damage -{variant:6,7,8}(40-60)% increased Global Damage -{variant:9,10,11}+2 to Level of All Spell Skill Gems -{variant:1,2,3,4,5}7% Global chance to Blind Enemies on hit -{variant:6,7,8,9,10,11}10% Global chance to Blind Enemies on hit -Blind does not affect your Chance to Hit -Enemies Blinded by you have Malediction -{variant:1,2}Gain 1 Mana on Kill per Level -{variant:1,2}Gain 1 Energy Shield on Kill per Level -{variant:3,4,6,7}+1 to maximum Life per Level -{variant:9,10}+(1-2) to maximum Life per Level -{variant:3,5,6,8}+1 to maximum Mana per Level -{variant:9,11}+(1-2) to maximum Mana per Level -{variant:4,5,7,8}+1 to maximum Energy Shield per Level -{variant:10,11}+(1-2) to maximum Energy Shield per Level -]],[[ -Death's Hand -Karui Sceptre -Variant: Pre 2.3.0 -Variant: Pre 3.7.0 -Variant: Current -Requires Level 56, 96 Str, 96 Int -Implicits: 2 -{variant:1}10% increased Elemental Damage -{variant:2,3}26% increased Elemental Damage -{variant:1,2}Adds (30-41) to (80-123) Physical Damage -{variant:3}Adds (35-46) to (85-128) Physical Damage -(20-50)% increased Critical Strike Chance -30% chance to gain a Power Charge when you Stun -Gain Unholy Might for 4 seconds on Critical Strike -]],[[ -Doon Cuebiyari -Vaal Sceptre -Variant: Pre 2.3.0 -Variant: Current -Requires Level 64, 113 Str, 113 Int -Implicits: 2 -{variant:1}10% increased Elemental Damage -{variant:2}32% increased Elemental Damage -+(50-70) to Strength -(15-18)% increased Cast Speed -+(20-30) to maximum Mana -Socketed Gems are Supported by Level 30 Iron Will -1% increased Damage per 8 Strength when in Main Hand -1% increased Armour per 16 Strength when in Off Hand -]],[[ -Doryani's Catalyst -Vaal Sceptre -Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Apex of Sacrifice} -Variant: Pre 2.3.0 -Variant: Current -Requires Level 75, 113 Str, 113 Int -Implicits: 2 -{variant:1}10% increased Elemental Damage -{variant:2}32% increased Elemental Damage -Socketed Gems are Supported by Level 20 Elemental Proliferation -Adds (65-85) to (100-160) Physical Damage -(11-15)% increased Attack Speed -(6-10)% increased Cast Speed -(30-40)% increased Global Critical Strike Chance -0.2% of Elemental Damage Leeched as Life -(80-100)% increased Elemental Damage -]],[[ -Earendel's Embrace -Grinning Fetish -Requires Level 35, 62 Str, 62 Int -Implicits: 1 -18% increased Elemental Damage -+(20-30) to all Attributes -Minions deal (30-40)% increased Damage -Summoned Skeletons Cover Enemies in Ash on Hit -Summoned Skeletons take (15-30)% of their Maximum Life per second as Fire Damage -Summoned Skeletons have Avatar of Fire -]],[[ -Replica Earendel's Embrace -Grinning Fetish -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 35, 62 Str, 62 Int -Implicits: 1 -18% increased Elemental Damage -+(20-30) to all Attributes -Minions deal (30-40)% increased Damage -Raised Zombies Cover Enemies in Ash on Hit -Raised Zombies take (15.0-30.0)% of their Maximum Life per second as Fire Damage -Raised Zombies have Avatar of Fire -]],[[ -Maata's Teaching -Karui Sceptre -Variant: Pre 3.25.0 -Variant: Current -Requires Level 56, 96 Str, 96 Int -Implicits: 1 -+(30-40) to Intelligence -{variant:1}(25-50)% increased Critical Strike Chance -{variant:2}(15-30)% increased Critical Strike Chance -+(1-2) to Level of all Minion Skill Gems -Minions' Base Attack Critical Strike Chance is equal to the Critical Strike Chance of your Main Hand Weapon -]],[[ -Mon'tregul's Grasp -Void Sceptre -Variant: Pre 1.2.0 -Variant: Pre 2.3.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 68, 104 Str, 122 Int -Implicits: 2 -{variant:1,2}15% increased Elemental Damage -{variant:3,4,5}40% increased Elemental Damage -50% reduced maximum number of Raised Zombies -{variant:1}Raised Zombies have +500 to maximum Life -{variant:2,3}Raised Zombies have +2000 to maximum Life -{variant:4,5}Raised Zombies have +5000 to maximum Life -Raised Zombies have +(25-30)% to all Resistances -25% increased Raised Zombie Size -{variant:1,2,3,4}Enemies Killed by Zombies' Hits Explode, dealing 20% of their Life as Fire Damage -{variant:5}Enemies Killed by Zombies' Hits Explode, dealing 50% of their Life as Fire Damage -{variant:1,2,3}Raised Zombies deal (80-100)% increased Physical Damage -{variant:4}Raised Zombies deal (80-100)% more Physical Damage -{variant:5}Raised Zombies deal (100-125)% more Physical Damage -]],[[ -Nycta's Lantern -Crystal Sceptre -Variant: Pre 2.0.0 -Variant: Pre 2.3.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 41, 59 Str, 85 Int -Implicits: 2 -{variant:1,2}20% increased Elemental Damage -{variant:3,4,5}30% increased Elemental Damage -{variant:4}+2 to Level of Socketed Fire Gems -{variant:1,2,3}Socketed Gems are Supported by Level 10 Added Fire Damage -{variant:1,2,3}Socketed Gems are Supported by Level 10 Cold to Fire -{variant:1,2,3,4}Socketed Gems are Supported by Level 10 Fire Penetration -{variant:4}Socketed Gems deal 63 to 94 additional Fire Damage -{variant:1,2,3,4}(20-30)% increased Spell Damage -{variant:2,3,4,5}(150-200)% increased Physical Damage -{variant:5}Adds (76-98) to (161-176) Fire Damage -{variant:1,2,3,4}Grants (6-10) Life per Enemy Hit -{variant:1,2,3,4}25% increased Light Radius -{variant:5}50% increased Light Radius -{variant:5}Battlemage -]],[[ -Sign of the Sin Eater -Tyrant's Sekhem -League: Legion -Requires Level 58, 99 Str, 99 Int -Implicits: 1 -26% increased Elemental Damage -+(10-30) to Strength and Intelligence -Grants Level 30 Smite Skill -Enemies inflict Elemental Ailments on you instead of nearby Allies -]],[[ -Singularity -Platinum Sceptre -Variant: Pre 2.3.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 62, 113 Str, 113 Int -Implicits: 2 -{variant:1}10% increased Elemental Damage -{variant:2,3}30% increased Elemental Damage -{variant:1,2}Adds (30-40) to (60-70) Lightning Damage to Spells -{variant:3}Adds (1-10) to (150-200) Lightning Damage to Spells -(14-18)% increased Cast Speed -(6-8)% reduced Mana Cost of Skills -Nearby Enemies are Hindered, with 25% reduced Movement Speed -{variant:1,2}(60-80)% increased Damage with Hits and Ailments against Hindered Enemies -{variant:3}100% increased Damage with Hits and Ailments against Hindered Enemies -]],[[ -Spine of the First Claimant -Iron Sceptre -Source: No longer obtainable -Variant: Pre 2.3.0 -Variant: Pre 3.5.0 -Variant: Current -Requires Level 20, 38 Str, 38 Int -Implicits: 2 -{variant:1}10% increased Elemental Damage -{variant:2,3}14% increased Elemental Damage -(100-140)% increased Physical Damage -40% increased Damage with Hits against Frozen Enemies -(30-50)% increased Cold Damage -{variant:3}+(25-35)% to Cold Damage over Time Multiplier -(5-10)% increased Attack Speed -(4-8)% increased Cast Speed -5% chance to Freeze -]],[[ -The Supreme Truth -Crystal Sceptre -Variant: Pre 2.0.0 -Variant: Pre 2.3.0 -Variant: Current -Requires Level 41, 59 Str, 136 Int -Implicits: 2 -{variant:1,2}20% increased Elemental Damage -{variant:3}30% increased Elemental Damage -+1 to Level of Socketed Gems -(80-100)% increased Physical Damage -(10-20)% increased Attack Speed -{variant:1}5% increased Experience gain -{variant:2,3}3% increased Experience gain -20% increased Elemental Damage -60% increased Intelligence Requirement -]],[[ -Yaomac's Accord -Vaal Sceptre -League: Ultimatum -Source: Drops from unique{The Trialmaster} -Requires Level 64, 113 Str, 113 Int -Implicits: 1 -32% increased Elemental Damage -(80-120)% increased Damage with Vaal Skills -(6-8)% reduced Soul Gain Prevention Duration -Gain an Endurance Charge, Frenzy Charge, and Power Charge when you use a Vaal Skill -Shepherd of Souls -]], + -- Weapon: Two Handed Mace -[[ -Brain Rattler -Meatgrinder -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 3 -{variant:1}20% increased Stun Duration on Enemies -{variant:2}30% increased Stun Duration on Enemies -{variant:3}5% chance to deal Double Damage -{variant:1,2}Adds (80-100) to (320-370) Physical Damage -{variant:3}Adds (60-80) to (270-320) Physical Damage -50% of Physical Damage Converted to Lightning Damage -{variant:1,2}15% chance to Shock -{variant:3}50% chance to Shock -{variant:1,2}10% chance to Cause Monsters to Flee -Damage Penetrates 20% Lightning Resistance -Enemies you Shock have 30% reduced Cast Speed -Enemies you Shock have 20% reduced Movement Speed -{variant:3}Hits with this Weapon Shock Enemies as though dealing 300% more Damage -]],[[ -Chober Chaber -Great Mallet -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Requires Level 40, 104 Str -Implicits: 2 -{variant:1}20% increased Stun Duration on Enemies -{variant:2,3}30% increased Stun Duration on Enemies -+1 to Level of Socketed Melee Gems -+1 to Level of Socketed Minion Gems -{variant:1,2}(100-120)% increased Physical Damage -{variant:3}(200-220)% increased Physical Damage -25% increased maximum Mana -Minions have (20-40)% increased maximum Life -15% increased Skill Effect Duration -20% reduced Strength Requirement -]],[[ -Chaber Cairn -Great Mallet -Source: No longer obtainable -Requires Level 60, 131 Str -Implicits: 1 -30% increased Stun Duration on Enemies -+1 to Level of Socketed Melee Gems -+2 to Level of Socketed Minion Gems -(200-220)% increased Physical Damage -Adds (25-35) to (45-55) Physical Damage -25% increased maximum Mana -Minions have (20-40)% increased maximum Life -30% increased Skill Effect Duration -]],[[ -Geofri's Baptism -Brass Maul -Variant: Pre 2.6.0 -Variant: Current -Requires Level 27, 92 Str -Implicits: 2 -{variant:1}20% increased Stun Duration on Enemies -{variant:2}30% increased Stun Duration on Enemies -200% increased Physical Damage -Adds 11 to 23 Cold Damage -(10-20)% increased Stun Duration on Enemies -Never deal Critical Strikes -]],[[ -Geofri's Devotion -Brass Maul -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Current -Requires Level 61, 92 Str -Implicits: 2 -{variant:1}20% increased Stun Duration on Enemies -{variant:2,3}30% increased Stun Duration on Enemies -Trigger Level 20 Elemental Warding on Melee Hit while Cursed -200% increased Physical Damage -{variant:1,2}Adds (50-56) to (73-78) Physical Damage -{variant:3}Adds (42-47) to (66-71) Physical Damage -Adds 11 to 23 Cold Damage -(10-20)% increased Stun Duration on Enemies -Never deal Critical Strikes -]],[[ -Hrimnor's Hymn -Sledgehammer -Variant: Pre 2.6.0 -Variant: Current -Requires Level 17, 62 Str -Implicits: 2 -{variant:1}40% increased Stun Duration on Enemies -{variant:2}45% increased Stun Duration on Enemies -(140-200)% increased Physical Damage -+10 to Strength -15% reduced Enemy Stun Threshold -1% of Physical Attack Damage Leeched as Life -(40-50)% increased Stun Duration on Enemies -]],[[ -Hrimnor's Dirge -Sledgehammer -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Current -Requires Level 36, 62 Str -Implicits: 2 -{variant:1}40% increased Stun Duration on Enemies -{variant:2}45% increased Stun Duration on Enemies -(140-200)% increased Physical Damage -Adds (10-20) to (30-40) Physical Damage -+10 to Strength -15% reduced Enemy Stun Threshold -1% of Physical Attack Damage Leeched as Life -(40-50)% increased Stun Duration on Enemies -Gain 50% of Physical Damage as Extra Cold Damage -]],[[ -Jorrhast's Blacksteel -Steelhead -League: Tempest -Variant: Pre 2.6.0 -Variant: Current -Requires Level 44, 143 Str -Implicits: 2 -{variant:1}40% increased Stun Duration on Enemies -{variant:2}45% increased Stun Duration on Enemies -{variant:2}25% chance to Trigger Level 20 Animate Weapon on Kill -(150-200)% increased Physical Damage -(8-12)% increased Attack Speed -(8-12)% increased Cast Speed -30% less Animate Weapon Duration -Weapons you Animate create an additional copy -]],[[ -Kongor's Undying Rage -Terror Maul -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Current -Requires Level 67, 212 Str -Implicits: 3 -{variant:1,2}20% increased Stun Duration on Enemies -{variant:3}30% increased Stun Duration on Enemies -{variant:4}25% chance to double Stun Duration -{variant:1}Adds (27-36) to (270-360) Physical Damage -{variant:2,3,4}Adds (27-56) to (270-400) Physical Damage -{variant:2,3,4}(30-40)% increased Critical Strike Chance -+(15-20)% to all Elemental Resistances -Hits can't be Evaded -Your Critical Strikes do not deal extra Damage -{variant:1,2}You gain Onslaught for 2 seconds on Critical Strike -{variant:3,4}You gain Onslaught for 4 seconds on Critical Strike -]],[[ -Replica Kongor's Undying Rage -Terror Maul -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 67, 212 Str -Implicits: 1 -25% chance to double Stun Duration -Adds (43-56) to (330-400) Physical Damage -(30-40)% increased Critical Strike Chance -+(15-20)% to all Elemental Resistances -Hits can't be Evaded -Your Critical Strikes do not deal extra Damage -Regenerate 20% of Energy Shield per second if you've dealt a Critical Strike with this weapon Recently -]],[[ -Marohi Erqi -Karui Maul -League: Legion -Variant: Pre 2.6.0 -Variant: Pre 3.7.0 -Variant: Pre 3.11.0 -Variant: Pre 3.19.0 -Variant: Pre 3.20.0 -Variant: Current -Requires Level 57, 182 Str -Implicits: 3 -{variant:1}20% increased Stun Duration on Enemies -{variant:2,3}30% increased Stun Duration on Enemies -{variant:4,5,6}45% increased Stun Duration on Enemies -{variant:1,2,3,4}Socketed Gems are Supported by Level 15 Pulverise -{variant:1,2}(220-250)% increased Physical Damage -{variant:3}(230-260)% increased Physical Damage -{variant:4}(200-230)% increased Physical Damage -{variant:5}(400-500)% increased Physical Damage -{variant:6}(500-600)% increased Physical Damage -{variant:1,2}Adds 10 to 20 Physical Damage -{variant:3,4}Adds 30 to 40 Physical Damage -{variant:1,2,3,4}10% reduced Attack Speed -{variant:5,6}25% reduced Attack Speed -{variant:1,2,3,4}10% reduced Movement Speed -(40-50)% increased Stun Duration on Enemies -{variant:1,2,3,4}-100 to Accuracy Rating -{variant:5,6}-500 to Accuracy Rating -]],[[ -Quecholli -Jagged Maul -Variant: Pre 2.6.0 -Variant: Current -Requires Level 22, 77 Str -Implicits: 2 -{variant:1}20% increased Stun Duration on Enemies -{variant:2}30% increased Stun Duration on Enemies -(80-100)% increased Physical Damage -Adds 5 to 25 Physical Damage -+(25-50) to all Attributes -Gain 10 Life per Enemy Killed -Enemies killed explode dealing 10% of their Life as Fire Damage -]],[[ -Panquetzaliztli -Jagged Maul -Source: No longer obtainable -Requires Level 61, 77 Str -Implicits: 1 -30% increased Stun Duration on Enemies -(80-100)% increased Physical Damage -Adds (94-98) to (115-121) Physical Damage -+(25-50) to all Attributes -Enemies killed explode dealing 10% of their Life as Fire Damage -Recover 5% of Life on Kill -]],[[ -Tidebreaker -Imperial Maul -Variant: Pre 3.5.0 -Variant: Pre 3.11.0 -Variant: Current -Requires Level 65, 212 Str -Implicits: 2 -{variant:1,2}30% increased Stun Duration on Enemies -{variant:3}10% increased Strength -Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun -{variant:1}Adds (60-70) to (300-350) Physical Damage -{variant:2,3}Adds (70-80) to (340-375) Physical Damage -+40 to Intelligence -10% increased Physical Damage per Endurance Charge -(20-30)% reduced Enemy Stun Threshold with this Weapon -]],[[ -Trypanon -Great Mallet -League: Perandus -Variant: Pre 2.6.0 -Variant: Current -Requires Level 40, 131 Str -Implicits: 2 -{variant:1}20% increased Stun Duration on Enemies -{variant:2}30% increased Stun Duration on Enemies -50% reduced Attack Speed -This Weapon's Critical Strike Chance is 100% -]],[[ -Replica Trypanon -Great Mallet -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 40, 131 Str -Implicits: 1 -30% increased Stun Duration on Enemies --5000 to Accuracy Rating -This Weapon's Critical Strike Chance is 100% -]],[[ -Voidhome -Dread Maul -Variant: Pre 2.6.0 -Variant: Current -Requires Level 54, 173 Str -Implicits: 2 -{variant:1}20% increased Stun Duration on Enemies -{variant:2}30% increased Stun Duration on Enemies -150% increased Physical Damage -50% increased Attack Speed -(30-50)% reduced Rarity of Items found -(30-50)% reduced Experience gain -0.4% of Physical Attack Damage Leeched as Mana -]], + } diff --git a/src/Data/Uniques/quiver.lua b/src/Data/Uniques/quiver.lua index 55292f08d..ad0e17d18 100644 --- a/src/Data/Uniques/quiver.lua +++ b/src/Data/Uniques/quiver.lua @@ -2,372 +2,5 @@ return { -- Quiver -[[ -Ahuana's Bite -Sharktooth Arrow Quiver -LevelReq: 56 -Implicits: 1 -Gain (6-8) Life per Enemy Hit with Attacks -Adds (30-40) to (60-70) Cold Damage to Attacks -+(20-30)% to Cold Resistance -Enemies Chilled by your Hits have Damage taken increased by Chill Effect -Chill Enemies as though dealing (60-100)% more Damage -]],[[ -Asphyxia's Wrath -{variant:1,2}Two-Point Arrow Quiver -{variant:3}Feathered Arrow Quiver -Variant: Pre 3.0.0 -Variant: Pre 3.17.0 -Variant: Current -{variant:1,2}LevelReq: 10 -Implicits: 2 -{variant:1,2}(20-30)% increased Global Accuracy Rating -{variant:3}(20-30)% increased Projectile Speed -{variant:2,3}Grants Level 5 Frostbite Skill -(8-12)% increased Attack Speed -+(30-40)% to Cold Resistance -(30-40)% increased Chill Duration on Enemies -Gain 20% of Physical Damage as Extra Cold Damage -(7-10)% chance to Freeze -{variant:1}40% reduced Area of Effect of Hex Skills -Hexes on Slain Enemies are transferred to a nearby Enemy -]],[[ -Blackgleam -{variant:1}Cured Quiver -{variant:2,3}Fire Arrow Quiver -{variant:4}Blazing Arrow Quiver -Variant: Pre 1.2.0 -Variant: Pre 2.0.0 -Variant: Pre 3.17.0 -Variant: Current -{variant:1,2,3}LevelReq: 22 -{variant:4}LevelReq: 45 -Implicits: 3 -{variant:1}Adds 2 to 4 Fire Damage to Attacks -{variant:2,3}4 to 8 Added Fire Damage with Bow Attacks -{variant:4}Adds (12-15) to (24-27) Fire Damage to Attacks -10% increased Attack Speed -{variant:1}+20 to Evasion Rating -{variant:2,3,4}+(80-100) to Evasion Rating -+(10-30) to maximum Mana -{variant:1,2}(30-50)% of Physical Damage Converted to Fire Damage -{variant:3,4}50% of Physical Damage Converted to Fire Damage -{variant:3,4}5 to 10 Added Fire Damage with Bow Attacks -]],[[ -The Signal Fire -{variant:1}Cured Quiver -{variant:2,3}Fire Arrow Quiver -{variant:4}Blazing Arrow Quiver -Variant: Pre 1.2.0 -Variant: Pre 2.0.0 -Variant: Pre 3.17.0 -Variant: Current -Source: No longer obtainable -{variant:1,2,3}LevelReq: 24 -{variant:4}LevelReq: 45 -Implicits: 3 -{variant:1}Adds 2 to 4 Fire Damage to Attacks -{variant:2,3}4 to 8 Added Fire Damage with Bow Attacks -{variant:4}Adds (12-15) to (24-27) Fire Damage to Attacks -10% increased Attack Speed -{variant:1}+20 to Evasion Rating -{variant:2,3,4}+(80-100) to Evasion Rating -+(10-30) to maximum Mana -{variant:1,2}(30-50)% of Physical Damage Converted to Fire Damage -{variant:3,4}50% of Physical Damage Converted to Fire Damage -{variant:3,4}5 to 10 Added Fire Damage with Bow Attacks -Gain (25-35)% of Physical Attack Damage as Extra Fire Damage -]],[[ -Craghead -Serrated Arrow Quiver -Variant: Pre 3.17.0 -Variant: Current -Requires Level 5 -Implicits: 1 -1 to 4 Added Physical Damage with Bow Attacks -(20-25)% reduced Enemy Stun Threshold -25% reduced Projectile Speed -{variant:1}(60-80)% increased Stun Duration on Enemies -{variant:2}(140-200)% increased Stun Duration on Enemies -Adds 6 to 10 Physical Damage to Attacks with Bows -]],[[ -Cragfall -Serrated Arrow Quiver -Source: No longer obtainable -Requires Level 5 -Implicits: 1 -1 to 4 Added Physical Damage with Bow Attacks -(20-25)% reduced Enemy Stun Threshold -25% reduced Projectile Speed -(60-80)% increased Stun Duration on Enemies -Adds 6 to 10 Physical Damage to Attacks with Bows -50% chance to double Stun Duration -]],[[ -Drillneck -Penetrating Arrow Quiver -Requires Level 36 -Implicits: 1 -Arrows Pierce an additional Target -(8-12)% increased Attack Speed -+350 to Evasion Rating -+(40-50) to maximum Life -Adds (10-14) to (19-24) Physical Damage to Attacks with Bows -Arrows deal 50% increased Damage with Hits and Ailments to Targets they Pierce -]],[[ -The Fracturing Spinner -Blunt Arrow Quiver -League: Harbinger -Source: Created from item parts obtained from Boss in The Beachhead -Upgrade: Upgrades to unique{The Shattered Divinity} via currency{Fragmentation Scroll} -Requires Level 60 -Implicits: 1 -(7-9) to (13-16) Added Physical Damage with Bow Attacks -Grants Summon Harbinger of Directions Skill -+(30-50) to Strength and Dexterity -Adds (19-22) to (30-35) Fire Damage to Spells and Attacks -Adds (19-22) to (30-35) Cold Damage to Spells and Attacks -+(15-25)% to Fire and Cold Resistances -]],[[ -The Shattered Divinity -Blunt Arrow Quiver -League: Harvest -Source: Upgraded from unique{The Fracturing Spinner} via currency{Fragmentation Scroll} -Requires Level 60 -Implicits: 1 -(7-9) to (13-16) Added Physical Damage with Bow Attacks -Grants Summon Greater Harbinger of Directions Skill -+(30-50) to Strength and Dexterity -Adds (19-22) to (30-35) Fire Damage to Spells and Attacks -Adds (19-22) to (30-35) Cold Damage to Spells and Attacks -+(15-25)% to Fire and Cold Resistances -]],[[ -Hyrri's Bite -Sharktooth Arrow Quiver -Source: Vendor Recipe -Variant: Pre 2.6.0 -Variant: Current -Requires Level 14 -Implicits: 1 -Gain (6-8) Life per Enemy Hit with Attacks -+(15-25) to Strength -+(35-45) to Dexterity -+(15-25) to Intelligence -{variant:2}Adds 10 to 20 Cold Damage to Attacks -(7-10)% increased Attack Speed -Gain (2-3) Life per Enemy Hit with Attacks -10% increased Area of Effect of Area Skills -]],[[ -Hyrri's Demise -Sharktooth Arrow Quiver -Source: No longer obtainable -Requires Level 45 -Implicits: 1 -Gain (6-8) Life per Enemy Hit with Attacks -+(15-30) to all Attributes -(7-10)% increased Attack Speed -Gain (2-3) Life per Enemy Hit with Attacks -10% increased Area of Effect -Adds 1 to 2 Cold Damage to Attacks per 10 Dexterity -Adds 1 to 2 Fire Damage to Attacks per 10 Strength -Adds 0 to 3 Lightning Damage to Attacks per 10 Intelligence -]],[[ -Maloney's Mechanism -Ornate Quiver -Requires Level 45 -Implicits: 1 -Has 1 Socket -Has 2 Sockets -Trigger a Socketed Bow Skill when you Attack with a Bow, with a 1 second Cooldown -(7-12)% increased Attack Speed -+(50-70) to maximum Life -5% chance to Blind Enemies on Hit with Attacks -]],[[ -Replica Maloney's Mechanism -Ornate Quiver -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 45 -Implicits: 1 -Has 1 Socket -Has 2 Sockets -Trigger a Socketed Bow Skill when you Cast a Spell while wielding a Bow -(7-12)% increased Cast Speed -+(50-70) to maximum Life -5% chance to Blind Enemies on Hit with Attacks -]],[[ -Maloney's Nightfall -{variant:1,2}Blunt Arrow Quiver -{variant:3}Vile Arrow Quiver -Variant: Pre 2.6.0 -Variant: Pre 3.17.0 -Variant: Current -LevelReq: 55 -Implicits: 2 -{variant:1,2}(25-35)% increased Stun Duration on Enemies -{variant:3}Gain (10-15)% of Physical Damage as Extra Chaos Damage -{variant:1}(8-10)% increased Attack Speed -{variant:2,3}10% increased Attack Speed -+(50-70) to maximum Life -+(12-16)% to Chaos Resistance -{variant:1}Adds (5-7) to (8-10) Physical Damage to Attacks with Bows -{variant:2,3}Adds (8-10) to (14-16) Physical Damage to Attacks with Bows -{variant:1}10% chance to create a Smoke Cloud when Hit -{variant:2,3}25% chance to create a Smoke Cloud when Hit -{variant:1}(20-40)% increased Damage with Hits and Ailments against Blinded Enemies -{variant:2,3}(40-60)% increased Damage with Hits and Ailments against Blinded Enemies -]],[[ -Rearguard -{variant:1}Broadhead Arrow Quiver -{variant:2}Blunt Arrow Quiver -Variant: Pre 3.17.0 -Variant: Current -Implicits: 2 -{variant:1}6 to 12 Added Physical Damage with Bow Attacks -{variant:2}(7-9) to (13-16) Added Physical Damage with Bow Attacks -(20-24)% Chance to Block Attack Damage -(12-15)% Chance to Block Spell Damage -+(400-450) to Armour -(20-30)% increased Projectile Speed -50% increased Stun and Block Recovery -(15-20)% increased Projectile Damage -]],[[ -Rigwald's Quills -Two-Point Arrow Quiver -Variant: Pre 3.14.0 -Variant: Current -League: Talisman Standard, Talisman Hardcore -Source: Drops from unique{Rigwald, The Wolven King} (Level 70+) -Requires Level 56 -Implicits: 1 -(20-30)% increased Global Accuracy Rating --10% to Fire Resistance -+(20-30)% to Lightning Resistance -Gain 7 Life per Enemy Hit with Attacks -20% reduced Projectile Speed -(30-50)% increased Projectile Damage -{variant:1}Projectiles Fork -{variant:2}Arrows Fork -]],[[ -Saemus' Gift -{variant:1}Spike-Point Arrow Quiver -{variant:2}Feathered Arrow Quiver -Variant: Pre 3.17.0 -Variant: Current -Requires Level 45 -Implicits: 2 -{variant:1}(20-30)% increased Critical Strike Chance with Bows -{variant:2}(20-30)% increased Projectile Speed -+(30-40) to Dexterity -(8-12)% increased Cast Speed -+(30-60) to maximum Life -+(20-40)% to Lightning Resistance -20% chance to Avoid being Stunned -1% increased Lightning Damage per 10 Intelligence -]],[[ -Scorpion's Call -{variant:1}Broadhead Arrow Quiver -{variant:2}Heavy Arrow Quiver -Variant: Pre 3.17.0 -Variant: Current -League: Harvest -Requires Level 57 -Implicits: 2 -{variant:1}6 to 12 Added Physical Damage with Bow Attacks -{variant:2}(12-16) to (24-27) Added Physical Damage with Bow Attacks -+(20-40) to Dexterity -Regenerate (150-200) Life per Second while in Blood Stance -(40-60)% increased Projectile Damage while in Blood Stance -+(700-1000) to Evasion Rating while in Sand Stance -(20-30)% increased Area of Effect while in Sand Stance -(20-30)% increased Attack Speed if you've changed Stance Recently -]],[[ -Skirmish -Two-Point Arrow Quiver -Requires Level 36 -Implicits: 1 -(20-30)% increased Global Accuracy Rating -+(15-25) to Intelligence -+(30-50) to maximum Mana -(20-30)% increased Mana Regeneration Rate -0.2% of Physical Attack Damage Leeched as Mana -Attack skills can have 1 additional Totem Summoned at a time -]],[[ -Steelworm -Broadhead Arrow Quiver -Variant: Pre 3.17.0 -Variant: Current -LevelReq: 52 -Implicits: 2 -{variant:1}6 to 12 Added Physical Damage with Bow Attacks -{variant:2}(8-10)% increased Attack Speed -Grants Call of Steel -(30-60)% increased Evasion Rating and Armour -Deal no Non-Physical Damage -Attacks that Fire Projectiles Consume up to 1 additional Steel Shard -Skills Fire 3 additional Projectiles for 4 seconds after -you consume a total of 12 Steel Shards -]],[[ -Soul Strike -Spike-Point Arrow Quiver -Variant: Pre 2.5.0 -Variant: Current -Requires Level 64 -Implicits: 1 -(20-30)% increased Critical Strike Chance with Bows -+30 to Dexterity -Adds (13-18) to (26-32) Chaos Damage to Attacks -(8-12)% increased Attack Speed -+(100-120) to maximum Energy Shield -40% reduced Energy Shield Recharge Rate -{variant:1}150% faster start of Energy Shield Recharge -{variant:2}80% faster start of Energy Shield Recharge -]],[[ -Replica Soul Strike -Spike-Point Arrow Quiver -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 64 -Implicits: 1 -(20-30)% increased Critical Strike Chance with Bows -+30 to Dexterity -Adds (13-18) to (26-32) Physical Damage to Attacks -(8-12)% increased Attack Speed -+(60-80) to maximum Life -80% reduced Maximum Recovery per Life Leech -40% increased Maximum total Recovery per second from Life Leech -]],[[ -Voidfletcher -{variant:1,2}Penetrating Arrow Quiver -{variant:3}Primal Arrow Quiver -Shaper Item -Elder Item -Variant: Pre 3.5.0 -Variant: Pre 3.17.0 -Variant: Current -Source: Drops from unique{The Elder} (Uber) -{variant:1,2}LevelReq: 64 -Implicits: 2 -{variant:1,2}Arrows Pierce an additional Target -{variant:3}(20-30)% increased Elemental Damage with Attack Skills -Consumes a Void Charge to Trigger Level 20 Void Shot when you fire Arrows with a Non-Triggered Skill -Adds (30-40) to (80-100) Cold Damage to Attacks -+(80-120) to maximum Energy Shield -+(20-30)% to Cold Resistance -Gain (20-40) Mana per Enemy Killed -30% increased Projectile Speed -5 Maximum Void Charges -{variant:1}Gain a Void Charge every second -{variant:2,3}Gain a Void Charge every 0.5 seconds -]],[[ -The Poised Prism -Primal Arrow Quiver -Implicits: 1 -(20-30)% increased Elemental Damage with Attack Skills -+(15-25)% to Fire Resistance -+(15-25)% to Cold Resistance -+(15-25)% to Lightning Resistance -Adds 1 to 2 Cold Damage to Attacks per 10 Dexterity -Adds 1 to 2 Fire Damage to Attacks per 10 Strength -Adds 0 to 3 Lightning Damage to Attacks per 10 Intelligence -]], + } diff --git a/src/Data/Uniques/ring.lua b/src/Data/Uniques/ring.lua index 8e9dbd860..141531b2d 100644 --- a/src/Data/Uniques/ring.lua +++ b/src/Data/Uniques/ring.lua @@ -2,1557 +2,5 @@ return { -- Ring -[[ -Ahkeli's Meadow -Ruby Ring -League: Delve -Source: Drops from unique{Aul, the Crystal King} -Requires Level 49 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+20 to Strength -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life -]],[[ -Ahkeli's Mountain -Ruby Ring -League: Delve -Source: Drops from unique{Ahuatotli, the Blind} -Requires Level 49 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+20 to Strength -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life -]],[[ -Ahkeli's Valley -Ruby Ring -League: Delve -Source: Drops from unique{Kurgal, the Blackblooded} -Requires Level 49 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+20 to Strength -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life -]],[[ -Andvarius -Gold Ring -Requires Level 20 -Implicits: 1 -(6-15)% increased Rarity of Items found -{tags:jewellery_attribute}+10 to Dexterity -(50-70)% increased Rarity of Items found -{tags:jewellery_resistance}-20% to all Elemental Resistances -]],[[ -Astral Projector -Topaz Ring -Requires Level 40 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+(30-50) to Intelligence -{tags:caster}(20-25)% increased Spell Damage -30% chance to Avoid Elemental Ailments -Nova Spells have 20% less Area of Effect -Nova Spells Cast at the targeted location instead of around you -]],[[ -Berek's Grip -Two-Stone Ring -League: Domination, Nemesis -Variant: Pre 2.6.0 -Variant: Pre 3.8.0 -Variant: Current -Requires Level 20 -Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Cold and Lightning Resistances -{variant:1}{tags:jewellery_elemental}(10-15)% increased Cold Damage -{variant:2,3}{tags:jewellery_elemental}(25-30)% increased Cold Damage -{variant:1}{tags:jewellery_elemental,attack}Adds 1 to (1-50) Lightning Damage to Attacks -{variant:2,3}{tags:jewellery_elemental,attack,caster}Adds 1 to (50-70) Lightning Damage to Spells and Attacks -{tags:life}+(30-40) to maximum Life -{variant:1}{tags:life}1% of Damage Leeched as Life against Frozen Enemies -{variant:2,3}{tags:life}1% of Damage Leeched as Life against Shocked Enemies -{variant:1}{tags:mana}1% of Damage Leeched as Mana against Shocked Enemies -{variant:2}{tags:mana}1% of Damage Leeched as Mana against Frozen Enemies -{variant:3}{tags:jewellery_defense}1% of Damage Leeched as Energy Shield against Frozen Enemies -]],[[ -Berek's Pass -Two-Stone Ring -League: Domination, Nemesis -Variant: Pre 2.6.0 -Variant: Current -Requires Level 20 -Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Fire and Cold Resistances -{variant:1}{tags:jewellery_elemental}(10-15)% increased Fire Damage -{variant:2}{tags:jewellery_elemental}(25-30)% increased Fire Damage -{variant:1}{tags:jewellery_elemental,attack}Adds 1 to (10-30) Cold Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack,caster}Adds (20-25) to (30-50) Cold Damage to Spells and Attacks -{tags:jewellery_defense}+(30-40) to maximum Energy Shield -30% increased Damage while Ignited -{tags:jewellery_defense}+5000 to Armour while Frozen -]],[[ -Berek's Respite -Two-Stone Ring -League: Domination, Nemesis -Variant: Pre 2.6.0 -Variant: Current -Requires Level 20 -Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Fire and Lightning Resistances -{variant:1}{tags:jewellery_elemental,attack}Adds 1 to (10-30) Fire Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack,caster}Adds (20-25) to (30-50) Fire Damage to Spells and Attacks -{variant:1}{tags:jewellery_elemental}(10-15)% increased Lightning Damage -{variant:2}{tags:jewellery_elemental}(25-30)% increased Lightning Damage -{tags:mana}+(30-40) to maximum Mana -{variant:1}Shock a nearby Enemy for 2 seconds on Killing a Shocked Enemy -{variant:2}Shocks all nearby Enemies on Killing a Shocked Enemy -{variant:1}Ignite a nearby Enemy on Killing an Ignited Enemy -{variant:2}Ignites all nearby Enemies on Killing an Ignited Enemy -]],[[ -Blackflame -Amethyst Ring -League: Ritual -Source: Purchase from Ritual Reward -Requires Level 49 -Implicits: 1 -{tags:jewellery_resistance}+(17-23)% to Chaos Resistance -{tags:jewellery_elemental}+(8-12)% to Fire Damage over Time Multiplier -50% reduced Ignite Duration on Enemies -(10-15)% chance to Ignite -Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite -Withered does not expire on Enemies Ignited by you -{tags:jewellery_resistance}+(20-25)% to Fire and Chaos Resistances -]],[[ -Blackheart -Iron Ring -Variant: Pre 3.19.0 -Variant: Current -Implicits: 1 -{tags:attack,physical_damage}Adds 1 to 4 Physical Damage to Attacks -{variant:1}{tags:physical_damage}5% increased Global Physical Damage -{variant:1}{tags:attack,chaos_damage}Adds 1 to 3 Chaos Damage to Attacks -{variant:2}{tags:attack,chaos_damage}Adds (10-15) to (20-25) Chaos Damage to Attacks -{variant:1}{tags:life}+(20-30) to maximum Life -{variant:1}{tags:life}Regenerate (2-4) Life per second -{variant:2}{tags:life}Regenerate (10-15) Life per second -10% chance to Cause Monsters to Flee -]],[[ -Voidheart -Iron Ring -Source: No longer obtainable -Variant: Pre 2.4.0 -Variant: Current -Requires Level 48 -Implicits: 1 -{tags:attack,physical_damage}Adds 1 to 4 Physical Damage to Attacks -{tags:physical_damage}5% increased Global Physical Damage -{tags:attack,chaos_damage}Adds 1 to 3 Chaos Damage to Attacks -{tags:life}+(20-30) to maximum Life -{tags:life}Regenerate (2-4) Life per second -10% chance to Cause Monsters to Flee -{variant:1}Melee Attacks cause Bleeding -{variant:2}{tags:attack,physical}(30-50)% chance to cause Bleeding on Melee Hit -{variant:1}Melee Attacks Poison on Hit -{variant:2}{tags:attack,chaos}(20-40)% chance to Poison on Melee Hit -]],[[ -Bloodboil -Coral Ring -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Current -Requires Level 24 -Implicits: 1 -{tags:life}+(20-30) to maximum Life -{variant:1}{tags:jewellery_elemental,attack}Adds (7-10) to (15-20) Fire Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack}Adds (12-15) to (25-30) Fire Damage to Attacks -{tags:life}+(20-40) to maximum Life -{tags:jewellery_resistance}+(10-15)% to Cold Resistance -{variant:1}45% reduced Effect of Chill on You -{variant:2}75% reduced Effect of Chill on You -{variant:1}100% increased Ignite Duration on You -{variant:2}{tags:speed}10% increased Movement Speed while Ignited -]],[[ -Winterweave -Coral Ring -Requires Level 24 -Implicits: 1 -{tags:life}+(20-30) to maximum Life -{tags:jewellery_elemental,attack}Adds (12-15) to (25-30) Fire Damage to Attacks -{tags:jewellery_elemental,attack}Adds (12-15) to (25-30) Cold Damage to Attacks -{tags:life}+(20-40) to maximum Life -{tags:jewellery_resistance}+(25-30)% to Cold Resistance -{tags:speed}10% increased Movement Speed while Ignited -The Effect of Chill on you is reversed -]],[[ -Brinerot Mark -Unset Ring -League: Warbands -Variant: Pre 2.6.0 -Variant: Current -Requires Level 45 -Implicits: 1 -Has 1 Socket -{variant:1}+2 to Level of Socketed Golem Gems -{variant:2}+3 to Level of Socketed Golem Gems -{variant:1}Socketed Gems are Supported by Level 15 Concentrated Effect -{variant:2}25% increased Effect of Buffs granted by Socketed Golem Skills -{variant:2}Socketed Golem Skills gain 20% of Maximum Life as Extra Maximum Energy Shield -{variant:1}{tags:caster}(10-25)% increased Spell Damage -{variant:2}{tags:caster}(20-25)% increased Spell Damage -{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{tags:jewellery_resistance}+(20-40)% to Lightning Resistance -{variant:1}Socketed Gems are Supported by Level 15 Increased Minion Life -]],[[ -Call of the Brotherhood -Two-Stone Ring -Variant: Pre 2.6.0 -Variant: Current -Requires Level 20 -Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Cold and Lightning Resistances -{tags:jewellery_attribute}+(15-25) to Intelligence -{tags:jewellery_elemental}(15-25)% increased Lightning Damage -{tags:mana}(30-40)% increased Mana Regeneration Rate -{variant:1}{tags:jewellery_elemental}50% of Lightning Damage Converted to Cold Damage -{variant:2}{tags:jewellery_elemental}40% of Lightning Damage Converted to Cold Damage -Your spells have 100% chance to Shock against Frozen enemies -]],[[ -Circle of Ambition -Prismatic Ring -Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} (Uber) -Requires Level 20 -Variant: Thunder: Skill Reservation -Variant: Thunder: Lightning Damage -Variant: Thunder: Buff Effect -Variant: Thunder: Max Resistance -Variant: Thunder: Lightning Resistance -Variant: Ash: Ash: Skill Reservation -Variant: Ash: Fire Damage -Variant: Ash: Buff Effect -Variant: Ash: Max Resistance -Variant: Ash: Fire Resistance -Variant: Ice: Skill Reservation -Variant: Ice: Cold Damage -Variant: Ice: Buff Effect -Variant: Ice: Max Resistance -Variant: Ice: Cold Resistance -Variant: Purity: Skill Reservation -Variant: Purity: Physical Damage -Variant: Purity: Buff Effect -Variant: Purity: Sentinel Damage -Variant: Purity: Damage Reduction -Variant: Agony: Skill Reservationwatcher -Variant: Agony: Chaos Damage -Variant: Agony: Buff Effect -Variant: Agony: Agony Damage -Variant: Agony: Chaos Resistance -Selected Variant: 1 -Has Alt Variant: true -Selected Alt Variant: 2 -Has Alt Variant Two: true -Selected Alt Variant Two: 3 -Implicits: 0 -{tags:jewellery_attribute}+(10–20) to all Attributes -{tags:jewellery_resistance}+(10–20)% to all Elemental Resistances -10% increased Mana Reservation Efficiency of Herald Skills -{variant:1}{tags:mana}Herald of Thunder has (30-40)% increased Mana Reservation Efficiency -{variant:2}{tags:jewellery_elemental}(40-60)% increased Lightning Damage while affected by Herald of Thunder -{variant:3}Herald of Thunder has (40-60)% increased Buff Effect -{variant:4}{tags:jewellery_resistance}+1% to maximum Lightning Resistance while affected by Herald of Thunder -{variant:5}{tags:jewellery_resistance}+(50-60)% to Lightning Resistance while affected by Herald of Thunder -{variant:6}{tags:mana}Herald of Ash has (30-40)% increased Mana Reservation Efficiency -{variant:7}{tags:jewellery_elemental}(40-60)% increased Fire Damage while affected by Herald of Ash -{variant:8}Herald of Ash has (40-60)% increased Buff Effect -{variant:9}{tags:jewellery_resistance}+1% to maximum Fire Resistance while affected by Herald of Ash -{variant:10}{tags:jewellery_resistance}+(50-60)% to Fire Resistance while affected by Herald of Ash -{variant:11}{tags:mana}Herald of Ice has (30-40)% increased Mana Reservation Efficiency -{variant:12}{tags:jewellery_elemental}(40-60)% increased Cold Damage while affected by Herald of Ice -{variant:13}Herald of Ice has (40-60)% increased Buff Effect -{variant:14}{tags:jewellery_resistance}+1% to maximum Cold Resistance while affected by Herald of Ice -{variant:15}{tags:jewellery_resistance}+(50-60)% to Cold Resistance while affected by Herald of Ice -{variant:16}{tags:mana}Herald of Purity has (30-40)% increased Mana Reservation Efficiency -{variant:17}{tags:physical_damage}(40-60)% increased Physical Damage while affected by Herald of Purity -{variant:18}Herald of Purity has (40-60)% increased Buff Effect -{variant:19}Sentinels of Purity deal (70-100)% increased Damage -{variant:20}{tags:physical}4% additional Physical Damage Reduction while affected by Herald of Purity -{variant:21}{tags:mana}Herald of Agony has (30-40)% increased Mana Reservation Efficiency -{variant:22}{tags:chaos_damage}(40-60)% increased Chaos Damage while affected by Herald of Agony -{variant:23}Herald of Agony has (40-60)% increased Buff Effect -{variant:24}Agony Crawler deals (70-100)% increased Damage -{variant:25}{tags:jewellery_resistance}+(31-43)% to Chaos Resistance while affected by Herald of Agony -]],[[ -Circle of Anguish -Ruby Ring -League: Synthesis -Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} -Requires Level 52 -Implicits: 1 -Has Alt Variant: true -Variant: Skill Reservation (Pre 3.11.0) -Variant: Skill Reservation (Current) -Variant: Fire Damage -Variant: Buff Effect (Pre 3.11.0) -Variant: Buff Effect (Current) -Variant: Max Resistance -Variant: Fire Resistance -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{fractured}{tags:jewellery_attribute}+(20-30) to Strength -{tags:jewellery_elemental}Adds (20-25) to (26-35) Fire Damage -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{variant:1}{tags:mana}Herald of Ash has (60-80)% increased Mana Reservation Efficiency -{variant:2}{tags:mana}Herald of Ash has (30-40)% increased Mana Reservation Efficiency -{variant:3}{tags:jewellery_elemental}(40-60)% increased Fire Damage while affected by Herald of Ash -{variant:4}Herald of Ash has (70-100)% increased Buff Effect -{variant:5}Herald of Ash has (40-60)% increased Buff Effect -{variant:6}{tags:jewellery_resistance}+1% to maximum Fire Resistance while affected by Herald of Ash -{variant:7}{tags:jewellery_resistance}+(50-60)% to Fire Resistance while affected by Herald of Ash -]],[[ -Circle of Fear -Sapphire Ring -League: Synthesis -Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} -Requires Level 52 -Implicits: 1 -Has Alt Variant: true -Variant: Skill Reservation (Pre 3.11.0) -Variant: Skill Reservation (Current) -Variant: Cold Damage -Variant: Buff Effect (Pre 3.11.0) -Variant: Buff Effect (Current) -Variant: Max Resistance -Variant: Cold Resistance -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{fractured}{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_elemental}Adds (20-25) to (26-35) Cold Damage -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{variant:1}{tags:mana}Herald of Ice has (60-80)% increased Mana Reservation Efficiency -{variant:2}{tags:mana}Herald of Ice has (30-40)% increased Mana Reservation Efficiency -{variant:3}{tags:jewellery_elemental}(40-60)% increased Cold Damage while affected by Herald of Ice -{variant:4}Herald of Ice has (70-100)% increased Buff Effect -{variant:5}Herald of Ice has (40-60)% increased Buff Effect -{variant:6}{tags:jewellery_resistance}+1% to maximum Cold Resistance while affected by Herald of Ice -{variant:7}{tags:jewellery_resistance}+(50-60)% to Cold Resistance while affected by Herald of Ice -]],[[ -Circle of Guilt -Iron Ring -League: Synthesis -Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} -Requires Level 52 -Implicits: 1 -Has Alt Variant: true -Variant: Skill Reservation (Pre 3.11.0) -Variant: Skill Reservation (Current) -Variant: Physical Damage -Variant: Buff Effect (Pre 3.11.0) -Variant: Buff Effect (Current) -Variant: Sentinel Damage -Variant: Damage Reduction -{tags:attack,physical_damage}Adds 1 to 4 Physical Damage to Attacks -{fractured}{tags:jewellery_attribute}+(10-20) to all Attributes -{tags:physical_damage}Adds (8-10) to (13-15) Physical Damage -{tags:jewellery_defense}+(350-400) to Armour -{variant:1}{tags:mana}Herald of Purity has (60-80)% increased Mana Reservation Efficiency -{variant:2}{tags:mana}Herald of Purity has (30-40)% increased Mana Reservation Efficiency -{variant:3}{tags:physical_damage}(40-60)% increased Physical Damage while affected by Herald of Purity -{variant:4}Herald of Purity has (70-100)% increased Buff Effect -{variant:5}Herald of Purity has (40-60)% increased Buff Effect -{variant:6}Sentinels of Purity deal (70-100)% increased Damage -{variant:7}{tags:physical}4% additional Physical Damage Reduction while affected by Herald of Purity -]],[[ -Circle of Nostalgia -Amethyst Ring -League: Synthesis -Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} -Requires Level 52 -Implicits: 1 -Has Alt Variant: true -Variant: Skill Reservation (Pre 3.11.0) -Variant: Skill Reservation (Current) -Variant: Chaos Damage -Variant: Buff Effect (Pre 3.11.0) -Variant: Buff Effect (Current) -Variant: Agony Damage -Variant: Chaos Resistance -{tags:jewellery_resistance}+(17-23)% to Chaos Resistance -{fractured}{tags:jewellery_attribute}+(10-20) to all Attributes -{tags:chaos_damage}Adds (15-20) to (21-30) Chaos Damage -{tags:jewellery_resistance}+(17-23)% to Chaos Resistance -{variant:1}{tags:mana}Herald of Agony has (60-80)% increased Mana Reservation Efficiency -{variant:2}{tags:mana}Herald of Agony has (30-40)% increased Mana Reservation Efficiency -{variant:3}{tags:chaos_damage}(40-60)% increased Chaos Damage while affected by Herald of Agony -{variant:4}Herald of Agony has (70-100)% increased Buff Effect -{variant:5}Herald of Agony has (40-60)% increased Buff Effect -{variant:6}Agony Crawler deals (70-100)% increased Damage -{variant:7}{tags:jewellery_resistance}+(31-43)% to Chaos Resistance while affected by Herald of Agony -]],[[ -Circle of Regret -Topaz Ring -League: Synthesis -Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} -Requires Level 52 -Implicits: 1 -Has Alt Variant: true -Variant: Skill Reservation (Pre 3.11.0) -Variant: Skill Reservation (Current) -Variant: Lightning Damage -Variant: Buff Effect (Pre 3.11.0) -Variant: Buff Effect (Current) -Variant: Max Resistance -Variant: Lightning Resistance -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{fractured}{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:jewellery_elemental}Adds 1 to (48-60) Lightning Damage -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{variant:1}{tags:mana}Herald of Thunder has (60-80)% increased Mana Reservation Efficiency -{variant:2}{tags:mana}Herald of Thunder has (30-40)% increased Mana Reservation Efficiency -{variant:3}{tags:jewellery_elemental}(40-60)% increased Lightning Damage while affected by Herald of Thunder -{variant:4}Herald of Thunder has (70-100)% increased Buff Effect -{variant:5}Herald of Thunder has (40-60)% increased Buff Effect -{variant:6}{tags:jewellery_resistance}+1% to maximum Lightning Resistance while affected by Herald of Thunder -{variant:7}{tags:jewellery_resistance}+(50-60)% to Lightning Resistance while affected by Herald of Thunder -]],[[ -Death Rush -Amethyst Ring -League: Onslaught -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 46 -Implicits: 1 -{tags:jewellery_resistance}+(17-23)% to Chaos Resistance -{variant:1,2}{tags:attack}+(300-350) to Accuracy Rating -{variant:1}{tags:jewellery_defense}+(60-80) to Armour -{variant:2}{tags:jewellery_defense}+(260-300) to Armour -{variant:2}{tags:life}+(40-50) to maximum Life -{variant:1,2}{tags:jewellery_resistance}+(15-20)% to Chaos Resistance -{variant:1,2}{tags:attack,life}(0.6-0.8)% of Physical Attack Damage Leeched as Life -{variant:1}You gain Onslaught for 2 seconds on Kill -{variant:2}You gain Onslaught for 4 seconds on Kill -{variant:3}Recover 5% of Life on Kill -{variant:3}Gain Adrenaline for 3 seconds on kill -]],[[ -Doedre's Damning -Paua Ring -Variant: Pre 3.19.0 -Variant: Current -Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{variant:1}{tags:jewellery_attribute}+(5-10) to Intelligence -{variant:2}{tags:jewellery_attribute}+(5-20) to Intelligence -{variant:1}{tags:jewellery_resistance}+5% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}+(5-20)% to all Elemental Resistances -{variant:1}{tags:mana}Gain 5 Mana per Enemy Killed -{variant:2}{tags:mana}Gain (5-20) Mana per Enemy Killed -{tags:caster}You can apply an additional Curse -]],[[ -Replica Doedre's Damning -Paua Ring -Variant: Pre 3.16.0 -Variant: Pre 3.19.0 -Variant: Pre 3.20.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{variant:1,2}{tags:jewellery_attribute}+(5-10) to Intelligence -{variant:3,4}{tags:jewellery_attribute}+(5-20) to Intelligence -{variant:1,2}{tags:jewellery_resistance}+5% to all Elemental Resistances -{variant:3,4}{tags:jewellery_resistance}+(5-20)% to all Elemental Resistances -{variant:1,2}{tags:mana}Gain 5 Mana per Enemy Killed -{variant:3,4}{tags:mana}Gain (5-20) Mana per Enemy Killed -{tags:caster}You can apply one fewer Curse -{variant:1}{tags:caster}(25-35)% increased Effect of your Curses -{variant:2,3}{tags:caster}(15-25)% increased Effect of your Curses -{variant:4}{tags:caster}(10-15)% increased Effect of your Curses -]],[[ -Dream Fragments -Sapphire Ring -Variant: Pre 2.6.0 -Variant: Current -Requires Level 24 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:mana}20% increased maximum Mana -{tags:mana}50% increased Mana Regeneration Rate -{variant:2}{tags:jewellery_resistance}+(30-40)% to Cold Resistance -Cannot be Frozen -{variant:2}Cannot be Chilled -]],[[ -Emberwake -Ruby Ring -Variant: Pre 3.0.0 -Variant: Pre 3.9.0 -Variant: Pre 3.16.0 -Variant: Current -Requires Level 16 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{variant:1}{tags:jewellery_elemental}(15-25)% increased Fire Damage -{variant:2,3,4}{tags:jewellery_elemental}(30-40)% increased Fire Damage -{tags:caster,speed}(5-10)% increased Cast Speed -{variant:1}5% chance to Ignite -{variant:2,3,4}10% chance to Ignite -You can inflict an additional Ignite on an Enemy -{variant:1}Your Critical Strikes do not deal extra Damage -{variant:1}{tags:jewellery_elemental}Ignited Enemies Burn 80% slower -{variant:2}{tags:jewellery_elemental}Ignited Enemies Burn 65% slower -{variant:3}{tags:jewellery_elemental}Ignited Enemies Burn (65-50)% slower -{variant:4}{tags:jewellery_elemental}40% less Burning Damage -]],[[ -Replica Emberwake -Ruby Ring -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 16 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_elemental}(30-40)% increased Fire Damage -{tags:caster,speed}(5-10)% increased Cast Speed -90% reduced Ignite Duration on Enemies -10% chance to Ignite -{tags:jewellery_elemental}Ignites you inflict deal Damage (35-45)% faster -]],[[ -Essence Worm -Unset Ring -Requires Level 38 -Implicits: 1 -Has 1 Socket -+2 to Level of Socketed Aura Gems -Socketed Gems Have no Reservation -Your Blessing Skills are Disabled -80% reduced Reservation Efficiency of Skills -]],[[ -Fated End -Paua Ring -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 38 -Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{tags:jewellery_attribute}+(20-40) to Intelligence -{tags:caster,speed}Curse Skills have (8-12)% increased Cast Speed -Non-Aura Hexes expire upon reaching (180-220)% of base Effect -Non-Aura Hexes gain 20% increased Effect per second -]],[[ -Gifts from Above -Diamond Ring -League: Anarchy -Variant: Pre 2.6.0 -Variant: Current -Requires Level 28 -Implicits: 1 -{tags:critical}(20-30)% increased Global Critical Strike Chance -{variant:2}Trigger Level 10 Consecrate when you deal a Critical Strike -{tags:critical}(30-35)% increased Global Critical Strike Chance -(10-15)% increased Light Radius -{variant:1}Creates Consecrated Ground on Critical Strike -{tags:critical}(40-50)% increased Rarity of Items Dropped by Enemies killed with a Critical Strike -{variant:2}50% increased Damage while on Consecrated Ground -{variant:2}5% additional Block Chance while on Consecrated Ground -]],[[ -Grattus Signet -Diamond Ring -League: Necropolis -Source: Created from 4 different unique{Grattus} family corpses in the normal{Necropolis} -Requires Level 64 -{tags:critical}(20–30)% increased Global Critical Strike Chance -{tags:attack,speed}(5–10)% increased Attack Speed -{tags:caster,speed}(5–10)% increased Cast Speed -{tags:jewellery_defense}+(40–60) to maximum Energy Shield -{tags:life}+(30–50) to maximum Life -Attacks inflict Unnerve on Critical Strike for 4 seconds -Spells inflict Intimidate on Critical Strike for 4 seconds -]],[[ -Heartbound Loop -Moonstone Ring -Requires Level 20 -Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{tags:life}Regenerate (10-15) Life per second -{tags:mana}(20-40)% increased Mana Regeneration Rate -{tags:life}Minions have 15% increased maximum Life -Minions have 10% increased Area of Effect -{tags:physical_damage}350 Physical Damage taken on Minion Death -]],[[ -Ixchel's Temptation -Gold Ring -League: Affliction -Requires Level 20 -Implicits: 1 -(6-15)% increased Rarity of Items found -{tags:jewellery_attribute}+(10-15) to all Attributes -{tags:attack,chaos_damage}Adds (7-10) to (15-18) Chaos Damage to Attacks -{tags:caster,jewellery_elemental}Adds (9-12) to (19-22) Fire Damage to Spells -{tags:jewellery_defense}+(80-100) to Armour -{tags:jewellery_defense}+(80-100) to Evasion Rating -{tags:jewellery_defense}+(30-35) to maximum Energy Shield -{tags:life}+(25-30) to maximum Life -{tags:critical}+(15-20)% to Global Critical Strike Multiplier -{tags:mana}+(20-25) to maximum Mana -{tags:jewellery_resistance}+(8-10)% to all Elemental Resistances -{tags:attack,caster,speed}(6-8)% increased Attack and Cast Speed -Maximum Quality is 200% -Corrupted -]],[[ -Anathema -Moonstone Ring -LevelReq: 49 -Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{tags:jewellery_attribute}+(30-40) to Intelligence -{tags:caster,speed}(10-15)% increased Cast Speed -(10-20)% chance to gain a Power Charge when you Cast a Curse Spell -Your Curse Limit is equal to your maximum Power Charges -]],[[ -The Highwayman -Gold Ring -League: Heist -Variant: Pre 3.19.0 -Variant: Current -Requires Level 44 -Implicits: 1 -(6-15)% increased Rarity of Items found -(15-25)% increased Rarity of Items found -{variant:2}{tags:life}1% of Damage leeched as Life -{variant:1}{tags:speed}5% increased Movement Speed -{variant:2}{tags:speed}(5-10)% increased Movement Speed -{variant:1}25% chance to Steal Power, Frenzy, and Endurance Charges on Hit -{variant:1}{tags:life}0.5% of Damage Leeched as Life while you have at least 5 total Endurance, Frenzy and Power Charges -{variant:2}Steal Power, Frenzy, and Endurance Charges on Hit -Total Recovery per second from Life Leech is Doubled -]],[[ -Honoured Alliance -Coral Ring -League: Ancestor -Source: No longer obtainable -LevelReq: 49 -Implicits: 1 -{tags:life}+(20-30) to maximum Life -10% chance to Trigger Summon Spirit of Akoya on Kill -{tags:jewellery_attribute}+(10-20) to all Attributes -{tags:mana}(30-50)% increased Mana Regeneration Rate -{tags:life}(10-15)% of Damage taken Recouped as Life -]], -[[ -The Hungry Loop -Unset Ring -Requires Level 45 -Implicits: 1 -Has 1 Socket -Consumes Socketed Support Gems when they reach Maximum Level -Can Consume 4 Support Gems -Has not Consumed any Gems -]],[[ -Icefang Orbit -Iron Ring -Requires Level: 49 -Implicits: 1 -League: Blight -{tags:attack,physical_damage}Adds 1 to 4 Physical Damage to Attacks -{tags:jewellery_attribute}+(20-30) to Dexterity -25% chance to Poison on Hit -{tags:chaos}(40-60)% increased Damage with Poison -You are Chilled while you are Poisoned -Non-Chilled Enemies you Poison are Chilled -Poisoned Enemies you Kill with Hits Shatter -]],[[ -Kaom's Sign -Coral Ring -Variant: Pre 2.0.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 1 -{tags:life}+(20-30) to maximum Life -{variant:3}Grants Level 10 Enduring Cry Skill -{tags:jewellery_attribute}+(10-20) to Strength -{variant:1}{tags:attack,life}0.4% of Physical Attack Damage Leeched as Life -{variant:2}{tags:attack,life}Gain (2-4) Life per Enemy Hit with Attacks -+1 to Maximum Endurance Charge -]],[[ -Kaom's Way -Coral Ring -Variant: Pre 3.16.0 -Variant: Current -Source: No longer obtainable -Requires Level 32 -Implicits: 1 -{tags:life}+(20-30) to maximum Life -{tags:jewellery_attribute}+(10-20) to Strength -{variant:1}{tags:life}Regenerate 0.4% of Life per second per Endurance Charge -{variant:2}{tags:life}Regenerate 0.2% of Life per second per Endurance Charge -{variant:2}2% increased Area of Effect per Endurance Charge -{tags:attack,life}Gain (2-4) Life per Enemy Hit with Attacks -+1 to Maximum Endurance Charges -]],[[ -Kikazaru -Topaz Ring -Variant: Pre 2.6.0 -Variant: Pre 3.16.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 20 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+(10-15) to all Attributes -{variant:1}{tags:life}Regenerate (13-17) Life per second -{tags:mana}(20-40)% increased Mana Regeneration Rate -{variant:1}{tags:caster}20% reduced Effect of Curses on you -{variant:2}{tags:caster}40% reduced Effect of Curses on you -{variant:3,4}{tags:caster}60% reduced Effect of Curses on you -{variant:2,3}{tags:life}Regenerate 1 Life per second per Level -{variant:4}{tags:life}Regenerate 3 Life per second per Level -]],[[ -Nimis -Topaz Ring -Source: Drops from unique{The Eater of Worlds} (Uber) -LevelReq: 48 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+(30-50) to Dexterity -(25-35)% increased Projectile Damage -Projectiles Return to you at end of flight -Projectiles are fired in random directions -]],[[ -Le Heup of All -Iron Ring -Variant: Pre 2.6.0 -Variant: Current -Requires Level 24 -Implicits: 1 -{tags:attack,physical_damage}Adds 1 to 4 Physical Damage to Attacks -{variant:1}(10-20)% increased Damage -{variant:2}(10-30)% increased Damage -{variant:1}{tags:jewellery_attribute}+(10-20) to all Attributes -{variant:2}{tags:jewellery_attribute}+(10-30) to all Attributes -{variant:1}(10-20)% increased Rarity of Items found -{variant:2}(10-30)% increased Rarity of Items found -{variant:1}{tags:jewellery_resistance}+(10-20)% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}+(10-30)% to all Elemental Resistances -]],[[ -Lori's Lantern -Prismatic Ring -Variant: Pre 1.0.0 -Variant: Current -Requires Level 30 -Implicits: 2 -{variant:1}{tags:jewellery_resistance}+(8-12)% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}+(8-10)% to all Elemental Resistances -{tags:jewellery_resistance}+10% to all Elemental Resistances -{tags:speed}(6-8)% increased Movement Speed when on Low Life -31% increased Light Radius -{tags:chaos,jewellery_resistance}+(20-25)% Chaos Resistance when on Low Life -While on Low Life, Enemies are Unlucky when Damaging you -]],[[ -Malachai's Artifice -Unset Ring -Variant: Pre 2.6.0 -Variant: Current -Sockets: W -Requires Level 5 -Implicits: 1 -Has 1 Socket -{variant:1}{tags:jewellery_resistance}-25% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}-20% to all Elemental Resistances -{tags:jewellery_resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem -{tags:jewellery_resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem -{tags:jewellery_resistance}+(75-100)% to Lightning Resistance when Socketed with a Blue Gem -All Sockets are White -Socketed Gems have Elemental Equilibrium -]],[[ -Replica Malachai's Artifice -Unset Ring -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 5 -Implicits: 1 -Has 1 Socket -Socketed Gems have Secrets of Suffering -{tags:jewellery_resistance}-20% to all Elemental Resistances -{tags:jewellery_resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem -{tags:jewellery_resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem -{tags:jewellery_resistance}+(75-100)% to Lightning Resistance when Socketed with a Blue Gem -All Sockets are White -]],[[ -Mark of Submission -Unset Ring -Requires Level 24 -Implicits: 1 -Has 1 Socket -{tags:caster}Curse Enemies with Socketed Hex Curse Gem on Hit -]],[[ -Mark of the Elder -Steel Ring -Elder Item -Source: Drops from unique{The Elder} (Uber) -Requires Level 80 -Implicits: 1 -{tags:attack,physical_damage}Adds (3-4) to (10-14) Physical Damage to Attacks -{tags:jewellery_elemental,attack}Adds (26-32) to (42-48) Cold Damage to Attacks -{tags:jewellery_defense}(6-10)% increased maximum Energy Shield -{tags:life}(6-10)% increased maximum Life -{tags:attack}(60-80)% increased Attack Damage if your other Ring is a Shaper Item -Cannot be Stunned by Attacks if your other Ring is an Elder Item -20% chance to Trigger Level 20 Tentacle Whip on Kill -]],[[ -Mark of the Shaper -Opal Ring -Shaper Item -Source: Drops from unique{The Elder} (Uber) -Requires Level 80 -Implicits: 1 -{tags:jewellery_elemental}(15-25)% increased Elemental Damage -{tags:jewellery_elemental,caster}Adds (13-18) to (50-56) Lightning Damage to Spells -{tags:jewellery_defense}(6-10)% increased maximum Energy Shield -{tags:life}(6-10)% increased maximum Life -{tags:caster}(60-80)% increased Spell Damage if your other Ring is an Elder Item -Cannot be Stunned by Spells if your other Ring is a Shaper Item -20% chance to Trigger Level 20 Summon Volatile Anomaly on Kill -]],[[ -Ming's Heart -Amethyst Ring -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 69 -Implicits: 1 -{tags:jewellery_resistance}+(17-23)% to Chaos Resistance -{variant:1}{tags:life}15% reduced maximum Life -{variant:2}{tags:life}10% reduced maximum Life -{variant:3}{tags:life}(5-10)% reduced maximum Life -{variant:4}{tags:life}25% reduced maximum Life -{variant:1}{tags:jewellery_defense}15% reduced maximum Energy Shield -{variant:2}{tags:jewellery_defense}10% reduced maximum Energy Shield -{variant:3}{tags:jewellery_defense}(5-10)% reduced maximum Energy Shield -{variant:4}{tags:jewellery_defense}25% reduced maximum Energy Shield -{tags:jewellery_resistance}+(40-50)% to Chaos Resistance -{variant:1,2,3}{tags:chaos_damage,physical_damage}Gain 20% of Physical Damage as Extra Chaos Damage -{variant:4}{tags:chaos_damage,physical_damage}Gain (40-60)% of Physical Damage as Extra Chaos Damage -]],[[ -Mokou's Embrace -Ruby Ring -Variant: Pre 3.19.0 -Variant: Current -Requires Level 16 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{variant:1}{tags:jewellery_elemental}(15-25)% increased Fire Damage -{tags:jewellery_resistance}+(25-40)% to Cold Resistance -{variant:1}(5-10)% chance to Ignite -{variant:1}{tags:attack,speed}20% increased Attack Speed while Ignited -{variant:2}{tags:attack,speed}(25-40)% increased Attack Speed while Ignited -{variant:1}{tags:caster,speed}20% increased Cast Speed while Ignited -{variant:2}{tags:caster,speed}(25-40)% increased Cast Speed while Ignited -+25% chance to be Ignited -{variant:2}All Damage Taken from Hits can Ignite you -]],[[ -Mutewind Seal -Unset Ring -League: Warbands -Variant: Pre 2.6.0 -Variant: Pre 3.16.0 -Variant: Current -Requires Level 45 -Implicits: 1 -Has 1 Socket -{variant:1}+2 to Level of Socketed Golem Gems -{variant:2,3}+3 to Level of Socketed Golem Gems -{variant:1}Socketed Gems are Supported by Level 13 Faster Attacks -{variant:2,3}Socketed Golem Skills have 20% increased Attack and Cast Speed -{tags:attack,physical_damage}Adds (5-10) to (11-15) Physical Damage to Attacks -{tags:attack,speed}(5-10)% increased Attack Speed -{variant:1}{tags:speed}(1-2)% increased Movement Speed -{variant:2}{tags:speed}(3-5)% increased Movement Speed -{variant:1}Socketed Gems are Supported by Level 16 Increased Minion Speed -{variant:2,3}Gain Onslaught for 10 seconds when you Cast Socketed Golem Skill -]],[[ -Ngamahu's Sign -Ruby Ring -League: Bloodlines -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 29 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+(15-25) to Strength -{variant:1}{tags:jewellery_elemental,attack}Adds (8-10) to (12-14) Fire Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack,caster}Adds (8-10) to (12-14) Fire Damage to Spells and Attacks -{variant:3}{tags:jewellery_elemental,attack,caster}Adds (20-25) to (30-35) Fire Damage to Spells and Attacks -{variant:1}{tags:life}Gain (4-5) Life for each Ignited Enemy hit with Attacks -15% increased Ignite Duration on Enemies -{variant:1}5% chance to Ignite -{variant:2,3}10% chance to Ignite -{variant:2,3}{tags:life}Recover (20-30) Life when you Ignite an Enemy -]],[[ -Original Sin -Amethyst Ring -League: Sanctum -Source: Drops from unique{Lycia, Herald of the Scourge} in normal{The Beyond} while unique{The Original Scripture} is active in the normal{Relic Altar} -LevelReq: 52 -Implicits: 1 -{tags:jewellery_resistance}+(17-23)% to Chaos Resistance -All Elemental Damage Converted to Chaos Damage -Nearby Enemies' Chaos Resistance is 0 -]],[[ -The Pariah -Unset Ring -Variant: Pre 3.25.0 -Variant: Current -League: Warbands -Requires Level 60 -Implicits: 1 -Has 1 Socket -+2 to Level of Socketed Gems -{tags:attack,caster,speed}(5-10)% increased Attack and Cast Speed -{tags:life}+100 to Maximum Life per Red Socket -{tags:jewellery_defense}+100 to Maximum Energy Shield per Blue Socket -{tags:mana}+100 to Maximum Mana per Green Socket -{variant:1}15% increased Item Quantity per White Socket -{variant:2}60% increased Rarity of Items found per White Socket -]],[[ -Perandus Signet -Paua Ring -Variant: Pre 2.0.0 -Variant: Current -Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{tags:mana}+(25-30) to maximum Mana -{tags:mana}(45-65)% increased Mana Regeneration Rate -{variant:1}3% increased Experience gain -{variant:2}2% increased Experience gain -{variant:1}{tags:jewellery_attribute}3% increased Intelligence for each Unique Item Equipped -{variant:2}{tags:jewellery_attribute}2% increased Intelligence for each Unique Item Equipped -3% additional chance for Slain monsters to drop Scrolls of Wisdom -]],[[ -Polaric Devastation -Opal Ring -Source: Drops from unique{The Black Star} -Requires Level 80 -Implicits: 1 -{tags:jewellery_elemental}(15-25)% increased Elemental Damage -{tags:critical}(15-25)% increased Global Critical Strike Chance -{tags:jewellery_resistance}+(20-40)% to Fire Resistance -{tags:jewellery_resistance}+(20-40)% to Cold Resistance -(10-20)% increased Duration of Ailments on Enemies -Left Ring slot: Cover Enemies in Ash for 5 seconds when you Ignite them -Right Ring slot: Cover Enemies in Frost for 5 seconds when you Freeze them -]],[[ -Praxis -Paua Ring -Requires Level 22 -Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{tags:mana}+(30-60) to maximum Mana -{tags:mana}Regenerate (3-6) Mana per second -{tags:mana}-(4-8) to Total Mana Cost of Skills -{tags:mana}8% of Damage taken Recouped as Mana -]],[[ -Profane Proxy -Unset Ring -Sockets: G -LevelReq: 52 -Implicits: 1 -Has 1 Socket -{tags:caster}+3 to Level of Socketed Curse Gems -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:caster}Left Ring Slot: Your Chilling Skitterbot's Aura applies Socketed Hex Curse instead -{tags:caster}Right Ring Slot: Your Shocking Skitterbot's Aura applies Socketed Hex Curse instead -]],[[ -Putembo's Meadow -Topaz Ring -League: Delve -Source: Drops from unique{Kurgal, the Blackblooded} -Requires Level 49 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+20 to Intelligence -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life -]],[[ -Putembo's Mountain -Topaz Ring -League: Delve -Source: Drops from unique{Aul, the Crystal King} -Requires Level 49 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+20 to Intelligence -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life -]],[[ -Putembo's Valley -Topaz Ring -League: Delve -Source: Drops from unique{Ahuatotli, the Blind} -Requires Level 49 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+20 to Intelligence -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life -]],[[ -Pyre -Sapphire Ring -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Requires Level 11 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_resistance}+(25-35)% to Fire Resistance -{variant:1,2}{tags:jewellery_elemental}(25-35)% increased Burning Damage -{variant:3}{tags:jewellery_elemental}(60-80)% increased Burning Damage -{variant:1}{tags:jewellery_elemental}100% of Cold Damage Converted to Fire Damage -{variant:2,3}{tags:jewellery_elemental}40% of Cold Damage Converted to Fire Damage -10% increased Light Radius -Ignited Enemies you hit are destroyed on Kill -]],[[ -Redblade Band -Unset Ring -League: Warbands -Variant: Pre 2.6.0 -Variant: Current -Requires Level 45 -Implicits: 1 -Has 1 Socket -{variant:1}+2 to Level of Socketed Golem Gems -{variant:2}+3 to Level of Socketed Golem Gems -{tags:jewellery_attribute}+(30-40) to Strength -{variant:2}{tags:life}+(30-40) to maximum Life -{variant:1}{tags:jewellery_elemental,attack}Adds (8-12) to (20-30) Fire Damage to Attacks -{tags:jewellery_elemental}(20-30)% increased Fire Damage -{variant:1}Socketed Gems are Supported by Level 12 Lesser Multiple Projectiles -{variant:2}Socketed Golem Skills have 25% chance to Taunt on Hit -{variant:1}Socketed Gems are Supported by Level 17 Increased Minion Damage -{variant:2}Socketed Golem Skills have Minions Regenerate 5% Life per second -]],[[ -Rigwald's Crest -Two-Stone Ring -League: Talisman -Variant: Pre 3.19.0 -Variant: Current -Source: Drops from unique{Rigwald, the Wolven King} (Level 60+) -Requires Level 49 -Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Fire and Cold Resistances -Trigger Level 10 Summon Spectral Wolf on Kill -{variant:1}{tags:jewellery_elemental}(20-30)% increased Fire Damage -{variant:1}{tags:jewellery_elemental}(20-30)% increased Cold Damage -{tags:mana}(20-30)% increased Mana Regeneration Rate -]],[[ -Romira's Banquet -Diamond Ring -Variant: Pre 1.1.0 -Variant: Pre 2.2.0 -Variant: Current -Requires Level 60 -Implicits: 1 -{tags:critical}(20-30)% increased Global Critical Strike Chance -{tags:attack}+333 to Accuracy Rating -{variant:1}{tags:critical}+(10-20)% to Global Critical Strike Multiplier -{variant:2}{tags:critical}+(10-15)% to Global Critical Strike Multiplier -{variant:3}{tags:critical}+(15-25)% to Global Critical Strike Multiplier -{tags:mana}+(40-60) to maximum Mana -{tags:attack,mana}0.4% of Physical Attack Damage Leeched as Mana -Gain a Power Charge on non-Critical Strike -Lose all Power Charges on Critical Strike -]],[[ -Rotblood Promise -Unset Ring -League: Ritual -Source: Purchase from Ritual Reward -Variant: Pre 3.16.0 -Variant: Current -Requires Level 56 -Implicits: 1 -Has 1 Socket -Socketed Gems are Supported by Level 20 Blasphemy -Curse Auras from Socketed Skills also affect you -{variant:1}Socketed Curse Gems have 50% increased Reservation Efficiency -{variant:2}Socketed Curse Gems have 80% increased Reservation Efficiency -{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:caster}20% reduced Effect of Curses on you -(15-25)% increased Damage with Hits and Ailments against Cursed Enemies -]],[[ -Shavronne's Revelation -Moonstone Ring -League: Anarchy, Onslaught -Variant: Pre 1.2.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Requires Level 30 -Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{tags:jewellery_attribute}+(60-75) to Intelligence -Right ring slot: You cannot Regenerate Mana -{variant:1}{tags:jewellery_defense}Right ring slot: Regenerate 4% of Energy Shield per second -{variant:2,3}{tags:jewellery_defense}Right ring slot: Regenerate 3% of Energy Shield per second -{variant:4}{tags:jewellery_defense}Right ring slot: Regenerate 6% of Energy Shield per second -{variant:3}{tags:mana}Right ring slot: +100 to maximum Mana -{variant:4}{tags:mana}Right ring slot: +250 to maximum Mana -Left ring slot: You cannot Recharge or Regenerate Energy Shield -{variant:3,4}{tags:mana}Left ring slot: Regenerate 40 Mana per Second -{variant:3}{tags:jewellery_defense}Left ring slot: +100 to maximum Energy Shield -{variant:4}{tags:jewellery_defense}Left ring slot: +250 to maximum Energy Shield -{variant:1,2}{tags:mana}Left ring slot: 100% increased Mana Regeneration Rate -]],[[ -Sibyl's Lament -Coral Ring -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.9.0 -Variant: Current -Requires Level 45 -Implicits: 1 -{tags:life}+(20-30) to maximum Life -{tags:jewellery_elemental,attack}(20-30)% increased Elemental Damage with Attack Skills -{tags:jewellery_elemental,attack}Adds (8-15) to (20-28) Fire Damage to Attacks -{variant:1}(20-40)% reduced Rarity of Items found -{variant:2,3,4}(10-20)% reduced Rarity of Items found -{variant:1,2}Left ring slot: 30% reduced Reflected Elemental Damage taken -{variant:3}Left ring slot: 40% reduced Reflected Elemental Damage taken -{variant:4}Left ring slot: 80% reduced Reflected Elemental Damage taken -{variant:1,2}{tags:physical}Right ring slot: 30% reduced Reflected Physical Damage taken -{variant:3}{tags:physical}Right ring slot: 40% reduced Reflected Physical Damage taken -{variant:4}{tags:physical}Right ring slot: 80% reduced Reflected Physical Damage taken -]],[[ -Snakepit -Sapphire Ring -Variant: Pre 3.5.0 -Variant: Current -Requires Level 68 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{variant:1}{tags:jewellery_elemental}(20-40)% increased Cold Damage -{variant:2}{tags:caster}(20-40)% increased Spell Damage -{tags:caster,speed}(5-10)% increased Cast Speed -{variant:1}Spells fire an additional Projectile -{variant:2}Left ring slot: Projectiles from Spells cannot Chain -{variant:2}Left ring slot: Projectiles from Spells Fork -{variant:2}Right ring slot: Projectiles from Spells Chain +1 times -{variant:2}Right ring slot: Projectiles from Spells cannot Fork -{variant:2}Projectiles from Spells cannot Pierce -]],[[ -Soulbound -Paua Ring -LevelReq: 44 -Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{tags:jewellery_attribute}+(10-20) to all Attributes -Link Skills have (10-15)% increased Cast Speed -Link Skills have (10-15)% increased Skill Effect Duration -Linked Targets Cannot Die for 2 seconds after you Die -Lose no Experience when you die because a Linked target died -]],[[ -Stormfire -Opal Ring -Variant: Pre 3.17.0 -Variant: Current -Requires Level 80 -Implicits: 1 -{tags:jewellery_elemental}(15-25)% increased Elemental Damage -{tags:mana}(40-45)% increased Mana Regeneration Rate -{tags:jewellery_resistance}+(20-30)% to Fire and Lightning Resistances -{variant:1}{tags:jewellery_elemental}(4-6)% increased Burning Damage for each time you have Shocked a Non-Shocked Enemy Recently, up to a maximum of 120% -{variant:2}{tags:jewellery_elemental}(8-12)% increased Burning Damage for each time you have Shocked a Non-Shocked Enemy Recently, up to a maximum of 120% -{tags:jewellery_elemental}Adds (1-3) to (62-70) Lightning Damage to Hits against Ignited Enemies -Your Lightning Damage can Ignite -]],[[ -Storm Secret -Topaz Ring -League: Harvest -Requires Level 56 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:jewellery_elemental}(20-30)% increased Lightning Damage -(10-15)% chance to Shock -Herald of Thunder also creates a storm when you Shock an Enemy -Storms Hit Enemies with (30-50)% increased Frequency -{tags:jewellery_elemental}Take 250 Lightning Damage when Herald of Thunder Hits an Enemy -]],[[ -The Taming -Prismatic Ring -League: Domination, Nemesis -Source: Vendor Recipe -Variant: Pre 3.0.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 30 -Implicits: 1 -{tags:jewellery_resistance}+(8-10)% to all Elemental Resistances -{variant:1}{tags:jewellery_elemental,attack}15% increased Elemental Damage with Attack Skills -{variant:2}{tags:jewellery_elemental,attack}30% increased Elemental Damage with Attack Skills -{variant:1}{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances -{variant:2,3}{tags:jewellery_resistance}+(20-30)% to all Elemental Resistances -{variant:1}{tags:jewellery_elemental}15% increased Elemental Damage -{variant:2}{tags:jewellery_elemental}30% increased Elemental Damage -{variant:1}5% chance to Freeze, Shock and Ignite -{variant:2,3}10% chance to Freeze, Shock and Ignite -{variant:1}10% increased Damage per Freeze, Shock and Ignite on Enemy -{variant:2}20% increased Damage with Hits and Ailments per Freeze, Shock and Ignite on Enemy -{variant:3}{tags:jewellery_elemental}(30-40)% increased Elemental Damage with Hits and Ailments for each type of Elemental Ailment on Enemy -]],[[ -Tasalio's Sign -Sapphire Ring -League: Bloodlines -Variant: Pre 2.6.0 -Variant: Current -Requires Level 20 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{variant:1}{tags:attack,jewellery_elemental,physical_damage}Adds 10 to 15 Physical Damage to Attacks against Frozen Enemies -{variant:2}{tags:jewellery_elemental}Adds 40 to 60 Cold Damage against Chilled Enemies -{variant:1}{tags:jewellery_elemental,attack}Adds (5-6) to (7-9) Cold Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack,caster}Adds (7-10) to (15-20) Cold Damage to Spells and Attacks -{tags:jewellery_defense}+(200-300) to Evasion Rating -{variant:1}20% reduced Chill Duration on You -{variant:2}50% chance to Avoid being Chilled -{variant:1}5% chance to Freeze -{variant:2}10% chance to Freeze -]],[[ -Replica Tasalio's Sign -Sapphire Ring -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 20 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_elemental,attack,caster}Adds (15-20) to (25-35) Cold Damage to Spells and Attacks -{tags:jewellery_defense}+(200-300) to Evasion Rating -Your Cold Damage cannot Freeze -Immune to Chill -{tags:jewellery_elemental}Adds 60 to 80 Cold Damage against Chilled Enemies -]],[[ -Tawhanuku's Timing -Moonstone Ring -{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{tags:caster}(30-40)% increased Spell Damage -{tags:mana}+(60-80) to maximum Mana -(5-10)% chance to Freeze, Shock and Ignite -{tags:jewellery_defense,caster}Spells cause you to gain Energy Shield equal to their Upfront Cost every fifth time you Pay it -]],[[ -Thief's Torment -Prismatic Ring -Variant: Pre 1.0.0 -Variant: Pre 1.1.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 30 -Implicits: 2 -{variant:1}{tags:jewellery_resistance}+(8-12) to all Elemental Resistances -{variant:2,3,4,5,6}{tags:jewellery_resistance}+(8-10)% to all Elemental Resistances -{variant:1,2}(15-25)% increased Quantity of Items found -{variant:3,4,5}(10-16)% increased Quantity of Items found -{variant:6}(20-30)% increased Rarity of Items found -Can't use other Rings -{variant:1,2,3}{tags:jewellery_resistance}+(8-12)% to all Elemental Resistances -{variant:4}{tags:jewellery_resistance}+(16-24)% to all Elemental Resistances -{variant:5,6}{tags:jewellery_resistance}+(25-40)% to all Elemental Resistances -{variant:1,2,3}{tags:attack,life}Gain (20-30) Life per Enemy Hit with Attacks -{variant:4,5,6}{tags:attack,life}Gain (40-60) Life per Enemy Hit with Attacks -{variant:1,2,3}{tags:attack,mana}Gain 15 Mana per Enemy Hit with Attacks -{variant:4,5,6}{tags:attack,mana}Gain 30 Mana per Enemy Hit with Attacks -{tags:caster}50% reduced Effect of Curses on you -]],[[ -Timeclasp -Moonstone Ring -Variant: Pre 2.6.0 -Variant: Pre 3.17.0 -Variant: Pre 3.19.0 -Variant: Current -LevelReq: 25 -Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{tags:attack,speed}(10-15)% increased Attack Speed -{variant:1}{tags:caster,speed}(5-8)% increased Cast Speed -{variant:2,3}{tags:caster,speed}(5-10)% increased Cast Speed -{variant:4}{tags:caster,speed}(10-15)% increased Cast Speed -{variant:1}{tags:jewellery_defense}+(10-25) to maximum Energy Shield -{variant:2}{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{variant:3}{tags:jewellery_defense}+(40-45) to maximum Energy Shield -{variant:1}{tags:mana}15% reduced Mana Regeneration Rate -{variant:2,3}{tags:mana}15% increased Mana Regeneration Rate -{variant:1}{tags:caster}Temporal Chains has 30% reduced Effect on You -{variant:2}{tags:caster}Temporal Chains has 50% reduced Effect on You -{variant:3}(-10-10)% increased Skill Effect Duration -{variant:4}(-20-20)% increased Skill Effect Duration -{variant:4}{tags:resource,life}(6-12)% of Damage Taken Recouped as Life -{variant:4}{tags:resource,mana}(6-12)% of Damage Taken Recouped as Mana -{variant:3,4}Unaffected by Temporal Chains -]],[[ -Timetwist -Moonstone Ring -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Current -LevelReq: 25 -Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{tags:attack,speed}(10-15)% increased Attack Speed -{variant:1}{tags:caster,speed}(5-8)% increased Cast Speed -{variant:2}{tags:caster,speed}(5-10)% increased Cast Speed -{tags:jewellery_defense}+(30-50) to maximum Energy Shield -{variant:1}{tags:mana}15% reduced Mana Regeneration Rate -{variant:2}{tags:mana}15% increased Mana Regeneration Rate -(-10-10)% increased Skill Effect Duration -Unaffected by Temporal Chains -]],[[ -Triumvirate Authority -Unset Ring -Requires Level 64 -Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Apex of Sacrifice} (3 stats) or in normal{The Alluring Abyss} (4 stats) -Has Alt Variant: true -Has Alt Variant Two: true -Has Alt Variant Three: true -Variant: More Damage -Variant: Less souls -Variant: Additional Use (Pre 3.15.0) -Variant: Ignore resistances -Variant: Ignore Phys. Dmg. Reduction -Variant: Grant Elusive -Variant: Tailwind -Variant: Area of Effect -Variant: Proj. Speed -Variant: Skill Effect Duration -Variant: Soul Gain Prevention Duration -Variant: Lucky Damage -Variant: Aura Effect -Variant: Regain Souls -Implicits: 1 -Has 1 Socket -+2 to Level of Socketed Vaal Gems -{variant:1}Socketed Vaal Skills deal 150% more Damage -{variant:2}Socketed Vaal Skills require 30% less Souls per Use -{variant:3}Socketed Vaal Skills can store Souls for 1 additional Use -{variant:4}Hits from Socketed Vaal Skills ignore Enemy Monster Resistances -{variant:5}Hits from Socketed Vaal Skills ignore Enemy Monster Physical Damage Reduction -{variant:6}Socketed Vaal Skills grant Elusive when Used -{variant:7}You have Tailwind if you've used a Socketed Vaal Skill Recently -{variant:8}Socketed Vaal Skills have 60% increased Area of Effect -{variant:9}{tags:speed}Socketed Vaal Skills have 80% increased Projectile Speed -{variant:10}Socketed Vaal Skills have 80% increased Skill Effect Duration -{variant:11}Socketed Vaal Skills have 30% reduced Soul Gain Prevention Duration -{variant:12}Damage with Hits from Socketed Vaal Skills is Lucky -{variant:13}Socketed Vaal Skills have 50% increased Aura Effect -{variant:14}Socketed Vaal Skills have 20% chance to regain consumed Souls when used -]],[[ -Uzaza's Meadow -Sapphire Ring -League: Delve -Source: Drops from unique{Ahuatotli, the Blind} -Requires Level 49 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_attribute}+20 to Dexterity -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life -]],[[ -Uzaza's Mountain -Sapphire Ring -League: Delve -Source: Drops from unique{Kurgal, the Blackblooded} -Requires Level 49 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_attribute}+20 to Dexterity -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life -]],[[ -Uzaza's Valley -Sapphire Ring -League: Delve -Source: Drops from unique{Aul, the Crystal King} -Requires Level 49 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_attribute}+20 to Dexterity -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life -]],[[ -Valako's Sign -Topaz Ring -League: Bloodlines -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Current -Requires Level 38 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{variant:1}15% increased Damage with Hits against Shocked Enemies -{variant:2,3}40% increased Damage with Hits against Shocked Enemies -{tags:jewellery_elemental}20% increased Lightning Damage -{tags:mana}+(20-40) to maximum Mana -{variant:1,2}{tags:life}0.2% of Damage Leeched as Life against Shocked Enemies -{variant:3}{tags:life}1% of Damage Leeched as Life against Shocked Enemies -{variant:1}5% chance to Shock -{variant:2}10% chance to Shock -{variant:3}25% chance to Shock -]],[[ -Valyrium -Moonstone Ring -Variant: Pre 3.11.0 -Variant: Current -Requires Level 38 -Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{variant:1}{tags:jewellery_defense}+(10-20) to maximum Energy Shield -{variant:2}{tags:jewellery_defense}+(30-40) to maximum Energy Shield -{variant:1}{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{variant:2}{tags:jewellery_resistance}+(30-40)% to Fire Resistance -{tags:jewellery_resistance}-40% to Cold Resistance -Stun Threshold is based on Energy Shield instead of Life -]],[[ -Venopuncture -Iron Ring -Requires Level: 49 -Implicits: 1 -League: Blight -{tags:attack,physical_damage}Adds 1 to 4 Physical Damage to Attacks -{tags:jewellery_attribute}+(20-30) to Strength -{tags:attack,physical}25% chance to cause Bleeding on Hit -{tags:attack,physical_damage}(40-60)% increased Damage with Bleeding -You are Chilled while you are Bleeding -Non-Chilled Enemies you inflict Bleeding on are Chilled -Bleeding Enemies you Kill with Hits Shatter -]],[[ -Ventor's Gamble -Gold Ring -Variant: Pre 3.25.0 -Variant: Current -Requires Level 65 -Implicits: 1 -(6-15)% increased Rarity of Items found -{tags:life}+(0-60) to maximum Life -{variant:1}(-10-10)% increased Quantity of Items found -(-40-40)% increased Rarity of Items found -{tags:jewellery_resistance}+(-25-50)% to Fire Resistance -{tags:jewellery_resistance}+(-25-50)% to Cold Resistance -{tags:jewellery_resistance}+(-25-50)% to Lightning Resistance -{variant:2}{tags:mana}(-15-15)% increased Mana Reservation Efficiency of Skills -]],[[ -Vivinsect -Unset Ring -League: Betrayal -Source: Drops from unique{Research Leaders} in normal{Safehouses} -Variant: Fire and Chaos Resistances Pre 3.16.0 -Variant: Cold and Chaos Resistances Pre 3.16.0 -Variant: Lightning and Chaos Resistances Pre 3.16.0 -Variant: Strength and Dexterity Pre 3.16.0 -Variant: Dexterity and Intelligence Pre 3.16.0 -Variant: Strength and Intelligence Pre 3.16.0 -Variant: Effect of non-Damaging Ailments Pre 3.16.0 -Variant: Focus Shock Nearby Enemies Pre 3.16.0 -Variant: Minimum Frenzy Charges Pre 3.16.0 -Variant: Minimum Power Charges Pre 3.16.0 -Variant: Minimum Endurance Charges Pre 3.16.0 -Variant: Fire and Chaos Resistances -Variant: Cold and Chaos Resistances -Variant: Lightning and Chaos Resistances -Variant: Strength and Dexterity -Variant: Dexterity and Intelligence -Variant: Strength and Intelligence -Variant: Focus Shock Nearby Enemies -Variant: Minimum Frenzy Charges -Variant: Minimum Power Charges -Variant: Minimum Endurance Charges -Requires Level 45 -Implicits: 1 -Has 1 Socket -+5 to Level of Socketed Aura Gems -{variant:1,2,3,4,5,6,7,8,9,10,11}Socketed Gems have 20% reduced Mana Reservation Efficiency -{variant:13,14,15,16,17,18,19,20,21}Socketed Gems have 20% reduced Reservation Efficiency -{tags:jewellery_attribute}+(15-25) to all Attributes -{tags:life}Regenerate 15 Life per second for each Uncorrupted Item Equipped -{tags:mana}-2 to Total Mana Cost of Skills for each Corrupted Item Equipped -{variant:1}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Fire and Chaos Resistances -{variant:2}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Cold and Chaos Resistances -{variant:3}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Lightning and Chaos Resistances -{variant:4}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Dexterity -{variant:5}{crafted}{tags:jewellery_attribute}+(6-17) to Dexterity and Intelligence -{variant:6}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Intelligence -{variant:7}{crafted}(11-30)% increased Effect of non-Damaging Ailments on Enemies -{variant:8}{crafted}Shock nearby Enemies for (2-4) Seconds when you Focus -{variant:9}{crafted}+1 to Minimum Frenzy Charges -{variant:10}{crafted}+1 to Minimum Power Charges -{variant:11}{crafted}+1 to Minimum Endurance Charges -{variant:12}{crafted}{tags:chaos,jewellery_resistance}+(16-20)% to Fire and Chaos Resistances -{variant:13}{crafted}{tags:chaos,jewellery_resistance}+(16-20)% to Cold and Chaos Resistances -{variant:14}{crafted}{tags:chaos,jewellery_resistance}+(16-20)% to Lightning and Chaos Resistances -{variant:15}{crafted}{tags:jewellery_attribute}+(31-35) to Strength and Dexterity -{variant:16}{crafted}{tags:jewellery_attribute}+(31-35) to Dexterity and Intelligence -{variant:17}{crafted}{tags:jewellery_attribute}+(31-35) to Strength and Intelligence -{variant:18}{crafted}Shock nearby Enemies for 4 Seconds when you Focus -{variant:18}{crafted}Focus has (5-8)% increased Cooldown Recovery Rate -{variant:19}{crafted}+1 to Minimum Frenzy Charges -{variant:19}{crafted}(3-4)% chance to gain a Frenzy Charge on Kill -{variant:20}{crafted}+1 to Minimum Power Charges -{variant:20}{crafted}(3-4)% chance to gain a Power Charge on Kill -{variant:21}{crafted}+1 to Minimum Endurance Charges -{variant:21}{crafted}(3-4)% chance to gain a Endurance Charge on Kill -]],[[ -Voideye -Unset Ring -League: Ambush, Invasion -Requires Level 45 -Implicits: 1 -Has 1 Socket -+5 to Level of Socketed Gems -]],[[ -Replica Voideye -Unset Ring -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 45 -Implicits: 1 -Has 1 Socket -+30% to Quality of Socketed Gems -]],[[ -The Warden's Brand -Iron Ring -Requires Level 30 -Implicits: 1 -{tags:attack,physical_damage}Adds 1 to 4 Physical Damage to Attacks -{tags:attack,physical_damage}Adds (5-15) to (25-50) Physical Damage to Attacks -{tags:attack,speed}30% reduced Attack Speed -15% chance to gain a Frenzy Charge when you Stun an Enemy -]],[[ -Warrior's Legacy -Ruby Ring -Requires Level 16 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+(30-50) to Strength -{tags:attack}(20-25)% increased Melee Damage -30% chance to Avoid being Stunned -{tags:attack,speed}20% less Attack Speed -Strike Skills also target the previous location they were Used -]],[[ -Call of the Void -Sapphire Ring -Shaper Item -Elder Item -Source: Drops from unique{The Elder} (Uber Uber) -Requires Level 16 -Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -All Damage with Hits can Chill -All Damage Taken from Hits can Chill you -Enemies Chilled by your Hits can be Shattered as though Frozen -Enemies Chilled by your Hits lessen their Damage dealt by half of Chill Effect -]],[[ -Kalandra's Touch -Ring -League: Kalandra -Reflects your other Ring -Mirrored -]], + } diff --git a/src/Data/Uniques/shield.lua b/src/Data/Uniques/shield.lua index 8f86851d4..e8704e86f 100644 --- a/src/Data/Uniques/shield.lua +++ b/src/Data/Uniques/shield.lua @@ -2,1193 +2,15 @@ return { -- Shield: Armour -[[ -Ahn's Heritage -Colossal Tower Shield -Variant: Pre 3.0.0 -Variant: Pre 3.10.0 -Variant: Current -Implicits: 1 -{variant:2,3}+(10-20) to maximum Life -(50-100)% increased Armour -+(60-80) to maximum Life --1 to Maximum Endurance Charges --10% to maximum Chance to Block Attack Damage -+6% Chance to Block -{variant:1,2}+3% to all maximum Resistances while you have no Endurance Charges -{variant:3}+2% to all maximum Resistances while you have no Endurance Charges -You have Onslaught while at maximum Endurance Charges -]],[[ -The Anticipation -Ezomyte Tower Shield -League: Breach -Source: Drops in Uul-Netol Breach or from unique{Uul-Netol, Unburdened Flesh} -Upgrade: Upgrades to unique{The Surrender} using currency{Blessing of Uul-Netol} -Variant: Pre 3.0.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 1 -{variant:2,3}+(30-40) to maximum Life -{variant:1,2}(120-160)% increased Armour -{variant:3}100% increased Armour -+(50-70) to maximum Life -+6% Chance to Block -{variant:1,2}+1000 Armour if you've Blocked Recently -{variant:3}+(1500-3000) Armour if you've Blocked Recently -Permanently Intimidate Enemies on Block -]],[[ -The Surrender -Ezomyte Tower Shield -League: Breach -Source: Upgraded from unique{The Anticipation} using currency{Blessing of Uul-Netol} -Variant: Pre 3.0.0 -Variant: Pre 3.21.0 -Variant: Pre 3.25.0 -Variant: Current -Implicits: 1 -{variant:2,3,4}+(30-40) to maximum Life -{variant:1,2,3}Grants Level 30 Crushing Fist Skill -{variant:1,2}(130-170)% increased Armour -{variant:3,4}(165-205)% increased Armour -+(65-80) to maximum Life -{variant:1,2}Recover 250 Life when you Block -{variant:3,4}Recover (250-500) Life when you Block -+6% Chance to Block -{variant:1,2}+1500 Armour if you've Blocked Recently -]],[[ -Chernobog's Pillar -Ebony Tower Shield -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Implicits: 1 -{variant:4}+(20-30) to maximum Life -{variant:1}Adds 10 to 25 Fire Damage to Spells and Attacks -{variant:2}Adds (7-10) to (15-25) Fire Damage to Spells and Attacks -{variant:3,4}Adds (12-15) to (30-35) Fire Damage to Spells and Attacks -(120-150)% increased Armour -{variant:3,4}+(60-80) to maximum Life -+(35-50)% to Fire Resistance -25% of Physical Damage Converted to Fire Damage -{variant:1,2}10% chance to Curse Non-Cursed Enemies with Enfeeble on Hit -{variant:3,4}25% chance to Curse Non-Cursed Enemies with Enfeeble on Hit -]],[[ -Dawnbreaker -Colossal Tower Shield -Source: Drops from unique{The Searing Exarch} -Implicits: 1 -+(10-20) to maximum Life -(150-250)% increased Armour -+(20-25)% Chance to Block --1% Chance to Block Attack Damage for every 200 Fire Damage taken from Hits Recently -(10-20)% of Cold Damage taken as Fire Damage -(10-20)% of Lightning Damage taken as Fire Damage -(10-20)% of Physical Damage taken as Fire Damage -Scorch Enemies in Close Range when you Block -]],[[ -Lioneye's Remorse -Pinnacle Tower Shield -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.16.0 -Variant: Current -Implicits: 1 -{variant:3,4}+(20-30) to maximum Life -{variant:1,2,3}(200-250)% increased Armour -{variant:4}(180-220)% increased Armour -20% increased Stun and Block Recovery -{variant:1}+(80-100) to maximum Life -{variant:2,3,4}+(160-180) to maximum Life -5% reduced Movement Speed --25 Physical Damage taken from Projectile Attacks -+5% Chance to Block -]],[[ -Lycosidae -Rawhide Tower Shield -Variant: Pre 3.0.0 -Variant: Pre 3.25.0 -Variant: Current -Implicits: 1 -{variant:2,3}+(10-20) to maximum Life -+(120-160) to Armour -+(30-40) to maximum Life -Your hits can't be Evaded -+(3-5)% Chance to Block -{variant:1,2}Adds 250 to 300 Cold Damage to Counterattacks -{variant:3}Adds 250 to 300 Cold Damage to Retaliation Skills -]],[[ -Magna Eclipsis -Pinnacle Tower Shield -Variant: Pre 3.16.0 -Variant: Current -Source: Vendor Recipe -Implicits: 1 -+(20-30) to maximum Life -+2 to Level of Socketed Gems -Triggers Level 20 Elemental Aegis when Equipped -{variant:1}(200-250)% increased Armour -{variant:2}(180-220)% increased Armour -+(60-80) to maximum Life -+(80-100) to Evasion Rating and Energy Shield -]],[[ -Redblade Banner -Painted Tower Shield -League: Warbands -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 1 -{variant:3,4}+(20-30) to maximum Life -{variant:2,3,4}(80-100)% increased Armour -{variant:1}+1 to Level of Socketed Warcry Gems -{variant:1}+(20-60) to maximum Life -{variant:2,3,4}+(50-60) to maximum Life -20% increased Taunt Duration -{variant:1}Gain +10 Life when you Taunt an Enemy -{variant:1}20% increased Endurance Charge Duration -+5% Chance to Block -{variant:2,3,4}50% increased Warcry Cooldown Recovery Rate -{variant:2,3}2% of Attack Damage Leeched as Life against Taunted Enemies -{variant:4}Warcries have infinite Power -]],[[ -Titucius' Span -Reinforced Tower Shield -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Implicits: 1 -{variant:3}+(10-20) to maximum Life -(60-80)% increased Armour -+(30-50) to maximum Life -{variant:1}-10 Physical Damage taken from Projectile Attacks -{variant:2,3}-(50-80) Physical Damage taken from Projectile Attacks -200% increased Armour against Projectiles -+25% Chance to Block Projectile Attack Damage -]],[[ -Trolltimber Spire -Cedar Tower Shield -League: Tempest -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Implicits: 1 -{variant:3}+(20-30) to maximum Life -{variant:2,3}(130-150)% increased Armour -+(40-60) to maximum Life -15% increased Area of Effect for Skills used by Totems -{variant:1}1% of Damage Leeched as Life for Skills used by Totems -{variant:2,3}0.5% of Damage dealt by your Totems is Leeched to you as Life -You and your Totems Regenerate 0.5% of Life per second for each Summoned Totem -]],[[ -Tukohama's Fortress -Ebony Tower Shield -Variant: Pre 3.0.0 -Variant: Current -Implicits: 1 -{variant:2}+(20-30) to maximum Life -40% increased Totem Damage -+(80-100) to maximum Life -+1 to maximum number of Summoned Totems -+300 Armour per Summoned Totem -Blood Magic -]],[[ -Replica Tukohama's Fortress -Ebony Tower Shield -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -+(20-30) to maximum Life -+(80-100) to maximum Life -You can Cast an additional Brand -20% increased Critical Strike Chance per Brand -40% increased Brand Damage -Blood Magic -]], + -- Shield: Evasion -[[ -Atziri's Mirror -Golden Buckler -Source: No longer obtainable -Variant: Pre 2.0.0 -Variant: Pre 3.0.0 -Variant: Current -Implicits: 1 -{variant:3}6% increased Movement Speed -+(40-60) to Intelligence -{variant:1,2}(80-100)% increased Evasion Rating -{variant:3}(180-200)% increased Evasion Rating -+(20-30) to all Elemental Resistances -{variant:2,3}50% reduced Duration of Curses on you -Hex Reflection -{variant:3}+10% Chance to Block Attack Damage while not Cursed -{variant:3}+20% Chance to Block Spell Damage while Cursed -]],[[ -Atziri's Reflection -Golden Buckler -Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} -LevelReq: 68 -Implicits: 1 -6% increased Movement Speed -+(40-60) to Intelligence -(180-200)% increased Evasion Rating -+(180-200) to maximum Energy Shield -+(20-30)% to all Elemental Resistances -Hex Reflection -Unaffected by Curses -(15-20)% increased Effect of your Curses -]],[[ -Chalice of Horrors -War Buckler -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.17.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 1 -{variant:3,4}9% increased Movement Speed -{variant:1,2,3,4}+1 to Level of Socketed Curse Gems -{variant:5}+3 to Level of Socketed Curse Gems -(30-50)% increased Evasion Rating -{variant:2,3,4,5}+(50-70) to maximum Energy Shield -{variant:2,3,4}+(40-50) to maximum Life -{variant:1,2,3,4}+5% Chance to Block -{variant:1,2,3,4}10% Chance to Cause Monster to Flee on Block -{variant:5}100% Chance to Cause Monster to Flee on Block -{variant:5}+20% Chance to Block Attack Damage from Cursed Enemies -{variant:1,2,3}Curse Skills have 100% increased Skill Effect Duration -{variant:4}1% of Damage Leeched as Life against Cursed Enemies -{variant:5}Inflict Decay on Enemies you Curse with Hex Skills, dealing 700 Chaos Damage per Second for 8 Seconds -]],[[ -Thirst for Horrors -War Buckler -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Implicits: 1 -{variant:3}9% increased Movement Speed -+1 to Level of Socketed Curse Gems -(30-50)% increased Evasion Rating -{variant:2,3}+(50-70) to maximum Energy Shield -{variant:2,3}+(40-50) to maximum Life -+5% Chance to Block -10% Chance to Cause Monster to Flee on Block -1% of Damage Leeched as Life against Cursed Enemies -Curse Skills have 100% increased Skill Effect Duration -]],[[ -Crest of Perandus -Pine Buckler -Variant: Pre 1.3.0 -Variant: Pre 3.0.0 -Variant: Current -Implicits: 1 -{variant:3}3% increased Movement Speed -+(60-80) to maximum Life -Regenerate (5-7.5) Life per second -+30% to Lightning Resistance -0.6% of Physical Attack Damage Leeched as Life -{variant:1}+10% Chance to Block -{variant:2,3}+5% Chance to Block -]],[[ -Great Old One's Ward -Corrugated Buckler -Variant: Pre 3.0.0 -Variant: Current -Implicits: 1 -{variant:2}3% increased Movement Speed -(8-12)% Chance to Block Spell Damage -Adds (8-12) to (15-20) Physical Damage to Attacks -(6-10)% increased Attack Speed -+(50-70) to maximum Life -]],[[ -Kaltenhalt -Painted Buckler -Variant: Pre 1.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Implicits: 1 -{variant:4}6% increased Movement Speed -(60-100)% increased Evasion Rating -+5% to maximum Cold Resistance -+50% to Cold Resistance -{variant:3,4}Gain (10-15)% of Physical Damage as Extra Cold Damage -{variant:1}Reflects (5-10) Cold Damage to Melee Attackers -{variant:2,3,4}Reflects (25-50) Cold Damage to Melee Attackers -+5% Chance to Block -]],[[ -Kaltensoul -Painted Buckler -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Current -Implicits: 1 -{variant:3}6% increased Movement Speed -(60-100)% increased Evasion Rating -+5% to maximum Cold Resistance -+50% to Cold Resistance -{variant:2,3}Gain (10-15)% of Physical Damage as Extra Cold Damage -Reflects (25-50) Cold Damage to Melee Attackers -+5% Chance to Block -20% of Fire Damage from Hits taken as Cold Damage -]],[[ -Kiloava's Bluster -Ironwood Buckler -Requires Level 57, 137 Dex -Implicits: 1 -3% increased Movement Speed -(100-150)% increased Evasion Rating -(15-25)% chance to Avoid Elemental Ailments -+(3-8)% Chance to Block -(30-40)% chance for Elemental Resistances to count as being 90% against Enemy Hits -]], -[[ -Mistwall -Lacquered Buckler -Implicits: 1 -6% increased Movement Speed -(120-150)% increased Evasion Rating -10% increased Movement Speed -+(10-20)% to Fire and Cold Resistances -+(8-15)% chance to Avoid Elemental Damage from Hits while Phasing -You are at Maximum Chance to Block Attack Damage if you have not Blocked Recently -You have Phasing if you have Blocked Recently -]],[[ -Replica Mistwall -Lacquered Buckler -Variant: Pre 3.23.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -6% increased Movement Speed -(120-150)% increased Evasion Rating -10% increased Movement Speed -+(10-20)% to Fire and Cold Resistances -{variant:1}+75% Chance to Block Spell Damage if you have not Blocked Recently -{variant:2}You are at Maximum Chance to Block Spell Damage if you have not Blocked Recently -+(8-15)% chance to Avoid Physical Damage from Hits while Phasing -You have Phasing if you have Blocked Recently -]],[[ -Mutewind Pennant -Enameled Buckler -League: Warbands -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.11.0 -Variant: Pre 3.24.0 -Variant: Current -Implicits: 1 -{variant:3,4,5}6% increased Movement Speed -{variant:1}+1 to Level of Socketed Warcry Gems -{variant:1}(20-30)% increased Chaos Damage -{variant:2,3,4,5}(80-100)% Increased Evasion Rating -+(20-40)% to Cold Resistance -10% increased Area of Effect -{variant:1}You gain Onslaught for 2 seconds on Killing Taunted Enemies -{variant:2,3,4,5}Gain Onslaught for 4 seconds when you Warcry -{variant:2,3,4,5}25% increased Warcry Buff Effect -{variant:4}Call to Arms -{variant:5}Warlord's Call -]],[[ -Thousand Teeth Temu -Vaal Buckler -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 1 -{variant:3,4}3% increased Movement Speed -(100-120)% increased Evasion Rating -+(70-90) to maximum Life -0.4% of Physical Attack Damage Leeched as Life -{variant:1,2,3}+5% Chance to Block -{variant:4}+10% Chance to Block -{variant:1,2,3}Reflects 1 to 1000 Physical Damage to Attackers on Block -{variant:4}Reflects 1000 to 10000 Physical Damage to Attackers on Block -{variant:2,3}10% of Damage you Reflect to Enemies when Hit is gained as Life -]], + -- Shield: Energy Shield -[[ -Apep's Slumber -{variant:1}Ancient Spirit Shield -{variant:2}Vaal Spirit Shield -Variant: Pre 3.14.0 -Variant: Current -League: Incursion -Source: Opening normal{Grove Vessel} in normal{Toxic Grove} -Upgrade: Upgrades to unique{Apep's Supremacy} via currency{Vial of Awakening} -Implicits: 1 -(5-10)% increased Spell Damage -{variant:1}Adds (20-22) to (30-37) Chaos Damage -{variant:2}Adds (50-55) to (72-80) Chaos Damage -+(80-100) to maximum Energy Shield -+25% chance to be Poisoned -+3% to all maximum Resistances while Poisoned -{variant:1}Regenerate 50 Energy Shield per Second per Poison on you, up to 400 per second -{variant:2}Regenerate 80 Energy Shield per Second per Poison on you, up to 400 per second -Poisons on you expire 50% slower -]],[[ -Apep's Supremacy -Vaal Spirit Shield -League: Incursion -Source: Upgraded from unique{Apep's Slumber} via currency{Vial of Awakening} -Implicits: 1 -(5-10)% increased Spell Damage -Adds (50-55) to (72-80) Chaos Damage -+(130-150) to maximum Energy Shield -(30-50)% faster start of Energy Shield Recharge -You take Chaos Damage instead of Physical Damage from Bleeding -+25% chance to be Poisoned -+3% to all maximum Resistances while Poisoned -Poisons on you expire 50% slower -]],[[ -Bitterbind Point -Titanium Spirit Shield -League: Betrayal -Source: Drops from unique{Catarina, Master of Undeath} -Variant: Fire and Cold Damage (Pre 3.14) -Variant: Cold and Lightning Damage (Pre 3.14) -Variant: Fire and Lightning Damage (Pre 3.14) -Variant: Energy Shield and Life (Pre 3.14) -Variant: Armour during Soul Gain Prevention (Pre 3.14) -Variant: Level of Socketed Support Gems (Pre 3.14) -Variant: Fire and Cold Damage -Variant: Cold and Lightning Damage -Variant: Fire and Lightning Damage -Variant: Energy Shield and Life -Variant: Armour during Soul Gain Prevention -Variant: Level of Socketed Support Gems -(30-50)% increased Spell Damage -(180-220)% increased Energy Shield -Spectres have (50-100)% increased maximum Life -Gain Arcane Surge when you deal a Critical Strike -Your Raised Spectres also gain Arcane Surge when you do -(40-50)% increased Critical Strike Chance for Spells per Raised Spectre -{variant:1}{crafted}Adds (3-12) to (5-16) Fire Damage -{variant:1}{crafted}Adds (3-12) to (5-16) Cold Damage -{variant:2}{crafted}Adds (3-12) to (5-16) Cold Damage -{variant:2}{crafted}Adds 1 to (7-24) Lightning Damage -{variant:3}{crafted}Adds (3-12) to (5-16) Fire Damage -{variant:3}{crafted}Adds 1 to (7-24) Lightning Damage -{variant:4}{crafted}(20-40)% increased Energy Shield -{variant:4}{crafted}+(10-28) to maximum Life -{variant:5}{crafted}+(500-3000) to Armour during Soul Gain Prevention -{variant:6}{crafted}+(1-2) to Level of Socketed Support Gems -{variant:7}Adds (14-16) to (20-22) Fire Damage -{variant:7}Adds (14-16) to (20-22) Cold Damage -{variant:8}Adds (14-16) to (20-22) Cold Damage -{variant:8}Adds (14-16) to (20-22) Lightning Damage -{variant:9}Adds (14-16) to (20-22) Fire Damage -{variant:9}Adds (14-16) to (20-22) Lightning Damage -{variant:10}(24-28)% increased Energy Shield -{variant:10}+(19-22) to maximum Life -{variant:11}+(3201-4000) to Armour during Soul Gain Prevention -{variant:12}+2 to Level of Socketed Support Gems -{variant:12}+(5-8)% to Quality of Socketed Support Gems -]],[[ -Brinerot Flag -Tarnished Spirit Shield -League: Warbands -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 2 -{variant:1,2}5% increased Spell Damage -{variant:3,4}(5-10)% increased Spell Damage -{variant:1}+1 to Level of Socketed Warcry Gems -{variant:2,3,4}+3 to Level of Socketed Warcry Gems -{variant:1}(8-12)% increased Attack Speed -{variant:2,3,4}(8-12)% increased Cast Speed -+(70-90) to maximum Energy Shield -(20-40)% increased Mana Regeneration Rate -{variant:1}Gain 3 Mana per Taunted Enemy Hit -{variant:2,3}Gain 2 Power Charges on Using a Warcry -{variant:4}Warcries grant Arcane Surge to you and Allies, with 10% increased effect per 5 power, up to 50% -]],[[ -Esh's Mirror -{variant:1}Thorium Spirit Shield -{variant:2}Vaal Spirit Shield -Variant: Pre 3.21.0 -Variant: Current -League: Breach -Source: Drops in Esh Breach or from unique{Esh, Forked Thought} -Upgrade: Upgrades to unique{Esh's Visage} using currency{Blessing of Esh} -Implicits: 1 -{variant:2}(5-10)% increased Spell Damage -+(20-30) to Intelligence -{variant:1}(80-100)% increased Energy Shield -{variant:2}(170-230)% increased Energy Shield -{variant:1}+(70-100) to maximum Life -+(35-40)% to Lightning Resistance -{variant:2}Shocks you inflict spread to other Enemies within a Radius of 15 -Adds 1 to 10 Lightning Damage for each Shocked Enemy you've Killed Recently -{variant:1}Shock Reflection -]],[[ -Esh's Visage -Vaal Spirit Shield -League: Breach -Source: Upgraded from unique{Esh's Mirror} using currency{Blessing of Esh} -Variant: Pre 3.0.0 -Variant: Pre 3.16.0 -Variant: Current -Implicits: 2 -{variant:1}5% increased Spell Damage -{variant:2,3}(5-10)% increased Spell Damage -(240-260)% increased Energy Shield -{variant:1,2}+(40-70) to maximum Life -{variant:3}+(70-100) to maximum Life -+(30-40)% to Lightning Resistance -+(17-29)% to Chaos Resistance -Chaos Damage does not bypass Energy Shield while not on Low Life -Reflect Shocks applied to you to all Nearby Enemies -]],[[ -The Eternal Apple -Chiming Spirit Shield -Implicits: 1 -(10-15)% increased Spell Damage -Trigger a Socketed Warcry Skill on losing Endurance Charges, with a 0.25 second Cooldown -+(60-80) to maximum Life -+(17-23)% to Chaos Resistance -You lose all Endurance Charges on reaching maximum Endurance Charges -Cannot Block -50% increased Warcry Cooldown Recovery Rate -]],[[ -Kongming's Stratagem -{variant:1,2,3,4}Ivory Spirit Shield -{variant:5}Ancient Spirit Shield -Variant: Pre 3.0.0 -Variant: Pre 3.1.0 -Variant: Pre 3.11.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 3 -{variant:1}15% increased Spell Damage -{variant:2,3,4}(15-20)% increased Spell Damage -{variant:5}(5-10)% increased Spell Damage -{variant:1,2}Traps from Socketed Skills create a Smoke Cloud when triggered -{variant:3,4,5}Trigger Level 20 Fog of War when your Trap is triggered -+(20-30) to Intelligence -{variant:1,2}(80-120)% increased Energy Shield -{variant:3,4,5}(250-300)% increased Energy Shield -{variant:1,2,3}30% increased Fire Damage with Hits and Ailments against Blinded Enemies -{variant:4,5}(30-50)% increased Fire Damage with Hits and Ailments against Blinded Enemies -30% reduced Spell Damage taken from Blinded Enemies -No Chance to Block -]],[[ -Light of Lunaris -Jingling Spirit Shield -Variant: Pre 3.0.0 -Variant: Pre 3.5.0 -Variant: Current -Implicits: 2 -{variant:1}10% increased Spell Damage -{variant:2,3}(10-15)% increased Spell Damage -{variant:3}Adds (35-39) to (54-60) Cold Damage to Spells -(60-80)% increased Critical Strike Chance for Spells -{variant:1,2}(100-140)% increased Energy Shield -{variant:3}(475-600)% increased Energy Shield -{variant:1,2}+(3-5)% Chance to Block -{variant:3}+(6-10)% Chance to Block -+1% to Critical Strike Multiplier per 1% Chance to Block Attack Damage -+25% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently -]],[[ -Malachai's Loop -Harmonic Spirit Shield -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 2 -{variant:1,2}10% increased Spell Damage -{variant:3,4}(10-15)% increased Spell Damage -{variant:1}(160-200)% increased Energy Shield -{variant:2,3,4}(210-250)% increased Energy Shield -+2 to Maximum Power Charges -20% chance to gain a Power Charge on Hit -{variant:1,2,3}6% increased Spell Damage per Power Charge -{variant:4}(12-16)% increased Spell Damage per Power Charge -Lose all Power Charges on reaching Maximum Power Charges -Shocks you when you reach Maximum Power Charges -]],[[ -Manastorm -{variant:1}Fossilised Spirit Shield -{variant:2,3}Lacewood Spirit Shield -Variant: Pre 3.19.0 -Variant: Pre 3.24.0 -Variant: Current -Implicits: 2 -{variant:1}(15-20)% increased Spell Damage -{variant:2,3}(5-10)% increased Spell Damage -{variant:1,2}(80-120)% increased Energy Shield -{variant:1,2}+(50-70) to maximum Mana -{variant:1,2}(30-50)% increased Mana Regeneration Rate -{variant:1,2}When you Cast a Spell, Sacrifice all Mana to gain Added Maximum Lightning Damage -{variant:1,2}equal to 25% of Sacrificed Mana for 4 seconds -{variant:3}+(1-100) to maximum Mana -{variant:3}(1-100)% Increased Mana Regeneration Rate -{variant:3}Gain (1-100) Mana per Enemy Killed -{variant:3}(1-100)% Increased Mana Recovery from Flasks -{variant:3}When you Cast a Spell, Sacrifice all Mana to gain Added Maximum Lightning Damage -{variant:3}equal to 50% of Sacrificed Mana for 4 seconds -]],[[ -Matua Tupuna -Tarnished Spirit Shield -Variant: Pre 3.0.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 2 -{variant:1}5% increased Spell Damage -{variant:2,3}(5-10)% increased Spell Damage -+2 to Level of Socketed Minion Gems -(40-80)% increased Energy Shield -+(15-25) to maximum Mana -{variant:1,2}10% increased effect of Non-Curse Auras from your Skills on your Minions -{variant:3}20% increased effect of Non-Curse Auras from your Skills on your Minions -{variant:1,2}Spreads Tar when you take a Critical Strike -{variant:1,2}10% increased effect of Non-Curse Auras from your Skills -{variant:3}20% increased effect of Non-Curse Auras from your Skills -{variant:3}Spreads Tar when you Block -]],[[ -Whakatutuki o Matua -Tarnished Spirit Shield -Source: No longer obtainable -LevelReq: 63 -Implicits: 1 -(5-10)% increased Spell Damage -+3 to Level of Socketed Minion Gems -+(40-80) to maximum Energy Shield -(40-80)% increased Energy Shield -+(15-25) to maximum Mana -20% increased effect of Non-Curse Auras from your Skills on your Minions -20% increased effect of Non-Curse Auras from your Skills -Spreads Tar when you Block -If you have Blocked Recently, you and nearby Allies Regenerate 5% of Life per second -]],[[ -Rathpith Globe -Titanium Spirit Shield -League: Legion -Variant: Pre 3.4.0 -Variant: Pre 3.7.0 -Variant: 3.19.0 -Variant: Current -Implicits: 0 -{variant:1}+(12-18)% Chance to Block Spell Damage -{variant:2,3,4}+(10-15)% Chance to Block Spell Damage -{variant:1,2}(40-60)% increased Spell Damage -(120-160)% increased Energy Shield -10% increased maximum Life -{variant:1,2}+25% to Lightning Resistance -{variant:3}Sacrifice 4% of your Life when you Use or Trigger a Spell Skill -{variant:4}Sacrifice 10% of your Life when you Use or Trigger a Spell Skill -{variant:3}2% increased Critical Strike Chance for Spells per 100 Player Maximum Life -{variant:4}5% increased Critical Strike Chance for Spells per 100 Player Maximum Life -{variant:3}2% increased Spell Damage per 100 Player Maximum Life -{variant:4}5% increased Spell Damage per 100 Player Maximum Life -]],[[ -The Scales of Justice -Chiming Spirit Shield -Implicits: 1 -(10-15)% increased Spell Damage -Has no Energy Shield -+(40-70) to maximum Life -+(40-70) to maximum Mana -(3-4) to (7-8) added Fire Damage per 100 of Maximum Life or Maximum Mana, whichever is lower -Unaffected by Ignite or Shock if Maximum Life and Maximum Mana are within 500 -]],[[ -Sentari's Answer -Brass Spirit Shield -Variant: Pre 3.4.0 -Variant: Pre 3.25.0 -Variant: Current -Implicits: 0 -{variant:1}7% Chance to Block Spell Damage -{variant:2,3}10% Chance to Block Spell Damage -+(20-30) to Intelligence -{variant:1,2}(4-8)% increased Quantity of Items found -+5% Chance to Block -Curse Enemies with Punishment when you Block their Melee Damage, ignoring Curse Limit -Curse Enemies with Temporal Chains when you Block their Projectile Attack Damage, ignoring Curse Limit -Curse Enemies with Elemental Weakness when you Block their Spell Damage, ignoring Curse Limit -]], + -- Shield: Armour/Evasion -[[ -The Flawed Refuge -Maple Round Shield -League: Affliction -Requires Level 39, 52 Str, 52 Dex -Implicits: 1 -180% increased Block Recovery -(100–150)% increased Armour and Evasion -+15% Chance to Block -You take 100% of Elemental Damage from Blocked Hits -40% of Elemental Damage from Hits taken as Physical Damage -]],[[ -Daresso's Courage -Baroque Round Shield -Variant: Pre 2.6.0 -Variant: Pre 3.4.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 1 -120% increased Block Recovery -{variant:1,2}+36% Chance to Block Spell Damage while on Low Life -{variant:3,4}+30% Chance to Block Spell Damage while on Low Life -{variant:1,2,3}20% increased Global Physical Damage -{variant:1,2,3}(100-120)% increased Armour and Evasion -{variant:4}(200-250)% increased Armour and Evasion -{variant:1}+(10-20)% to Fire Resistance -{variant:1}+(10-20)% to Cold Resistance -{variant:1}+(10-20)% to Lightning Resistance -{variant:2,3}+(10-20)% to all Elemental Resistances -{variant:4}+(20-30)% to all Elemental Resistances -{variant:1,2,3}+(3-6)% Chance to Block -{variant:2,3}+20% Chance to Block Attack Damage if you have Blocked Spell Damage Recently -{variant:4}+100% Chance to Block Attack Damage if you have Blocked Spell Damage Recently -{variant:2,3}+20% Chance to Block Spell Damage if you have Blocked Attack Damage Recently -{variant:4}+100% Chance to Block Spell Damage if you have Blocked Attack Damage Recently -]],[[ -The Deep One's Hide -Studded Round Shield -Variant: Pre 2.6.0 -Variant: Current -Implicits: 1 -60% increased Block Recovery -Adds 4 to 8 Physical Damage to Attacks -{variant:1}Adds 4 to 8 Cold Damage to Attacks -{variant:2}Adds 12 to 15 Cold Damage to Attacks -(90-130)% increased Armour and Evasion -+(30-50)% to Fire Resistance -Curse Enemies with Vulnerability on Block -]],[[ -The Ghastly Theatre -Teak Round Shield -Variant: Pre 3.16.0 -Variant: Current -League: Heist -Implicits: 1 -180% increased Block Recovery -+2 to Level of Socketed Support Gems -Triggers Level 20 Physical Aegis when Equipped -(300-400)% increased Armour and Evasion -{variant:1}(30-50)% chance to avoid Bleeding -{variant:2}Bleeding cannot be inflicted on you -(8-15)% increased Attack and Cast Speed while Physical Aegis is depleted -(50-70)% increased Critical Strike Chance while Physical Aegis is depleted -Nearby Enemies are Blinded while Physical Aegis is not depleted -]],[[ -The Oppressor -Elegant Round Shield -Implicits: 1 -120% increased Block Recovery --10% to amount of Suppressed Spell Damage Prevented -+(26-32)% chance to Suppress Spell Damage -(200-250)% increased Armour and Evasion -+(9-13)% Chance to Block -You take 20% of Damage from Blocked Hits -]],[[ -Shattershard -Crimson Round Shield -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 0 -Trigger Level 20 Shield Shatter when you Block -(120-150)% increased Armour and Evasion -+(80-100) to maximum Life -+(8-12)% Chance to Block -]],[[ -The Squire -Elegant Round Shield -Implicits: 1 -120% increased Block Recovery -Has 3 Sockets -All Sockets are White -+(5-8)% to Quality of Socketed Support Gems -Socketed Support Gems can also Support Skills from your Main Hand -(100-150)% increased Armour and Evasion -+(3-5)% Chance to Block -]],[[ -Vix Lunaris -Cardinal Round Shield -Implicits: 0 -+2 to Level of Socketed Gems -Triggers Level 20 Cold Aegis when Equipped -(200-250)% increased Armour and Evasion -+(60-80) to maximum Life -Cannot be Frozen -]],[[ -Wheel of the Stormsail -Rotted Round Shield -Variant: Pre 3.16.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 1 -60% increased Block Recovery -{variant:1,2}+(5-10) to Armour -{variant:3}+(20-40) to Armour -{variant:3}+(20-40) to Evasion Rating -(30-40)% increased Rarity of Items found -{variant:3}+(50-75)% to Lightning Resistance -100% increased Duration of Curses on you -{variant:1,2}+5% Chance to Block -{variant:1}Curse Skills have 25% increased Skill Effect Duration -{variant:2}Curse Skills have 100% increased Skill Effect Duration -]], + -- Shield: Armour/Energy Shield -[[ -Aegis Aurora -Champion Kite Shield -Variant: Pre 1.1.0 -Variant: Pre 3.5.0 -Variant: Current -Implicits: 0 -{variant:1,2}(80-100)% increased Armour and Energy Shield -{variant:3}(300-400)% increased Armour and Energy Shield -+10% to all Elemental Resistances -+5% to maximum Cold Resistance -+6% Chance to Block -{variant:1}Recover Energy Shield equal to 4% of Armour when you Block -{variant:2,3}Recover Energy Shield equal to 2% of Armour when you Block -(10-20)% increased Elemental Damage with Attack Skills -]],[[ -Broken Faith -Archon Kite Shield -League: Warbands -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 1 -+12% to all Elemental Resistances -0.4% of Chaos Damage Leeched as Life -{variant:1,2}Gain (5-10)% of Physical Damage as Extra Chaos Damage -{variant:1,3}-10% Chance to Block -{variant:2}5% Chance to Block -{variant:1}(20-30)% increased Damage while you have no Energy Shield -{variant:2,3}100% increased Global Armour while you have no Energy Shield -{variant:1}30% Chance to gain Unholy Might on Block for 3 seconds -{variant:2}Gain Unholy Might on Block for 10 seconds -{variant:3}You have Unholy Might while you have no Energy Shield -Create Profane Ground instead of Consecrated Ground -]],[[ -Emperor's Vigilance -Steel Kite Shield -League: Harvest -Variant: Pre 3.19.0 -Variant: Current -Implicits: 0 -(16-22)% Chance to Block Spell Damage -{variant:1}(300-400)% increased Armour and Energy Shield -{variant:2}1000% increased Armour and Energy Shield -{variant:1}(10-15)% increased maximum Life -{variant:1}Cannot Block while you have no Energy Shield -Damage taken from Blocked Hits cannot bypass Energy Shield -Damage taken from Unblocked hits always bypasses Energy Shield -Glancing Blows -]],[[ -Invictus Solaris -Archon Kite Shield -Implicits: 1 -+12% to all Elemental Resistances -+2 to Level of Socketed Gems -Triggers Level 20 Fire Aegis when Equipped -(200-250)% increased Armour and Energy Shield -+(60-80) to maximum Life -Cannot be Ignited -]],[[ -Prism Guardian -Archon Kite Shield -Variant: Pre 1.1.0 -Variant: Pre 2.0.0 -Variant: Pre 3.16.0 -Variant: Current -Implicits: 2 -{variant:1}+24% to all Elemental Resistances -{variant:2,3,4}+12% to all Elemental Resistances -{variant:1,2}+1 to Level of Socketed Aura Gems -{variant:3,4}+2 to Level of Socketed Aura Gems -Socketed Gems Cost and Reserve Life instead of Mana -Socketed Gems have 30% increased Reservation Efficiency -+(20-30) to Dexterity -+25% to all Elemental Resistances -]],[[ -Mahuxotl's Machination -Steel Kite Shield -League: Ultimatum -Source: Drops from unique{The Trialmaster} -Implicits: 0 -Corrupted Soul -Divine Flesh -Eternal Youth -Everlasting Sacrifice -Immortal Ambition -Vaal Pact -]],[[ -Rise of the Phoenix -Mosaic Kite Shield -Variant: Pre 1.1.0 -Variant: Pre 3.1.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 2 -{variant:1}+16% to all Elemental Resistances -{variant:2,3,4}+8% to all Elemental Resistances -{variant:1,2,3}(80-100)% increased Armour and Energy Shield -{variant:4}(240-300)% increased Armour and Energy Shield -{variant:3}+(40-60) maximum Life -{variant:1,2}Regenerate 6 Life per second -{variant:3}Regenerate (15-20) Life per second -{variant:4}Regenerate (100-200) Life per second -{variant:1,2}+8% to maximum Fire Resistance -{variant:3,4}+5% to maximum Fire Resistance -+(20-25)% to Fire Resistance -+25% to Fire Resistance while on Low Life -10% increased Movement Speed when on Low Life -Cannot be Ignited while on Low Life -]],[[ -Saffell's Frame -Branded Kite Shield -Variant: Pre 1.1.0 -Variant: Pre 3.4.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 2 -{variant:1}+8% to all Elemental Resistances -{variant:2,3,4}+4% to all Elemental Resistances -{variant:1,2}(21-24)% Chance to Block Spell Damage -{variant:3}(15-20)% Chance to Block Spell Damage -{variant:4}(20-30)% Chance to Block Spell Damage -(20-30)% increased Spell Damage -{variant:1,2,3}+10% to all Elemental Resistances -{variant:4}+(20-30)% to all Elemental Resistances -{variant:1}+5% to all maximum Resistances -{variant:2,3,4}+4% to all maximum Resistances -Cannot Block Attack Damage -]],[[ -Springleaf -Plank Kite Shield -Variant: Pre 1.1.0 -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 2 -{variant:1}+8% to all Elemental Resistances -{variant:2,3,4,5}+4% to all Elemental Resistances -(80-120)% increased Armour and Energy Shield -{variant:5}Regenerate (30-50) Life per Second -{variant:1,2,3,4}50% reduced Freeze Duration on you -{variant:5}80% reduced Freeze Duration on you -{variant:3}Regenerate 1% of Life per Second -{variant:4}Regenerate 3% of Life per Second -{variant:1,2}Regenerate 6% of Life per Second while on Low Life -{variant:3}Regenerate 5% of Life per Second while on Low Life -{variant:4}Regenerate 3% of Life per Second while on Low Life -{variant:5}Regenerate 100 Life per Second while on Low Life -]],[[ -The Oak -Plank Kite Shield -Source: No longer obtainable -Variant: Pre 1.1.0 -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Current -LevelReq: 40 -Implicits: 2 -{variant:1}+8% to all Elemental Resistances -{variant:2,3,4,5}+4% to all Elemental Resistances -(80-120)% increased Armour and Energy Shield -+(100-150) to maximum Life -{variant:1,2,3,4}50% reduced Freeze Duration on you -{variant:5}80% reduced Freeze Duration on you -{variant:3}Regenerate 1% of Life per Second -{variant:4,5}Regenerate 3% of Life per Second -{variant:1,2}Regenerate 6% of Life per Second while on Low Life -{variant:3}Regenerate 5% of Life per Second while on Low Life -{variant:4,5}Regenerate 3% of Life per Second while on Low Life -]],[[ -The Unshattered Will -Archon Kite Shield -League: Harbinger -Source: Created from item parts obtained from Boss in The Beachhead -Upgrade: Upgrades to unique{The Immortal Will} via currency{Specularity Scroll} -Implicits: 1 -+12% to all Elemental Resistances -Grants Summon Harbinger of Focus Skill -+(60-80) to maximum Life -+(10-15)% to all Elemental Resistances -(30-50) Mana gained when you Block -+5% Chance to Block -Channelling Skills deal (50-70)% increased Damage -]],[[ -The Immortal Will -Archon Kite Shield -League: Harvest -Source: Upgraded from unique{The Unshattered Will} via currency{Specularity Scroll} -Implicits: 1 -+12% to all Elemental Resistances -Grants Summon Greater Harbinger of Focus Skill -+(60-80) to maximum Life -+(10-15)% to all Elemental Resistances -(30-50) Mana gained when you Block -+5% Chance to Block -Channelling Skills deal (50-70)% increased Damage -]],[[ -Unyielding Flame -Archon Kite Shield -Source: Drops in The Lord's Labyrinth -Implicits: 1 -+12% to all Elemental Resistances -Trigger Commandment of Inferno on Critical Strike -(50-70)% increased Global Critical Strike Chance -+(60-80) to maximum Life -+(20-30)% to Fire Resistance -(8-12)% increased Attack Speed if you've dealt a Critical Strike Recently -(8-12)% increased Cast Speed if you've dealt a Critical Strike Recently -]],[[ -Victario's Charity -Laminated Kite Shield -Variant: Pre 2.6.0 -Variant: Current -Implicits: 1 -+8% to all Elemental Resistances -+(50-70) to maximum Life -+(20-30)% to Lightning Resistance -+11% to Chaos Resistance -{variant:1}10% increased Area of Effect of Aura Skills -{variant:2}20% increased Area of Effect of Aura Skills -10% chance to grant a Power Charge to nearby Allies on Kill -5% chance to grant a Frenzy Charge to nearby Allies on Hit -]],[[ -Replica Victario's Charity -Laminated Kite Shield -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -+8% to all Elemental Resistances -+(50-70) to maximum Life -+(20-30)% to Lightning Resistance -+11% to Chaos Resistance -10% increased effect of Non-Curse Auras from your Skills -5% chance to grant an Endurance Charge to nearby Allies on Hit -10% chance to grant a Frenzy Charge to nearby Allies on Kill -]], + -- Shield: Evasion/Energy Shield -[[ -Font of Thunder -Mirrored Spiked Shield -Variant: 3.16.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -+5% chance to Suppress Spell Damage -{variant:1}(500-600)% increased Evasion and Energy Shield -{variant:2}(400-500)% increased Evasion and Energy Shield -(25-40)% increased Mana Regeneration Rate -+50% chance to be Shocked -40% of Cold Damage taken as Lightning Damage -40% of Fire Damage taken as Lightning Damage -]],[[ -Glitterdisc -Burnished Spiked Shield -Source: No longer obtainable -Variant: Pre 3.0.0 -Variant: Current -Implicits: 2 -{variant:1}Reflects (10-23) Physical Damage to Melee Attackers -{variant:2}+5% chance to Suppress Spell Damage -(120-140)% increased Evasion and Energy Shield -+(20-30) to maximum Energy Shield -+(30-50) to maximum Life -10% increased Rarity of Items found -25% chance to Avoid Fire Damage from Hits -{variant:2}You always Ignite while Burning -]],[[ -Jaws of Agony -Supreme Spiked Shield -Variant: Pre 2.0.0 -Variant: Pre 3.0.0 -Variant: Pre 3.8.0 -Variant: Current -Implicits: 2 -{variant:1,2}Reflects (221-260) Physical Damage to Melee Attackers -{variant:3,4}+5% chance to Suppress Spell Damage -{variant:1,2,3}Grants Level 20 Bear Trap Skill -{variant:4}Grants Level 25 Bear Trap Skill -(18-28)% increased Trap Damage -(15-25)% increased Global Physical Damage -+(60-80) to maximum Life --(14-18) Physical Damage taken from Attack Hits -{variant:1}15% chance to gain a Power Charge when you Throw a Trap -{variant:2,3,4}25% chance to gain a Power Charge when you Throw a Trap -]],[[ -Leper's Alms -Mirrored Spiked Shield -Source: Drops from unique{The Eradicator} -Variant: Pre 3.5.0 -Variant: Current -Implicits: 1 -+5% chance to Suppress Spell Damage -{variant:1}(130-150)% increased Evasion and Energy Shield -{variant:2}(500-600)% increased Evasion and Energy Shield -+(60-80) to maximum Life -40% increased Duration of Ailments on Enemies -+(3-4)% Chance to Block -Shared Suffering -]],[[ -Maligaro's Lens -Compound Spiked Shield -Variant: Pre 3.0.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 2 -{variant:1}Reflects (51-70) Physical Damage to Melee Attackers -{variant:2,3}+3% chance to Suppress Spell Damage -(10-15)% increased Attack Speed -(10-20)% increased maximum Life --50% to all Elemental Resistances -10% increased Area of Effect -{variant:1,2}Nearby allies Recover 2% of your Maximum Life when you Die -{variant:3}Nearby allies Recover 1% of your Maximum Life when you Die -]],[[ -Perepiteia -Ezomyte Spiked Shield -League: Synthesis -Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} -Implicits: 1 -+3% chance to Suppress Spell Damage -+(1-3) to Level of Socketed Lightning Gems -Triggers Level 20 Lightning Aegis when Equipped -(1-20)% increased Attack Speed -(1-20)% increased Cast Speed -(300-400)% increased Evasion and Energy Shield -+(1-75) to maximum Mana -(1-20)% increased Movement Speed -]],[[ -Qotra's Regulator -Sovereign Spiked Shield -League: Ritual -Source: Purchase from Ritual Reward -Implicits: 1 -+5% chance to Suppress Spell Damage -(160-220)% increased Evasion and Energy Shield -+(40-60)% to Damage over Time Multiplier if you've dealt a Critical Strike in the past 8 seconds -(2-2.5)% of Life Regenerated per Second if you've dealt a Critical Strike in the past 8 seconds -Lose (10-15)% of Energy Shield when you deal a Critical Strike -Lose (10-15)% of Life when you deal a Critical Strike -]],[[ -Zeel's Amplifier -Polished Spiked Shield -Implicits: 1 -+5% chance to Suppress Spell Damage -(40-50)% increased Spell Damage -+(60-80) to maximum Energy Shield -+(50-70) to maximum Life -1% increased Area of Effect per Enemy killed recently, up to 50% -You have Zealot's Oath if you haven't been hit recently -]],} + +} diff --git a/src/Data/Uniques/staff.lua b/src/Data/Uniques/staff.lua index 7acf7960e..a07e7dd62 100644 --- a/src/Data/Uniques/staff.lua +++ b/src/Data/Uniques/staff.lua @@ -2,705 +2,5 @@ return { -- Weapon: Staff -[[ -Agnerod East -Imperial Staff -Variant: Pre 2.6.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 66, 158 Str, 113 Int -Implicits: 3 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2}+18% Chance to Block Attack Damage while wielding a Staff -{variant:3}+25% Chance to Block Attack Damage while wielding a Staff -40% increased Strength Requirement -+(80-120) to Intelligence -(30-50)% increased Lightning Damage -{variant:1}+1 to Level of all Lightning Spell Skill Gems -{variant:2,3}+2 to Level of all Lightning Spell Skill Gems -Damage Penetrates 20% Lightning Resistance -100% increased Duration of Lightning Ailments -]],[[ -Agnerod North -Imperial Staff -Variant: Pre 2.6.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 66, 158 Str, 113 Int -Implicits: 3 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2}+18% Chance to Block Attack Damage while wielding a Staff -{variant:3}+25% Chance to Block Attack Damage while wielding a Staff -{variant:1}+1 to Level of all Lightning Spell Skill Gems -{variant:2,3}+2 to Level of all Lightning Spell Skill Gems -+(80-120) to Intelligence -(30-50)% increased Lightning Damage -15% chance to Shock -40% increased Strength Requirement -Damage Penetrates 20% Lightning Resistance -]],[[ -Agnerod South -Imperial Staff -Variant: Pre 2.6.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 66, 158 Str, 113 Int -Implicits: 3 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2}+18% Chance to Block Attack Damage while wielding a Staff -{variant:3}+25% Chance to Block Attack Damage while wielding a Staff -{variant:1}+1 to Level of all Lightning Spell Skill Gems -{variant:2,3}+2 to Level of all Lightning Spell Skill Gems -+(80-120) to Intelligence -(30-50)% increased Lightning Damage -+5% to Maximum Lightning Resistance -40% increased Strength Requirement -Damage Penetrates 20% Lightning Resistance -]],[[ -Agnerod West -Imperial Staff -Variant: Pre 2.6.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 66, 158 Str, 113 Int -Implicits: 3 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2}+18% Chance to Block Attack Damage while wielding a Staff -{variant:3}+25% Chance to Block Attack Damage while wielding a Staff -{variant:1}+1 to Level of all Lightning Spell Skill Gems -{variant:2,3}+2 to Level of all Lightning Spell Skill Gems -+(80-120) to Intelligence -(30-50)% increased Lightning Damage -Adds (5-15) to (100-140) Lightning Damage to Spells -40% increased Strength Requirement -Damage Penetrates 20% Lightning Resistance -]],[[ -The Annihilating Light -Quarterstaff -Variant: Pre 3.25.0 -Variant: Current -Source: Drops from unique{The Searing Exarch} (Uber) -Requires Level 68, 78 Str, 78 Int -Implicits: 2 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2}+22% Chance to Block Attack Damage while wielding a Staff -(60-70)% reduced Elemental Resistances -Deal Triple Damage with Elemental Skills -]],[[ -Atziri's Rule -Judgement Staff -Variant: Pre 3.25.0 -Variant: Current -Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} -Requires Level 68, 113 Str, 113 Int -Implicits: 2 -{variant:1}+20% Chance to Block Spell Damage while wielding a Staff -{variant:2}+25% Chance to Block Attack Damage while wielding a Staff -Grants Level 20 Queen's Demand Skill -Queen's Demand can Trigger Level 20 Flames of Judgement -Queen's Demand can Trigger Level 20 Storm of Judgement -Cannot be Stunned -Damage cannot be Reflected -]],[[ -The Winds of Fate -Foul Staff -Variant: Pre 3.25.0 -Variant: Current -League: Sanctum -Source: Drops from unique{Lycia, Herald of the Scourge} in normal{The Beyond} -Implicits: 2 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2}+22% Chance to Block Attack Damage while wielding a Staff -(700-800)% increased Physical Damage -+100% to Global Critical Strike Multiplier -75% of Physical Damage converted to a random Element -25% of Physical Damage Converted to Chaos Damage -Maximum Critical Strike Chance is 50% -Non-Critical Strikes deal no Damage -]],[[ -The Blood Thorn -Gnarled Branch -Variant: Pre 2.6.0 -Variant: Pre 3.25.0 -Variant: Current -Implicits: 3 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2}+18% Chance to Block Attack Damage while wielding a Staff -{variant:3}+20% Chance to Block Attack Damage while wielding a Staff -+12% Chance to Block Attack Damage while wielding a Staff -100% increased Physical Damage -(5-10)% increased Attack Speed -Reflects (22-44) Physical Damage to Attackers on Block -Curse Enemies with Vulnerability on Block -]],[[ -Replica Blood Thorn -Gnarled Branch -Variant: Pre 3.25.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 2 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2}+20% Chance to Block Attack Damage while wielding a Staff -+12% Chance to Block Attack Damage while wielding a Staff -100% increased Fire Damage -(5-10)% increased Attack Speed -Curse Enemies with Flammability on Block -Reflects (22-44) Fire Damage to Attackers on Block -]],[[ -Cane of Unravelling -Ezomyte Staff -Variant: Pre 3.5.0 -Variant: Pre 3.11.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level: 60, 113 Str, 113 Int -Implicits: 3 -{variant:1,2}+18% Chance to Block Attack Damage while wielding a Staff -{variant:3}+20% Chance to Block Attack Damage while wielding a Staff -{variant:4}+25% Chance to Block Attack Damage while wielding a Staff -{variant:2,3,4}+(40-55)% to Chaos Damage over Time Multiplier -{variant:1}(60-80)% increased Chaos Damage -{variant:2,3,4}(20-30)% increased Chaos Damage -2% increased Cast Speed per Power Charge -+2 to Level of all Chaos Spell Skill Gems -Gain a Power Charge after Spending a total of 200 Mana -Regenerate 2 Mana per Second per Power Charge -]],[[ -Disintegrator -Maelstrom Staff -Shaper Item -Elder Item -Source: Drops from unique{The Elder} (Uber) -Variant: Pre 3.7.0 -Variant: Pre 3.11.0 -Variant: Pre 3.13.0 -Variant: Current -Requires Level 64, 113 Str, 113 Int -Implicits: 2 -{variant:1,2}+20% Chance to Block Attack Damage while wielding a Staff -{variant:3,4}+25% Chance to Block Attack Damage while wielding a Staff -{variant:1}Adds (270-300) to (340-380) Physical Damage -{variant:2}Adds (250-280) to (315-355) Physical Damage -{variant:3,4}Adds (220-240) to (270-300) Physical Damage -{variant:4}Battlemage -{variant:1,2,3}Adds (376-400) to (568-600) Physical Damage to Spells -+1 to Maximum Siphoning Charges per Elder or Shaper Item Equipped -25% chance to gain a Siphoning Charge when you use a Skill -Adds (12-14) to (15-16) Physical Damage to Attacks and Spells per Siphoning Charge -Gain 4% of Non-Chaos Damage as extra Chaos Damage per Siphoning Charge -1% additional Physical Damage Reduction from Hits per Siphoning Charge -0.2% of Damage Leeched as Life per Siphoning Charge -Take 150 Physical Damage per Second per Siphoning Charge if you've used a Skill Recently -]],[[ -Duskdawn -Maelström Staff -Source: Vendor Recipe -Variant: Pre 2.6.0 -Variant: Pre 3.5.0 -Variant: Pre 3.11.0 -Variant: Current -Requires Level 64, 113 Str, 113 Int -Implicits: 3 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2,3}+20% Chance to Block Attack Damage while wielding a Staff -{variant:4}+25% Chance to Block Attack Damage while wielding a Staff -{variant:1,2}+4% Chance to Block Attack Damage while wielding a Staff -{variant:3,4}+10% Chance to Block Attack Damage while wielding a Staff -(60-80)% increased Critical Strike Chance for Spells -Gain (10-20)% of Elemental Damage as Extra Chaos Damage -+1% to Critical Strike Multiplier per 1% Block Chance -+60% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently -{variant:1,2}120% increased Spell Damage if you've dealt a Critical Strike Recently -{variant:3,4}(120-150)% increased Spell Damage if you've dealt a Critical Strike Recently -]],[[ -Replica Duskdawn -Maelström Staff -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 64, 113 Str, 113 Int -Implicits: 1 -+25% Chance to Block Attack Damage while wielding a Staff -+10% Chance to Block Attack Damage while wielding a Staff -(40-50)% increased Critical Strike Chance -Gain (10-20)% of Elemental Damage as Extra Chaos Damage -+1% to Critical Strike Multiplier per 1% Chance to Block Attack Damage -+60% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently -(120-150)% increased Elemental Damage if you've dealt a Critical Strike Recently -]],[[ -Dying Breath -{variant:1}Coiled Staff -{variant:2}Iron Staff -Variant: Pre 2.6.0 -Variant: Pre 3.25.0 -Variant: Current -Implicits: 2 -{variant:1,2}18% Chance to Block Attack Damage while wielding a Staff -{variant:3}20% Chance to Block Attack Damage while wielding a Staff -18% increased Cast Speed -18% increased maximum Mana -18% increased Area of Effect of Aura Skills -18% increased Area of Effect of Hex Skills -Nearby Enemies have 18% increased Effect of Curses on them -Nearby allies gain 18% increased Damage -18% increased effect of Non-Curse Auras from your Skills -]],[[ -The Enmity Divine -Imperial Staff -League: Harbinger -Source: Created from item parts obtained from Boss in The Beachhead -Upgrade: Upgrades to unique{The Yielding Mortality} via currency{Haemocombustion Scroll} -Variant: Pre 3.11.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 66, 113 Str, 113 Int -Implicits: 2 -{variant:2}18% Chance to Block Attack Damage while wielding a Staff -{variant:3}+25% Chance to Block Attack Damage while wielding a Staff -{variant:1}Socketed Gems are supported by Level 10 Life Leech -{variant:2,3}Socketed Gems are supported by Level 1 Chance to Bleed -Grants Summon Harbinger of Brutality Skill -5% Chance to Block Attack Damage while wielding a Staff -{variant:2,3}+(30-40)% to Damage over Time Multiplier for Bleeding from Critical Strikes -Adds (160-185) to (200-225) Physical Damage -(30-40)% increased Critical Strike Chance -]],[[ -The Yielding Mortality -Imperial Staff -Variant: Pre 3.25.0 -Variant: Current -League: Harvest -Source: Upgraded from unique{The Enmity Divine} via currency{Haemocombustion Scroll} -Requires Level 66, 113 Str, 113 Int -Implicits: 2 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2}+25% Chance to Block Attack Damage while wielding a Staff -Socketed Gems are supported by Level 1 Chance to Bleed -Grants Summon Greater Harbinger of Brutality Skill -+5% Chance to Block Attack Damage while wielding a Staff -+(30-40)% to Damage over Time Multiplier for Bleeding from Critical Strikes -Adds (160-185) to (200-225) Physical Damage -(30-40)% increased Critical Strike Chance -]],[[ -Femurs of the Saints -Primordial Staff -Variant: Pre 2.6.0 -Variant: Pre 3.8.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 58, 99 Str, 99 Int -Implicits: 3 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2,3}+18% Chance to Block Attack Damage while wielding a Staff -{variant:4}+25% Chance to Block Attack Damage while wielding a Staff -+2 to Level of Socketed Minion Gems -{variant:3,4}Minions deal (60-80)% increased Damage -{variant:3,4}+1% Chance to Block Attack Damage per Summoned Skeleton -{variant:1,2}2% increased Minion Attack and Cast Speed per Skeleton you own -{variant:1,2}Minions Regenerate (1.5-2.5)% Life per Second -{variant:3,4}2% increased Attack and Cast Speed per Summoned Raging Spirit -{variant:1,2}2% increased Minion Duration per Zombie you own -{variant:1,2}(8-12)% increased Minion Damage per Spectre you own -{variant:3,4}Regenerate 0.6% of Life per second for each Raised Zombie -{variant:3,4}30% increased Mana Regeneration Rate per Raised Spectre -]],[[ -Fencoil -Gnarled Branch -Variant: Pre 2.6.0 -Variant: Pre 3.25.0 -Variant: Current -Implicits: 3 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2}+18% Chance to Block Attack Damage while wielding a Staff -{variant:3}+20% Chance to Block Attack Damage while wielding a Staff -Socketed Gems are Supported by Level 8 Trap -(40-50)% increased Damage -(10-20)% increased maximum Life -(10-20)% increased maximum Mana -]],[[ -Replica Fencoil -Gnarled Branch -Variant: Pre 3.25.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 2 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2}+20% Chance to Block Attack Damage while wielding a Staff -Socketed Gems are Supported by Level 1 Multiple Totems -(40-50)% increased Global Damage -(10-20)% increased maximum Life -(10-20)% increased maximum Mana -]],[[ -The Burden of Shadows -Primordial Staff -Variant: Pre 3.25.0 -Variant: Current -League: Affliction -Requires Level 58, 99 Str, 99 Int -Implicits: 2 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2}+25% Chance to Block Attack Damage while wielding a Staff -Socketed Gems are Supported by Level 1 Lifetap -(20-30)% increased Cast Speed -Lose 500 Life per second -Spells deal added Chaos Damage equal to (15-20)% of your maximum Life -]],[[ -The Fulcrum -Ezomyte Staff -Variant: Pre 3.25.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Requires Level 60, 113 Str, 113 Int -Implicits: 2 -{variant:1}+20% Chance to Block Attack Damage while wielding a Staff -{variant:2}+25% Chance to Block Attack Damage while wielding a Staff -(140-180)% increased Physical Damage -(0-50)% of Physical Damage Converted to Fire Damage -(0-50)% of Physical Damage Converted to Cold Damage -(0-50)% of Physical Damage Converted to Lightning Damage -Elemental Ailments you inflict are Reflected to you -Elemental Damage with Hits is Lucky while you are Shocked -Damage Penetrates (8-10)% Elemental Resistances while you are Chilled -Gain (30-40)% of Physical Damage as Extra Damage of a random Element while you are Ignited -]],[[ -Mirebough -Gnarled Branch -Variant: Pre 3.25.0 -Variant: Current -Source: No longer obtainable -Requires Level 32 -Implicits: 2 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2}+20% Chance to Block Attack Damage while wielding a Staff -Socketed Gems are Supported by Level 16 Trap -Socketed Gems are Supported by Level 16 Cluster Trap -Socketed Gems are Supported by Level 16 Trap and Mine Damage -(10-20)% increased maximum Mana -(10-20)% increased maximum Life -(40-50)% increased Damage -]],[[ -The Grey Spire -Judgement Staff -Variant: Pre 3.11.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 68, 113 Str, 113 Int -Implicits: 3 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2}+20% Chance to Block Spell Damage while wielding a Staff -{variant:3}+25% Chance to Block Attack Damage while wielding a Staff -Has no Sockets -(250-300)% increased Global Damage -(20-30)% increased Attack Speed -+(1-4)% to all maximum Resistances -]],[[ -Hegemony's Era -Judgement Staff -Variant: Pre 2.6.0 -Variant: Pre 3.7.0 -Variant: Pre 3.11.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 68, 113 Str, 113 Int -Implicits: 4 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2,3}+18% Chance to Block Attack Damage while wielding a Staff -{variant:4}+20% Chance to Block Spell Damage while wielding a Staff -{variant:5}+25% Chance to Block Attack Damage while wielding a Staff -6% Chance to Block Attack Damage while wielding a Staff -{variant:1,2}Adds (180-190) to (190-220) Physical Damage -{variant:3}Adds (165-175) to (185-205) Physical Damage -{variant:4,5}Adds (135-145) to (160-175) Physical Damage -(12-16)% increased Attack Speed -{variant:1,2,3}(20-30)% increased Critical Strike Chance -{variant:4,5}(10-20)% increased Critical Strike Chance -+1 to Maximum Power Charges -10% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage -]],[[ -Martyr of Innocence -Highborn Staff -Variant: Pre 3.5.0 -Variant: Pre 3.13.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 52, 89 Str, 89 Int -Implicits: 2 -{variant:1,2,3}+18% Chance to Block Attack Damage while wielding a Staff -{variant:4}+22% Chance to Block Attack Damage while wielding a Staff -(12-16)% Chance to Block Attack Damage while wielding a Staff -{variant:1,2}Adds (350-400) to (500-600) Fire Damage -{variant:3,4}Adds (315-360) to (450-540) Fire Damage -{variant:1}Adds (130-150) to (200-250) Fire Damage to Spells -{variant:2}Adds (230-250) to (300-350) Fire Damage to Spells -{variant:3,4}Battlemage -{variant:1}100% increased Fire Damage if you have been Hit Recently -{variant:2,3,4}100% increased Fire Damage -Immune to Freeze and Chill while Ignited -Damage Penetrates 15% of Fire Resistance if you have Blocked Recently -]],[[ -Pillar of the Caged God -Iron Staff -Variant: Pre 2.6.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 13, 27 Str, 27 Int -Implicits: 3 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2}+18% Chance to Block Attack Damage while wielding a Staff -{variant:3}+20% Chance to Block Attack Damage while wielding a Staff -1% increased Area of Effect of Area Skills per 20 Intelligence -1% increased Attack Speed per 10 Dexterity -16% increased Physical Weapon Damage per 10 Strength -]],[[ -Pledge of Hands -Judgement Staff -League: Legion -Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Apex of Sacrifice} -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Pre 3.15.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 68, 113 Str, 113 Int -Implicits: 4 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2}+18% Chance to Block Attack Damage while wielding a Staff -{variant:3,4}+20% Chance to Block Spell Damage while wielding a Staff -{variant:5}+25% Chance to Block Attack Damage while wielding a Staff -Socketed Gems are Supported by Level 30 Greater Spell Echo -(120-160)% increased Spell Damage -{variant:1,2,3}100% increased maximum Mana -{variant:4,5}50% increased maximum Mana -]],[[ -Realmshaper -Iron Staff -Variant: Pre 2.6.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 18, 35 Str, 35 Int -Implicits: 3 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2}+18% Chance to Block Attack Damage while wielding a Staff -{variant:3}+20% Chance to Block Attack Damage while wielding a Staff -+1 to Level of Socketed Fire Gems -+1 to Level of Socketed Cold Gems -Socketed Gems are Supported by Level 5 Cold to Fire -Adds (10-15) to (20-25) Fire Damage -Adds (10-15) to (20-25) Cold Damage -(30-50)% increased Elemental Damage -]],[[ -Realm Ender -Iron Staff -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 40, 35 Str, 35 Int -Implicits: 3 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2}+18% Chance to Block Attack Damage while wielding a Staff -{variant:3}+20% Chance to Block Attack Damage while wielding a Staff -+1 to Level of Socketed Fire Gems -+1 to Level of Socketed Cold Gems -+2 to Level of Socketed Elemental Gems -Socketed Gems are Supported by Level 5 Cold to Fire -Adds (10-15) to (20-25) Fire Damage -Adds (10-15) to (20-25) Cold Damage -(30-50)% increased Elemental Damage -]],[[ -The Searing Touch -{variant:1}Long Staff -{variant:2,3,4,5,6}Lathi -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.8.0 -Variant: Pre 3.25.0 -Variant: Current -Implicits: 3 -{variant:1,2}+12% Chance to Block Attack Damage while wielding a Staff -{variant:3,4,5}+18% Chance to Block Attack Damage while wielding a Staff -{variant:6}+25% Chance to Block Attack Damage while wielding a Staff -{variant:5,6}+(40-60)% to Fire Damage over Time Multiplier -{variant:1,2,3}(30-50)% increased Spell Damage -{variant:1,2,3}(20-40)% increased Fire Damage -{variant:4,5,6}(70-90)% increased Fire Damage -10% increased Cast Speed -+2 to Level of all Fire Spell Skill Gems -{variant:1,2,3,4}70% increased Burning Damage -]],[[ -Sire of Shards -Serpentine Staff -Variant: Pre 2.6.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 49, 85 Str, 85 Int -Implicits: 3 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2}+20% Chance to Block Attack Damage while wielding a Staff -{variant:3}+22% Chance to Block Attack Damage while wielding a Staff -Socketed Gems fire 4 additional Projectiles -Socketed Gems fire Projectiles in a Nova -+(15-20) to All Attributes -+(5-7)% to All Elemental Resistances -(60-100)% increased Projectile Damage -20% increased Light Radius -]],[[ -Soulwrest -Ezomyte Staff -League: Delve -Variant: Pre 3.11.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 62, 113 Str, 113 Int -Implicits: 3 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2}+20% Chance to Block Attack Damage while wielding a Staff -{variant:3}+25% Chance to Block Attack Damage while wielding a Staff -Trigger Level 20 Summon Phantasm Skill when you Consume a Corpse -(100-140)% increased Spell Damage -(25-30)% increased Cast Speed -(80-100)% increased Mana Regeneration Rate -Minions deal (45-51) to (66-78) additional Physical Damage -If you Consumed a Corpse Recently, you and nearby Allies regenerate 5% of Life per second -]],[[ -The Stormheart -Royal Staff -Variant: Pre 2.6.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 28, 51 Str, 51 Int -Implicits: 3 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2}+18% Chance to Block Attack Damage while wielding a Staff -{variant:3}+20% Chance to Block Attack Damage while wielding a Staff -(80-100)% increased Physical Damage -Adds (25-35) to (45-60) Cold Damage -Adds (1-10) to (70-90) Lightning Damage -(20-35)% increased Critical Strike Chance -{variant:1}You Cannot Be Shocked While Frozen -{variant:2,3}You Cannot Be Shocked While Chilled -{variant:2,3}50% chance to Shock Chilled Enemies -]],[[ -The Stormwall -Royal Staff -Variant: Pre 3.25.0 -Variant: Current -Source: No longer obtainable -Requires Level 60, 51 Str, 51 Int -Implicits: 2 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2}+20% Chance to Block Attack Damage while wielding a Staff -15% Chance to Block Attack Damage while wielding a Staff -Adds (242-260) to (268-285) Physical Damage -(20-35)% increased Critical Strike Chance -50% of Physical Damage Converted to Cold Damage -50% of Physical Damage Converted to Lightning Damage -Cannot be Shocked while Chilled -(30-40)% chance to Chill Attackers for 4 seconds on Block -(30-40)% chance to Shock Attackers for 4 seconds on Block -]],[[ -Taryn's Shiver -Maelström Staff -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Current -Requires Level 64, 113 Str, 113 Int -Implicits: 3 -{variant:1,2}+18% Chance to Block Attack Damage while wielding a Staff -{variant:3}+20% Chance to Block Attack Damage while wielding a Staff -{variant:4}+25% Chance to Block Attack Damage while wielding a Staff -{variant:1,2}+1 to Level of all Cold Spell Skill Gems -{variant:3,4}+2 to Level of all Cold Spell Skill Gems -{variant:1}(40-50)% increased Spell Damage -{variant:2,3,4}(50-60)% increased Spell Damage -(40-50)% increased Cold Damage -(10-20)% increased Cast Speed -8% chance to Freeze -Enemies Frozen by you take 20% increased Damage -]],[[ -Tremor Rod -Military Staff -Variant: Pre 2.6.0 -Variant: Pre 3.8.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 45, 78 Str, 78 Int -Implicits: 3 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2,3}+18% Chance to Block Attack Damage while wielding a Staff -{variant:4}+22% Chance to Block Attack Damage while wielding a Staff -{variant:3,4}+2 to Level of Socketed Spell Gems -{variant:1,2}Socketed Gems are Supported by Level 10 Remote Mine -{variant:3,4}Socketed Gems are Supported by Level 10 Blastchain Mine -{variant:1,2}35% less Mine Damage -(40-60)% increased Spell Damage -(15-20)% reduced Enemy Stun Threshold -{variant:1,2}(40-60)% increased Mine Laying Speed -Mines can be Detonated an additional time -]],[[ -The Whispering Ice -Vile Staff -Variant: Pre 2.6.0 -Variant: Pre 3.25.0 -Variant: Current -Requires Level 33, 59 Str, 59 Int -Implicits: 3 -{variant:1}+12% Chance to Block Attack Damage while wielding a Staff -{variant:2}+18% Chance to Block Attack Damage while wielding a Staff -{variant:3}+20% Chance to Block Attack Damage while wielding a Staff -+1 to Level of Socketed Support Gems -Grants Level 1 Icestorm Skill -(8-12)% increased Cast Speed -1% increased Spell Damage per 10 Intelligence -(14-18)% increased Intelligence -]],[[ -Witchhunter's Judgment -Highborn Staff -Variant: Pre 3.25.0 -Variant: Current -League: Harvest -Source: Drops from unique{Oshabi, Avatar of the Grove} -Requires Level 68, 89 Str, 89 Int -Implicits: 2 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2}+22% Chance to Block Attack Damage while wielding a Staff -Grants Level 20 Brandsurge Skill -Brand Skills have (50-100)% increased Duration -]],[[ -The Geomantic Gyre -Highborn Staff -Variant: Pre 3.25.0 -Variant: Current -League: Crucible -Implicits: 2 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2}+22% Chance to Block Attack Damage while wielding a Staff -Has 1 Socket -(150-200)% increased Spell Damage -(80-120)% increased Critical Strike Chance for Spells -+(150-200) to maximum Mana -Gain 150 Life per Enemy Killed -Has a Crucible Passive Skill Tree with only Support Passive Skills -Crucible Passive Skill Tree is removed if this Modifier is removed -]],[[ -Xirgil's Crank -Coiled Staff -Source: Drops in The Lord's Labyrinth -Variant: Pre 2.6.0 -Variant: Current -Requires Level 28, 43 Str, 43 Int -Implicits: 2 -{variant:1}+18% Chance to Block Attack Damage while wielding a Staff -{variant:2}+20% Chance to Block Attack Damage while wielding a Staff -+15% Chance to Block Attack Damage while wielding a Staff -(60-80)% increased Spell Damage -+(70-100) to maximum Energy Shield -+1 to Level of all Spell Skill Gems -Reflects 1 to 150 Lightning Damage to Melee Attackers -20% chance for Energy Shield Recharge to start when you Block -]], + } diff --git a/src/Data/Uniques/sword.lua b/src/Data/Uniques/sword.lua index 958aab51b..f5f6b5ac5 100644 --- a/src/Data/Uniques/sword.lua +++ b/src/Data/Uniques/sword.lua @@ -2,995 +2,9 @@ return { -- Weapon: One Handed Sword -[[ -Ahn's Might -Midnight Blade -Implicits: 1 -40% increased Global Accuracy Rating -Adds (80-115) to (150-205) Physical Damage -(15-25)% increased Critical Strike Chance --1 to Maximum Frenzy Charges -10% increased Area of Effect -+100 Strength Requirement -+50% Global Critical Strike Multiplier while you have no Frenzy Charges -+(400-500) to Accuracy Rating while at Maximum Frenzy Charges -]],[[ -Beltimber Blade -Eternal Sword -Variant: Pre 3.5.0 -Variant: Current -Implicits: 1 -+475 to Accuracy Rating -{variant:1}(170-190)% increased Physical Damage -{variant:2}(185-215)% increased Physical Damage -(15-20)% increased Attack Speed -80% increased Evasion Rating while moving -Skills fire 2 additional Projectiles if you've used a Movement Skill Recently -Far Shot -]],[[ -Dreamfeather -Eternal Sword -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.7.0 -Variant: Current -Implicits: 2 -{variant:1,2}18% increased Global Accuracy Rating -{variant:3,4}+475 to Accuracy Rating -{variant:1}Adds (15-30) to (35-50) Physical Damage -{variant:2}Adds (20-40) to (55-70) Physical Damage -{variant:3,4}Adds (30-50) to (65-80) Physical Damage -(20-25)% increased Attack Speed -+(180-200) to Evasion Rating -3% increased Movement Speed -{variant:1,2,3}+(180-200) to Accuracy Rating -{variant:4}+(280-300) to Accuracy Rating -1% increased Attack Damage per 450 Evasion Rating -]],[[ -Replica Dreamfeather -Eternal Sword -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -+475 to Accuracy Rating -Adds (40-65) to (70-100) Physical Damage -(5-10)% increased Attack Speed -+(180-200) to Armour -3% reduced Movement Speed -+(280-300) to Accuracy Rating -1% increased Attack Damage per 450 Armour -]],[[ -Ephemeral Edge -Dusk Blade -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.19.0 -Variant: Pre 3.23.0 -Variant: Current -Implicits: 2 -{variant:1,2}18% increased Global Accuracy Rating -{variant:3,4,5}40% increased Global Accuracy Rating -+10 to Intelligence -{variant:1}100% increased Physical Damage -{variant:2,3}150% increased Physical Damage -{variant:4,5}Adds 1 to 75 Lightning Damage -50% increased Global Critical Strike Chance -(40-50)% increased maximum Energy Shield -{variant:1,2,3}10% reduced maximum Life -{variant:4,5}25% reduced maximum Life -{variant:1,2,3}(0.6-1)% of Physical Attack Damage Leeched as Mana -{variant:4}Attacks with this Weapon have Added Maximum Lightning Damage equal to 20% of your Maximum Energy Shield -{variant:5}Attacks with this Weapon have Added Maximum Lightning Damage equal to 20% of player Maximum Energy Shield -]],[[ -The Goddess Scorned -Elegant Sword -Source: Vendor Recipe -Variant: Pre 2.2.0 -Variant: Pre 2.6.0 -Variant: Current -Implicits: 2 -{variant:1,2}18% increased Global Accuracy Rating -{variant:3}+190 to Accuracy Rating -Uses both hand slots -(250-300)% increased Physical Damage -(90-110)% increased Critical Strike Chance -{variant:1}+(15-20)% to Global Critical Strike Multiplier -{variant:2,3}+(20-30)% to Global Critical Strike Multiplier -+(40-50)% to Fire Resistance -Cannot be Ignited -100% of Physical Damage Converted to Fire Damage -Ignites you inflict deal Damage 50% faster -You can only deal Damage with this Weapon or Ignite -]],[[ -The Goddess Unleashed -Eternal Sword -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Current -LevelReq: 51 -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2}+475 to Accuracy Rating -Uses both hand slots -Adds (3-6) to (33-66) Physical Damage -(44-66)% increased Critical Strike Chance -33% increased Ignite Duration on Enemies -Gain (66-99)% of Sword Physical Damage as Extra Fire Damage -Gain Her Blessing for 3 seconds when you Ignite an Enemy -33% chance to Blind nearby Enemies when gaining Her Blessing -100% chance to Avoid being Ignited, Chilled or Frozen with Her Blessing -20% increased Attack and Movement Speed with Her Blessing -]],[[ -Grelwood Shank -Eternal Sword -Variant: Pre 3.5.0 -Variant: Current -Implicits: 1 -+475 to Accuracy Rating -{variant:1}(170-190)% increased Physical Damage -{variant:2}(185-215)% increased Physical Damage -(15-20)% increased Attack Speed -80% increased Armour while stationary -Skills fire 2 additional Projectiles if you've been Hit Recently -Point Blank -Iron Reflexes while stationary -]],[[ -Hyaon's Fury -Legion Sword -Variant: Pre 1.3.0 -Variant: Pre 2.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 2 -{variant:1,2,3}18% increased Global Accuracy Rating -{variant:4,5,6}40% increased Global Accuracy Rating -{variant:1,2}Adds 1 to (500-600) Lightning Damage -{variant:3,4,5,6}Adds 1 to (550-650) Lightning Damage -(7-10)% increased Attack Speed -{variant:1}6% increased Damage taken per Frenzy Charge -{variant:2,3,4}3% increased Damage taken per Frenzy Charge -{variant:5,6}1% increased Damage taken per Frenzy Charge -{variant:1,2,3,4,5}12% increased Lightning Damage per Frenzy Charge -{variant:6}(15-20)% increased Lightning Damage per Frenzy Charge -20 Life gained on Kill per Frenzy Charge -]],[[ -Ichimonji -Corsair Sword -Variant: Pre 2.6.0 -Variant: Current -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2}40% increased Global Accuracy Rating -{variant:1}(60-80)% increased Physical Damage -{variant:2}(80-95)% increased Physical Damage -Adds (5-10) to (13-20) Physical Damage -{variant:1}(10-15)% increased Attack Speed -{variant:2}(20-25)% increased Attack Speed -10% increased Effect of Buffs on you -10% increased Mana Reservation Efficiency of Skills -Allies' Aura Buffs do not affect you -Your Aura Buffs do not affect allies -]],[[ -Innsbury Edge -Elder Sword -Variant: Pre 2.6.0 -Variant: Current -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2}+330 to Accuracy Rating -(100-140)% increased Physical Damage -(17-25)% increased Attack Speed -0.2% of Chaos Damage Leeched as Life -25% of Physical Damage Converted to Chaos Damage -Attacks with this Weapon Maim on hit -]],[[ -Replica Innsbury Edge -Elder Sword -Variant: Pre 3.25.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -+330 to Accuracy Rating -(100-140)% increased Physical Damage -0.2% of Chaos Damage Leeched as Life -50% of Physical Damage Converted to Chaos Damage -{variant:1}10% of Physical Damage from Hits taken as Chaos Damage -Inflict Withered for 2 seconds on Hit with this Weapon -]],[[ -The Iron Mass -Gladius -Variant: Pre 3.24.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -40% increased Global Accuracy Rating -{variant:1}(140-175)% increased Physical Damage -{variant:2}(175-200)% increased Physical Damage -(14-18)% increased Attack Speed -Unholy Might -Summoned Skeleton Warriors and Soldiers wield this Weapon while in your Main Hand -Summoned Skeleton Warriors and Soldiers deal Triple Damage with this -Weapon if you've Hit with this Weapon Recently -]],[[ -Lakishu's Blade -Elegant Sword -Variant: Pre 2.6.0 -Variant: Current -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2}+190 to Accuracy Rating -Socketed Gems are supported by Level 1 Multistrike -(60-80)% increased Physical Damage -Adds (5-8) to (10-14) Physical Damage -(10-15)% increased Attack Speed -20% chance to Avoid being Stunned -(40-30)% reduced Stun and Block Recovery -]],[[ -Oni-Goroshi -Charan's Sword -Source: Drops from unique{Hillock} -Sockets: R-R-R-R-R-R -Implicits: 1 -40% increased Global Accuracy Rating -Uses both hand slots -(70-90)% increased Critical Strike Chance -Adds 2 to 3 Physical Damage to Attacks per Level -Gain Her Embrace for 3 seconds when you Ignite an Enemy -While in Her Embrace, take 0.5% of your total Maximum Life and Energy Shield as Fire Damage per second per Level -]],[[ -The Princess -Sabre -Variant: Pre 2.6.0 -Variant: Current -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2}40% increased Global Accuracy Rating -(20-50)% increased Physical Damage -Adds (3-4) to (5-8) Physical Damage -15% increased Attack Speed -{variant:1}Gain 10% of Physical Damage as Extra Cold Damage -{variant:2}Gain (25-30)% of Physical Damage as Extra Cold Damage -10% increased Damage taken from Skeletons -10% increased Damage taken from Ghosts -]],[[ -Prismatic Eclipse -Twilight Blade -Variant: Pre 1.3.0 -Variant: Pre 2.6.0 -Variant: Pre 3.7.0 -Variant: Current -Implicits: 2 -{variant:1,2}18% increased Global Accuracy Rating -{variant:3,4}40% increased Global Accuracy Rating -{variant:1}+10% Chance to Block Attack Damage while Dual Wielding -{variant:2,3,4}+8% Chance to Block Attack Damage while Dual Wielding -{variant:1,2,3}Adds (20-30) to (31-40) Physical Damage -{variant:4}Adds (60-70) to (71-80) Physical Damage -25% increased Global Physical Damage with Weapons per Red Socket -12% increased Global Attack Speed per Green Socket -0.4% of Physical Attack Damage Leeched as Mana per Blue Socket -+0.2 metres to Melee Strike Range per White Socket -]],[[ -Razor of the Seventh Sun -Midnight Blade -Variant: Pre 2.6.0 -Variant: Pre 3.5.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2,3,4}40% increased Global Accuracy Rating -{variant:1,2}Adds (65-75) to (110-130) Physical Damage -{variant:3,4}Adds (90-110) to (145-170) Physical Damage -{variant:3}25% of Physical Damage Converted to Fire Damage -{variant:4}30% of Physical Damage Converted to Fire Damage -{variant:3,4}25% chance to Ignite -100% increased Burning Damage if you've Ignited an Enemy Recently -Recover 1% of Life when you Ignite an Enemy -100% increased Melee Physical Damage against Ignited Enemies -]],[[ -Rebuke of the Vaal -Vaal Blade -League: Legion -Variant: Pre 1.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.7.0 -Variant: Current -Implicits: 2 -{variant:1,2}18% increased Global Accuracy Rating -{variant:3,4}+460 to Accuracy Rating -{variant:1}Adds (15-24) to (25-35) Physical Damage -{variant:2,3}Adds (19-28) to (31-40) Physical Damage -{variant:4}Adds (49-98) to (101-140) Physical Damage -{variant:1}Adds (15-24) to (25-35) Fire Damage -{variant:2,3}Adds (19-28) to (31-40) Fire Damage -{variant:4}Adds (49-98) to (101-140) Fire Damage -{variant:1}Adds (15-24) to (25-35) Cold Damage -{variant:2,3}Adds (19-28) to (31-40) Cold Damage -{variant:4}Adds (49-98) to (101-140) Cold Damage -{variant:1}Adds 1 to (40-60) Lightning Damage -{variant:2,3}Adds 1 to (50-70) Lightning Damage -{variant:4}Adds 1 to (210-250) Lightning Damage -{variant:1}Adds (15-24) to (25-35) Chaos Damage -{variant:2,3}Adds (19-28) to (31-40) Chaos Damage -{variant:4}Adds (49-98) to (101-140) Chaos Damage -(10-20)% increased Attack Speed -]],[[ -Redbeak -Rusted Sword -Variant: Pre 2.6.0 -Variant: Current -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2}40% increased Global Accuracy Rating -100% increased Damage when on Low Life -50% increased Physical Damage -Adds 2 to 6 Physical Damage -10% increased Attack Speed -+(20-30) to maximum Life -Grants 2 Life per Enemy Hit -]],[[ -Dreadbeak -Rusted Sword -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.7.0 -Variant: Current -LevelReq: 61 -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2,3}40% increased Global Accuracy Rating -100% increased Damage when on Low Life -50% increased Physical Damage -{variant:1,2}Adds (90-98) to (133-140) Physical Damage -{variant:3}Adds (83-91) to (123-130) Physical Damage -10% increased Attack Speed -+(20-30) to maximum Life -Grants 2 Life per Enemy Hit -You have Onslaught while on Low Life -]],[[ -Rigwald's Command -Midnight Blade -League: Talisman Standard, Talisman Hardcore -Source: Drops from unique{Rigwald, the Wolven King} (Level 75+) -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Pre 3.25.0 -Variant: Current -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2,3,4}40% increased Global Accuracy Rating -+10% Chance to Block Attack Damage while Dual Wielding -Adds (60-80) to (150-180) Physical Damage -{variant:1,2}80% increased Physical Damage with Axes -+(350-400) to Accuracy Rating -{variant:1,2}15% chance to gain a Frenzy Charge on Kill -{variant:3}Each Rage also grants +1% to Damage over Time Multiplier for Bleeding while wielding an Axe -{variant:4}Each Rage also grants +2% to Damage over Time Multiplier for Bleeding while wielding an Axe -]],[[ -The Rippling Thoughts -Legion Sword -League: Harbinger -Source: Created from item parts obtained from Boss in The Beachhead -Upgrade: Upgrades to unique{The Surging Thoughts} via currency{Electroshock Scroll} -Implicits: 1 -40% increased Global Accuracy Rating -Grants Summon Harbinger of the Arcane Skill -Trigger Level 20 Storm Cascade when you Attack -(75-90)% increased Spell Damage -(140-160)% increased Physical Damage -Adds 1 to (60-70) Lightning Damage -Adds 1 to (60-70) Lightning Damage to Spells -10% increased Area of Effect -]],[[ -The Surging Thoughts -Legion Sword -League: Harvest -Source: Upgraded from unique{The Rippling Thoughts} via currency{Electroshock Scroll} -Implicits: 1 -40% increased Global Accuracy Rating -Grants Summon Greater Harbinger of the Arcane Skill -Trigger Level 20 Storm Cascade when you Attack -(75-90)% increased Spell Damage -(140-160)% increased Physical Damage -Adds 1 to (60-70) Lightning Damage -Adds 1 to (60-70) Lightning Damage to Spells -10% increased Area of Effect -]],[[ -The Saviour -Legion Sword -Variant: Pre 3.20.0 -Variant: Current -Source: Drops from unique{Sirus, Awakener of Worlds} (Uber) -Implicits: 1 -40% increased Global Accuracy Rating -Triggers Level 20 Reflection when Equipped -{variant:1}(40-50)% increased Physical Damage -{variant:2}(130-150)% increased Physical Damage -Adds (16-22) to (40-45) Physical Damage -(8-12)% increased Attack Speed -(8-12)% increased Critical Strike Chance -]],[[ -Scaeva -Gladius -Variant: Pre 2.6.0 -Variant: Current -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2}40% increased Global Accuracy Rating -Adds (75-92) to (125-154) Physical Damage -(15-25)% increased Critical Strike Chance -0.3% of Physical Attack Damage Leeched as Life per Red Socket -+10% to Global Critical Strike Multiplier per Green Socket -0.3% of Physical Attack Damage Leeched as Mana per Blue Socket -8% increased Global Defences per White Socket -(60-80)% increased Global Critical Strike Chance when in Main Hand -+8% Chance to Block Attack Damage when in Off Hand -]],[[ -The Redblade -Gladius -League: Crucible -Implicits: 1 -40% increased Global Accuracy Rating -(150-180)% increased Physical Damage -Adds (20-25) to (40-50) Physical Damage -Gain 100 Life per Enemy Killed -+(400-500) to Accuracy Rating -Has a Two Handed Sword Crucible Passive Skill Tree -Crucible Passive Skill Tree is removed if this Modifier is removed -]],[[ -Severed in Sleep -Cutlass -Source: Drops in Chayula Breach or from unique{Chayula, Who Dreamt} -Upgrade: Upgrades to unique{United in Dream} using currency{Blessing of Chayula} -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.21.0 -Variant: Current -League: Breach -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2,3,4}40% increased Global Accuracy Rating -{variant:4}Grants Level 25 Envy Skill -{variant:1,2,3}+(10-20) to all Attributes -{variant:1,2,3}Minions deal (20-30)% increased Damage -{variant:1,2,3}Minions have +17% to Chaos Resistance -{variant:4}Minions have +29% to Chaos Resistance -{variant:1,2}Minions Poison Enemies on Hit -{variant:3}Minions have 60% chance to Poison Enemies on Hit -{variant:4}Minions have 60% chance to inflict Withered on Hit -{variant:1,2,3}Minions Recover 20% of Life on Killing a Poisoned Enemy -{variant:4}Minions have +5% to Critical Strike Multiplier per Withered Debuff on Enemy -]],[[ -United in Dream -Cutlass -Source: Upgraded from unique{Severed in Sleep} using currency{Blessing of Chayula} -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.16.0 -Variant: Pre 3.21.0 -Variant: Current -League: Breach -LevelReq: 69 -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2,3,4,5}40% increased Global Accuracy Rating -{variant:1,2,3}Grants Level 15 Envy Skill -{variant:4,5}Grants Level 25 Envy Skill -{variant:1,2,3}Minions deal (30-40)% increased Damage -{variant:4}Minions deal (60-80)% increased Damage -Minions have +29% to Chaos Resistance -{variant:1,2}Minions Poison Enemies on Hit -{variant:3,4,5}Minions have 60% chance to Poison Enemies on Hit -{variant:1,2,3,4}Minions Leech 5% of Damage as Life against Poisoned Enemies -{variant:5}Minions Recover 10% of Life on Killing a Poisoned Enemy -]],[[ -Story of the Vaal -{variant:1}Variscite Blade -{variant:2}Gemstone Sword -Variant: Pre 3.14.0 -Variant: Current -League: Incursion -Source: Opening normal{Fireproof Chest} in normal{Crucible of Flame} -Upgrade: Upgrades to unique{Fate of the Vaal} via currency{Vial of Fate} -Implicits: 2 -{variant:1}+240 to Accuracy Rating -{variant:2}+400 to Accuracy Rating -{variant:1}(110-120)% increased Physical Damage -{variant:2}(180-210)% increased Physical Damage -(10-15)% increased Attack Speed -{variant:1}Gain (20-30) Life per Enemy Killed -50% of Physical Damage from Hits with this Weapon is Converted to a random Element -Hits with this Weapon always Ignite, Freeze, and Shock -{variant:2}Hits with this Weapon Freeze Enemies as though dealing (150-200)% more Damage -{variant:2}Hits with this Weapon Shock Enemies as though dealing (150-200)% more Damage -{variant:2}Ignites inflicted with this Weapon deal (50-75)% more Damage -]],[[ -Fate of the Vaal -Gemstone Sword -League: Incursion -Source: Upgraded from unique{Story of the Vaal} via currency{Vial of Fate} -Variant: Pre 3.10.0 -Variant: Current -Implicits: 1 -+400 to Accuracy Rating -{variant:1}(160-180)% increased Physical Damage -{variant:2}(180-210)% increased Physical Damage -(10-15)% increased Attack Speed -100% of Physical Damage from Hits with this Weapon is Converted to a random Element -Hits with this Weapon always Ignite, Freeze, and Shock -Hits with this Weapon deal (30-60)% increased Damage to Ignited Enemies -Hits with this Weapon deal (30-60)% increased Damage to Frozen Enemies -Hits with this Weapon deal (30-60)% increased Damage to Shocked Enemies -]],[[ -The Tempestuous Steel -War Sword -Variant: Pre 2.6.0 -Variant: Current -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2}40% increased Global Accuracy Rating -Adds (5-8) to (15-20) Physical Damage -(8-14)% increased Attack Speed -Hits can't be Evaded -Attacks with this Weapon Penetrate 30% Elemental Resistances -Gain 15% of Physical Attack Damage as Extra Fire Damage -Gain 15% of Physical Attack Damage as Extra Lightning Damage -]],[[ -Replica Tempestuous Steel -War Sword -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -40% increased Global Accuracy Rating -Adds (5-8) to (15-20) Physical Damage -(8-14)% increased Attack Speed -100% reduced Global Accuracy Rating -+(60-100)% to Critical Strike Multiplier with One Handed Melee Weapons -Attacks with this Weapon Penetrate 30% Elemental Resistances -Gain 15% of Physical Attack Damage as Extra Fire Damage -Gain 15% of Physical Attack Damage as Extra Lightning Damage -]],[[ -Varunastra -Vaal Blade -League: Perandus -Variant: Pre 2.6.0 -Variant: Pre 3.20.0 -Variant: Current -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2,3}+460 to Accuracy Rating -{variant:1,2}(40-60)% increased Physical Damage -{variant:3}(80-100)% increased Physical Damage -Adds (30-45) to (80-100) Physical Damage -Gain (2-3) Mana per Enemy Hit with Attacks -Counts as all One Handed Melee Weapon Types -]], + -- Weapon: Thrusting Sword -[[ -Aurumvorax -Basket Rapier -Variant: Pre 2.2.0 -Variant: Pre 2.6.0 -Variant: Current -Implicits: 3 -{variant:1}+20% to Global Critical Strike Multiplier -{variant:2}+30% to Global Critical Strike Multiplier -{variant:3}+25% to Global Critical Strike Multiplier -(120-150)% increased Physical Damage -20% reduced Rarity of Items found -+(40-60)% to all Elemental Resistances -Grants 3 Life per Enemy Hit -]],[[ -Chitus' Needle -Elegant Foil -Source: No longer obtainable -Variant: Pre 2.2.0 -Variant: Pre 2.6.0 -Variant: Current -Implicits: 3 -{variant:1}+20% to Global Critical Strike Multiplier -{variant:2}+30% to Global Critical Strike Multiplier -{variant:3}+25% to Global Critical Strike Multiplier -+30 to Strength -(140-160)% increased Physical Damage -+30 to maximum Mana -5% increased Movement Speed -30% increased Elemental Damage -+2 to Weapon Range -]],[[ -Cospri's Malice -Jewelled Foil -Variant: Pre 2.6.0 -Variant: Current -Implicits: 2 -{variant:1}+30% to Global Critical Strike Multiplier -{variant:2}+25% to Global Critical Strike Multiplier -Trigger a Socketed Cold Spell on Melee Critical Strike, with a 0.25 second Cooldown -No Physical Damage -Adds (80-100) to (160-200) Cold Damage -Adds (40-60) to (90-110) Cold Damage to Spells -(8-14)% increased Attack Speed -+257 Intelligence Requirement -60% increased Critical Strike Chance against Chilled Enemies -]],[[ -Daresso's Passion -Estoc -Variant: Pre 2.6.0 -Variant: Current -Implicits: 2 -{variant:1}+30% to Global Critical Strike Multiplier -{variant:2}+25% to Global Critical Strike Multiplier -Adds (30-38) to (40-50) Physical Damage -Adds (30-38) to (40-50) Cold Damage -20% reduced Frenzy Charge Duration -25% chance to gain a Frenzy Charge on Kill -(60-80)% increased Damage while you have no Frenzy Charges -]],[[ -Ewar's Mirage -Antique Rapier -Variant: Pre 2.6.0 -Variant: Current -Implicits: 2 -{variant:1}+30% to Global Critical Strike Multiplier -{variant:2}+25% to Global Critical Strike Multiplier -Adds 1 to (45-55) Lightning Damage -(16-22)% increased Attack Speed -Attacks Chain an additional time when in Main Hand -Attacks fire an additional Projectile when in Off Hand -(40-55)% increased Elemental Damage with Attack Skills -]],[[ -Fidelitas' Spike -Jagged Foil -Variant: Pre 2.2.0 -Variant: Pre 2.6.0 -Variant: Current -Implicits: 3 -{variant:1}+20% to Global Critical Strike Multiplier -{variant:2}+30% to Global Critical Strike Multiplier -{variant:3}+25% to Global Critical Strike Multiplier -No Physical Damage -Adds 1 to (40-50) Lightning Damage -(25-30)% increased Attack Speed -Grants 2 Life per Enemy Hit -{variant:1,2}5% Chance to Shock -{variant:3}(15-20)% chance to Shock -{variant:3}Herald of Thunder has 50% increased Buff Effect -]],[[ -Nametaker -Graceful Sword -League: Affliction -Requires Level 50, 78 Str, 94 Dex -Implicits: 1 -+350 to Accuracy Rating -(20-40)% increased Critical Strike Chance -2% of Physical Attack Damage Leeched as Life -2% of Physical Attack Damage Leeched as Mana -Hits with this Weapon have +10% to Critical Strike Multiplier per Enemy Power -5% of Leech from Hits with this Weapon is Instant per Enemy Power -]],[[ -The Goddess Bound -Whalebone Rapier -Variant: Pre 2.2.0 -Variant: Pre 2.6.0 -Variant: Current -Implicits: 3 -{variant:1}+20% to Global Critical Strike Multiplier -{variant:2}+30% to Global Critical Strike Multiplier -{variant:3}+25% to Global Critical Strike Multiplier -+1 to Level of Socketed Melee Gems -Uses both hand slots -(250-300)% increased Physical Damage -Adds 3 to 7 Fire Damage -20% increased Attack Speed -30% increased Global Critical Strike Chance -+(20-40) to Evasion Rating -20% reduced Rarity of Items found -30% increased Movement Speed when on Low Life -]], + -- Weapon: Two Handed Sword -[[ -The Dancing Dervish -Reaver Sword -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Pre 3.17.0 -Variant: Current -Implicits: 3 -{variant:1}18% increased Global Accuracy Rating -{variant:2}40% increased Global Accuracy Rating -{variant:3,4}60% increased Global Accuracy Rating -{variant:1,2}(160-190)% increased Physical Damage -{variant:3,4}(130-160)% increased Physical Damage -(25-30)% increased Attack Speed -5% increased Movement Speed -Triggers Level 15 Manifest Dancing Dervishes on Rampage -Manifested Dancing Dervishes disables both weapon slots -Manifested Dancing Dervishes die when Rampage ends -Melee Hits count as Rampage Kills -Rampage -]],[[ -The Dancing Duo -Reaver Sword -Source: No longer obtainable -Variant: Pre 3.11.0 -Variant: Current -Implicits: 2 -{variant:1}40% increased Global Accuracy Rating -{variant:2}60% increased Global Accuracy Rating -{variant:1}(160-190)% increased Physical Damage -{variant:2}(130-160)% increased Physical Damage -(25-30)% increased Attack Speed -5% increased Movement Speed -Triggers Level 15 Manifest Dancing Dervishes on Rampage -Manifested Dancing Dervish disables both weapon slots -Manifested Dancing Dervish dies when Rampage ends -Rampage -]],[[ -Doomsower -Lion Sword -Variant: Pre 2.6.0 -Variant: Pre 3.0.0 -Variant: Pre 3.8.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 3 -{variant:1}18% increased Global Accuracy Rating -{variant:2,3,4}+470 to Accuracy Rating -{variant:5}+50 to Strength and Dexterity -Socketed Melee Gems have 15% increased Area of Effect -{variant:1,2,3}Socketed Red Gems get 10% Physical Damage as Extra Fire Damage -{variant:1,2,3,4}(50-70)% increased Physical Damage -{variant:5}(30-50)% increased Physical Damage -{variant:1,2}Adds (50-75) to (85-110) Physical Damage -{variant:3,4,5}Adds (65-75) to (100-110) Physical Damage -(6-12)% increased Attack Speed -{variant:4,5}Attack Skills gain 5% of Physical Damage as Extra Fire Damage per Socketed Red Gem -{variant:4,5}You have Vaal Pact while all Socketed Gems are Red -]],[[ -Edge of Madness -Etched Greatsword -League: Beyond -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Pre 3.11.1 -Variant: Current -Implicits: 3 -{variant:1}18% increased Global Accuracy Rating -{variant:2}40% increased Global Accuracy Rating -{variant:3,4}60% increased Global Accuracy Rating -+1 to Level of Socketed Active Skill Gems -{variant:2,3,4}(40-60)% increased Physical Damage -{variant:1}(60-80)% increased Physical Damage -Adds (60-68) to (90-102) Chaos Damage -{variant:1}Gain 1 Life on Kill per Level -{variant:1,2,4}1% increased Chaos Damage per Level -{variant:1}1% increased Elemental Damage per Level -{variant:2,3,4}Adds 1 to 2 Physical Damage to Attacks per Level -]],[[ -Hiltless -Reaver Sword -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 3 -{variant:1}18% increased Global Accuracy Rating -{variant:2}40% increased Global Accuracy Rating -{variant:3}60% increased Global Accuracy Rating -Socketed Gems are Supported by Level 1 Lifetap -Adds (90-115) to (230-260) Physical Damage -(40-50)% increased Critical Strike Chance -Enemies you Attack Reflect 100 Physical Damage to you -+2 to Weapon range -]],[[ -Kondo's Pride -Ezomyte Blade -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 3 -{variant:1}18% increased Global Accuracy Rating -{variant:2}+435 to Accuracy Rating -{variant:3}+25% to Global Critical Strike Multiplier -{variant:1,2}(270-320)% increased Physical Damage -{variant:3}(220-250)% increased Physical Damage -0.6% of Physical Attack Damage Leeched as Life -50% increased Melee Damage against Bleeding Enemies -Cannot Leech Life from Critical Strikes -30% chance to Blind Enemies on Critical Strike -50% chance to cause Bleeding on Critical Strike -]],[[ -Oro's Sacrifice -Infernal Sword -Variant: Pre 1.3.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 2 -{variant:1,2}30% increased Global Accuracy Rating -{variant:3}30% increased Elemental Damage with Attack Skills -No Physical Damage -Adds (425-475) to (550-600) Fire Damage -(10-15)% increased Attack Speed -20% chance to Ignite -{variant:1}20% increased Physical Damage taken -{variant:2,3}10% increased Physical Damage taken -{variant:1}20% increased Fire Damage taken -{variant:2,3}10% increased Fire Damage taken -Culling Strike against Burning Enemies -Gain a Frenzy Charge if an Attack Ignites an Enemy -]],[[ -Replica Oro's Sacrifice -Infernal Sword -Variant: Pre 3.23.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -30% increased Elemental Damage with Attack Skills -No Physical Damage -Adds (385-440) to (490-545) Cold Damage -(10-15)% increased Attack Speed -{variant:1}1% of Damage against Frozen Enemies Leeched as Life -20% chance to Freeze -10% increased Physical Damage taken -10% increased Cold Damage taken -Gain an Endurance Charge if an Attack Freezes an Enemy -{variant:2}Culling Strike against Frozen Enemies -]],[[ -Echoforge -Infernal Sword -Source: Drops from unique{The Maven} -Implicits: 1 -30% increased Chaos Damage -Adds (600-650) to (750-800) Chaos Damage -(-16-16)% increased Attack Speed -+(-200-200) to maximum Life -Your Chaos Damage can Shock -(-40-40)% increased Area of Effect for Attacks -Deal no Physical or Elemental Damage -]],[[ -Queen's Decree -Ornate Sword -Variant: Pre 2.6.0 -Variant: Pre 3.8.0 -Variant: Current -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2,3}+185 to Accuracy Rating -25% increased Strength Requirement -{variant:1,2}Minions have (10-15)% increased maximum Life -{variant:3}Minions have (30-40)% increased maximum Life -(150-200)% increased Skeleton Duration -{variant:1,2}Minions deal (10-15)% increased Damage -{variant:3}Minions deal (30-40)% increased Damage -+1 to maximum number of Raised Zombies -+1 to maximum number of Spectres -+1 to maximum number of Skeletons -]],[[ -Queen's Escape -Ornate Sword -Source: No longer obtainable -Variant: Pre 2.6.0 -Variant: Pre 3.8.0 -Variant: Current -LevelReq: 38 -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2,3}+185 to Accuracy Rating -25% increased Strength Requirement -{variant:1,2}Minions have (10-15)% increased maximum Life -{variant:3}Minions have (30-40)% increased maximum Life -Minions have (80-100)% increased Movement Speed -(150-200)% increased Skeleton Duration -{variant:1,2}Minions deal (10-15)% increased Damage -{variant:3}Minions deal (30-40)% increased Damage -+1 to maximum number of Raised Zombies -+1 to maximum number of Spectres -+1 to maximum number of Skeletons -25% increased Strength Requirement -]],[[ -Rakiata's Dance -Engraved Greatsword -Requires Level 48, 91 Str, 76 Dex -Implicits: 1 -60% increased Global Accuracy Rating -Adds (150-200) to (300-350) Cold Damage -Adds 1 to (550-600) Lightning Damage -(15-20)% increased Attack Speed -Treats Enemy Monster Elemental Resistance values as inverted -]],[[ -Rigwald's Charge -Highland Blade -Variant: Pre 1.0.0 -Variant: Pre 2.6.0 -Variant: Pre 3.7.0 -Variant: Pre 3.19.0 -Variant: Current -Implicits: 2 -{variant:1,2}18% increased Global Accuracy Rating -{variant:3,4,5}+305 to Accuracy Rating -(120-150)% increased Physical Damage -{variant:1}10% increased Attack Speed -{variant:2,3,4,5}20% increased Attack Speed -10% increased Movement Speed -{variant:1,2,3}+(150-200) to Accuracy Rating -{variant:4,5}+(300-350) to Accuracy Rating -{variant:5}15% increased Movement Speed if you've Killed Recently -]],[[ -Shiversting -Bastard Sword -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Current -LevelReq: 14 -Implicits: 3 -{variant:1}18% increased Global Accuracy Rating -{variant:2}40% increased Global Accuracy Rating -{variant:3}60% increased Global Accuracy Rating -(80-100)% increased Physical Damage -Adds 35 to 70 Cold Damage -0.6% of Physical Attack Damage Leeched as Mana -Cannot be Frozen -]],[[ -Starforge -Infernal Sword -Shaper Item -Source: Drops from unique{The Shaper} (Uber) -Variant: Pre 3.11.0 -Variant: Pre 3.20.0 -Variant: Current -Implicits: 2 -{variant:1}30% increased Global Accuracy Rating -{variant:2,3}30% increased Global Physical Damage -{variant:1}(400-500)% increased Physical Damage -{variant:2}(200-300)% increased Physical Damage -{variant:3}(400-450)% increased Physical Damage -(5-8)% increased Attack Speed -+(90-100) to maximum Life -Your Physical Damage can Shock -20% increased Area of Effect for Attacks -Deal no Elemental Damage -]],[[ -Terminus Est -Tiger Sword -Variant: Pre 2.6.0 -Variant: Pre 3.11.0 -Variant: Current -Implicits: 2 -{variant:1}18% increased Global Accuracy Rating -{variant:2,3}+360 to Accuracy Rating -{variant:1}(120-180)% increased Physical Damage -{variant:2}(220-260)% increased Physical Damage -{variant:3}(180-220)% increased Physical Damage -20% increased Attack Speed -{variant:2,3}(50-75)% increased Critical Strike Chance -Gain 10 Mana per Enemy Killed -10% increased Movement Speed -Gain a Frenzy Charge on Critical Strike -]],[[ -Voidforge -Infernal Sword -Shaper Item -Elder Item -Source: Drops from unique{The Elder} (Uber Uber) -Variant: Pre 3.11.0 -Variant: Pre 3.20.0 -Variant: Current -Implicits: 2 -{variant:1}30% increased Global Accuracy Rating -{variant:2,3}30% increased Elemental Damage with Attack Skills -{variant:1}(50-100)% increased Physical Damage -{variant:2}(30-60)% increased Physical Damage -(5-8)% increased Attack Speed -+(90-100) to maximum Life -Your Elemental Damage can Shock -{variant:1,2}Gain 300% of Weapon Physical Damage as Extra Damage of a random Element -{variant:3}Gain 700% of Weapon Physical Damage as Extra Damage of a random Element -20% increased Area of Effect for Attacks -Deal no Non-Elemental Damage -]], + } diff --git a/src/Data/Uniques/wand.lua b/src/Data/Uniques/wand.lua index f2aebf9d0..a49cdf031 100644 --- a/src/Data/Uniques/wand.lua +++ b/src/Data/Uniques/wand.lua @@ -2,413 +2,5 @@ return { -- Weapon: Wand -[[ -Abberath's Horn -Goat's Horn -Variant: Pre 2.3.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 3 -{variant:1}(9-12)% increased Spell Damage -{variant:2}(10-14)% increased Spell Damage -{variant:3}Adds (1-2) to (3-4) Fire Damage to Spells and Attacks -(20-30)% increased Fire Damage -Adds (4-6) to (8-12) Fire Damage to Spells -(40-60)% increased Global Critical Strike Chance -Gain 10 Life per Ignited Enemy Killed -25% reduced Ignite Duration on Enemies -]],[[ -Apep's Rage -{variant:1,2,3,4,5}Opal Wand -{variant:6}Omen Wand -Variant: Pre 2.3.0 -Variant: Pre 3.7.0 -Variant: Pre 3.11.0 -Variant: Pre 3.19.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 3 -{variant:1}(17-20)% increased Spell Damage -{variant:2,3,4,5}(38-42)% increased Spell Damage -{variant:6}(27-31)% increased Spell Damage -{variant:1,2}Adds (50-65) to (90-105) Chaos Damage to Spells -{variant:3,4,5,6}Adds (90-130) to (140-190) Chaos Damage to Spells -(25-30)% increased Cast Speed -+(5-10)% to Chaos Resistance -{variant:1,2,3}40% increased Mana Cost of Skills -{variant:3,4}Poisons you inflict deal Damage 20% faster -{variant:5,6}Poisons you inflict deal Damage (30-50)% faster -{variant:4,5,6}Lose 40 Mana when you use a Skill -]],[[ -Ashcaller -{variant:1,2,3}Quartz Wand -{variant:4}Carved Wand -Variant: Pre 3.8.0 -Variant: Pre 3.19.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 2 -{variant:1,2,3}(18-22)% increased Spell Damage -{variant:4}(11-15)% increased Spell Damage -{variant:1,2}10% chance to Trigger Level 8 Summon Raging Spirit on Kill -{variant:3,4}25% chance to Trigger Level 10 Summon Raging Spirit on Kill -{variant:1}Adds (10-14) to (18-22) Fire Damage -{variant:3,4}Adds (20-24) to (38-46) Fire Damage -{variant:2}+(15-25)% to Fire Damage over Time Multiplier -{variant:1,2}Adds (4-6) to (7-9) Fire Damage to Spells -{variant:3,4}Adds (20-24) to (36-46) Fire Damage to Spells -{variant:1}(40-50)% increased Burning Damage -{variant:2}(20-30)% increased Burning Damage -{variant:1,2}(16-22)% chance to Ignite -{variant:3,4}10% chance to Cover Enemies in Ash on Hit -]],[[ -Eclipse Solaris -{variant:1,2,3,4}Crystal Wand -{variant:5}Engraved Wand -Variant: Pre 2.2.0 -Variant: Pre 2.3.0 -Variant: Pre 3.10.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 3 -{variant:1,2}(14-18)% increased Spell Damage -{variant:3,4}(29-33)% increased Spell Damage -{variant:5}(22-26)% increased Spell Damage -{variant:1,2,3}Adds (18-22) to (36-44) Physical Damage -{variant:4,5}Adds (30-45) to (60-80) Fire Damage -{variant:4,5}(6-10)% increased Attack Speed -{variant:1}+(18-30)% to Global Critical Strike Multiplier -{variant:2,3,4,5}+(27-33)% to Global Critical Strike Multiplier -20% increased Light Radius -Nearby Enemies are Blinded -(120-140)% increased Critical Strike Chance against Blinded Enemies -]],[[ -Corona Solaris -Crystal Wand -Source: No longer obtainable -Variant: Pre 3.10.0 -Variant: Current -LevelReq: 63 -Implicits: 1 -(29-33)% increased Spell Damage -Triggers Level 20 Blinding Aura when Equipped -{variant:1}Adds (18-22) to (36-44) Physical Damage -{variant:2}Adds (30-45) to (60-80) Fire Damage -{variant:2}(6-10)% increased Attack Speed -+(27-33)% to Global Critical Strike Multiplier -20% increased Light Radius -(120-140)% increased Critical Strike Chance against Blinded Enemies -Increases and Reductions to Light Radius also apply to Accuracy -Adds (145-157) to (196-210) Fire Damage to Hits with this Weapon against Blinded Enemies -]],[[ -Grace of the Goddess -Prophecy Wand -Source: Drops from unique{The Maven} (Uber) -Implicits: 1 -(36-40)% increased Spell Damage -(300-350)% Increased Physical Damage -Gain (10-30)% of Physical Damage as Extra Fire Damage -Gain (10-30)% of Physical Damage as Extra Cold Damage -Gain (10-30)% of Physical Damage as Extra Lightning Damage -+1 to Maximum number of Sacred Wisps -+1 to number of Sacred Wisps Summoned -]],[[ -Lifesprig -Driftwood Wand -Implicits: 1 -(8-12)% increased Spell Damage -+1 to Level of Socketed Spell Gems -(20-28)% increased Spell Damage -(5-8)% increased Cast Speed -+(15-20) to maximum Life -+(15-20) to maximum Mana -Regenerate (6-8) Life over 1 second for each Spell you Cast -]],[[ -Midnight Bargain -Engraved Wand -Variant: Pre 2.3.0 -Variant: Pre 3.8.0 -Variant: Current -Implicits: 2 -{variant:1}(12-16)% increased Spell Damage -{variant:2,3}(22-26)% increased Spell Damage -+(10-20) to Intelligence -{variant:1,2}Minions have (10-20)% increased Movement Speed -{variant:3}Minions have (20-30)% increased Movement Speed -{variant:1,2}Minions deal (10-30)% increased Damage -{variant:3}Minions deal (50-70)% increased Damage -+1 to Maximum number of Raised Zombies -+1 to Maximum number of Spectres -+1 to Maximum number of Skeletons -Reserves 30% of Life -Cannot be used with Chaos Inoculation -]],[[ -Replica Midnight Bargain -Engraved Wand -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -(22-26)% increased Spell Damage -Cannot be used with Chaos Inoculation -+(10-20) to Intelligence -Minions have (40-50)% increased Movement Speed -Minions deal (50-70)% increased Damage -+6 to maximum number of Raging Spirits -Reserves 30% of Life -+3 to maximum number of Summoned Phantasms -]],[[ -Moonsorrow -Imbued Wand -Variant: Pre 2.0.0 -Variant: Pre 2.3.0 -Variant: Pre 3.0.0 -Variant: Current -Implicits: 2 -{variant:1,2}(15-19)% increased Spell Damage -{variant:3,4}(33-37)% increased Spell Damage -{variant:1,2,3}Socketed Gems are supported by Level 5 Blind -{variant:4}Socketed Gems are supported by Level 20 Blind -+10 to Intelligence -(30-40)% increased Spell Damage -{variant:1}125% increased Physical Damage -{variant:2,3}175% increased Physical Damage -{variant:4}(250-275)% increased Physical Damage -(20-30)% increased Lightning Damage -10% increased Cast Speed -10% chance to Blind Enemies on hit -]],[[ -Obliteration -{variant:1,2,3,4}Demon's Horn -{variant:5}Imbued Wand -Variant: Pre 2.3.0 -Variant: Pre 3.10.0 -Variant: Pre 3.19.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 3 -{variant:1}(15-18)% increased Spell Damage -{variant:2,3,4}(31-35)% increased Spell Damage -{variant:5}(33-37)% increased Spell Damage -{variant:1,2}Adds (24-30) to (80-92) Physical Damage -{variant:3}Adds (25-50) to (85-125) Physical Damage -{variant:1,2,3}(26-32)% increased Critical Strike Chance -{variant:1,2,3}Gain (13-15)% of Physical Damage as Extra Chaos Damage -{variant:4,5}Gain (30-40)% of Physical Damage as Extra Chaos Damage -Enemies you Kill have a 20% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage -]],[[ -Piscator's Vigil -{variant:1,2,3}Tornado Wand -{variant:4}Imbued Wand -Variant: Pre 2.3.0 -Variant: Pre 2.6.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 3 -{variant:1}(16-19)% increased Spell Damage -{variant:2,3}(35-39)% increased Spell Damage -{variant:4}(33-37)% increased Spell Damage -No Physical Damage -(10-18)% increased Attack Speed -(20-30)% increased Critical Strike Chance -+(340-400) to Accuracy Rating -Attacks with this Weapon have (100-115)% increased Elemental Damage -{variant:3,4}Damage with Weapons Penetrates 5% Elemental Resistances -]],[[ -The Poet's Pen -Carved Wand -Implicits: 1 -(11-15)% increased Spell Damage -+1 to Level of Socketed Active Skill Gems per 25 Player Levels -Adds 3 to 5 Physical Damage to Attacks with this Weapon per 3 Player Levels -(8-12)% increased Attack Speed -Trigger a Socketed Spell when you Attack with this Weapon, with a 0.25 second Cooldown -]],[[ -Reverberation Rod -Spiraled Wand -Variant: Pre 2.3.0 -Variant: Pre 3.11.0 -Variant: Pre 3.19.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 3 -{variant:1}(10-14)% increased Spell Damage -{variant:2,3,4}(15-19)% increased Spell Damage -{variant:5}Adds (1-2) to (9-11) Lightning Damage to Spells and Attacks -{variant:1,2}+1 to Level of Socketed Gems -{variant:3,4,5}+2 to Level of Socketed Gems -{variant:4,5}Socketed Gems are Supported by Level 10 Arcane Surge -Socketed Gems are Supported by Level 10 Spell Echo -{variant:4,5}Socketed Gems are Supported by Level 10 Controlled Destruction -+(10-30) to Intelligence -]],[[ -Relic of the Pact -{variant:1}Spiraled Wand -{variant:2}Sage Wand -Variant: Pre 3.21.0 -Variant: Current -League: Ultimatum -Source: Drops from unique{The Trialmaster} -Implicits: 2 -{variant:1}(15-19)% increased Spell Damage -{variant:2}(17-21)% increased Spell Damage -Grants Level 1 Blood Sacrament Skill -Your Critical Strike Chance is Lucky while on Low Life -]],[[ -Amplification Rod -Spiraled Wand -Source: No longer obtainable -Variant: Pre 3.11.0 -Variant: Current -LevelReq: 36 -Implicits: 1 -(15-19)% increased Spell Damage -{variant:1}+1 to Level of Socketed Gems -{variant:2}+2 to Level of Socketed Gems -Socketed Gems are Supported by Level 10 Intensify -Socketed Gems are Supported by Level 10 Spell Echo -Socketed Gems are Supported by Level 10 Controlled Destruction -+(10-30) to Intelligence -]],[[ -Shade of Solaris -Sage Wand -Variant: Pre 3.5.0 -Variant: Current -Implicits: 1 -(17-21)% increased Spell Damage -Gain (10-20)% of Elemental Damage as Extra Chaos Damage -Critical Strikes deal no Damage -{variant:1}120% increased Spell Damage if you've dealt a Critical Strike Recently -{variant:2}200% increased Spell Damage if you've dealt a Critical Strike in the past 8 seconds -]],[[ -Shimmeron -Tornado Wand -Elder Item -Source: Drops from unique{The Elder} -Variant: Pre 3.4.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 2 -{variant:1,2}(35-39)% increased Spell Damage -{variant:3}Adds (3-5) to (70-82) Lightning Damage to Spells and Attacks -(30-40)% increased Spell Damage -Adds (26-35) to (95-105) Lightning Damage to Spells -+(6-10)% to Critical Strike Multiplier per Power Charge -+0.3% Critical Strike Chance per Power Charge -+2% Chance to Block Spell Damage per Power Charge -Adds 3 to 9 Lightning Damage to Spells per Power Charge -{variant:1}400 Lightning Damage taken per second per Power Charge if you've dealt a Critical Strike Recently -{variant:2,3}200 Lightning Damage taken per second per Power Charge if your Skills have dealt a Critical Strike Recently -]],[[ -Storm Prison -{variant:1,2}Carved Wand -{variant:3}Spiraled Wand -Variant: Pre 2.3.0 -Variant: Pre 3.21.0 -Variant: Current -Implicits: 3 -{variant:1}(9-13)% increased Spell Damage -{variant:2}(11-15)% increased Spell Damage -{variant:3}Adds (1-2) to (9-11) Lightning Damage to Spells and Attacks -(40-60)% increased Physical Damage -Adds 1 to (35-45) Lightning Damage -(15-25)% increased Mana Regeneration Rate -+1 to Maximum Power Charge -(25-35)% chance to gain a Power Charge on Kill -]],[[ -Tulborn -{variant:1,2}Spiraled Wand -{variant:3}Opal Wand -Variant: Pre 3.16.0 -Variant: Pre 3.21.0 -Variant: Current -League: Breach -Source: Drops in Tul Breach or from unique{Tul, Creeping Avalanche} -Upgrade: Upgrades to unique{Tulfall} using currency{Blessing of Tul} -Implicits: 2 -{variant:1,2}(15-19)% increased Spell Damage -{variant:3}Adds (14-29) to (42-47) Cold Damage to Spells and Attacks -{variant:1,2}(10-15)% increased Cast Speed -{variant:3}Adds (120-140) to (150-170) Cold Damage to Spells -{variant:1,2}50% chance to gain a Power Charge on Killing a Frozen Enemy -{variant:3}Gain a Power Charge on Killing a Frozen Enemy -{variant:1,2}Adds 10 to 20 Cold Damage to Spells per Power Charge -{variant:3}Cold Exposure you inflict applies an extra -12% to Cold Resistance -+(20-25) Mana gained on Killing a Frozen Enemy -]],[[ -Tulfall -{variant:1,2}Tornado Wand -{variant:3}Opal Wand -Variant: Pre 3.16.0 -Variant: Pre 3.21.0 -Variant: Current -League: Breach -Source: Upgraded from unique{Tulborn} using currency{Blessing of Tul} -Implicits: 2 -{variant:1,2}(35-39)% increased Spell Damage -{variant:3}Adds (14-29) to (42-47) Cold Damage to Spells and Attacks -{variant:1,2}(10-15)% increased Cast Speed -{variant:3}(10-20)% increased Cast Speed -{variant:1}50% chance to gain a Power Charge on Killing a Frozen Enemy -{variant:2,3}Gain a Power Charge on Killing a Frozen Enemy -{variant:1,2}Adds 15 to 25 Cold Damage to Spells per Power Charge -{variant:3}Adds 50 to 70 Cold Damage to Spells per Power Charge -Lose all Power Charges on reaching Maximum Power Charges -Gain a Frenzy Charge on reaching Maximum Power Charges -{variant:1}(10-15)% increased Cold Damage per Frenzy Charge -{variant:2}(15-20)% increased Cold Damage per Frenzy Charge -]],[[ -Replica Tulfall -{variant:1}Tornado Wand -{variant:2}Opal Wand -Variant: Pre 3.21.0 -Variant: Current -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 2 -{variant:1}(35-39)% increased Spell Damage -{variant:2}Adds (14-29) to (42-47) Cold Damage to Spells and Attacks -(15-25)% increased Cast Speed -Lose all Power Charges on reaching Maximum Power Charges -Gain a Frenzy Charge on reaching Maximum Power Charges -(15-20)% increased Cold Damage per Frenzy Charge -50% chance to gain a Power Charge when you Hit a Frozen Enemy -Take 500 Cold Damage on reaching Maximum Power Charges -]],[[ -Twyzel -Sage Wand -Variant: Pre 2.3.0 -Variant: Current -Implicits: 2 -{variant:1}(11-14)% increased Spell Damage -{variant:2}(17-21)% increased Spell Damage -(80-120)% increased Physical Damage -Adds (5-8) to (13-17) Physical Damage -(5-10)% increased Attack Speed -(10-20)% increased Critical Strike Chance -Socketed Gems fire an additional Projectile -]],[[ -Replica Twyzel -Sage Wand -League: Heist -Source: Steal from a unique{Curio Display} during a Grand Heist -Implicits: 1 -(17-21)% increased Spell Damage -(5-10)% increased Attack Speed -(20-40)% increased Critical Strike Chance -Attacks fire an additional Projectile -]],[[ -Void Battery -Prophecy Wand -Variant: Pre 2.3.0 -Variant: Current -Implicits: 2 -{variant:1}(16-20)% increased Spell Damage -{variant:2}(36-40)% increased Spell Damage -80% reduced Spell Damage -(10-20)% increased Cast Speed -(50-65)% increased Global Critical Strike Chance -+(40-50) to maximum Mana -+1 to Maximum Power Charges -25% increased Spell Damage per Power Charge -]], + } diff --git a/src/Modules/Data.lua b/src/Modules/Data.lua index 53168d152..6662fa4a0 100644 --- a/src/Modules/Data.lua +++ b/src/Modules/Data.lua @@ -1005,19 +1005,5 @@ for _, type in pairs(itemTypes) do data.uniques[type] = LoadModule("Data/Uniques/"..type) end data.uniques['race'] = LoadModule("Data/Uniques/Special/race") -data.uniqueMods = { } -data.uniqueMods["Watcher's Eye"] = { } -local unsortedMods = LoadModule("Data/Uniques/Special/WatchersEye") -local sortedMods = { } -for modId in pairs(unsortedMods) do - table.insert(sortedMods, modId) -end -table.sort(sortedMods) -for _, modId in ipairs(sortedMods) do - table.insert(data.uniqueMods["Watcher's Eye"], { - Id = modId, - mod = unsortedMods[modId], - }) -end ---LoadModule("Data/Uniques/Special/Generated") +LoadModule("Data/Uniques/Special/Generated") LoadModule("Data/Uniques/Special/New")