Skip to content

Commit

Permalink
fix(hunter): add wildfire_bomb_debuff targer debuff (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemario committed Apr 7, 2021
1 parent ae10e58 commit f74034b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/ovale_hunter_spells.ts
Expand Up @@ -406,6 +406,7 @@ SpellRequire(kill_shot unusable set=1 enabled=(target.healthpercent() > 20))
SpellRequire(kill_shot_survival unusable set=1 enabled=(target.healthpercent() > 20))
SpellRequire(harpoon unusable set=1 enabled=(target.distance() < 8))
SpellAddBuff(steady_shot steady_focus_buff add=1 enabled=(previousgcdspell(steady_shot count=2) and talent(steady_focus_talent)))
SpellAddTargetDebuff(wildfire_bomb wildfire_bomb_debuff add=1)
`;

scripts.registerScript("HUNTER", undefined, name, desc, code, "include");
Expand Down

0 comments on commit f74034b

Please sign in to comment.