1
This commit is contained in:
parent
c4b54caae6
commit
6ac6bf7748
@ -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()
|
||||||
|
@ -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();
|
||||||
};
|
};
|
||||||
|
@ -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; //库存槽位
|
||||||
|
Loading…
x
Reference in New Issue
Block a user