试炼副本 修改
parent
c3254ab43c
commit
9841869b38
|
|
@ -110,7 +110,7 @@ option optimize_for = SPEED;
|
|||
message Cell{
|
||||
// 格子id
|
||||
optional int32 cellId = 1;
|
||||
// mapPointConfig id
|
||||
// mapPointConfig id 如果是爬塔(试炼)副本 pointId 为怪物组id
|
||||
optional int32 pointId = 2;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import "CommonProto.proto";
|
|||
message FightStartRequest {
|
||||
// 战斗类型(手动,自动)
|
||||
optional int32 fightType = 1;
|
||||
optional int32 type = 2; // 类型 1: 关卡 2:地图 3:精英怪
|
||||
optional int32 type = 2; // 类型 1: 关卡 2:地图 3:精英怪 4:爬塔副本
|
||||
optional int32 fightId = 3;
|
||||
optional int32 teamId = 4; //队伍id
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ import "CommonProto.proto";
|
|||
// 战斗序列帧 14#1#0|14#1#0|14#1#0|...|14#1#0
|
||||
optional string frames = 2;
|
||||
optional int32 fightId = 3;
|
||||
optional int32 type = 4; // 类型 1: 关卡 2:地图 3:精英怪
|
||||
optional int32 type = 4; // 类型 1: 关卡 2:地图 3:精英怪 4:爬塔副本
|
||||
}
|
||||
message FightEndResponse {
|
||||
//战斗结果
|
||||
|
|
|
|||
|
|
@ -220,6 +220,4 @@ import "CommonProto.proto";
|
|||
optional Drop drop = 1;
|
||||
// 历史最高层
|
||||
optional int32 highestTower = 2;
|
||||
// 通关时间(秒)
|
||||
optional int32 time = 3;
|
||||
}
|
||||
Loading…
Reference in New Issue