Skip to content

Commit

Permalink
Fix Rage not working when using Warlord's Mark (#7056)
Browse files Browse the repository at this point in the history
I accidently removed the stat by mistake

Co-authored-by: LocalIdentity <[email protected]>
  • Loading branch information
LocalIdentity and LocalIdentity authored Dec 17, 2023
1 parent 8e35ee5 commit 7f211af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Data/Skills/act_str.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11452,6 +11452,9 @@ skills["WarlordsMark"] = {
["mana_leech_on_any_damage_when_hit_by_attack_permyriad"] = {
mod("SelfDamageManaLeech", "BASE", nil, ModFlag.Attack, 0, { type = "GlobalEffect", effectType = "Curse" }),
},
["enemy_rage_regeneration_on_stun"] = {
flag("Condition:CanGainRage", { type = "GlobalEffect", effectType = "Buff" } ),
},
},
baseFlags = {
spell = true,
Expand Down
3 changes: 3 additions & 0 deletions src/Export/Skills/spectre.txt
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,9 @@ local skills, mod, flag, skill = ...
["enemy_rage_regeneration_on_stun"] = {
flag("Condition:CanGainRage", { type = "GlobalEffect", effectType = "Buff" } ),
},
["enemy_rage_regeneration_on_stun"] = {
flag("Condition:CanGainRage", { type = "GlobalEffect", effectType = "Buff" } ),
},
},
#mods

Expand Down

0 comments on commit 7f211af

Please sign in to comment.