Update 3.3 (wow, a lot changed)

This commit is contained in:
Akbar Yahya
2022-12-05 19:41:24 +08:00
parent 238dd43a77
commit cf717aa6a0
2949 changed files with 32506 additions and 43050 deletions

View File

@@ -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;
}