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

@@ -24,21 +24,21 @@ import "CoopReward.proto";
option java_package = "emu.grasscutter.net.proto";
message CoopChapter {
repeated CoopCg coop_cg_list = 1;
uint32 id = 2;
repeated CoopPoint coop_point_list = 11;
repeated uint32 finish_dialog_list = 10;
uint32 finished_end_count = 14;
uint32 total_end_count = 7;
repeated CoopReward coop_reward_list = 5;
repeated uint32 lock_reason_list = 12;
State state = 4;
map<uint32, uint32> seen_ending_map = 9;
enum State {
STATE_CLOSE = 0;
STATE_COND_NOT_MEET = 1;
STATE_COND_MEET = 2;
STATE_ACCEPT = 3;
}
uint32 id = 9;
repeated CoopPoint coop_point_list = 12;
repeated uint32 Unk3300_MOOKBLFKOLC = 6;
State state = 7;
uint32 Unk3300_KDLGLOIIINH = 11;
repeated CoopReward coop_reward_list = 3;
repeated uint32 Unk3300_MJLMJBMGJPP = 4;
repeated CoopCg coop_cg_list = 2;
map<uint32, uint32> seen_ending_map = 15;
uint32 Unk3300_KMJHIMBIGJF = 8;
}