Add single metal door and door frame

Models made by @Helion4
This commit is contained in:
AirwavesMan
2020-11-30 17:52:27 +01:00
parent b23ec2921c
commit 6cd9542659
7 changed files with 242 additions and 10 deletions

View File

@@ -15,4 +15,16 @@ class MetalFloor_DZ: ModularItems {
lifeTime = 1;
};
};
};
};
class DoorFrame_DZ: ModularItems {
scope = 2;
offset[] = {0,2,0};
armor = 3000;
model = "\z\addons\dayz_epoch\models\Steel_door_frame_single.p3d";
displayName = $STR_EPOCH_DOORWAY;
GhostPreview = "DoorFrame_Preview_DZ";
maintainBuilding[] = {{"PartGeneric",1}};
upgradeBuilding[] = {"Door_DZ",{"ItemToolbox"},{{"ItemPole",1},{"ItemTankTrap",1}}};
};