diff --git a/src/Modules/ModParser.lua b/src/Modules/ModParser.lua index f5260b9b5e..be9fe1c07e 100644 --- a/src/Modules/ModParser.lua +++ b/src/Modules/ModParser.lua @@ -3174,6 +3174,7 @@ local specialModList = { ["take (%d+) fire damage per second while flame%-touched"] = function(num) return { mod("FireDegen", "BASE", num, { type = "Condition", var = "AffectedByApproachingFlames" }) } end, ["gain adrenaline when you become flame%-touched"] = { flag("Condition:Adrenaline", { type = "Condition", var = "AffectedByApproachingFlames" }) }, ["lose adrenaline when you cease to be flame%-touched"] = { }, + ["gain adrenaline when stunned, for 2 seconds per 100ms of stun duration"] = { flag("Condition:Adrenaline", {type = "Condition", var = "StunnedRecently"})}, ["modifiers to ignite duration on you apply to all elemental ailments"] = { flag("IgniteDurationAppliesToElementalAilments") }, ["chance to avoid being shocked applies to all elemental ailments"] = { flag("ShockAvoidAppliesToElementalAilments") }, -- typo / old wording change ["modifiers to chance to avoid being shocked apply to all elemental ailments"] = { flag("ShockAvoidAppliesToElementalAilments") },