Skip to content

Commit

Permalink
[Monk] Update APL for Serenity
Browse files Browse the repository at this point in the history
  • Loading branch information
Juko8 committed Oct 17, 2019
1 parent f3cbb92 commit bffd755
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion engine/class_modules/sc_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9885,8 +9885,14 @@ void monk_t::apl_combat_windwalker()
serenity->add_action(
this, "Fists of Fury",
"if=(buff.bloodlust.up&prev_gcd.1.rising_sun_kick)|buff.serenity.remains<1|(active_enemies>1&active_enemies<5)" );
serenity->add_talent(
this, "Fist of the White Tiger",
"if=talent.hit_combo.enabled&energy.time_to_max<2&prev_gcd.1.blackout_kick&chi<=2" );
serenity->add_action(
this, "Tiger Palm",
"if=talent.hit_combo.enabled&energy.time_to_max<1&prev_gcd.1.blackout_kick&chi.max-chi>=2" );
serenity->add_action( this, "Spinning Crane Kick",
"if=combo_strike&(active_enemies>=3|(active_enemies=2&prev_gcd.1.blackout_kick))" );
"if=combo_strike&(active_enemies>=3|(talent.hit_combo.enabled&prev_gcd.1.blackout_kick)|(active_enemies=2&prev_gcd.1.blackout_kick))" );
serenity->add_action( this, "Blackout Kick", "target_if=min:debuff.mark_of_the_crane.remains" );

// Multiple Targets
Expand Down

0 comments on commit bffd755

Please sign in to comment.