Edit on GitHub
This packet details the collectables (coins, spin cubes, tickets, etc.) that were obtained throughout a VS round.
It is part of the response to:
Name | Type | Summary |
---|---|---|
user_count | u2 | |
users | user[user_count] |
Name | Type | Summary |
---|---|---|
connection_id | u4 | |
unknown_a | u1 | |
item_count | u2 | |
item_id | u4 | From pangya_xx.iff/Item.iff. Each coin, cube, ticket, etc. is listed individually. Coins are awarded with the ID for pang pouches. |
meta:
id: gameservice_server_00fa_room_bonus_collectables_result
title: GameService Server Room Bonus Collectables Result
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: user_count
type: u2
- id: users
type: user
repeat: expr
repeat-expr: user_count
types:
user:
seq:
- id: connection_id
type: u4
- id: unknown_a
type: u1
- id: item_count
type: u2
- id: item_id
type: u4
repeat: expr
repeat-expr: item_count