Update 3.2

This commit is contained in:
Akbar Yahya
2022-11-06 20:51:40 +08:00
parent f5fd0cbe69
commit dfe18ccb7d
1153 changed files with 13690 additions and 5671 deletions

View File

@@ -21,6 +21,7 @@ import "ChannelerSlabLoopDungeonResultInfo.proto";
import "CrystalLinkSettleInfo.proto";
import "DungeonSettleExhibitionInfo.proto";
import "EffigyChallengeDungeonResultInfo.proto";
import "EffigyChallengeV2SettleInfo.proto";
import "InstableSpraySettleInfo.proto";
import "ParamList.proto";
import "RoguelikeDungeonSettleInfo.proto";
@@ -40,21 +41,22 @@ message DungeonSettleNotify {
uint32 dungeon_id = 13;
map<uint32, StrengthenPointData> strengthen_point_data_map = 14;
repeated DungeonSettleExhibitionInfo exhibition_info_list = 8;
uint32 Unk3100_PIFIBCAMAIG = 12;
uint32 create_player_uid = 12;
repeated uint32 fail_cond_list = 11;
uint32 Unk2700_OMCCFBBDJMI = 1;
uint32 use_time = 1;
uint32 close_time = 4;
bool is_success = 7;
map<uint32, ParamList> settle_show = 5;
oneof detail {
TowerLevelEndNotify tower_level_end_notify = 351;
TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 635;
ChannelerSlabLoopDungeonResultInfo channeller_slab_loop_dungeon_result_info = 686;
ChannelerSlabLoopDungeonResultInfo channeler_slab_loop_dungeon_result_info = 686;
EffigyChallengeDungeonResultInfo effigy_challenge_dungeon_result_info = 328;
RoguelikeDungeonSettleInfo roguelike_dungeon_settle_info = 1482;
CrystalLinkSettleInfo crystal_link_settle_info = 112;
SummerTimeV2DungeonSettleInfo summer_time_v2_dungeon_settle_info = 1882;
InstableSpraySettleInfo instable_spray_settle_info = 193;
WindFieldDungeonSettleInfo wind_field_dungeon_settle_info = 1825;
EffigyChallengeV2SettleInfo effigy_challenge_v2_settle_info = 1802;
}
}