Skip to content

Commit

Permalink
[Balance] Update Starlord apl numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jundarer committed Apr 1, 2019
1 parent 4314645 commit bb0b1ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/class_modules/sc_druid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8299,14 +8299,14 @@ void druid_t::apl_balance()
default_list->add_talent(this, "Fury of Elune", "if=(buff.ca_inc.up|cooldown.ca_inc.remains>30)&solar_wrath.ap_check");
default_list->add_talent(this, "Force of Nature", "if=(buff.ca_inc.up|cooldown.ca_inc.remains>30)&ap_check");
// Spenders
default_list->add_action("cancel_buff,name=starlord,if=buff.starlord.remains<8&!solar_wrath.ap_check", "Spenders");
default_list->add_action("cancel_buff,name=starlord,if=buff.starlord.remains<3&!solar_wrath.ap_check", "Spenders");
default_list->add_action(this, "Starfall", "if="
"(buff.starlord.stack<3|buff.starlord.remains>=8)"
"&spell_targets>=variable.sf_targets"
"&(target.time_to_die+1)*spell_targets>cost%2.5");
default_list->add_action(this, "Starsurge",
"if=(talent.starlord.enabled&(buff.starlord.stack<3|buff.starlord.remains>=8&buff.arcanic_"
"pulsar.stack<8)|!talent.starlord.enabled&(buff.arcanic_pulsar.stack<8|buff.ca_inc.up))&"
"pulsar.stack<5)|!talent.starlord.enabled&(buff.arcanic_pulsar.stack<8|buff.ca_inc.up))&"
"spell_targets.starfall<variable.sf_targets&buff.lunar_empowerment.stack+buff.solar_"
"empowerment.stack<4&buff.solar_empowerment.stack<3&buff.lunar_empowerment.stack<3&(!"
"variable.az_ss|!buff.ca_inc.up|!prev.starsurge)|target.time_to_die<=execute_time*astral_"
Expand Down

0 comments on commit bb0b1ba

Please sign in to comment.