Skip to content

Commit

Permalink
[Mage] Frost FF additional small Cleave simplification
Browse files Browse the repository at this point in the history
- the change also allowed for a simplification of the FFE line in cleave, that is now the same as the aoe line and its a +0.5% gain on top
  • Loading branch information
wingsco authored Feb 28, 2025
1 parent d8f021b commit 398f614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/apl/mage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ void frost( player_t* p )
cleave_ff->add_action( "blizzard,if=buff.freezing_rain.up&talent.ice_caller" );
cleave_ff->add_action( "glacial_spike,if=buff.icicles.react=5" );
cleave_ff->add_action( "ray_of_frost,target_if=max:debuff.winters_chill.stack,if=remaining_winters_chill=1" );
cleave_ff->add_action( "frostfire_bolt,if=buff.frostfire_empowerment.react&!buff.excess_frost.up&!buff.excess_fire.up" );
cleave_ff->add_action( "frostfire_bolt,if=buff.frostfire_empowerment.react&!buff.excess_fire.up" );
cleave_ff->add_action( "shifting_power,if=cooldown.icy_veins.remains>10&cooldown.frozen_orb.remains>10&(!talent.comet_storm|cooldown.comet_storm.remains>10)&(!talent.ray_of_frost|cooldown.ray_of_frost.remains>10)" );
cleave_ff->add_action( "ice_lance,target_if=max:debuff.winters_chill.stack,if=buff.fingers_of_frost.react|remaining_winters_chill" );
cleave_ff->add_action( "frostfire_bolt" );
Expand Down

0 comments on commit 398f614

Please sign in to comment.