Skip to content

Commit

Permalink
feat(Shadow): Update to Wrathful Faerie usage in multi-target
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilraaz committed Feb 28, 2021
1 parent a8d0674 commit af986b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HeroRotation_Priest/Shadow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ local function Main()
if S.VoidEruption:IsReady() and (VarPoolForCDs and Player:Insanity() >= 40 and (Player:Insanity() <= 85 or S.SearingNightmare:IsAvailable() and VarSearingNightmareCutoff) and not S.Mindbender:CooldownUp() and (not S.MindBlast:CooldownUp() or EnemiesCount10ySplash > 2)) then
if Cast(S.VoidEruption, Settings.Shadow.GCDasOffGCD.VoidEruption, nil, not Target:IsSpellInRange(S.VoidEruption)) then return "void_eruption 92"; end
end
-- shadow_word_pain,if=buff.fae_guardians.up&!debuff.wrathful_faerie.up
-- shadow_word_pain,if=buff.fae_guardians.up&!debuff.wrathful_faerie.up&spell_targets.mind_sear<4
-- Manually change to VT if using Misery talent
if S.ShadowWordPain:IsCastable() and (Player:BuffUp(S.FaeGuardiansBuff) and Target:DebuffDown(S.WrathfulFaerieDebuff)) then
if S.ShadowWordPain:IsCastable() and (Player:BuffUp(S.FaeGuardiansBuff) and Target:DebuffDown(S.WrathfulFaerieDebuff) and EnemiesCount10ySplash < 4) then
if S.Misery:IsAvailable() then
if Cast(S.VampiricTouch, nil, nil, not Target:IsSpellInRange(S.VampiricTouch)) then return "vampiric_touch 94"; end
else
Expand Down

0 comments on commit af986b7

Please sign in to comment.