On the Needless Optimization of Needy Fuse Box
30 seconds to panic about a broken fuse. Maybe we should have back ups instead...
- Select the needy to open its panel.
- When activated, the internal display will show a number based on what fuses popped/turned off.
- Pressing a button hooked to a fuse will turn it on/off.
- Each fuse has a value assigned, labeled in the table below. The positions are labeled in reading order, starting at the top-left as 1.
17 42 37 04 79 66 - The 2 fuses, colored grey, have their values and positions swapped.
- When two or more fuses are off, all off/popped fuses’ values are added, then shown on the display, after taking the last 2 digits of the result, prepending a 0 if there is only 1 digit after modulo 100. This can result in some “fake values” being displayed.
- When only one fuse is off, the display will instead show which fuse is off/popped.
To disable the needy, turn all six fuses back on.
See the next page for the possible cases.