mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
CFG WEAPONS DONE
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
class Blueprint_TrapTripwireSmoke : Recipe {
|
||||
displayName = $STR_ITEM_NAME_TRIPWIRE_SMOKE;
|
||||
descriptionShort = $STR_ITEM_DESC_TRIPWIRE_SMOKE;
|
||||
input[] =
|
||||
{
|
||||
{"equip_string","CfgMagazines",1},
|
||||
{"PartWoodPile","CfgMagazines",1},
|
||||
{"equip_duct_tape","CfgMagazines",1},
|
||||
{{"SmokeShell","CfgMagazines",1},
|
||||
{"SmokeShellRed","CfgMagazines",1},
|
||||
{"SmokeShellGreen","CfgMagazines",1}}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"ItemTrapTripwireSmoke","CfgMagazines",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user