mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
There are a lot more cinder and metal buildings coming. It is better to have them in seperated configs.
18 lines
454 B
C++
18 lines
454 B
C++
class MetalFloor_DZ: ModularItems {
|
|
scope = 2;
|
|
offset[] = {0,4,0};
|
|
model = "\z\addons\dayz_epoch\models\metal_floor.p3d";
|
|
armor = 3000;
|
|
displayName = $STR_EPOCH_METALFLOOR;
|
|
GhostPreview = "MetalFloor_Preview_DZ";
|
|
class DestructionEffects : DestructionEffects {
|
|
class Ruin1 {
|
|
simulation = "ruin";
|
|
type = "\z\addons\dayz_epoch\models\wreck_metal_floor.p3d";
|
|
position = "";
|
|
intensity = 1;
|
|
interval = 1;
|
|
lifeTime = 1;
|
|
};
|
|
};
|
|
}; |