Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgCrafting/Recipes/Medical/woodensplint.hpp
ebaydayz cc2aae59eb Change splint recipe
Vanilla development commit:

6ea5d8ebee
2016-07-23 15:12:08 -04:00

17 lines
336 B
C++

class Blueprint_woodensplint : Recipe {
displayName = $STR_ITEM_NAME_WOODENSPLINT;
input[] =
{
{"ItemPlank","CfgMagazines",1},
{"equip_string","CfgMagazines",1},
{"equip_duct_tape","CfgMagazines",1}
};
output[] =
{
{"equip_woodensplint","CfgMagazines",1} // Only need one splint to fix legs
};
required[] =
{
};
};