mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
CFG WEAPONS DONE
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
class Blueprint_woodensplint : Recipe {
|
||||
displayName = $STR_ITEM_NAME_WOODENSPLINT;
|
||||
input[] =
|
||||
{
|
||||
{"PartWoodPile","CfgMagazines",2},
|
||||
{"equip_string","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"equip_woodensplint","CfgMagazines",2}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user