1
This commit is contained in:
parent
c1f8caea38
commit
0c167ff1fc
@ -132,6 +132,9 @@ message MFVec2
|
||||
property_type: 26 技能次数上限
|
||||
property_subtype: 技能id
|
||||
valule: 次数上限
|
||||
property_type: 27 载具油量
|
||||
property_subtype: 当前油量
|
||||
valule: 最大油量
|
||||
*/
|
||||
message MFPropertyChg
|
||||
{
|
||||
@ -447,6 +450,8 @@ message MFCarFull
|
||||
optional bool dead = 11; //是否已死亡
|
||||
repeated MFBuff buff_list = 12; //buff列表
|
||||
optional float max_health = 13; //最大血量
|
||||
optional int32 oil = 14; //当前油量
|
||||
optional int32 max_oil = 15; //最大油量
|
||||
/*
|
||||
乘客列表(包含驾驶员)
|
||||
!!!注意这里只返回客户端必要的用于显示玩家外观的信息而不是全量信息
|
||||
|
@ -125,6 +125,8 @@ message Equip
|
||||
optional int32 through_teammate = 54;
|
||||
optional int32 text_icon = 55;
|
||||
optional string special_damage_type = 56;
|
||||
optional int32 max_oil = 57;
|
||||
optional float average_oil = 58;
|
||||
|
||||
optional string inventory_slot = 31; //库存槽位
|
||||
optional int32 _inventory_slot = 32; //库存槽位
|
||||
|
Loading…
x
Reference in New Issue
Block a user