Skip to content

Commit

Permalink
configure candle prior to maximizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Alium58 authored and Malibu-Stacey committed Oct 13, 2023
1 parent 60821ef commit 9c91187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions RELEASE/scripts/autoscend/auto_equipment.ash
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,9 @@ void finalizeMaximize(boolean speculative)
}
if(my_familiar() == $familiar[Jill-of-All-Trades] && item_amount($item[LED candle]) > 0)
{
//jill of all trade's fam equip can be tuned to give 50% more +item, +meat, or +stats
addBonusToMaximize($item[LED candle], 300);
// maximizer uses whatever mode LED candle is in, won't change it
// so ensure in correct mode prior to maximizing
auto_handleJillOfAllTrades();
}
if(speculative && auto_haveCrystalBall())
{ //when doing simMaximize, in order to know if miniature crystal ball will be allowed in the simulated location,
Expand Down
1 change: 0 additions & 1 deletion RELEASE/scripts/autoscend/auto_pre_adv.ash
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,6 @@ boolean auto_pre_adventure()
equipMaximizedGear();
auto_handleRetrocape(); // has to be done after equipMaximizedGear otherwise the maximizer reconfigures it
auto_handleParka(); //same as retrocape above
auto_handleJillOfAllTrades(); // need to configure jill to have desired bonus
cli_execute("checkpoint clear");

//before guaranteed non combats that give stats, overrule maximized equipment to increase stat gains
Expand Down

0 comments on commit 9c91187

Please sign in to comment.