From f189b6873007aa2a02b0fdf5527242e1761577cc Mon Sep 17 00:00:00 2001 From: lvxinran Date: Wed, 14 Oct 2020 21:13:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=8D=E9=81=A5=E6=B8=B8boss=20=E8=BD=AC?= =?UTF-8?q?=E7=9B=98=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + protos/MapInfoProto.proto | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index db69422..d19f34d 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -837,6 +837,7 @@ option optimize_for = SPEED; optional int32 monsterHp = 3; optional int32 remainTime = 4; optional int32 attackNum = 5;//已经攻击的次数 + optional int32 rewardShow = 6; } message JourneyGoodsInfo{ optional int32 goodsId = 1; diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 16989f0..04709e6 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -386,7 +386,7 @@ import "CommonProto.proto"; } message JourneyDoResponse{ repeated int32 pointes = 1; - optional int32 pathType = 2;//0、普通节点 1、奖励节点 2、双倍节点 3、额外骰子节点 4、招募英雄节点 5、怪物节点 + optional int32 pathType = 2;//0、普通节点 1、奖励节点 2、双倍节点 3、额外骰子节点 4、招募英雄节点 5、怪物节点 6、转盘 optional int32 multiValue = 3;//倍数 optional Drop drop = 4;//奖励事件奖励 optional JourneyMonsterInfo monster = 5;//怪物组 @@ -396,6 +396,8 @@ import "CommonProto.proto"; message JourneyRandomResponse{ optional int32 location = 1; optional Drop drop = 2; + repeated int32 nextRandom = 3;//下次转盘奖励组 + optional int32 count = 4;//剩余次数 } message JourneyFightRequest{ optional int32 monsterIndex = 3;