diff --git a/config/IndoorProgress.xlsx b/config/IndoorProgress.xlsx index 0c3cae24..63027491 100644 Binary files a/config/IndoorProgress.xlsx and b/config/IndoorProgress.xlsx differ diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index c5ccb0d7..5d50b32e 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -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; // 零件 } // 请求装饰基础信息 diff --git a/tool/cfg/cfg_xlsx.json b/tool/cfg/cfg_xlsx.json index 0da745cf..31dc1c2f 100644 --- a/tool/cfg/cfg_xlsx.json +++ b/tool/cfg/cfg_xlsx.json @@ -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",