Skip to content

Commit

Permalink
quick update to shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
fx committed Sep 30, 2024
1 parent d796b2f commit c96c872
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions public/examples/priest/shadow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,37 @@
load spec: :shadow_priest
hide_ooc!

dynamic_group 'WhackAuras' do
dynamic_group 'Shadow Stay Big' do
scale 0.6
offset y: -40, x: 80

action_usable 'Void Eruption'
action_usable 'Power Infusion'
action_usable 'Shadowfiend'
end

dynamic_group 'Shadow Stay Small' do
scale 0.6
offset y: -40, x: -80

action_usable 'Psyfiend'
action_usable 'Void Torrent'
action_usable 'Halo'
end

dynamic_group 'Shadow WhackAuras' do
scale 0.8
offset y: -70

debuff_missing 'Shadow Word: Pain'
debuff_missing 'Vampiric Touch'

action_usable 'Shadow Crash' do
glow!
end
action_usable 'Mind Blast'
action_usable 'Void Torrent'
action_usable 'Mindbender'
action_usable 'Halo'
action_usable 'Void Eruption'
action_usable 'Shadow Word: Death'
action_usable 'Shadow Crash'
action_usable 'Devouring Plague'
action_usable 'Mind Flay: Insanity'
end

0 comments on commit c96c872

Please sign in to comment.