mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,17 +22,22 @@ import "LanternRiteFireworksReformSkillInfo.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 8862
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message LanternRiteStartFireworksReformRsp {
|
||||
repeated LanternRiteFireworksReformFactorInfo factor_info_list = 15;
|
||||
uint32 fire_element_addition_ratio = 13;
|
||||
uint32 stamina_value = 2;
|
||||
repeated LanternRiteFireworksReformSkillInfo skill_info_list = 8;
|
||||
uint32 reform_score = 6;
|
||||
uint32 stage_id = 12;
|
||||
uint32 challenge_id = 11;
|
||||
uint32 fire_element_value = 14;
|
||||
int32 retcode = 7;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 8652;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
uint32 stage_id = 6;
|
||||
uint32 challenge_id = 4;
|
||||
uint32 Unk3300_BJHGCFANMBI = 14;
|
||||
uint32 Unk3300_LKOFBPDKEGG = 12;
|
||||
repeated LanternRiteFireworksReformFactorInfo factor_info_list = 13;
|
||||
int32 retcode = 2;
|
||||
uint32 Unk3300_OMHPIGGDCBO = 11;
|
||||
repeated LanternRiteFireworksReformSkillInfo skill_info_list = 15;
|
||||
uint32 Unk3300_LKKBPAJOCML = 5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user