Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some spell definitions for Havoc Demon Hunters #762

Merged
merged 2 commits into from
Dec 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/scripts/ovale_demonhunter_spells.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,13 @@ Define(serrated_glaive_conduit 152)
code += `
Define(arcane_torrent 202719)
SpellInfo(arcane_torrent cd=120 fury=-15)
#blade_dance
SpellRequire(blade_dance fury add=-20 enabled=(hastalent(first_blood_talent)))
SpellRequire(blade_dance replaced_by set=death_sweep enabled=(buffpresent(metamorphosis_buff)))
#chaos_strike_havoc
SpellRequire(chaos_strike_havoc replaced_by set=annihilation enabled=(buffpresent(metamorphosis_buff)))
#death_sweep
SpellRequire(death_sweep fury add=-20 enabled=(hastalent(first_blood_talent)))
Define(frailty_debuff 247456)
SpellInfo(frailty_debuff duration=20)
#spirit_bomb
Expand Down