From 5f9bbfca21c8466bb477f66da28179b1f113c2f8 Mon Sep 17 00:00:00 2001 From: Hekili Date: Wed, 10 Jan 2024 16:48:33 -0500 Subject: [PATCH] Fix Frost DK APL import. --- Dragonflight/APLs/DeathKnightFrost.simc | 30 ++++++++++++------------- Dragonflight/DeathKnightFrost.lua | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Dragonflight/APLs/DeathKnightFrost.simc b/Dragonflight/APLs/DeathKnightFrost.simc index 057f45164..9220ae0d2 100644 --- a/Dragonflight/APLs/DeathKnightFrost.simc +++ b/Dragonflight/APLs/DeathKnightFrost.simc @@ -19,7 +19,7 @@ actions+=/strangulate # Choose Action list to run actions+=/call_action_list,name=variables actions+=/call_action_list,name=trinkets -actions+=/call_action_list,name=high_prio_actions +actions+=/call_action_list,name=high_prio actions+=/call_action_list,name=cooldowns actions+=/call_action_list,name=racials actions+=/call_action_list,name=cold_heart,if=talent.cold_heart&(!buff.killing_machine.up|talent.breath_of_sindragosa)&((debuff.razorice.stack=5|!death_knight.runeforge.razorice&!talent.glacial_advance&!talent.avalanche)|fight_remains<=gcd) @@ -90,22 +90,22 @@ actions.cooldowns+=/raise_dead actions.cooldowns+=/soul_reaper,if=fight_remains>5&target.time_to_pct_35<5&active_enemies<=2&(talent.obliteration&(buff.pillar_of_frost.up&!buff.killing_machine.react&rune>2|!buff.pillar_of_frost.up)|talent.breath_of_sindragosa&(buff.breath_of_sindragosa.up&runic_power>50|!buff.breath_of_sindragosa.up)|!talent.breath_of_sindragosa&!talent.obliteration) actions.cooldowns+=/any_dnd,if=!death_and_decay.ticking&variable.adds_remain&(buff.pillar_of_frost.up&buff.pillar_of_frost.remains>5&buff.pillar_of_frost.remains<11|!buff.pillar_of_frost.up&cooldown.pillar_of_frost.remains>10|fight_remains<11)&(active_enemies>5|talent.cleaving_strikes&active_enemies>=2) -# High Priority Actions Use Power Infusion while Pillar of Frost is up, as well as Breath of Sindragosa or on cooldown if Pillar of Frost and Breath of Sindragosa are not talented -actions.high_prio_actions+=/invoke_external_buff,name=power_infusion,if=(buff.pillar_of_frost.up|!talent.pillar_of_frost)&(talent.obliteration|talent.breath_of_sindragosa&buff.breath_of_sindragosa.up|!talent.breath_of_sindragosa&!talent.obliteration) +### High Priority Actions Use Power Infusion while Pillar of Frost is up, as well as Breath of Sindragosa or on cooldown if Pillar of Frost and Breath of Sindragosa are not talented +## ctions.high_prio+=/invoke_external_buff,name=power_infusion,if=(buff.pillar_of_frost.up|!talent.pillar_of_frost)&(talent.obliteration|talent.breath_of_sindragosa&buff.breath_of_sindragosa.up|!talent.breath_of_sindragosa&!talent.obliteration) # Interrupt -actions.high_prio_actions+=/mind_freeze,if=target.debuff.casting.react -actions.high_prio_actions+=/antimagic_shell,if=runic_power.deficit>40&death_knight.first_ams_cast