mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Add triangle wood floor
Model made by @Helion4
This commit is contained in:
@@ -77,6 +77,16 @@ class WoodFloor4x_DZ: ModularItems {
|
||||
GhostPreview = "WoodFloor4x_Preview_DZ";
|
||||
};
|
||||
|
||||
class WoodTriangleFloor_DZ: ModularItems {
|
||||
scope = 2;
|
||||
offset[] = {0,4,0};
|
||||
model = "\z\addons\dayz_epoch_v\base_building\floors\wood_tri_floor.p3d";
|
||||
armor = 1000;
|
||||
displayName = $STR_EPOCH_FLOORCEILING4x;
|
||||
maintainBuilding[] = {{"PartWoodLumber",2}};
|
||||
GhostPreview = "WoodTriangleFloor_Preview_DZ";
|
||||
};
|
||||
|
||||
class WoodLargeWall_DZ: ModularItems {
|
||||
scope = 2;
|
||||
offset[] = {0,1.5,0};
|
||||
|
||||
Reference in New Issue
Block a user