This commit is contained in:
aozhiwei 2021-06-10 11:22:32 +08:00
parent c1f8caea38
commit 0c167ff1fc
2 changed files with 7 additions and 0 deletions

View File

@ -132,6 +132,9 @@ message MFVec2
property_type: 26 property_type: 26
property_subtype: id property_subtype: id
valule: valule:
property_type: 27
property_subtype:
valule:
*/ */
message MFPropertyChg message MFPropertyChg
{ {
@ -447,6 +450,8 @@ message MFCarFull
optional bool dead = 11; // optional bool dead = 11; //
repeated MFBuff buff_list = 12; //buff列表 repeated MFBuff buff_list = 12; //buff列表
optional float max_health = 13; // optional float max_health = 13; //
optional int32 oil = 14; //
optional int32 max_oil = 15; //
/* /*
!!! !!!

View File

@ -125,6 +125,8 @@ message Equip
optional int32 through_teammate = 54; optional int32 through_teammate = 54;
optional int32 text_icon = 55; optional int32 text_icon = 55;
optional string special_damage_type = 56; optional string special_damage_type = 56;
optional int32 max_oil = 57;
optional float average_oil = 58;
optional string inventory_slot = 31; // optional string inventory_slot = 31; //
optional int32 _inventory_slot = 32; // optional int32 _inventory_slot = 32; //