@@ -2178,6 +2178,7 @@ message MasterEventItem {
2178
2178
optional string description = 5 ; // normal type
2179
2179
optional string eventItemOverrideName = 6 ; // normal type
2180
2180
optional string assetBundleName = 7 ; // normal type
2181
+ optional string unitName = 8 ; // normal type
2181
2182
}
2182
2183
message uint_MasterEventItem {
2183
2184
optional uint32 uint_MasterEventItem_key = 1 ; // normal type
@@ -2333,14 +2334,26 @@ message uint_MasterEventBoxGachaDetailList {
2333
2334
optional uint32 uint_MasterEventBoxGachaDetailList_key = 1 ; // normal type
2334
2335
optional MasterEventBoxGachaDetailList uint_MasterEventBoxGachaDetailList_value = 2 ; // sub class
2335
2336
}
2337
+ message MasterEventBoxGachaLive2d {
2338
+ optional uint32 live2dId = 1 ; // normal type
2339
+ optional string costumeBundleName = 2 ; // normal type
2340
+ }
2341
+ message MasterEventBoxGachaLive2dThreshold {
2342
+ optional string commonsLive2dCategory = 1 ; // normal type
2343
+ optional uint32 threshold = 2 ; // normal type
2344
+ }
2336
2345
message MasterEventBoxGacha {
2337
2346
optional uint32 eventBoxGachaId = 1 ; // normal type
2338
2347
optional uint32 eventId = 2 ; // normal type
2339
2348
optional string name = 3 ; // normal type
2340
- optional string resourceName = 4 ; // normal type
2341
2349
optional uint64 publishedAt = 5 ; // normal type
2342
2350
optional uint64 closedAt = 6 ; // normal type
2351
+ optional string rewardItemName = 7 ; // normal type
2352
+ optional string rewardBgBundleName = 8 ; // normal type
2353
+ optional string assetBundleName = 9 ; // normal type
2343
2354
repeated uint_MasterEventBoxGachaDetailList detailsMap = 101 ; // dictionary
2355
+ repeated MasterEventBoxGachaLive2d live2dList = 102 ; // list
2356
+ repeated MasterEventBoxGachaLive2dThreshold thresholdList = 103 ; // list
2344
2357
}
2345
2358
message uint_MasterEventBoxGacha {
2346
2359
optional uint32 uint_MasterEventBoxGacha_key = 1 ; // normal type
0 commit comments