Add half and quarter metal floors

Models made by @Helion4

This also changes the metal floor recipe. A metal floor needs 2 half metal floors now. And a half metal floors needs 2 quarter floors. Metal panel are no longer used to craft metal floors.
This commit is contained in:
AirwavesMan
2020-12-04 20:24:15 +01:00
parent 10ce6cb2cc
commit f9593f3fdf
7 changed files with 125 additions and 11 deletions

View File

@@ -17,6 +17,24 @@ class MetalFloor_DZ: ModularItems {
};
};
class MetalFloor_Half_DZ: ModularItems {
scope = 2;
offset[] = {0,4,0};
model = "\z\addons\dayz_epoch_v\base_building\floors\metal_floor_half.p3d";
armor = 2500;
displayName = $STR_EPOCH_METALFLOORHALF;
GhostPreview = "MetalFloor_Half_Preview_DZ";
};
class MetalFloor_Quarter_DZ: ModularItems {
scope = 2;
offset[] = {0,4,0};
model = "\z\addons\dayz_epoch_v\base_building\floors\metal_floor_quarter.p3d";
armor = 2000;
displayName = $STR_EPOCH_METALFLOORQUARTER;
GhostPreview = "MetalFloor_Quarter_Preview_DZ";
};
class DoorFrame_DZ: ModularItems {
scope = 2;
offset[] = {0,1.5,0};