mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
17 lines
323 B
C++
17 lines
323 B
C++
class Blueprint_bizonSD : Recipe {
|
|
displayName = $STR_CRAFT_NAME_bizonSD;
|
|
descriptionShort = $STR_CRAFT_DESC_bizonSD;
|
|
input[] =
|
|
{
|
|
{"bizon","CfgWeapons",1},
|
|
{"Attachment_Silencer","CfgMagazines",1}
|
|
};
|
|
output[] =
|
|
{
|
|
{"bizon_silenced","CfgWeapons",1}
|
|
};
|
|
required[] =
|
|
{
|
|
{"ItemToolbox","CfgWeapons",1}
|
|
};
|
|
}; |