Skip to content

Commit

Permalink
[Balance] No ap_check for FoE in AoE
Browse files Browse the repository at this point in the history
  • Loading branch information
Jundarer and Balance-SimC committed Sep 25, 2021
1 parent f4d35bb commit 6f3d3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/apl/balance_apl.inc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ aoe->add_action( "celestial_alignment,if=variable.cd_condition_aoe&(buff.ca_inc.
aoe->add_action( "incarnation,if=variable.cd_condition_aoe" );
aoe->add_action( "kindred_spirits,if=interpolated_fight_remains<15|(buff.primordial_arcanic_pulsar.value<250|buff.primordial_arcanic_pulsar.value>=250)&buff.starfall.up&(cooldown.ca_inc.remains>50|druid.no_cds)","Use Kindred Spirits on cd with Starfall up and save for Pulsar and CA/Inc" );
aoe->add_action( "stellar_flare,target_if=refreshable&time_to_die>15,if=spell_targets.starfire<4&ap_check&(buff.ca_inc.remains>10|!buff.ca_inc.up)","Refresh flare on up to 3 targets without CA/Inc being about to expire and not overcapping" );
aoe->add_action( "fury_of_elune,if=eclipse.in_any&ap_check&buff.primordial_arcanic_pulsar.value<250&(dot.adaptive_swarm_damage.ticking|!covenant.necrolord|spell_targets>2)&(buff.ravenous_frenzy.remains<9-(5*runeforge.sinful_hysteria)&buff.ravenous_frenzy.up|!buff.ravenous_frenzy.up)&(!cooldown.ca_inc.up|buff.thrill_seeker.stack<15&fight_remains<200&fight_remains>100|!soulbind.thrill_seeker.enabled)&(soulbind.thrill_seeker.enabled|cooldown.ca_inc.remains>30)","Use FoE if inside an Eclipse and line it up with a Pulsar proc and Adaptive Swarm" );
aoe->add_action( "fury_of_elune,if=eclipse.in_any&buff.primordial_arcanic_pulsar.value<250&(dot.adaptive_swarm_damage.ticking|!covenant.necrolord|spell_targets>2)&(buff.ravenous_frenzy.remains<9-(5*runeforge.sinful_hysteria)&buff.ravenous_frenzy.up|!buff.ravenous_frenzy.up)&(!cooldown.ca_inc.up|buff.thrill_seeker.stack<15&fight_remains<200&fight_remains>100|!soulbind.thrill_seeker.enabled)&(soulbind.thrill_seeker.enabled|cooldown.ca_inc.remains>30)","Use FoE if inside an Eclipse and line it up with a Pulsar proc and Adaptive Swarm" );
aoe->add_action( "starfall,if=buff.oneths_perception.up&(buff.starfall.refreshable|astral_power>90)","Use a Starfall Oneth proc unless Starfall is already up or you are about to overcap AsP" );
aoe->add_action( "starfall,if=covenant.night_fae&!talent.stellar_drift.enabled&(variable.convoke_desync|cooldown.ca_inc.up|buff.ca_inc.up)&cooldown.convoke_the_spirits.remains<gcd.max*ceil(astral_power%50)&buff.starfall.remains<4&!druid.no_cds","Dump AsP before Convoke with Starfall and then Starsurge" );
aoe->add_action( "starsurge,if=covenant.night_fae&(variable.convoke_desync|cooldown.ca_inc.up|buff.ca_inc.up)&cooldown.convoke_the_spirits.remains<6&buff.starfall.up&eclipse.in_any&!variable.ignore_starsurge&!druid.no_cds" );
Expand Down

0 comments on commit 6f3d3dd

Please sign in to comment.