Add wooden handrail

Also replace open door with open gate for all gates.
This commit is contained in:
AirwavesMan
2020-11-30 08:07:10 +01:00
parent 8f68065b14
commit d0f8d34ecd
7 changed files with 105 additions and 51 deletions

View File

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