diff --git a/config/Item.xlsx b/config/Item.xlsx index 26b9f3d9..53f99d35 100644 Binary files a/config/Item.xlsx and b/config/Item.xlsx differ diff --git a/config/LimitedTimeEvent.xlsx b/config/LimitedTimeEvent.xlsx index f1c507f3..e5572d93 100644 Binary files a/config/LimitedTimeEvent.xlsx and b/config/LimitedTimeEvent.xlsx differ diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 0224c47f..1aad2f7b 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -979,7 +979,8 @@ message ResLimitSenceReward{ } message ResChessRainReward{ - repeated ItemInfo Items = 1; + repeated ItemInfo Items = 1; //奖励道具 + int32 Id = 2; // 转盘id } diff --git a/tool/cfg/cfg_xlsx.json b/tool/cfg/cfg_xlsx.json index 1b8dded2..1807cf3b 100644 --- a/tool/cfg/cfg_xlsx.json +++ b/tool/cfg/cfg_xlsx.json @@ -260,7 +260,7 @@ "out_file": "LimitedTimeEventChestJackpot.json", "key": "Id", "sheet_name" :"ChestJackpot", - "fields" :["Grade", "Items", "CardLv", "Lv", "Prob"] + "fields" :["Grade", "Items", "CardLv", "Lv", "Jackpot", "Prob"] }, { "in_file": "LimitedTimeEvent.xlsx",