Skip to content

Commit

Permalink
[Balance] Remove GA from PTR APL
Browse files Browse the repository at this point in the history
  • Loading branch information
Dsune0 and Dreamgrove committed Oct 6, 2024
1 parent 0a1d2a0 commit ecf9f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/apl/balance_apl_ptr.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ precombat->add_action( "stellar_flare" );
def->add_action( "variable,name=passive_asp,value=6%spell_haste+talent.natures_balance+talent.orbit_breaker*dot.moonfire.ticking*(buff.orbit_breaker.stack>(27-2*buff.solstice.up))*24" );
def->add_action( "variable,name=ca_effective_cd,value=cooldown.ca_inc.remains<?cooldown.force_of_nature.remains" );
def->add_action( "variable,name=last_ca_inc,value=fight_remains<cooldown.ca_inc.duration+variable.ca_effective_cd" );
def->add_action( "variable,name=cd_condition,value=(fight_remains<(15+5*talent.incarnation_chosen_of_elune)*(1+talent.greater_alignment*0.4)|!hero_tree.keeper_of_the_grove|(buff.harmony_of_the_grove.up|cooldown.force_of_nature.remains>25))&cooldown.ca_inc.ready&dot.sunfire.ticking&(dot.moonfire.ticking|talent.treants_of_the_moon&(cooldown.force_of_nature.remains<3|buff.harmony_of_the_grove.up))" );
def->add_action( "variable,name=cd_condition,value=(fight_remains<(15+5*talent.incarnation_chosen_of_elune)|!hero_tree.keeper_of_the_grove|(buff.harmony_of_the_grove.up|cooldown.force_of_nature.remains>25))&cooldown.ca_inc.ready&dot.sunfire.ticking&(dot.moonfire.ticking|talent.treants_of_the_moon&(cooldown.force_of_nature.remains<3|buff.harmony_of_the_grove.up))" );
def->add_action( "use_item,name=aberrant_spellforge" );
def->add_action( "do_treacherous_transmitter_task" );
def->add_action( "use_item,name=spymasters_web,if=variable.cd_condition&(buff.spymasters_report.stack>29|fight_remains<cooldown.ca_inc.duration)|fight_remains<20" );
Expand Down

0 comments on commit ecf9f9a

Please sign in to comment.