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: src/Modules/ModParser.lua
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2514,6 +2514,7 @@ local specialModList = {
2514
2514
["always scorch while affected by anger"] = { mod("EnemyScorchChance", "BASE", 100, { type="Condition", var="AffectedByAnger" }) },
2515
2515
["always inflict brittle while affected by hatred"] = { mod("EnemyBrittleChance", "BASE", 100, { type="Condition", var="AffectedByHatred" }) },
2516
2516
["always sap while affected by wrath"] = { mod("EnemySapChance", "BASE", 100, { type="Condition", var="AffectedByWrath" }) },
2517
+
["drops burning ground while moving, dealing (%d+) fire damage per second for %d+ seconds"] =function(num) return { mod("DropsBurningGround", "BASE", num) } end,
0 commit comments