You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Feral] fix test rake thresholds to reasonable values
This is not technically optimal, but realistically there are only so many target count thresholds someone can get used to seeing, so I think the minor losses for those nonmeta builds are acceptable.
dreamgrove/dreamgrove@b067013
Co-authored-by: Dreamgrove <dreamgrove@github.com>
precombat->add_action( "variable,name=regrowth,op=reset","optional variable that sends regrowth casts. Turned off by default" );
11
-
precombat->add_action( "variable,name=dotc_rake_threshold,op=set,value=0","see the 2nd rake line in aoe_builders. This determines when that line can return true" );
precombat->add_action( "variable,name=dotc_rake_threshold,op=set,value=99","see the 2nd rake line in aoe_builders. This determines when that line can return true" );
precombat->add_action( "variable,name=algethar_puzzle_box_precombat_cast,value=3,if=trinket.1.is.algethar_puzzle_box|!trinket.1.has_use_buff","for practicism, we give a 1s leeway (at 0% haste) from cast end until start of the fight." );
0 commit comments