Add concrete bunker

Models made by @Helion4
This commit is contained in:
AirwavesMan
2020-12-05 12:25:35 +01:00
parent 7c03612081
commit 5d02283af8
10 changed files with 248 additions and 23 deletions

View File

@@ -52,6 +52,15 @@ class ItemLog : CA_Magazine
requiretools[] = {"ItemToolbox","ItemHatchet","ItemCrowbar"};
output[] = {{"deer_stand_kit",1}};
input[] = {{"ItemLog",8},{"ItemPlank",2},{"equip_nails",2}};
};
class Crafting4
{
text = $STR_BLD_name_WoodenGate_Foundation;
script = ";['Crafting4','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"};
requiretools[] = {"ItemToolbox"};
output[] = {{"woodfence_gate_foundation_kit",1}};
input[] = {{"ItemLog",6}};
};
};
};