mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add some more buildings for admins
This commit is contained in:
@@ -589,8 +589,8 @@ class office_chair_kit: CA_Magazine
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_WOODBENCH;
|
||||
descriptionShort = $STR_EPOCH_WOODBENCH;
|
||||
displayName = $STR_EPOCH_CHAIR;
|
||||
descriptionShort = $STR_EPOCH_CHAIR_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
|
||||
@@ -606,3 +606,222 @@ class office_chair_kit: CA_Magazine
|
||||
};
|
||||
};
|
||||
|
||||
class garage_green_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_GARAGE_GREEN;
|
||||
descriptionShort = $STR_EPOCH_GARAGE_GREEN_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Garage_Green_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class garage_white_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_GARAGE_WHITE;
|
||||
descriptionShort = $STR_EPOCH_GARAGE_WHITE_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Garage_White_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class garage_brown_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_GARAGE_BROWN;
|
||||
descriptionShort = $STR_EPOCH_GARAGE_BROWN_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Garage_Brown_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class garage_grey_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_GARAGE_GREY;
|
||||
descriptionShort = $STR_EPOCH_GARAGE_GREY_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Garage_Grey_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class helipad_civil_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_HELIPAD_CIVIL;
|
||||
descriptionShort = $STR_EPOCH_HELIPAD_CIVIL_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Helipad_Civil_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class helipad_rescue_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_HELIPAD_RESCUE;
|
||||
descriptionShort = $STR_EPOCH_HELIPAD_RESCUE_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Helipad_Rescue_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class helipad_army_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_HELIPAD_ARMY;
|
||||
descriptionShort = $STR_EPOCH_HELIPAD_ARMY_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Helipad_Army_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class helipad_cross_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_HELIPAD_CROSS;
|
||||
descriptionShort = $STR_EPOCH_HELIPAD_CROSS_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Helipad_Cross_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class helipad_parkborder_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_HELIPAD_PARKBORDER;
|
||||
descriptionShort = $STR_EPOCH_HELIPAD_PARKBORDER_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Helipad_ParkBorder_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class cctv_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_CCTV;
|
||||
descriptionShort = $STR_EPOCH_CCTV_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "CCTV_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -370,9 +370,139 @@ class Office_Chair_DZ: BuiltItems
|
||||
model = "\z\addons\dayz_epoch_v\base_building\storage\office_chair";
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
displayName = "office chair";
|
||||
displayName = $STR_EPOCH_CHAIR;
|
||||
constructioncount = 1;
|
||||
offset[] = {0,2,1};
|
||||
removeoutput[] = {{"office_chair_kit",1}};
|
||||
vehicleClass = "DayZ Epoch Buildables";
|
||||
};
|
||||
};
|
||||
|
||||
class Land_MBG_Garage_Single_D;
|
||||
class Garage_Green_DZ: Land_MBG_Garage_Single_D
|
||||
{
|
||||
scope = 2;
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
displayName = $STR_EPOCH_GARAGE_GREEN;
|
||||
constructioncount = 3;
|
||||
offset[] = {0,6,2};
|
||||
removeoutput[] = {{"garage_green_kit",1}};
|
||||
vehicleClass = "DayZ Epoch Buildables";
|
||||
};
|
||||
|
||||
class Land_MBG_Garage_Single_A;
|
||||
class Garage_White_DZ: Land_MBG_Garage_Single_A
|
||||
{
|
||||
scope = 2;
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
displayName = $STR_EPOCH_GARAGE_WHITE;
|
||||
constructioncount = 3;
|
||||
offset[] = {0,6,2};
|
||||
removeoutput[] = {{"garage_white_kit",1}};
|
||||
vehicleClass = "DayZ Epoch Buildables";
|
||||
};
|
||||
|
||||
class Land_MBG_Garage_Single_B;
|
||||
class Garage_Brown_DZ: Land_MBG_Garage_Single_B
|
||||
{
|
||||
scope = 2;
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
displayName = $STR_EPOCH_GARAGE_BROWN;
|
||||
constructioncount = 3;
|
||||
offset[] = {0,6,2};
|
||||
removeoutput[] = {{"garage_brown_kit",1}};
|
||||
vehicleClass = "DayZ Epoch Buildables";
|
||||
};
|
||||
|
||||
class Land_MBG_Garage_Single_C;
|
||||
class Garage_Grey_DZ: Land_MBG_Garage_Single_C
|
||||
{
|
||||
scope = 2;
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
displayName = $STR_EPOCH_GARAGE_GREY;
|
||||
constructioncount = 3;
|
||||
offset[] = {0,6,2};
|
||||
removeoutput[] = {{"garage_grey_kit",1}};
|
||||
vehicleClass = "DayZ Epoch Buildables";
|
||||
};
|
||||
|
||||
class HeliHCivil;
|
||||
class Helipad_Civil_DZ: HeliHCivil
|
||||
{
|
||||
scope = 2;
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
displayName = $STR_EPOCH_HELIPAD_CIVIL;
|
||||
constructioncount = 1;
|
||||
offset[] = {0,4,0};
|
||||
removeoutput[] = {{"helipad_civil_kit",1}};
|
||||
vehicleClass = "DayZ Epoch Buildables";
|
||||
};
|
||||
|
||||
class HeliHRescue;
|
||||
class Helipad_Rescue_DZ: HeliHRescue
|
||||
{
|
||||
scope = 2;
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
displayName = $STR_EPOCH_HELIPAD_RESCUE;
|
||||
constructioncount = 1;
|
||||
offset[] = {0,4,0};
|
||||
removeoutput[] = {{"helipad_rescue_kit",1}};
|
||||
vehicleClass = "DayZ Epoch Buildables";
|
||||
};
|
||||
|
||||
class MAP_Heli_H_army;
|
||||
class Helipad_Army_DZ: MAP_Heli_H_army
|
||||
{
|
||||
scope = 2;
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
displayName = $STR_EPOCH_HELIPAD_ARMY;
|
||||
constructioncount = 1;
|
||||
offset[] = {0,4,0};
|
||||
removeoutput[] = {{"helipad_army_kit",1}};
|
||||
vehicleClass = "DayZ Epoch Buildables";
|
||||
};
|
||||
|
||||
class MAP_Heli_H_cross;
|
||||
class Helipad_Cross_DZ: MAP_Heli_H_cross
|
||||
{
|
||||
scope = 2;
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
displayName = $STR_EPOCH_HELIPAD_CROSS;
|
||||
constructioncount = 1;
|
||||
offset[] = {0,4,0};
|
||||
removeoutput[] = {{"helipad_cross_kit",1}};
|
||||
vehicleClass = "DayZ Epoch Buildables";
|
||||
};
|
||||
|
||||
class Sr_border;
|
||||
class Helipad_ParkBorder_DZ: Sr_border
|
||||
{
|
||||
scope = 2;
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
displayName = $STR_EPOCH_HELIPAD_PARKBORDER;
|
||||
constructioncount = 1;
|
||||
offset[] = {0,4,0};
|
||||
removeoutput[] = {{"helipad_parkborder_kit",1}};
|
||||
vehicleClass = "DayZ Epoch Buildables";
|
||||
};
|
||||
|
||||
class Loudspeaker;
|
||||
class CCTV_DZ: Loudspeaker
|
||||
{
|
||||
scope = 2;
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
displayName = $STR_EPOCH_CCTV;
|
||||
constructioncount = 2;
|
||||
offset[] = {0,4,0};
|
||||
removeoutput[] = {{"cctv_kit",1}};
|
||||
vehicleClass = "DayZ Epoch Buildables";
|
||||
};
|
||||
@@ -31478,7 +31478,95 @@
|
||||
<Key ID="STR_EPOCH_TABLE_DESC">
|
||||
<English>Table</English>
|
||||
<German>Tisch</German>
|
||||
</Key>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_CHAIR">
|
||||
<English>Wood Chair</English>
|
||||
<German>Holzhtuhl</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_CHAIR_DESC">
|
||||
<English>Wood Chair</English>
|
||||
<German>Holzhtuhl</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_GARAGE_GREEN">
|
||||
<English>Garage (green)</English>
|
||||
<German>Garage (grün)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_GARAGE_GREEN_DESC">
|
||||
<English>Garage (green)</English>
|
||||
<German>Garage (grün)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_GARAGE_WHITE">
|
||||
<English>Garage (white)</English>
|
||||
<German>Garage (weiß)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_GARAGE_WHITE_DESC">
|
||||
<English>Garage (white)</English>
|
||||
<German>Garage (weiß)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_GARAGE_BROWN">
|
||||
<English>Garage (brown)</English>
|
||||
<German>Garage (braun)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_GARAGE_BROWN_DESC">
|
||||
<English>Garage (brown)</English>
|
||||
<German>Garage (braun)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_GARAGE_GREY">
|
||||
<English>Garage (grey)</English>
|
||||
<German>Garage (grau)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_GARAGE_GREY_DESC">
|
||||
<English>Garage (grey)</English>
|
||||
<German>Garage (grau)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_HELIPAD_CIVIL">
|
||||
<English>Helipad (Civil)</English>
|
||||
<German>Helipad (Zivil)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_HELIPAD_CIVIL_DESC">
|
||||
<English>Helipad (Civil)</English>
|
||||
<German>Helipad (Zivil)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_HELIPAD_RESCUE">
|
||||
<English>Helipad (Rescue)</English>
|
||||
<German>Helipad (Hilfe)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_HELIPAD_RESCUE_DESC">
|
||||
<English>Helipad (Rescue)</English>
|
||||
<German>Helipad (Hilfe)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_HELIPAD_ARMY">
|
||||
<English>Helipad (Army)</English>
|
||||
<German>Helipad (Militär)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_HELIPAD_ARMY_DESC">
|
||||
<English>Helipad (Army)</English>
|
||||
<German>Helipad (Militär)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_HELIPAD_CROSS">
|
||||
<English>Helipad (Cross)</English>
|
||||
<German>Helipad (Kreuz)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_HELIPAD_CROSS_DESC">
|
||||
<English>Helipad (Cross)</English>
|
||||
<German>Helipad (Kreuz)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_HELIPAD_PARKBORDER">
|
||||
<English>Helipad (Park Border)</English>
|
||||
<German>Helipad (Parkbegrenzung)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_HELIPAD_PARKBORDER_DESC">
|
||||
<English>Helipad (Park Border)</English>
|
||||
<German>Helipad (Parkbegrenzung)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_CCTV">
|
||||
<English>CCTV</English>
|
||||
<German>Überwachungskamera</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_CCTV_DESC">
|
||||
<English>CCTV</English>
|
||||
<German>Überwachungskamera</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BROKEN_FUELTANK">
|
||||
<English>Broken Fueltank Parts</English>
|
||||
<German>Kaputte Treibstofftankteile</German>
|
||||
|
||||
Reference in New Issue
Block a user