From c96c87222a52b172048e6b5ac657b5ba6fdd9fca Mon Sep 17 00:00:00 2001 From: Marian Rudzynski Date: Mon, 30 Sep 2024 19:29:01 +0000 Subject: [PATCH] quick update to shadow --- public/examples/priest/shadow.rb | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/public/examples/priest/shadow.rb b/public/examples/priest/shadow.rb index 696f2ba..37ebaf9 100644 --- a/public/examples/priest/shadow.rb +++ b/public/examples/priest/shadow.rb @@ -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