mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update door kits
This commit is contained in:
@@ -1217,7 +1217,7 @@ class ItemWoodGateFrame: CA_Magazine
|
|||||||
text = $STR_EPOCH_PLAYER_239_1_1;
|
text = $STR_EPOCH_PLAYER_239_1_1;
|
||||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {};
|
neednearby[] = {};
|
||||||
requiretools[] = {};
|
requiretools[] = {"ItemToolbox"};
|
||||||
output[] = {{"ItemWoodGate",1}};
|
output[] = {{"ItemWoodGate",1}};
|
||||||
input[] = {{"ItemWoodGateFrame",1},{"PartWoodPlywood",8},{"PartWoodLumber",2},{"equip_nails",1}};
|
input[] = {{"ItemWoodGateFrame",1},{"PartWoodPlywood",8},{"PartWoodLumber",2},{"equip_nails",1}};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -37,6 +37,15 @@ class PartGeneric : CA_Magazine
|
|||||||
output[] = {{"ItemMetalSheet",1}};
|
output[] = {{"ItemMetalSheet",1}};
|
||||||
input[] = {{"PartGeneric",3}};
|
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}};
|
output[] = {{"ItemScaffoldingKit",1}};
|
||||||
input[] = {{"ItemPole",4},{"ItemTankTrap",2},{"PartWoodLumber",4}};
|
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}};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ class MetalFloor_DZ: ModularItems {
|
|||||||
|
|
||||||
class DoorFrame_DZ: ModularItems {
|
class DoorFrame_DZ: ModularItems {
|
||||||
scope = 2;
|
scope = 2;
|
||||||
offset[] = {0,2,0};
|
offset[] = {0,1.5,0};
|
||||||
armor = 3000;
|
armor = 1200;
|
||||||
model = "\z\addons\dayz_epoch\models\Steel_door_frame_single.p3d";
|
model = "\z\addons\dayz_epoch\models\Steel_door_frame_single.p3d";
|
||||||
displayName = $STR_EPOCH_DOORWAY;
|
displayName = $STR_EPOCH_DOORWAY;
|
||||||
GhostPreview = "DoorFrame_Preview_DZ";
|
GhostPreview = "DoorFrame_Preview_DZ";
|
||||||
|
|||||||
@@ -31021,6 +31021,10 @@
|
|||||||
<English>Craft Pillar</English>
|
<English>Craft Pillar</English>
|
||||||
<German>Säule herstellen</German>
|
<German>Säule herstellen</German>
|
||||||
</Key>
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_ACTION_METAL_DOORWAY">
|
||||||
|
<English>Craft Doorway</English>
|
||||||
|
<German>Türdurchgang herstellen</German>
|
||||||
|
</Key>
|
||||||
<Key ID="STR_BLD_ACTIONS_OPEN_GATE">
|
<Key ID="STR_BLD_ACTIONS_OPEN_GATE">
|
||||||
<English>Open Gate</English>
|
<English>Open Gate</English>
|
||||||
<German>Tor öffnen</German>
|
<German>Tor öffnen</German>
|
||||||
|
|||||||
Reference in New Issue
Block a user