Skip to content

Commit

Permalink
[Warlock] Destruction Cleave APL update (#9742)
Browse files Browse the repository at this point in the history
  • Loading branch information
SzynaWoW authored Nov 19, 2024
1 parent eb1825c commit c73ff31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/apl/warlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ void destruction( player_t* p )
havoc->add_action( "shadowburn,if=(cooldown.shadowburn.full_recharge_time<=gcd.max*3|debuff.eradication.remains<=gcd.max&talent.eradication&!action.chaos_bolt.in_flight&!talent.diabolic_ritual)&(talent.conflagration_of_chaos|talent.blistering_atrophy)" );
havoc->add_action( "shadowburn,if=havoc_remains<=gcd.max*3" );
havoc->add_action( "chaos_bolt,if=cast_time<havoc_remains&((!talent.improved_chaos_bolt&active_enemies<=2)|(talent.improved_chaos_bolt&((talent.wither&talent.inferno&active_enemies<=2)|(((talent.wither&talent.cataclysm)|(!talent.wither&talent.inferno))&active_enemies<=3)|(!talent.wither&talent.cataclysm&active_enemies<=4))))" );
havoc->add_action( "rain_of_fire,if=active_enemies>=3-talent.wither" );
havoc->add_action( "rain_of_fire,if=active_enemies>=3" );
havoc->add_action( "channel_demonfire,if=soul_shard<4.5" );
havoc->add_action( "conflagrate,if=!talent.backdraft" );
havoc->add_action( "dimensional_rift,if=soul_shard<4.7&(charges>2|fight_remains<cooldown.dimensional_rift.duration)" );
Expand Down

0 comments on commit c73ff31

Please sign in to comment.