Skip to content

Commit 729c153

Browse files
authored
Fix incorrect mod on Tawhanuku's Timing (#9828)
1 parent 63d42a8 commit 729c153

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

src/Data/ModCache.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8066,6 +8066,7 @@ c["Corpses you Spawn have 5% increased Maximum Life"]={{[1]={flags=0,keywordFlag
80668066
c["Corrupted"]={nil,"Corrupted "}
80678067
c["Corrupted Blood cannot be inflicted on you"]={{[1]={flags=0,keywordFlags=0,name="CorruptedBloodImmune",type="FLAG",value=true}},nil}
80688068
c["Corrupted Soul"]={{[1]={flags=0,keywordFlags=0,name="Keystone",type="LIST",value="Corrupted Soul"}},nil}
8069+
c["Cost every fifth time you Pay it"]={nil,"Cost every fifth time you Pay it "}
80698070
c["Count as Blocking Attack Damage from the first target Hit with each Shield Attack"]={nil,"Count as Blocking Attack Damage from the first target Hit with each Shield Attack "}
80708071
c["Count as having maximum number of Endurance Charges"]={{[1]={flags=0,keywordFlags=0,name="HaveMaximumEnduranceCharges",type="FLAG",value=true}},nil}
80718072
c["Count as having maximum number of Frenzy Charges"]={{[1]={flags=0,keywordFlags=0,name="HaveMaximumFrenzyCharges",type="FLAG",value=true}},nil}
@@ -11883,6 +11884,8 @@ c["Spells Cost +8% of Life"]={{[1]={[1]={floor=true,percent=8,stat="Life",type="
1188311884
c["Spells Triggered this way have 150% more Cost"]={nil,"Spells Triggered this way have 150% more Cost "}
1188411885
c["Spells Triggered this way have 150% more Cost +28% to Fire Damage over Time Multiplier"]={{},"Spells Triggered this way have 150% more % to Fire Damage over Time Multiplier "}
1188511886
c["Spells cast by Totems deal 25% increased Damage"]={{[1]={flags=2,keywordFlags=16384,name="Damage",type="INC",value=25}},nil}
11887+
c["Spells cause you to gain Energy Shield equal to their Upfront"]={nil,"Spells cause you to gain Energy Shield equal to their Upfront "}
11888+
c["Spells cause you to gain Energy Shield equal to their Upfront Cost every fifth time you Pay it"]={nil,"Spells cause you to gain Energy Shield equal to their Upfront Cost every fifth time you Pay it "}
1188611889
c["Spells deal added Chaos Damage equal to 18% of your maximum Life"]={{[1]={[1]={percent=18,stat="Life",type="PercentStat"},[2]={skillType=2,type="SkillType"},flags=0,keywordFlags=0,name="ChaosMin",type="BASE",value=1},[2]={[1]={percent=18,stat="Life",type="PercentStat"},[2]={skillType=2,type="SkillType"},flags=0,keywordFlags=0,name="ChaosMax",type="BASE",value=1}},nil}
1188711890
c["Spells deal added Chaos Damage equal to 2% of your maximum Life"]={{[1]={[1]={percent=2,stat="Life",type="PercentStat"},[2]={skillType=2,type="SkillType"},flags=0,keywordFlags=0,name="ChaosMin",type="BASE",value=1},[2]={[1]={percent=2,stat="Life",type="PercentStat"},[2]={skillType=2,type="SkillType"},flags=0,keywordFlags=0,name="ChaosMax",type="BASE",value=1}},nil}
1188811891
c["Spells deal added Chaos Damage equal to 20% of your maximum Life"]={{[1]={[1]={percent=20,stat="Life",type="PercentStat"},[2]={skillType=2,type="SkillType"},flags=0,keywordFlags=0,name="ChaosMin",type="BASE",value=1},[2]={[1]={percent=20,stat="Life",type="PercentStat"},[2]={skillType=2,type="SkillType"},flags=0,keywordFlags=0,name="ChaosMax",type="BASE",value=1}},nil}

src/Data/Uniques/ring.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,12 +1280,13 @@ Immune to Chill
12801280
]],[[
12811281
Tawhanuku's Timing
12821282
Moonstone Ring
1283-
{tags:caster}50% chance to Trigger Socketed Spells when you Spend at least 100 Mana on an
1284-
{tags:caster}Upfront Cost to Use or Trigger a Skill, with a 0.1 second Cooldown
1285-
{tags:caster}(30-40)% increased Spell Damage
1283+
Implicits: 1
12861284
{tags:defences}+(15-25) to maximum Energy Shield
1285+
{tags:caster}(30-40)% increased Spell Damage
12871286
{tags:resource}+(60-80) to maximum Mana
12881287
(5-10)% chance to Freeze, Shock and Ignite
1288+
{tags:defences,caster}Spells cause you to gain Energy Shield equal to their Upfront
1289+
{tags:defences,caster}Cost every fifth time you Pay it
12891290
]],[[
12901291
Thief's Torment
12911292
Prismatic Ring

src/Export/Uniques/ring.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,11 +1262,12 @@ AddedColdDamageAgainstFrozenEnemiesUnique__2
12621262
]],[[
12631263
Tawhanuku's Timing
12641264
Moonstone Ring
1265+
Implicits: 1
12651266
IncreasedEnergyShieldImplicitRing1
12661267
SpellDamageUnique__16
12671268
IncreasedManaUnique__27
12681269
ChanceToFreezeShockIgniteUnique__3
1269-
ChanceToCastOnManaSpentUnique__1
1270+
GainSpellCostAsESUnique__1
12701271
]],[[
12711272
Thief's Torment
12721273
Prismatic Ring

0 commit comments

Comments
 (0)