Add wooden pillar

Model made by @Helion4
This commit is contained in:
AirwavesMan
2020-11-30 09:30:23 +01:00
parent 0b78376055
commit 66a7757501
6 changed files with 62 additions and 4 deletions

View File

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