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

@@ -21,27 +21,32 @@ import "GachaItem.proto";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1535
// EnetChannelId: 0
// EnetIsReliable: true
message DoGachaRsp {
uint32 cur_schedule_daily_gacha_times = 155;
uint32 cost_item_num = 10;
uint32 wish_max_progress = 9;
uint32 wish_item_id = 8;
int32 retcode = 13;
uint32 ten_cost_item_num = 3;
uint32 wish_progress = 2;
repeated GachaItem gacha_item_list = 15;
uint32 ten_cost_item_id = 7;
// enum CmdId {
// option allow_alias = true;
// NONE = 0;
// CMD_ID = 1519;
// ENET_CHANNEL_ID = 0;
// ENET_IS_RELIABLE = 1;
// }
bool Unk3300_OHFMHIHJHPJ = 1812;
uint32 Unk3300_JLELMHELIDC = 3;
repeated GachaItem gacha_item_list = 9;
bool Unk3300_HBILIAEIHNK = 1887;
uint32 gacha_type = 10;
uint32 Unk3300_OPGAHAGHEPF = 6;
uint32 Unk3300_NMOKGFGDFFC = 1;
uint32 Unk3300_BLLMPAJNCPI = 5;
uint32 gacha_times = 4;
bool is_under_minors_restrict = 1435;
bool is_under_general_restrict = 1868;
uint32 gacha_type = 12;
uint32 gacha_times_limit = 1;
uint32 cost_item_id = 14;
uint32 daily_gacha_times = 1240;
uint32 left_gacha_times = 6;
uint32 new_gacha_random = 11;
uint32 gacha_schedule_id = 5;
uint32 Unk3300_GLPMIEMBGGL = 15;
uint32 Unk3300_KEIJFMKAKDH = 12;
uint32 Unk3300_DBFMKAMNPCL = 13;
uint32 Unk3300_JLBFLPEMAPP = 8;
uint32 Unk3300_MEDMCPFCIOO = 2;
uint32 Unk3300_HLANONBCBLM = 1550;
uint32 Unk3300_PLFMMOFNGAG = 7;
uint32 gacha_schedule_id = 14;
uint32 daily_gacha_times = 467;
int32 retcode = 11;
}