mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add the option to craft a metal sheet
This commit is contained in:
@@ -39,9 +39,18 @@ class PartGeneric : CA_Magazine
|
||||
};
|
||||
class Crafting3
|
||||
{
|
||||
text = $STR_EPOCH_ACTION_METAL_DOORWAY;
|
||||
text = $STR_CRAFTING_METALSHEET;
|
||||
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {"workshop","fire"};
|
||||
requiretools[] = {"ItemToolbox","ItemCrowbar","ItemSledge"};
|
||||
output[] = {{"equip_metal_sheet",1}};
|
||||
input[] = {{"PartGeneric",2},{"ItemTankTrap",2}};
|
||||
};
|
||||
class Crafting4
|
||||
{
|
||||
text = $STR_EPOCH_ACTION_METAL_DOORWAY;
|
||||
script = ";['Crafting4','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {"workshop","fire"};
|
||||
requiretools[] = {"ItemToolbox","ItemCrowbar"};
|
||||
output[] = {{"door_frame_kit",1}};
|
||||
input[] = {{"ItemPole",4},{"ItemTankTrap",4},{"PartGeneric",2}};
|
||||
|
||||
@@ -33396,6 +33396,10 @@
|
||||
<German>Wellblech herstellen</German>
|
||||
<Russian>Создать: Гофрир. лист</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_CRAFTING_METALSHEET">
|
||||
<English>Craft Sheet Metal</English>
|
||||
<German>Metallplatte herstellen</German>
|
||||
</Key>
|
||||
<Key ID="STR_CRAFTING_NEEDED_ITEMS">
|
||||
<English>Needed items:</English>
|
||||
<German>Benötigte Gegenstände:</German>
|
||||
|
||||
Reference in New Issue
Block a user