Feature Bag o' Tricks Charge Tracking

Catch-22

Active member
It'd be great of KoLmafia could keep track of how many times the Bag o' Tricks has been charged in combat.

Zarqon's BestBetweenBattle script is currently doing this manually with his own property, but it's calling run_combat() (twice) to do so. If you're using a complicated combat script, that causes a lot of overhead.

I can improve the performance of BBB by only checking for charges if the Bag o' Tricks is equipped and I can also reduce the call to run_combat() down to just 1 instead of 2, but it's not going to be as good as relying on KoLmafia to provide that information.
 
Top