master_huanxiang
parent
0407591e79
commit
c3e7efd604
|
@ -125,6 +125,8 @@ option optimize_for = SPEED;
|
|||
|
||||
repeated EquipIntensifyInfo equipStrong = 21;//装备位置强化信息
|
||||
optional int32 equipAdvanceLv = 22;//英雄装备突破等级
|
||||
|
||||
repeated string faxiang = 23;//法相id
|
||||
}
|
||||
|
||||
message PokemonInfo{
|
||||
|
@ -1152,6 +1154,7 @@ option optimize_for = SPEED;
|
|||
optional int32 treeLevel = 8;//神树等级
|
||||
optional int32 fourTotal = 9;//四灵总层数
|
||||
repeated Equip equips = 10;//英雄装备详细信息
|
||||
repeated Equip faxiang = 11;//英雄的魂宝灵宝
|
||||
}
|
||||
|
||||
// 七界试炼,遗物信息
|
||||
|
|
Loading…
Reference in New Issue