Bug - Fixed LED Candle modes for Jill-of-all-trades broken

tomjohn242

New member
Selecting a lighting mode doesn't appear to affect item% or meat% when switching between them, and when removing the item the only change that appears seems to be based on the familiar weight loss of +5.

I remember my stats updating after switching modes on my LED Candle familiar equipment around mid-october. The calculation seemed off, but the overall meat% and item% was still updating when switching between lighting modes.

I haven't been paying attention, but this may have started as an issue back with the r27669 update to the Jill bonuses that was pushed on Nov 1st

Currently on build r27690
 
I tested this on KoLmafia r28715:

Code:
with lead necklace:
meat_drop_modifier = 778.88, item_drop_modifier = 284.44

with LED candle, ledCandleMode = red light
meat_drop_modifier = 784.96, item_drop_modifier = 287.48

with LED candle, ledCandleMode = disco
meat_drop_modifier = 784.96, item_drop_modifier = 325.50

with LED candle, ledCandleMode = ultraviolet
meat_drop_modifier = 861.00, item_drop_modifier = 287.48

So it seems to be working.
Marking this as Fixed.
 
Back
Top