mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
CFG WEAPONS DONE
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
class Blueprint_TrapTripwireGrenade : Recipe {
|
||||
displayName = $STR_ITEM_NAME_TRIPWIRE_GRENADE;
|
||||
descriptionShort = $STR_ITEM_DESC_TRIPWIRE_GRENADE;
|
||||
input[] =
|
||||
{
|
||||
{"equip_string","CfgMagazines",1},
|
||||
{"PartWoodPile","CfgMagazines",1},
|
||||
{"equip_duct_tape","CfgMagazines",1},
|
||||
{{"HandGrenade_West","CfgMagazines",1},
|
||||
{"HandGrenade_East","CfgMagazines",1}}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"ItemTrapTripwireGrenade","CfgMagazines",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user