HV Unified simulator
Find a file
GaboGG e935e34ae1 v0.14.41 - Fix gear slot detection: 'gi' was matching inside 'leggings'
Root cause: gearDetectSlot used substring matching. The Body keyword
'gi' (for gi/jacket) appears inside the word 'leggings' (l-e-g-g-i-n-g-s),
so EVERY leggings item was classified as Body:
  - Legs slot showed '(no data)' — its equipped item was mis-detected
  - Body slot showed leggings items as top candidates (176 score)

Fix: word-boundary regex match (\bgi\b) so 'gi' only matches as a
standalone word. Also protects against 'cap' in 'capacity' etc.
2026-07-31 10:59:17 -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.41 - Fix gear slot detection: 'gi' was matching inside 'leggings' 2026-07-31 10:59:17 -04:00
simulator Fix: Spark of Life icon key, mana items after buffs 2026-07-22 06:13:54 -04:00
src v0.14.41 - Fix gear slot detection: 'gi' was matching inside 'leggings' 2026-07-31 10:59:17 -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