diff --git a/config/Item.xlsx b/config/Item.xlsx index 41f7a0cd..830827e8 100644 Binary files a/config/Item.xlsx and b/config/Item.xlsx differ diff --git a/config/LimitedTimeEvent.xlsx b/config/LimitedTimeEvent.xlsx index 07525d39..86d7861b 100644 Binary files a/config/LimitedTimeEvent.xlsx and b/config/LimitedTimeEvent.xlsx differ diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 36e474ba..18e2e97f 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -381,6 +381,7 @@ enum CHESS_EX_TYPE { CHESS_EX_BOX = 2; // 宝箱解锁 CHESS_EX_QUICK_BUY = 3; // 快捷购买 CHESS_EX_EVENT = 4; // 限时事件气泡 + CHESS_EX_EVENT_LITTLE_APPRENTICE = 5; // 限时事件小学徒 } // 棋子转换 @@ -390,6 +391,7 @@ message ReqChessEx{ int32 CostDia = 3; CHESS_EX_TYPE Type = 4; //1 气泡 2 宝箱解锁 3 快捷购买 4 限时事件气泡 map mChessData = 5; + int32 CostStar = 6; // 消耗星星 } message ResChessEx{