From ce37ffbb99cf2edbe808b8b2beec4eae363d5a0b Mon Sep 17 00:00:00 2001 From: duhui Date: Tue, 16 Aug 2022 14:59:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=8D=E9=81=A5=E6=B8=B8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 0bb2ebe..4954aca 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -382,10 +382,11 @@ import "CommonProto.proto"; optional int32 pathType = 2;//0、普通节点 1、奖励节点 2、双倍节点 3、额外骰子节点 4、招募英雄节点 5、怪物节点 6、转盘 7、最终奖励 optional int32 multiValue = 3;//倍数 optional Drop drop = 4;//奖励事件奖励 - optional JourneyMonsterInfo monster = 5;//怪物组 - repeated int32 random = 6;//转盘事件奖励组 - optional JourneyGoodsInfo goodsInfo = 7;//商品信息 - optional int32 overTime = 8;//所有事件时间 + optional int32 randomTime = 5 ;//转盘时间 + optional int32 randomNum = 6;//剩余转动次数 + repeated JourneyMonsterInfo monsterInfo = 7;//怪物信息 + repeated JourneyGoodsInfo goodsInfo = 8;//商品信息 + repeated int32 randomItem = 9;//转盘信息 } message JourneyFightRequest{