This commit is contained in:
aozhiwei 2020-07-29 10:31:41 +08:00
parent c4b54caae6
commit 6ac6bf7748
3 changed files with 7 additions and 0 deletions

View File

@ -85,6 +85,10 @@ namespace MetaData
} }
} }
} }
{
int_param1 = a8::XValue(i->param1());
float_param1 = a8::XValue(i->param1()).GetDouble();
}
} }
void EquipUpgrade::Init() void EquipUpgrade::Init()

View File

@ -54,6 +54,8 @@ namespace MetaData
std::vector<std::tuple<float, float, float>> bullet_born_offset; std::vector<std::tuple<float, float, float>> bullet_born_offset;
std::array<int, IS_END> volume = {}; std::array<int, IS_END> volume = {};
int int_param1 = 0;
float float_param1 = 0;
void Init(); void Init();
}; };

View File

@ -94,6 +94,7 @@ message Equip
optional int32 buffid = 38; optional int32 buffid = 38;
optional int32 drop_id = 40; optional int32 drop_id = 40;
optional int32 explosion_effect = 42; optional int32 explosion_effect = 42;
optional string param1 = 43;
optional string inventory_slot = 31; // optional string inventory_slot = 31; //
optional int32 _inventory_slot = 32; // optional int32 _inventory_slot = 32; //