@@ -25,20 +25,6 @@ message uint_MasterTimerWordingCollection {
25
25
message MasterTimerWordingCollectionMap {
26
26
repeated uint_MasterTimerWordingCollection entries = 1 ; // dictionary
27
27
}
28
- message MasterMissionLabel {
29
- optional uint32 labelId = 1 ; // normal type
30
- optional string missionTabType = 2 ; // normal type
31
- optional string tabLabel = 3 ; // normal type
32
- optional uint64 startAt = 4 ; // normal type
33
- optional uint64 endAt = 5 ; // normal type
34
- }
35
- message uint_MasterMissionLabel {
36
- optional uint32 uint_MasterMissionLabel_key = 1 ; // normal type
37
- optional MasterMissionLabel uint_MasterMissionLabel_value = 2 ; // sub class
38
- }
39
- message MasterMissionLabelMap {
40
- repeated uint_MasterMissionLabel entries = 1 ; // dictionary
41
- }
42
28
message MasterMatchingBonus {
43
29
optional uint32 matchingBonusId = 1 ; // normal type
44
30
optional string matchingBonusName = 2 ; // normal type
@@ -62,23 +48,6 @@ message MasterMatchingBonusReward {
62
48
message MasterMatchingBonusRewardList {
63
49
repeated MasterMatchingBonusReward entries = 1 ; // array
64
50
}
65
- message MasterMissionGroup {
66
- optional uint32 missionGroupId = 1 ; // normal type
67
- optional string missionTabType = 2 ; // normal type
68
- optional string missionResetType = 3 ; // normal type
69
- optional string assetBundleName = 4 ; // normal type
70
- optional string url = 5 ; // normal type
71
- optional uint64 startAt = 6 ; // normal type
72
- optional uint64 endAt = 7 ; // normal type
73
- optional uint64 rewardEndAt = 8 ; // normal type
74
- }
75
- message uint_MasterMissionGroup {
76
- optional uint32 uint_MasterMissionGroup_key = 1 ; // normal type
77
- optional MasterMissionGroup uint_MasterMissionGroup_value = 2 ; // sub class
78
- }
79
- message MasterMissionGroupMap {
80
- repeated uint_MasterMissionGroup entries = 1 ; // dictionary
81
- }
82
51
message MasterBandStoryIntroduction {
83
52
optional uint32 bandStoryChapterId = 1 ; // normal type
84
53
optional string introduction = 2 ; // normal type
@@ -1223,71 +1192,6 @@ message MasterSituationSkillExpTable {
1223
1192
message MasterSituationSkillExpTableList {
1224
1193
repeated MasterSituationSkillExpTable entries = 1 ; // array
1225
1194
}
1226
- message MasterMission {
1227
- optional uint32 missionId = 1 ; // normal type
1228
- optional string missionType = 2 ; // normal type
1229
- optional string transitionMethod = 3 ; // normal type
1230
- optional uint32 transitionId = 4 ; // normal type
1231
- optional uint64 startAt = 5 ; // normal type
1232
- optional uint64 endAt = 6 ; // normal type
1233
- optional string missionTabType = 7 ; // normal type
1234
- optional uint32 seq = 8 ; // normal type
1235
- optional string url = 9 ; // normal type
1236
- optional uint32 eventId = 10 ; // normal type
1237
- optional bool isSpecial = 11 ; // normal type
1238
- optional uint32 bandId = 12 ; // normal type
1239
- optional string characterAttribute = 13 ; // normal type
1240
- repeated uint32 areaItemCategoryIds = 14 ; // array
1241
- optional string resetType = 15 ; // normal type
1242
- optional uint32 missionGroupId = 16 ; // normal type
1243
- }
1244
- message uint_MasterMission {
1245
- optional uint32 uint_MasterMission_key = 1 ; // normal type
1246
- optional MasterMission uint_MasterMission_value = 2 ; // sub class
1247
- }
1248
- message MasterMissionMap {
1249
- repeated uint_MasterMission entries = 1 ; // dictionary
1250
- }
1251
- message MasterMissionDetail {
1252
- optional uint32 missionId = 1 ; // normal type
1253
- optional uint32 seq = 2 ; // normal type
1254
- optional string title = 3 ; // normal type
1255
- optional string description = 4 ; // normal type
1256
- optional uint32 maxProgress = 5 ; // normal type
1257
- optional string missionConditionTypes = 6 ; // normal type
1258
- repeated uint32 values = 7 ; // array
1259
- optional string hint = 8 ; // normal type
1260
- optional string releaseConditionDescription = 9 ; // normal type
1261
- optional uint32 releaseRank = 10 ; // normal type
1262
- }
1263
- message MasterMissionDetailList {
1264
- repeated MasterMissionDetail entries = 1 ; // array
1265
- }
1266
- message uint_MasterMissionDetailList {
1267
- optional uint32 uint_MasterMissionDetailList_key = 1 ; // normal type
1268
- optional MasterMissionDetailList uint_MasterMissionDetailList_value = 2 ; // sub class
1269
- }
1270
- message MasterMissionDetailMap {
1271
- repeated uint_MasterMissionDetailList entries = 1 ; // dictionary
1272
- }
1273
- message MasterMissionReward {
1274
- optional uint32 missionId = 1 ; // normal type
1275
- optional uint32 seq = 2 ; // normal type
1276
- optional uint32 missionRewardId = 3 ; // normal type
1277
- optional string resourceType = 4 ; // normal type
1278
- optional uint32 resourceId = 5 ; // normal type
1279
- optional uint32 quantity = 6 ; // normal type
1280
- }
1281
- message MasterMissionRewardList {
1282
- repeated MasterMissionReward entries = 1 ; // array
1283
- }
1284
- message uint_MasterMissionRewardList {
1285
- optional uint32 uint_MasterMissionRewardList_key = 1 ; // normal type
1286
- optional MasterMissionRewardList uint_MasterMissionRewardList_value = 2 ; // sub class
1287
- }
1288
- message MasterMissionRewardMap {
1289
- repeated uint_MasterMissionRewardList entries = 1 ; // dictionary
1290
- }
1291
1195
message MasterSkillActivateEffect {
1292
1196
optional uint32 skillId = 1 ; // normal type
1293
1197
optional uint32 skillLevel = 2 ; // normal type
@@ -1867,16 +1771,9 @@ message MasterMusicVideo {
1867
1771
optional string thumbAssetBundleName = 8 ; // normal type
1868
1772
optional string description = 9 ; // normal type
1869
1773
}
1870
- message uint_MasterMusicVideo {
1871
- optional uint32 uint_MasterMusicVideo_key = 1 ; // normal type
1872
- optional MasterMusicVideo uint_MasterMusicVideo_value = 2 ; // sub class
1873
- }
1874
1774
message MasterMusicVideoList {
1875
1775
repeated MasterMusicVideo entries = 1 ; // array
1876
1776
}
1877
- message MasterMusicVideoMap {
1878
- repeated uint_MasterMusicVideo entries = 1 ; // dictionary
1879
- }
1880
1777
message uint_MasterMusicVideoList {
1881
1778
optional uint32 uint_MasterMusicVideoList_key = 1 ; // normal type
1882
1779
optional MasterMusicVideoList uint_MasterMusicVideoList_value = 2 ; // sub class
@@ -1995,30 +1892,6 @@ message uint_MasterCollaborationSkin {
1995
1892
message MasterCollaborationSkinMap {
1996
1893
repeated uint_MasterCollaborationSkin entries = 1 ; // dictionary
1997
1894
}
1998
- message MasterMissionPlatformOverview {
1999
- optional uint32 missionId = 1 ; // normal type
2000
- optional uint32 seq = 2 ; // normal type
2001
- optional string platform = 3 ; // normal type
2002
- optional string missionTitle = 4 ; // normal type
2003
- optional string missionDescription = 5 ; // normal type
2004
- }
2005
- message MasterMissionPlatformOverviewList {
2006
- repeated MasterMissionPlatformOverview entries = 1 ; // array
2007
- }
2008
- message uint_MasterMissionPlatformOverviewList {
2009
- optional uint32 uint_MasterMissionPlatformOverviewList_key = 1 ; // normal type
2010
- optional MasterMissionPlatformOverviewList uint_MasterMissionPlatformOverviewList_value = 2 ; // sub class
2011
- }
2012
- message MasterMissionPlatformOverviewMap {
2013
- repeated uint_MasterMissionPlatformOverviewList entries = 1 ; // dictionary
2014
- }
2015
- message string_MasterMissionPlatformOverviewMap {
2016
- optional string string_MasterMissionPlatformOverviewMap_key = 1 ; // normal type
2017
- optional MasterMissionPlatformOverviewMap string_MasterMissionPlatformOverviewMap_value = 2 ; // sub class
2018
- }
2019
- message MasterMissionPlatformOverviewPlatformMap {
2020
- repeated string_MasterMissionPlatformOverviewMap entries = 1 ; // dictionary
2021
- }
2022
1895
message MasterNewYearCard {
2023
1896
optional uint32 newYearCardId = 1 ; // normal type
2024
1897
optional uint64 selectStartAt = 2 ; // normal type
@@ -3296,27 +3169,6 @@ message MasterBirthdayIntroduction {
3296
3169
message MasterBirthdayIntroductionList {
3297
3170
repeated MasterBirthdayIntroduction entries = 1 ; // list
3298
3171
}
3299
- message MasterAprilFool2021Page {
3300
- optional uint32 aprilFool2021PageId = 1 ; // normal type
3301
- optional string assetBundleName = 2 ; // normal type
3302
- optional string bgmFileName = 3 ; // normal type
3303
- optional uint64 startAt = 4 ; // normal type
3304
- optional uint64 endAt = 5 ; // normal type
3305
- }
3306
- message MasterAprilFool2021PageList {
3307
- repeated MasterAprilFool2021Page entries = 1 ; // list
3308
- }
3309
- message MasterAprilFool2021Region {
3310
- optional uint32 aprilFool2021RegionId = 1 ; // normal type
3311
- optional string region = 2 ; // normal type
3312
- optional string storyType = 3 ; // normal type
3313
- optional uint32 seq = 4 ; // normal type
3314
- optional uint32 characterId = 5 ; // normal type
3315
- optional uint32 genericStoryId = 6 ; // normal type
3316
- }
3317
- message MasterAprilFool2021RegionList {
3318
- repeated MasterAprilFool2021Region entries = 1 ; // list
3319
- }
3320
3172
message MasterFestivalRotationMusic {
3321
3173
optional uint32 id = 1 ; // normal type
3322
3174
optional uint32 eventId = 2 ; // normal type
@@ -3626,10 +3478,8 @@ message MasterSpecialLotteryCharacterMap {
3626
3478
message SuiteMasterGetResponse {
3627
3479
optional MasterSubscriptionCountBonusRewardList masterSubscriptionCountBonusRewardList = 307 ; // sub class
3628
3480
optional MasterTimerWordingCollectionMap masterTimerWordingCollectionMap = 309 ; // sub class
3629
- optional MasterMissionLabelMap masterMissionLabelMap = 310 ; // sub class
3630
3481
optional MasterMatchingBonusMap masterMatchingBonusMap = 313 ; // sub class
3631
3482
optional MasterMatchingBonusRewardList masterMatchingBonusRewardList = 314 ; // sub class
3632
- optional MasterMissionGroupMap masterMissionGroupMap = 315 ; // sub class
3633
3483
optional MasterBandStoryIntroductionList masterBandStoryIntroductionList = 311 ; // sub class
3634
3484
optional MasterEventStoryIntroductionList masterEventStoryIntroductionList = 312 ; // sub class
3635
3485
optional MasterIngameV2TalkingMap masterIngameV2TalkingMap = 316 ; // sub class
@@ -3689,9 +3539,6 @@ message SuiteMasterGetResponse {
3689
3539
optional MasterCommonConfigMap masterCommonConfigMap = 50 ; // sub class
3690
3540
optional MasterSkillList masterSkillList = 51 ; // sub class
3691
3541
optional MasterSituationSkillExpTableList masterSituationSkillExpTableList = 52 ; // sub class
3692
- optional MasterMissionMap masterMissionMap = 53 ; // sub class
3693
- optional MasterMissionDetailMap masterMissionDetailMap = 54 ; // sub class
3694
- optional MasterMissionRewardMap masterMissionRewardMap = 55 ; // sub class
3695
3542
optional MasterSkillActivateEffectList masterSkillActivateEffectList = 56 ; // sub class
3696
3543
optional MasterSkillOnceEffectList masterSkillOnceEffectList = 57 ; // sub class
3697
3544
optional MasterLiveBoostRecoveryItemMap masterLiveBoostRecoveryItemMap = 58 ; // sub class
@@ -3721,15 +3568,13 @@ message SuiteMasterGetResponse {
3721
3568
optional MasterSingleFrameCartoonCharacterMap masterSingleFrameCartoonCharacterMap = 83 ; // sub class
3722
3569
optional MasterFourFrameCartoonMap masterFourFrameCartoonMap = 84 ; // sub class
3723
3570
optional MasterFourFrameCartoonCharacterMap masterFourFrameCartoonCharacterMap = 85 ; // sub class
3724
- optional MasterMusicVideoMap masterMusicVideoMap = 86 ; // sub class
3725
3571
optional MasterMusicVideoListMap masterMusicVideoListMap = 109 ; // sub class
3726
3572
optional MasterPurchaseMenuList masterPurchaseMenuList = 110 ; // sub class
3727
3573
optional MasterBandStoryChapterMap masterBandStoryChapterMap = 87 ; // sub class
3728
3574
optional MasterNewMusicIntroductionMap masterNewMusicIntroductionMap = 89 ; // sub class
3729
3575
optional MasterSituationFirstAppearanceMap masterSituationFirstAppearanceMap = 90 ; // sub class
3730
3576
optional MasterCollaborationSkinMap masterCollaborationSkinMap = 91 ; // sub class
3731
3577
optional MasterGenericStoryMap masterOpeningAreaGenericStoryMap = 92 ; // sub class
3732
- optional MasterMissionPlatformOverviewPlatformMap masterMissionPlatformOverviewMap = 93 ; // sub class
3733
3578
optional MasterNewYearCardMap masterNewYearCardMap = 94 ; // sub class
3734
3579
optional MasterMusicJacketMap masterMusicJacketMap = 95 ; // sub class
3735
3580
optional MasterBackstageTalkSetMap masterBackstageTalkSetMap = 96 ; // sub class
@@ -3798,8 +3643,6 @@ message SuiteMasterGetResponse {
3798
3643
optional MasterPanelMissionMap masterPanelMissionMap = 700 ; // sub class
3799
3644
optional MasterPanelMissionValueList masterPanelMissionValueList = 701 ; // sub class
3800
3645
optional MasterBirthdayIntroductionList masterBirthdayIntroductionList = 703 ; // sub class
3801
- optional MasterAprilFool2021PageList masterAprilFool2021PageList = 704 ; // sub class
3802
- optional MasterAprilFool2021RegionList masterAprilFool2021RegionList = 705 ; // sub class
3803
3646
optional MasterFestivalRotationMusicList masterFestivalRotationMusicList = 807 ; // sub class
3804
3647
optional MasterFestivalStageList masterFestivalStageList = 808 ; // sub class
3805
3648
optional MasterFestivalStageDescriptionList masterFestivalStageDescriptionList = 813 ; // sub class
0 commit comments