Update door kits

This commit is contained in:
AirwavesMan
2020-11-30 18:02:15 +01:00
parent 6cd9542659
commit fb407679f8
4 changed files with 25 additions and 3 deletions

View File

@@ -37,6 +37,15 @@ class PartGeneric : CA_Magazine
output[] = {{"ItemMetalSheet",1}};
input[] = {{"PartGeneric",3}};
};
class Crafting3
{
text = $STR_EPOCH_ACTION_METAL_DOORWAY;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"};
requiretools[] = {"ItemToolbox","ItemCrowbar"};
output[] = {{"door_frame_kit",1}};
input[] = {{"ItemPole",4},{"ItemTankTrap",4},{"PartGeneric",2}};
};
};
};
@@ -88,6 +97,15 @@ class ItemPole: CA_Magazine
output[] = {{"ItemScaffoldingKit",1}};
input[] = {{"ItemPole",4},{"ItemTankTrap",2},{"PartWoodLumber",4}};
};
class Crafting4
{
text = $STR_EPOCH_ACTION_METAL_DOORWAY;
script = ";['Crafting4','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"};
requiretools[] = {"ItemToolbox","ItemCrowbar"};
output[] = {{"door_frame_kit",1}};
input[] = {{"ItemPole",4},{"ItemTankTrap",4},{"PartGeneric",2}};
};
};
};