mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-17 13:42:57 +03:00
CFG WEAPONS DONE
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
class Blueprint_BaseBallBatBarbed : Recipe {
|
||||
displayName = $STR_CRAFT_NAME_BaseBallBatBarbed;
|
||||
descriptionShort = $STR_CRAFT_DESC_BaseBallBatBarbed;
|
||||
input[] =
|
||||
{
|
||||
{"MeleeBaseBallBat","CfgWeapons",1},
|
||||
{"equip_nails","CfgMagazines",1},
|
||||
{"ItemWire","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"MeleeBaseBallBatBarbed","CfgWeapons",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user