mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
16 lines
263 B
C++
16 lines
263 B
C++
class Blueprint_woodensplint : Recipe {
|
|
displayName = $STR_ITEM_NAME_WOODENSPLINT;
|
|
input[] =
|
|
{
|
|
{"PartWoodPile","CfgMagazines",2},
|
|
{"equip_string","CfgMagazines",1}
|
|
};
|
|
output[] =
|
|
{
|
|
{"equip_woodensplint","CfgMagazines",2}
|
|
};
|
|
required[] =
|
|
{
|
|
};
|
|
};
|