Merge branch 'master_test_gn' into master_test_gn_ys
# Conflicts: # protos/PlayerInfoProto.protomaster_huanxiang
commit
43d0bf08ef
|
@ -1025,20 +1025,6 @@ option optimize_for = SPEED;
|
||||||
optional string windowLink = 3;//素材链接
|
optional string windowLink = 3;//素材链接
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//四象心法屬性結果
|
|
||||||
message SixiangxinfaPropertyInfo{
|
|
||||||
optional int32 propertyId = 1;//屬性id
|
|
||||||
optional int32 propertyNum=2;//屬性值
|
|
||||||
}
|
|
||||||
|
|
||||||
//四象心法信息
|
|
||||||
message SixiangxinfaInfo{
|
|
||||||
optional int32 professionId = 1;//职业id
|
|
||||||
optional int32 level = 2;//对应职业进阶等级
|
|
||||||
repeated SixiangxinfaPropertyInfo propertyInfoList=3;//属性信息列表
|
|
||||||
}
|
|
||||||
|
|
||||||
// 四灵试炼信息
|
// 四灵试炼信息
|
||||||
message FourChallengeInfo{
|
message FourChallengeInfo{
|
||||||
optional int32 type = 1;//四灵类型
|
optional int32 type = 1;//四灵类型
|
||||||
|
|
|
@ -466,9 +466,9 @@ import "CommonProto.proto";
|
||||||
}
|
}
|
||||||
message ChallengeDeathPathResponse{
|
message ChallengeDeathPathResponse{
|
||||||
optional FightData fightData = 1;
|
optional FightData fightData = 1;
|
||||||
optional int32 damage = 2;
|
optional int64 damage = 2;
|
||||||
optional Drop drop = 3;
|
optional Drop drop = 3;
|
||||||
optional int32 historyMax = 4;//历史最高伤害
|
optional int64 historyMax = 4;//历史最高伤害
|
||||||
}
|
}
|
||||||
|
|
||||||
message CarGrapRecordResponse{
|
message CarGrapRecordResponse{
|
||||||
|
|
|
@ -414,29 +414,6 @@ import "CommonProto.proto";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//四象心法强化协议
|
|
||||||
message SixiangUpRequest{
|
|
||||||
optional int32 professionId = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
message SixiangUpResponse{
|
|
||||||
repeated SixiangxinfaPropertyInfo infoList = 1;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
//四象心法进阶协议
|
|
||||||
message SixiangUpStarRequest{
|
|
||||||
optional int32 professionId = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
message SixiangUpStarResponse{
|
|
||||||
optional int32 starLv = 1;
|
|
||||||
repeated SixiangxinfaPropertyInfo infoList = 2;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1101,12 +1101,6 @@ enum MessageType{
|
||||||
EQUIP_COMPLEX_REQUEST = 20111;//合成装备
|
EQUIP_COMPLEX_REQUEST = 20111;//合成装备
|
||||||
EQUIP_COMPLEX_RESPONSE = 20112;
|
EQUIP_COMPLEX_RESPONSE = 20112;
|
||||||
|
|
||||||
SIXIANG_UP_REQUEST = 20201;//四象心法强化
|
|
||||||
SIXIANG_UP_RESPONSE = 20202;
|
|
||||||
|
|
||||||
SIXIANG_UP_STAR_REQUEST = 20203;//四象心法进阶
|
|
||||||
SIXIANG_UP_STAR_RESPONSE = 20204;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue