hv-unified/scripts
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
..
build.sh v0.14.33 - In-game gear analysis module 2026-07-31 07:07:38 -04:00
hv-unified.user.js v0.14.41 - Fix gear slot detection: 'gi' was matching inside 'leggings' 2026-07-31 10:59:17 -04:00
latest.user.js v0.14.41 - Fix gear slot detection: 'gi' was matching inside 'leggings' 2026-07-31 10:59:17 -04:00