Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fix_ascendancy_positions.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __sub__(self, other: Point2D) -> Point2D:
"Searing Purity": {"stats": ["45% of Chaos Damage taken as Fire Damage", "45% of Chaos Damage taken as Lightning Damage"], "reminderText": []},
"Soul Drinker": {"stats": ["2% of Damage Leeched as Energy Shield", "20% increased Attack and Cast Speed while Leeching Energy Shield", "Energy Shield Leech effects are not removed when Energy Shield is Filled"], "reminderText": ["(Leeched Energy Shield is recovered over time. Multiple Leeches can occur simultaneously, up to a maximum rate)"]},
"Harness the Void": {"stats": ["27% chance to gain 25% of Non-Chaos Damage with Hits as Extra Chaos Damage", "13% chance to gain 50% of Non-Chaos Damage with Hits as Extra Chaos Damage", "7% chance to gain 100% of Non-Chaos Damage with Hits as Extra Chaos Damage"], "reminderText": []},
"Fury of Nature" : {"stats": ["Non-Damaging Elemental Ailments you inflict spread to nearby enemies in a radius of 20", "Non-Damaging Elemental Ailments you inflict have 100% more Effect"], "reminderText": ["(Elemental Ailments are Ignited, Scorched, Chilled, Frozen, Brittled, Shocked, and Sapped)"]},
"Fury of Nature" : {"stats": ["Non-Damaging Elemental Ailments you inflict spread to nearby enemies within 2 metres", "Non-Damaging Elemental Ailments you inflict have 100% more Effect"], "reminderText": ["(Elemental Ailments are Ignited, Scorched, Chilled, Frozen, Brittled, Shocked, and Sapped)"]},
"Fatal Flourish": {"stats": ["Final Repeat of Attack Skills deals 60% more Damage", "Non-Travel Attack Skills Repeat an additional Time"], "reminderText": []},
"Indomitable Resolve": {"stats": ["Deal 10% less Damage", "Take 25% less Damage"], "reminderText": []},
"Unleashed Potential" : {"stats": ["400% increased Endurance, Frenzy and Power Charge Duration", "25% chance to gain a Power, Frenzy or Endurance Charge on Kill", "+1 to Maximum Endurance Charges", "+1 to Maximum Frenzy Charges", "+1 to Maximum Power Charges"], "reminderText": []},
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Uniques/amulet.lua
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ Implicits: 1
{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
{variant:2}Freezes you inflict spread to other Enemies within 1.5 metres
60% increased Damage if you've Frozen an Enemy Recently
]],[[
The Pandemonius
Expand Down
4 changes: 2 additions & 2 deletions src/Data/Uniques/bow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,8 @@ Requires Level 64, 185 Dex
{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
{variant:1}Ignites your Skills cause spread to other Enemies within 1.2 metres
{variant:2}Ignites your Skills cause spread to other Enemies within 1.5 metres
Recover (40-60) Life when you Ignite an Enemy
]],
}
2 changes: 1 addition & 1 deletion src/Data/Uniques/flask.lua
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ You are Shocked during Effect, causing 50% increased Damage taken
{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:15}Shocks you inflict during Effect spread to other Enemies within 2 metres
{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
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Uniques/gloves.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ Requires Level 58, 45 Dex, 45 Int
(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
Shocks you inflict spread to other Enemies within 1.5 metres
]],[[
Thunderfist
Murder Mitts
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Uniques/shield.lua
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ Implicits: 1
{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
{variant:2}Shocks you inflict spread to other Enemies within 1.5 metres
Adds 1 to 10 Lightning Damage for each Shocked Enemy you've Killed Recently
{variant:1}Shock Reflection
]],[[
Expand Down