Edit on GitHub
GameService Server Black Papel Result
Summary
This packet contains the results of a Black Papel play.
This packet is part of the response to GameService Client 0x014B Black Papel Play.
Structure
Name | Type | Summary |
unknown_a | bytes | |
item_count | u4 | |
items | item
| |
unknown_d | bytes | |
Subtypes
Name | Type | Summary |
ball_colour | u4 | |
item_id | u4 | |
inventory_slot | u4 | If new/no slot assigned yet, 0 (0x00000000). |
item_quantity | u4 | |
item_rarity | u4 | |
Enums
Definition
meta:
id: gameservice_server_021b_black_papel_result
title: GameService Server Black Papel Result
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
size: 8
- id: item_count
type: u4
- id: items
type: item
repeat: expr
repeat-expr: item_count
- id: unknown_d
size: 16
types:
item:
seq:
- id: ball_colour
type: u4
enum: ball_colour
- id: item_id
type: u4
- id: inventory_slot
type: u4
- id: item_quantity
type: u4
- id: item_rarity
type: u4
enum: item_rarity
enums:
ball_colour:
0: blue
1: teal
2: red
item_rarity:
0: black_normal
1: blue_premium
2: red_rare
Examples
No examples available. Contribute one?