mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
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:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user