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
+4
Original file line number
Diff line number
Diff line change
@@ -3171,6 +3171,10 @@ local specialModList = {
3171
3171
} end,
3172
3172
["exsanguinate debuffs deal fire damage per second instead of physical damage per second"] = { flag("Condition:ExsanguinateDebuffIsFireDamage", { type = "SkillName", skillName = "Exsanguinate", includeTransfigured = true })},
3173
3173
["reap debuffs deal fire damage per second instead of physical damage per second"] = { flag("Condition:ReapDebuffIsFireDamage", { type = "SkillName", skillName = "Reap" })},
3174
+
["convert (%d+)%% of requirements to (%a+)"] = function(_, num, attr) return {
0 commit comments