mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
CFG WEAPONS DONE
This commit is contained in:
16
SQF/dayz_code/Configs/CfgCrafting/Recipes/Other/BackPack.hpp
Normal file
16
SQF/dayz_code/Configs/CfgCrafting/Recipes/Other/BackPack.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
class Blueprint_PatrolPack : Recipe {
|
||||
displayName = $STR_ITEM_MAKESHIFTBACKPACK;
|
||||
input[] =
|
||||
{
|
||||
{"equip_rag","CfgMagazines",5},
|
||||
{"PartWoodPile","CfgMagazines",1},
|
||||
{"equip_string","CfgMagazines",3}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"DZ_Assault_Pack_EP1","CfgVehicles",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user