diff --git a/config/Item.xlsx b/config/Item.xlsx index 165da72e..26b9f3d9 100644 Binary files a/config/Item.xlsx and b/config/Item.xlsx differ diff --git a/config/LimitedTimeEvent.xlsx b/config/LimitedTimeEvent.xlsx index d611e35a..f1c507f3 100644 Binary files a/config/LimitedTimeEvent.xlsx and b/config/LimitedTimeEvent.xlsx differ diff --git a/config/card.xlsx b/config/card.xlsx index d706299a..34fb4557 100644 Binary files a/config/card.xlsx and b/config/card.xlsx differ diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 562ee1c3..0224c47f 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -979,7 +979,7 @@ message ResLimitSenceReward{ } message ResChessRainReward{ - int32 Chest = 1; // 宝箱id + repeated ItemInfo Items = 1; } diff --git a/tool/cfg/cfg_xlsx.json b/tool/cfg/cfg_xlsx.json index 32ec37cd..1b8dded2 100644 --- a/tool/cfg/cfg_xlsx.json +++ b/tool/cfg/cfg_xlsx.json @@ -99,7 +99,7 @@ "out_file": "CardDetail.json", "key": "Id", "sheet_name" :"CardDetail", - "fields" :["Id", "PictureAlbum", "Star", "IsGold","Round"] + "fields" :["Id", "PictureAlbum", "Star", "IsGold","Round", "ItemId"] }, { "in_file": "Card.xlsx",