docs(enumerations): annotate item_types from Ghidra decompilation of mhfo-hd.dll

Decompiled FUN_104a36a0 (ZZ PC item_send) and cross-referenced with
Wii U G1 item_send functions to classify all 32 item types:

- Types 11, 13, 26, 27: confirmed unused (client no-op in both G1 and ZZ)
- Types 22, 24: confirmed ZZ-only, notification-only in client item_send
- Added Notes column with equipment slots, server handlers, and behavior

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
houmgaor
2026-02-19 17:18:18 +01:00
parent 6de2ea461d
commit a3593b6261

@@ -16,40 +16,40 @@ These control which menu at the Guide your Distribution will show up.
# Item Types # Item Types
These define the item type you would receive from a Distribution or Event Tent Distribution. These define the item type you would receive from a Distribution or Event Tent Distribution.
| ID | type | | ID | Type | Notes |
|----|----------------------| |----|----------------------|-------|
| 0 | Legs | | 0 | Legs | Equipment slot 0 |
| 1 | Head | | 1 | Head | Equipment slot 2 |
| 2 | Chest | | 2 | Chest | Equipment slot 3 |
| 3 | Arms | | 3 | Arms | Equipment slot 4 |
| 4 | Waist | | 4 | Waist | Equipment slot 5 |
| 5 | Melee | | 5 | Melee | Equipment slot 6 |
| 6 | Ranged | | 6 | Ranged | Equipment slot 7 |
| 7 | Item | | 7 | Item | Uses item_id + quantity |
| 8 | Furniture | | 8 | Furniture | Gallery box item |
| 9 | Campaign Quest | | 9 | Campaign Quest | Quest unlock, no client reward |
| 10 | Zenny | | 10 | Zenny | |
| 11 | UNKNOWN | | 11 | Unused | Client no-op (G1 through ZZ) |
| 12 | Festival Points | | 12 | Festival Points | Auto-handled by festa system |
| 13 | UNKNOWN | | 13 | Unused | Client no-op (G1 through ZZ) |
| 14 | Tore Points | | 14 | Tore Points | |
| 15 | Poogie Outfits | | 15 | Poogie Outfits | Uses item_id for outfit |
| 16 | Restyle Points | | 16 | Restyle Points | |
| 17 | N Points | | 17 | N Points | Server: addPointNetcafe |
| 18 | Goocoo Outfits | | 18 | Goocoo Outfits | |
| 19 | Gacha Koban | | 19 | Gacha Koban | Server: gacha_premium |
| 20 | Trial Gacha Koban | | 20 | Trial Gacha Koban | Server: gacha_trial |
| 21 | Frontier Points (FP) | | 21 | Frontier Points (FP) | Server: frontier_points |
| 22 | UNKNOWN | | 22 | UNKNOWN | ZZ-only, uses item_id + amount, notify-only |
| 23 | Ryoudan Points (RP) | | 23 | Ryoudan Points (RP) | Server: saveData.RP |
| 24 | UNKNOWN | | 24 | UNKNOWN | ZZ-only, amount only, notify-only |
| 25 | Bond/Kizuna Points | | 25 | Bond/Kizuna Points | |
| 26 | UNKNOWN | | 26 | Unused | Client no-op (G1 through ZZ) |
| 27 | UNKNOWN | | 27 | Unused | Client no-op (G1 through ZZ) |
| 28 | Special Hall | | 28 | Special Hall | |
| 29 | Song Note | | 29 | Song Note | |
| 30 | Item Box pages | | 30 | Item Box pages | |
| 31 | Equipment Box pages | | 31 | Equipment Box pages | Obfuscated stamp system |
# Course Types # Course Types