装饰优化
This commit is contained in:
parent
57331e0d52
commit
a02638aa4b
Binary file not shown.
@ -778,6 +778,12 @@ message ResDecorateInfo {
|
||||
int32 AreaId = 1;
|
||||
repeated int32 mFinishList = 2;
|
||||
repeated int32 RewardArea = 3; // 已领取区域奖励
|
||||
repeated DecoratePart Parts = 4; // 零件
|
||||
}
|
||||
|
||||
message DecoratePart{
|
||||
int32 Id = 1;
|
||||
repeated ItemInfo Items = 2; // 零件
|
||||
}
|
||||
|
||||
// 请求装饰基础信息
|
||||
|
||||
@ -92,7 +92,7 @@
|
||||
"out_file": "IndoorProgress.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"IndoorProgress",
|
||||
"fields" :["Id", "Scene", "Lv", "Item", "AreaReward"]
|
||||
"fields" :["Id", "Scene", "Lv", "Item", "AreaReward", "Part"]
|
||||
},
|
||||
{
|
||||
"in_file": "DecorateCost.xlsx",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user