mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Move new items to misc config
This commit is contained in:
@@ -366,38 +366,4 @@ class WoodPillar_DZ: ModularItems {
|
||||
displayName = $STR_EPOCH_WOODPILLAR;
|
||||
maintainBuilding[] = {{"PartWoodLumber",1}};
|
||||
GhostPreview = "Wood_Pillar_Preview_DZ";
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class SimpleFootbridge_DZ: ModularItems {
|
||||
scope = 2;
|
||||
offset[] = {0,4,0.05};
|
||||
useModelCenter = 1;
|
||||
model = "mbg_killhouses\m\MBG_Woodplanks.p3d";
|
||||
armor = 200;
|
||||
nounderground = 0;
|
||||
displayName = $STR_EQUIP_NAME_SIMPLE_FOOTBRIDGE;
|
||||
maintainBuilding[] = {{"ItemPlank",1}};
|
||||
};
|
||||
|
||||
class WoodenFootbridge_DZ: ModularItems {
|
||||
scope = 2;
|
||||
offset[] = {0,3.5,0};
|
||||
useModelCenter = 1;
|
||||
model = "ca\misc_acr\scaffoldingsmall\misc_crossing0st.p3d";
|
||||
armor = 200;
|
||||
nounderground = 0;
|
||||
displayName = $STR_EQUIP_NAME_WOODEN_FOOTBRIDGE;
|
||||
maintainBuilding[] = {{"ItemPlank",1}};
|
||||
};
|
||||
|
||||
class Windbreak_DZ: ModularItems {
|
||||
scope = 2;
|
||||
offset[] = {0,3,-0.1};
|
||||
model = "ca\structures\Misc\Misc_WindBreak\Misc_WindBreak.p3d";
|
||||
armor = 1000;
|
||||
nounderground = 0;
|
||||
displayName = $STR_EQUIP_NAME_WINDBREAK;
|
||||
maintainBuilding[] = {{"ItemPlank",1}};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user