mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
CFG WEAPONS DONE
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
class Blueprint_woodenFence : Recipe {
|
||||
displayName = $STR_ITEM_NAME_equip_crate;
|
||||
input[] =
|
||||
{
|
||||
{"ItemLog","CfgMagazines",2},
|
||||
{"ItemStone","CfgMagazines",3}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"equip_crate","CfgMagazines",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemEtool","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user