HV Unified simulator
Find a file
GaboGG 03cbccf703 v0.14.34 - Fix difficulty comparison case bug
Bug: difficulties.indexOf(difficulty.toUpperCase()) — the array has
'Nintendo' (mixed case) but toUpperCase() gives 'NINTENDO' which
doesn't match, so currentIdx = -1 and -1 < suggestedIdx always true.
The suggestion kept firing even when already on Nintendo.
(IWBTH worked by luck since uppercase == itself.)

Fix: case-insensitive findIndex comparison on both sides.
2026-07-31 07:09:30 -04:00
docs Initial commit: HV Unified v0.11.0 structure 2026-07-20 19:30:26 -04:00
references v0.14.22 - Survival-first priority chain (simulation-backed, 10/10 survival) 2026-07-28 06:19:02 -04:00
scripts v0.14.34 - Fix difficulty comparison case bug 2026-07-31 07:09:30 -04:00
simulator Fix: Spark of Life icon key, mana items after buffs 2026-07-22 06:13:54 -04:00
src v0.14.34 - Fix difficulty comparison case bug 2026-07-31 07:09:30 -04:00
.gitignore Initial commit: HV Unified v0.11.0 structure 2026-07-20 19:30:26 -04:00
analyze_gear.py v0.14.22 - Survival-first priority chain (simulation-backed, 10/10 survival) 2026-07-28 06:19:02 -04:00