mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add wreck of 4x wood floor
This commit is contained in:
@@ -97,6 +97,16 @@ class WoodFloor4x_DZ: ModularItems {
|
||||
displayName = $STR_EPOCH_FLOORCEILING4x;
|
||||
maintainBuilding[] = {{"PartWoodLumber",4}};
|
||||
GhostPreview = "WoodFloor4x_Preview_DZ";
|
||||
class DestructionEffects : DestructionEffects {
|
||||
class Ruin1 {
|
||||
simulation = "ruin";
|
||||
type = "\z\addons\dayz_epoch_v\base_building\floors\wood_floor_2x2_wreck.p3d";
|
||||
position = "";
|
||||
intensity = 1;
|
||||
interval = 1;
|
||||
lifeTime = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class WoodTriangleFloor_DZ: ModularItems {
|
||||
|
||||
Reference in New Issue
Block a user