Add wooden triangle wall

Model made by @Helion4
This commit is contained in:
AirwavesMan
2020-11-29 19:23:55 +01:00
parent 5e281cfc7b
commit 8f68065b14
5 changed files with 85 additions and 6 deletions

View File

@@ -340,6 +340,28 @@ class WoodSmallWallDoor_DZ: ModularItems {
};
};
};
class WoodTriangleWall_DZ: ModularItems {
scope = 2;
offset[] = {0,1.5,0};
model = "\z\addons\dayz_epoch_v\base_building\wood\apex_tri\apex_tri.p3d";
armor = 1500;
displayName = $STR_EPOCH_TRIANGLE_WOODWALL;
GhostPreview = "Wood_Triangle_Wall_Preview_DZ";
class DestructionEffects : DestructionEffects
{
class Ruin1
{
simulation = "ruin";
type = "\z\addons\dayz_epoch\models\wood_wreck_frame.p3d";
position = "";
intensity = 1;
interval = 1;
lifeTime = 1;
};
};
};
class WoodStairs_DZ: ModularItems {
scope = 2;
offset[] = {0,1.5,0};