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

@@ -25,21 +25,21 @@ import "InBattleMechanicusStageType.proto";
option java_package = "emu.grasscutter.net.proto";
message InBattleMechanicusInfo {
uint32 left_monster = 5;
repeated uint32 Unk3300_MNNDELKIBLG = 656;
repeated uint32 Unk3300_GHBEHPGBBIH = 683;
InBattleMechanicusStageType stage = 7;
uint32 Unk3300_EBOIGFMOKHK = 4;
uint32 wait_seconds = 13;
repeated uint32 entrance_list = 410;
repeated uint32 exit_list = 115;
repeated InBattleMechanicusCardInfo history_card_list = 11;
uint32 max_escape_monster_num = 10;
uint32 building_stage_duration = 4;
uint64 duration_ms = 8;
InBattleMechanicusStageType stage = 9;
uint32 total_round = 12;
repeated InBattleMechanicusMonsterInfo monster_list = 14;
uint32 escaped_monster_num = 6;
uint32 round = 3;
repeated InBattleMechanicusCardInfo pick_card_list = 15;
repeated InBattleMechanicusPlayerInfo player_list = 7;
uint64 wait_begin_time_us = 1;
uint64 begin_time_ms = 2;
uint32 left_monster_num = 15;
uint64 Unk3300_IFIPKLOGEOF = 6;
repeated InBattleMechanicusPlayerInfo player_list = 12;
uint32 total_round = 1;
uint64 Unk3300_IAPINOLIALF = 14;
repeated InBattleMechanicusMonsterInfo monster_list = 9;
uint32 Unk3300_CIJALCAMHCD = 3;
uint64 wait_begin_time_us = 2;
repeated InBattleMechanicusCardInfo history_card_list = 5;
repeated InBattleMechanicusCardInfo pick_card_list = 8;
uint32 escaped_monster_num = 10;
uint32 round = 11;
}