Add Wood Stairs with rails as item

Thx @Victor-the-Cleaner
This commit is contained in:
A Man
2021-09-16 09:59:40 +02:00
parent fe0354a1ef
commit 5feb96318f
2 changed files with 26 additions and 0 deletions

View File

@@ -1101,6 +1101,28 @@ class ItemWoodStairsSupport: CA_Magazine
}; };
}; };
class ItemWoodStairsRails: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_WOODSTAIRSRAILS;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_WOODSTAIRSRAILS_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {"ItemToolbox"};
create = "WoodStairsRails_DZ";
};
};
};
class ItemWoodLadder: CA_Magazine class ItemWoodLadder: CA_Magazine
{ {
scope = 2; scope = 2;

View File

@@ -29164,6 +29164,10 @@
<German>Holztreppe mit Geländer</German> <German>Holztreppe mit Geländer</German>
<Russian>Дер. ступеньки с перилами</Russian> <Russian>Дер. ступеньки с перилами</Russian>
</Key> </Key>
<Key ID="STR_EPOCH_WOODSTAIRSRAILS_DESC">
<English>Wooden stairs with supports and rails.</English>
<German>Eine Holztreppe mit verstärkten Balken und Geländer.</German>
</Key>
<Key ID="STR_EPOCH_WOODFLOORSTAIRS"> <Key ID="STR_EPOCH_WOODFLOORSTAIRS">
<English>Wood Floor w/ stairs</English> <English>Wood Floor w/ stairs</English>
<German>Holzboden mit Treppe</German> <German>Holzboden mit Treppe</German>