mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add single metal door and door frame
Models made by @Helion4
This commit is contained in:
@@ -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}}};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user