Skip to content

Commit 4c8127c

Browse files
SinuredSinuredLocalIdentity
authored
[Kalandra] Batch of unique update. All remaining from M to O (PathOfBuildingCommunity#4767)
* adds remaining unique batch from M to O * Fix Ondar's Clasp variant Co-authored-by: Sinured <githubmm@use.startmail.com> Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent c855506 commit 4c8127c

File tree

5 files changed

+58
-29
lines changed

5 files changed

+58
-29
lines changed

src/Data/Uniques/gloves.lua

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,18 @@ Meginord's Vise
113113
Steel Gauntlets
114114
Variant: Pre 1.1.0
115115
Variant: Pre 2.6.0
116+
Variant: Pre 3.19.0
116117
Variant: Current
117118
Requires Level 35, 52 Str
118-
10% increased Physical Damage
119-
+100 to Strength
119+
{variant:1,2,3}10% increased Global Physical Damage
120+
{variant:1,2,3}+100 to Strength
121+
{variant:4}+50 to Strength
120122
{variant:1}(5-15)% reduced Attack Speed
121123
(40-60)% increased Armour
122124
{variant:3}2% of Life Regenerated per second with at least 400 Strength
125+
{variant:4}100% increased Knockback Distance
126+
{variant:4}Melee Hits with Strike Skills Always Knockback
127+
{variant:4}Melee Strike Skills deal Splash Damage to surrounding targets
123128
]],[[
124129
Veruso's Battering Rams
125130
Titan Gauntlets
@@ -846,14 +851,17 @@ Lose a Power Charge each second if you have not Detonated Mines Recently
846851
Ondar's Clasp
847852
Wrapped Mitts
848853
Variant: Pre 1.1.0
854+
Variant: Pre 3.19.0
849855
Variant: Current
850856
Requires Level 5
851857
{variant:1}20% increased Attack Speed when on Full Life
852-
{variant:2}30% increased Attack Speed when on Full Life
853-
Adds 1 to 13 Lightning Damage to Attacks
854-
+(50-80) to Accuracy Rating
858+
{variant:2,3}30% increased Attack Speed when on Full Life
859+
{variant:1,2}Adds 1 to 13 Lightning Damage to Attacks
860+
{variant:3}Adds (1-4) to (30-50) Lightning Damage to Attacks
861+
{variant:1,2}+(50-80) to Accuracy Rating
862+
{variant:3}+(100-200) to Accuracy Rating
855863
{variant:1}(10-15)% increased Movement Speed when on Low Life
856-
{variant:2}20% increased Movement Speed when on Low Life
864+
{variant:2,3}20% increased Movement Speed when on Low Life
857865
]],[[
858866
Malachai's Mark
859867
Murder Mitts

src/Data/Uniques/mace.lua

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -455,40 +455,47 @@ Void Sceptre
455455
Variant: Pre 1.2.0
456456
Variant: Pre 2.3.0
457457
Variant: Pre 2.6.0
458+
Variant: Pre 3.19.0
458459
Variant: Current
459460
Requires Level 68, 104 Str, 122 Int
460461
Implicits: 2
461462
{variant:1,2}15% increased Elemental Damage
462-
{variant:3,4}40% increased Elemental Damage
463+
{variant:3,4,5}40% increased Elemental Damage
463464
50% reduced maximum number of Raised Zombies
464465
{variant:1}Raised Zombies have +500 to maximum Life
465466
{variant:2,3}Raised Zombies have +2000 to maximum Life
466-
{variant:4}Raised Zombies have +5000 to maximum Life
467+
{variant:4,5}Raised Zombies have +5000 to maximum Life
467468
Raised Zombies have +(25-30)% to all Resistances
468469
25% increased Zombie Size
469-
Enemies killed by Zombies explode dealing 20% of their Maximum Life as Fire Damage
470+
{variant:1,2,3,4}Enemies killed by Zombies explode dealing 20% of their Maximum Life as Fire Damage
471+
{variant:5}Enemies killed by Zombies explode dealing 50% of their Maximum Life as Fire Damage
470472
{variant:1,2,3}Raised Zombies deal (80-100)% increased Physical Damage
471473
{variant:4}Raised Zombies deal (80-100)% more Physical Damage
474+
{variant:5}Raised Zombies deal (100-125)% more Physical Damage
472475
]],[[
473476
Nycta's Lantern
474477
Crystal Sceptre
475478
Variant: Pre 2.0.0
476479
Variant: Pre 2.3.0
477480
Variant: Pre 2.6.0
481+
Variant: Pre 3.19.0
478482
Variant: Current
479483
Requires Level 41, 59 Str, 85 Int
480484
Implicits: 2
481485
{variant:1,2}20% increased Elemental Damage
482-
{variant:3,4}30% increased Elemental Damage
486+
{variant:3,4,5}30% increased Elemental Damage
483487
{variant:4}+2 to Level of Socketed Fire Gems
484488
{variant:1,2,3}Socketed Gems are Supported by level 10 Added Fire Damage
485489
{variant:1,2,3}Socketed Gems are Supported by level 10 Cold to Fire
486-
Socketed Gems are Supported by level 10 Fire Penetration
490+
{variant:1,2,3,4}Socketed Gems are Supported by level 10 Fire Penetration
487491
{variant:4}Socketed Gems deal 63 to 94 additional Fire Damage
488-
(20-30)% increased Spell Damage
489-
{variant:2,3,4}(150-200)% increased Physical Damage
490-
+(6-10) Life gained for each Enemy hit by Attacks
491-
25% increased Light Radius
492+
{variant:1,2,3,4}(20-30)% increased Spell Damage
493+
{variant:2,3,4,5}(150-200)% increased Physical Damage
494+
{variant:5}Adds (76-98) to (161-176) Fire Damage
495+
{variant:1,2,3,4}+(6-10) Life gained for each Enemy hit by Attacks
496+
{variant:1,2,3,4}25% increased Light Radius
497+
{variant:5}50% increased Light Radius
498+
{variant:5}Battlemage
492499
]],[[
493500
Sign of the Sin Eater
494501
Tyrant's Sekhem

src/Data/Uniques/ring.lua

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -655,29 +655,38 @@ Ming's Heart
655655
Amethyst Ring
656656
Variant: Pre 2.6.0
657657
Variant: Pre 3.0.0
658+
Variant: Pre 3.19.0
658659
Variant: Current
659660
Requires Level 69
660661
Implicits: 1
661662
{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance
662663
{variant:1}{tags:life}15% reduced maximum Life
663664
{variant:2}{tags:life}10% reduced maximum Life
664665
{variant:3}{tags:life}(5-10)% reduced maximum Life
666+
{variant:4}{tags:life}25% reduced maximum Life
665667
{variant:1}{tags:jewellery_defense}15% reduced maximum Energy Shield
666668
{variant:2}{tags:jewellery_defense}10% reduced maximum Energy Shield
667669
{variant:3}{tags:jewellery_defense}(5-10)% reduced maximum Energy Shield
670+
{variant:4}{tags:jewellery_defense}25% reduced maximum Energy Shield
668671
{tags:chaos,jewellery_resistance}+(40-50)% to Chaos Resistance
669-
{tags:chaos,physical}Gain 20% of Physical Damage as Extra Chaos Damage
672+
{variant:1,2,3}{tags:chaos,physical}Gain 20% of Physical Damage as Extra Chaos Damage
673+
{variant:4}{tags:chaos,physical}Gain (40-60)% of Physical Damage as Extra Chaos Damage
670674
]],[[
671675
Mokou's Embrace
672676
Ruby Ring
677+
Variant: Pre 3.19.0
678+
Variant: Current
673679
Requires Level 16
674680
Implicits: 1
675681
{tags:jewellery_resistance}+(20-30)% to Fire Resistance
676-
{tags:jewellery_elemental}(15-25)% increased Fire Damage
682+
{variant:1}{tags:jewellery_elemental}(15-25)% increased Fire Damage
677683
{tags:jewellery_resistance}+(25-40)% to Cold Resistance
678-
{tags:jewellery_elemental}(5-10)% chance to Ignite
679-
{tags:attack,speed}20% increased Attack Speed while Ignited
680-
{tags:caster,speed}20% increased Cast Speed while Ignited
684+
{variant:1}{tags:jewellery_elemental}(5-10)% chance to Ignite
685+
{variant:2}{tags:jewellery_elemental}All Damage Taken from Hits can Ignite you
686+
{variant:1}{tags:attack,speed}20% increased Attack Speed while Ignited
687+
{variant:2}{tags:attack,speed}(25-40)% increased Attack Speed while Ignited
688+
{variant:1}{tags:caster,speed}20% increased Cast Speed while Ignited
689+
{variant:2}{tags:caster,speed}(25-40)% increased Cast Speed while Ignited
681690
{tags:jewellery_elemental}+25% chance to be Ignited
682691
]],[[
683692
Mutewind Seal

src/Data/Uniques/shield.lua

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -566,16 +566,20 @@ equal to 25% of Sacrificed Mana for 4 seconds
566566
Matua Tupuna
567567
Tarnished Spirit Shield
568568
Variant: Pre 3.0.0
569+
Variant: Pre 3.19.0
569570
Variant: Current
570571
Implicits: 2
571572
{variant:1}5% increased Spell Damage
572-
{variant:2}(5-10)% increased Spell Damage
573+
{variant:2,3}(5-10)% increased Spell Damage
573574
+2 to Level of Socketed Minion Gems
574575
(40-80)% increased Energy Shield
575576
+(15-25) to maximum Mana
576-
10% increased effect of Non-Curse Auras from your Skills on your Minions
577-
Spreads Tar when you take a Critical Strike
578-
10% increased effect of Non-Curse Auras from your Skills
577+
{variant:1,2}10% increased effect of Non-Curse Auras from your Skills on your Minions
578+
{variant:3}20% increased effect of Non-Curse Auras from your Skills on your Minions
579+
{variant:1,2}Spreads Tar when you take a Critical Strike
580+
{variant:3}Spreads Tar when you Block
581+
{variant:1,2}10% increased effect of Non-Curse Auras from your Skills
582+
{variant:3}20% increased effect of Non-Curse Auras from your Skills
579583
]],[[
580584
Whakatutuki o Matua
581585
Tarnished Spirit Shield

src/Data/Uniques/wand.lua

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,18 @@ Obliteration
158158
Demon's Horn
159159
Variant: Pre 2.3.0
160160
Variant: Pre 3.10.0
161+
Variant: Pre 3.19.0
161162
Variant: Current
162163
Requires Level 56, 179 Int
163164
Implicits: 2
164165
{variant:1}(15-18)% increased Spell Damage
165-
{variant:2,3}(31-35)% increased Spell Damage
166+
{variant:2,3,4}(31-35)% increased Spell Damage
166167
{variant:1,2}Adds (24-30) to (80-92) Physical Damage
167168
{variant:3}Adds (25-50) to (85-125) Physical Damage
168-
(26-32)% increased Critical Strike Chance
169-
Gain (13-15)% of Physical Damage as Extra Chaos Damage
170-
Enemies you Kill have a 20% chance to Explode, dealing a quarter
171-
of their maximum Life as Chaos Damage
169+
{variant:1,2,3}(26-32)% increased Critical Strike Chance
170+
{variant:1,2,3}Gain (13-15)% of Physical Damage as Extra Chaos Damage
171+
{variant:4}Gain (30-40)% of Physical Damage as Extra Chaos Damage
172+
Enemies you Kill have a 20% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage
172173
]],[[
173174
Piscator's Vigil
174175
Tornado Wand

0 commit comments

Comments
 (0)