You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Data/3_0/ModCache.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2549,7 +2549,7 @@ c["+6% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="Elemen
2549
2549
c["Witch: 0.5% of Maximum Mana Regenerated per second"]={{[1]={[1]={type="Condition",var="ConnectedToWitchStart"},flags=0,keywordFlags=0,name="ManaRegenPercent",type="BASE",value=0.5}},nil}
2550
2550
c["+88 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=88}},nil}
2551
2551
c["Chills from your Hits always reduce Action Speed by at least 10% 20% more Damage with Ignite 30% increased Effect of non-Damaging Ailments on Enemies"]={nil,"Chills from your Hits always reduce Action Speed by at least 10% 20% more Damage with Ignite 30% increased Effect of non-Damaging Ailments on Enemies "}
2552
-
c["Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second"]={{[1]={flags=0,keywordFlags=0,name="ExtraMinionSkill",type="LIST",value={skillId="SiegebreakerCausticGroud"}}},nil}
2552
+
c["Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second"]={{[1]={flags=0,keywordFlags=0,name="ExtraMinionSkill",type="LIST",value={skillId="SiegebreakerCausticGround"}}},nil}
2553
2553
c["60% increased Attack Physical Damage while using Pride"]={{[1]={[1]={type="Condition",var="AffectedByPride"},flags=1,keywordFlags=0,name="PhysicalDamage",type="INC",value=60}},nil}
2554
2554
c["Nearby Enemies deal 8% less Elemental Damage"]={nil,"Nearby Enemies deal 8% less Elemental Damage "}
Copy file name to clipboardExpand all lines: Modules/ModParser-3_0.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1262,7 +1262,7 @@ local specialModList = {
1262
1262
["modifiers to critical strike multiplier also apply to damage over time multiplier for ailments from critical strikes at (%d+)%% of their value"] =function(num) return { mod("CritMultiplierAppliesToDegen", "BASE", num) } end,
1263
1263
["your bleeding does not deal extra damage while the enemy is moving"] = { flag("Condition:NoExtraBleedDamageToMovingEnemy") },
1264
1264
["you can inflict bleeding on an enemy up to (%d+) times?"] =function(num) return { mod("BleedStacksMax", "OVERRIDE", num) } end,
1265
-
["your minions spread caustic ground on death, dealing 20%% of their maximum life as chaos damage per second"] = { mod("ExtraMinionSkill", "LIST", { skillId="SiegebreakerCausticGroud" }) },
1265
+
["your minions spread caustic ground on death, dealing 20%% of their maximum life as chaos damage per second"] = { mod("ExtraMinionSkill", "LIST", { skillId="SiegebreakerCausticGround" }) },
1266
1266
["you can have an additional brand attached to an enemy"] = { mod("BrandsAttachedLimit", "BASE", 1) },
1267
1267
["gain (%d+) grasping vines each second while stationary"] =function(num) return {
0 commit comments