Skip to content

Commit 3b044c7

Browse files
committed
Add support for deli 40% less damage taken from hits
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
1 parent 57185ad commit 3b044c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Modules/ModParser.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2877,6 +2877,7 @@ local specialModList = {
28772877
mod("DamageTakenOverTime", "MORE", -num, { type = "Condition", var = "HeartstopperDOT" }),
28782878
mod("DamageTakenOverTime", "MORE", -num * tonumber(duration) / 10, { type = "Condition", var = "HeartstopperAVERAGE" })
28792879
} end,
2880+
["take (%d+)%% less damage from hits"] = function(num) return { mod("DamageTakenWhenHit", "MORE", -num) } end,
28802881
-- Warden
28812882
["prevent %+(%d+)%% of suppressed spell damage per bark below maximum"] = function(num) return {
28822883
mod("SpellSuppressionEffect", "BASE", num, { type = "Multiplier", var = "MissingBarkskinStacks" })

0 commit comments

Comments
 (0)