Edit on GitHub
Oft-recurring format for communicating a user's in-game statistics to clients, including:
If no caddie is specified (roster_slot_caddie
and item_id_caddie
are both 0), the remaining fields may contain garbage data.
See Also:
Name | Type | Summary |
---|---|---|
roster_slot_caddie | u4 | User-specific roster slot of the relevant caddie. |
item_id_caddie | u4 | From pangya_xx.iff/Caddie.iff. Item ID of the relevant caddie. |
unknown_user_caddie_data_a | bytes[4] | |
caddie_level | u1 | Caddie's achieved level. Can be checked by right clicking on them in My Room. |
caddie_xp_amount | u4 | Caddie's earnt XP. Can be checked by right clicking on them in My Room. |
unknown_user_caddie_data_d | bytes[8] |
meta:
id: user_caddie_data
title: User Caddie Data
encoding: ASCII
endian: le
imports:
- id_bank
seq:
- id: roster_slot_caddie
type: u4
- id: item_id_caddie
type: u4
enum: id_bank::item_id_caddie
- id: unknown_user_caddie_data_a
size: 4
- id: caddie_level
type: u1
- id: caddie_xp_amount
type: u4
- id: unknown_user_caddie_data_d
size: 8