灵兽协议
parent
97d55b0101
commit
f90745123d
|
|
@ -175,6 +175,7 @@ option optimize_for = SPEED;
|
|||
repeated Equip equipId = 2;
|
||||
repeated Hero Hero = 3;
|
||||
repeated Equip soulEquip =4;//魂印(法宝不再掉落,魂印改为4,注意修改)
|
||||
repeated PokemonInfo pokemon =5;//灵兽
|
||||
}
|
||||
|
||||
message GMCommand{
|
||||
|
|
@ -203,9 +204,10 @@ option optimize_for = SPEED;
|
|||
}
|
||||
|
||||
message PokemonInfo{
|
||||
optional int32 id = 1; //异妖id
|
||||
optional int32 stage =2; //异妖进阶阶数
|
||||
repeated Pokemoncomonpent pokemoncomonpent =3; //组件信息
|
||||
optional int32 tempId = 1; //异妖id
|
||||
optional string id = 2;
|
||||
optional int32 level = 3;
|
||||
optional int32 star = 4;
|
||||
}
|
||||
|
||||
message RingFireInfo{
|
||||
|
|
|
|||
Loading…
Reference in New Issue