From a0ce3e163ca382dbc44ff21a4ffb4d16afec6d5b Mon Sep 17 00:00:00 2001 From: lvxinran Date: Sat, 12 Dec 2020 16:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=8D=8F=E8=AE=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 41 +++++++++++---------------------------- 1 file changed, 11 insertions(+), 30 deletions(-) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index b238596..5dbfe52 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -80,6 +80,15 @@ import "CommonProto.proto"; optional int32 curTower = 20;//当前层数 optional int32 bombUsed = 21;//炸弹已使用次数 + + optional int32 killCount = 22;//已杀小怪数量 + + repeated int32 trialRewardInfo = 23;//试炼领奖信息 + + // 当前地图,试炼精气(如果召唤过boss 该值为 -1) + optional int32 essenceValue = 24; + + } @@ -158,32 +167,6 @@ import "CommonProto.proto"; message UseTowerBuffResponse { optional EventBehaviorCommon EventBehaviorCommon =1; } - - - // 爬塔副本信息(试炼副本) - message TowerCopyInfo{ - // 当前所在层数 - optional int32 tower = 1; - // 已战斗次数 - optional int32 fightCount = 2; - // 历史最高层 - optional int32 highestTower = 3; - // 当前地图,试炼精气(如果召唤过boss 该值为 -1) - optional int32 essenceValue = 4; - // 是否显示重置:1、显示;0、不显示 - optional int32 mapIntoReset = 5; - // 上层使用时间 - optional int32 towerUseTime = 6; - - repeated int32 trialRewardInfo = 7;//试炼领奖信息 - - optional int32 killCount = 8;//已杀小怪数量 - - optional int32 bombUsed = 9;//炸弹已使用次数 - - } - - //关卡信息 @@ -193,12 +176,10 @@ import "CommonProto.proto"; repeated MapInfo mapInfos = 2; // 副本星级奖励领取进度 optional int32 starNum = 3; - // 爬塔副本信息 - optional TowerCopyInfo towerCopyInfo = 4; //已经玩过普通副本地图id - repeated int32 playedGenMapId = 5; + repeated int32 playedGenMapId = 4; //精英关卡选择情况 - repeated DifficultMapOption difficultMapOptions = 6; + repeated DifficultMapOption difficultMapOptions = 5; } // 查看排行榜