1
This commit is contained in:
parent
7894df25e0
commit
cc17aa6bc2
@ -532,6 +532,24 @@ message MFEmote
|
||||
optional string msg = 5;
|
||||
}
|
||||
|
||||
message MFHeroStats
|
||||
{
|
||||
optional string hero_uniid = 1 [default = ""];
|
||||
optional string hero_name = 2 [default = ""];
|
||||
optional int32 hero_id = 3 [default = 0];
|
||||
optional int32 reward_ceg = 4 [default = 0];
|
||||
optional int32 ceg_uplimit = 5 [default = 0];
|
||||
}
|
||||
|
||||
message MFWeaponStats
|
||||
{
|
||||
optional string weapon_uniid = 1 [default = ""];
|
||||
optional string weapon_name = 2 [default = ""];
|
||||
optional int32 weapon_id = 3 [default = 0];
|
||||
optional int32 reward_ceg = 4 [default = 0];
|
||||
optional int32 ceg_uplimit = 5 [default = 0];
|
||||
}
|
||||
|
||||
message MFPlayerStats
|
||||
{
|
||||
optional int32 player_id = 1;
|
||||
@ -575,6 +593,9 @@ message MFPlayerStats
|
||||
optional string nickname = 43;
|
||||
|
||||
repeated MFSkin skin = 45;
|
||||
|
||||
optional MFHeroStats hero_stats = 46;
|
||||
repeated MFWeaponStats weapons_stats = 47;
|
||||
}
|
||||
|
||||
message MFAirDrop
|
||||
|
@ -127,6 +127,7 @@ message Item
|
||||
optional int32 isdefaultskin = 7;
|
||||
optional int32 playerid = 8;
|
||||
optional int32 relationship = 9;
|
||||
optional string name = 10;
|
||||
}
|
||||
|
||||
message Equip
|
||||
@ -237,6 +238,9 @@ message Player
|
||||
optional int32 delay_remove = 47;
|
||||
optional int32 skinlist = 48;
|
||||
optional string pre_appear_effect = 50;
|
||||
|
||||
optional int32 damage = 51;
|
||||
optional int32 defence = 52;
|
||||
}
|
||||
|
||||
message Robot
|
||||
@ -434,6 +438,7 @@ message HeroQuality
|
||||
optional int32 id = 1;
|
||||
optional int32 quality = 2;
|
||||
optional int32 gold_limit = 3;
|
||||
optional int32 lucky = 4;
|
||||
}
|
||||
|
||||
message GunQuality
|
||||
@ -441,6 +446,17 @@ message GunQuality
|
||||
optional int32 id = 1;
|
||||
optional int32 quality = 2;
|
||||
optional int32 gold_limit = 3;
|
||||
optional int32 lucky = 4;
|
||||
}
|
||||
|
||||
message FormulaPvp
|
||||
{
|
||||
optional float top = 1;
|
||||
optional float ranked_topx = 2;
|
||||
optional float kills_topx = 3;
|
||||
optional float hero_topx = 4;
|
||||
optional float weapon_topx = 5;
|
||||
optional float survival_topx = 6;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user