master_otnew
parent
7c8f52f5f8
commit
56989b43cb
|
@ -67,12 +67,12 @@ option optimize_for = SPEED;
|
|||
}
|
||||
|
||||
message Equip{
|
||||
optional string id = 1;
|
||||
optional int32 equipId = 2;
|
||||
optional int32 rebuildLevel = 3; //重铸等级(对应宝器精炼等级)
|
||||
optional int32 exp = 4; //字段可选 魂印传入经验(对应宝器强化等级)
|
||||
optional int32 treeLv = 5;// 神树等级
|
||||
optional int32 fourSpirit = 6;//四灵试炼层数
|
||||
optional string id = 1; // 唯一id
|
||||
optional int32 equipId = 2; // 道具id
|
||||
optional int32 exp = 3; //强化
|
||||
optional int32 rebuildLevel = 4; //精炼
|
||||
optional int32 fourSpirit = 5;//四灵试炼层数
|
||||
repeated Equip bless = 6;//庇佑
|
||||
}
|
||||
|
||||
message SoulPos{
|
||||
|
|
|
@ -1653,6 +1653,16 @@ enum MessageType{
|
|||
PotentialBackLvRequest = 6000011;
|
||||
PotentialBackLvResponse = 6000012;
|
||||
|
||||
// 法宝
|
||||
BaublesAllInfoRequest = 6000013;
|
||||
BaublesAllInfoResponse = 6000014;
|
||||
BaublesWearRequest = 6000015;
|
||||
BaublesWearResponse = 6000016;
|
||||
BaublesStrengthenRequest = 6000017;
|
||||
BaublesStrengthenResponse = 6000018;
|
||||
BaublesBlessRequest = 6000019;
|
||||
BaublesBlessResponse = 6000020;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue