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{