Skip to content

Commit

Permalink
Add support for Rolling Slam "more damage against heavy stunned enemi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Blitz54 authored Feb 10, 2025
1 parent 2a11af7 commit 3fd56a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Data/SkillStatMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,9 @@ return {
["active_skill_damage_+%_final"] = {
mod("Damage", "MORE", nil),
},
["active_skill_damage_+%_final_against_heavy_stunned_enemies"] = {
mod("Damage", "MORE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "HeavyStunned" }),
},
["sigil_attached_target_hit_damage_+%_final"] = {
mod("Damage", "MORE", nil, ModFlag.Hit, 0, { type = "Condition", var = "TargetingBrandedEnemy"}),
},
Expand Down

0 comments on commit 3fd56a6

Please sign in to comment.