Skip to content

Commit

Permalink
[Monk] adjust 2 min racials (#10020)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hurstilol authored Mar 1, 2025
1 parent 280e99c commit 7367d99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions engine/class_modules/apl/apl_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,13 +516,13 @@ void windwalker_live( player_t *p )
if ( racial_action != "arcane_torrent" )
{
if ( racial_action == "ancestral_call" )
cooldowns->add_action( racial_action + ",if=cooldown.invoke_xuen_the_white_tiger.remains>30|fight_remains<20" );
cooldowns->add_action( racial_action + ",if=buff.invokers_delight.remains>15|fight_remains<20" );
else if ( racial_action == "blood_fury" )
cooldowns->add_action( racial_action + ",if=cooldown.invoke_xuen_the_white_tiger.remains>30|fight_remains<20" );
cooldowns->add_action( racial_action + ",if=buff.invokers_delight.remains>15|fight_remains<20" );
else if ( racial_action == "fireblood" )
cooldowns->add_action( racial_action + ",if=cooldown.invoke_xuen_the_white_tiger.remains>30|fight_remains<10" );
cooldowns->add_action( racial_action + ",if=buff.invokers_delight.remains>15|fight_remains<10" );
else if ( racial_action == "berserking" )
cooldowns->add_action( racial_action + ",if=cooldown.invoke_xuen_the_white_tiger.remains>60|fight_remains<15" );
cooldowns->add_action( racial_action + ",if=buff.invokers_delight.remains>15|fight_remains<15" );
else if ( racial_action == "bag_of_tricks" )
def->add_action( racial_action + ",if=buff.storm_earth_and_fire.down" );
else if ( racial_action == "lights_judgment" )
Expand Down

0 comments on commit 7367d99

Please sign in to comment.