Edit on GitHub
This packet acknowledges a character's mastery level being downgraded.
It is a response to:
Name | Type | Summary |
---|---|---|
unknown_gss0270 | bytes[4] | All 0x00? |
mastery_type | u4 | Selects which stat has been downgraded. |
Key | Value |
---|---|
masteries::power | 0 |
masteries::control | 1 |
masteries::impact | 2 |
masteries::spin | 3 |
masteries::curve | 4 |
meta:
id: gameservice_server_0270_character_mastery_downgrade_response
title: GameService Server Character Mastery Downgrade Response
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_gss0270
size: 4
- id: mastery_type
type: u4
enum: masteries
enums:
masteries:
0: power
1: control
2: impact
3: spin
4: curve