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,19 @@
|
||||
class Blueprint_TrapTripwireFlare : Recipe {
|
||||
displayName = $STR_ITEM_NAME_TRIPWIRE_FLARE;
|
||||
descriptionShort = $STR_ITEM_DESC_TRIPWIRE_FLARE;
|
||||
input[] =
|
||||
{
|
||||
{"equip_string","CfgMagazines",1},
|
||||
{"PartWoodPile","CfgMagazines",1},
|
||||
{"equip_duct_tape","CfgMagazines",1},
|
||||
{"HandRoadFlare","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"ItemTrapTripwireFlare","CfgMagazines",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user