mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-16 13:12:56 +03:00
Re-arrange modular build
There are a lot more cinder and metal buildings coming. It is better to have them in seperated configs.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user