Add 9 new buildings for server admins to add

Add 9 new buildings:
- Rabbit Hutch
- Chicken Coop
- Dog House
- Postbox
- Boggle
- Satellite Dish#
- Fuel Tank
- Water Tank
- Water Tower
This commit is contained in:
A Man
2022-03-20 15:58:02 +01:00
parent 0efc0478cd
commit 2e3f16c241
4 changed files with 610 additions and 205 deletions

View File

@@ -20,146 +20,6 @@ class ItemFireBarrel_kit: CA_Magazine
};
};
class ItemStorageBarrel1_kit: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_STORAGEBARRELREDKIT;
model = "\CA\misc\Barel1.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_oil_drum_model_ca.paa";
descriptionShort = $STR_EPOCH_STORAGEBARRELREDKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "StorageBarrelRed1_DZ";
};
};
};
class ItemStorageBarrel2_kit: ItemStorageBarrel1_kit
{
displayName = $STR_EPOCH_STORAGEBARRELEPOCHKIT;
model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d";
descriptionShort = $STR_EPOCH_STORAGEBARRELEPOCHKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "StorageBarrelEpoch1_DZ";
};
};
};
class ItemStorageBarrel3_kit: ItemStorageBarrel1_kit
{
displayName = $STR_EPOCH_STORAGEBARRELYELLOWKIT;
model = "\CA\misc\Barel3.p3d";
descriptionShort = $STR_EPOCH_STORAGEBARRELYELLOWKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "StorageBarrelYellow1_DZ";
};
};
};
class ItemStorageBarrel4_kit: ItemStorageBarrel1_kit
{
displayName = $STR_EPOCH_STORAGEBARRELBLACKKIT;
model = "\CA\misc\Barel4.p3d";
descriptionShort = $STR_EPOCH_STORAGEBARRELBLACKKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "StorageBarrelBlack1_DZ";
};
};
};
class ItemStorageBarrel5_kit: ItemStorageBarrel1_kit
{
displayName = $STR_EPOCH_STORAGEBARRELGREENDARKKIT;
model = "\CA\misc\Barel5.p3d";
descriptionShort = $STR_EPOCH_STORAGEBARRELGREENDARKKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "StorageBarrelGreenDark1_DZ";
};
};
};
class ItemStorageBarrel6_kit: ItemStorageBarrel1_kit
{
displayName = $STR_EPOCH_STORAGEBARRELMILKKIT;
model = "\CA\misc\Barel6.p3d";
descriptionShort = $STR_EPOCH_STORAGEBARRELMILKKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "StorageBarrelMilk1_DZ";
};
};
};
class ItemStorageBarrel7_kit: ItemStorageBarrel1_kit
{
displayName = $STR_EPOCH_STORAGEBARRELGREENKIT;
model = "\CA\misc\Barel7.p3d";
descriptionShort = $STR_EPOCH_STORAGEBARRELGREENKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "StorageBarrelGreen1_DZ";
};
};
};
class ItemStorageBarrel8_kit: ItemStorageBarrel1_kit
{
displayName = $STR_EPOCH_STORAGEBARRELGREENRUSTYKIT;
model = "\CA\misc\Barel8.p3d";
descriptionShort = $STR_EPOCH_STORAGEBARRELGREENRUSTYKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "StorageBarrelGreenRusty1_DZ";
};
};
};
class workbench_kit: CA_Magazine
{
scope = 2;
@@ -182,75 +42,30 @@ class workbench_kit: CA_Magazine
};
};
class advanced_workBench_kit: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_WORKBENCH_ADVANCED;
descriptionShort = $STR_EPOCH_WORKBENCH_ADVANCED_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 = "Advanced_WorkBench_DZ";
};
};
};
// DayZ Mod workbench
class ItemWorkBench: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_BLD_name_ItemWorkBench;//"Work Bench (Packed)"
displayName = $STR_BLD_name_ItemWorkBench;
model = "z\addons\dayz_buildings\models\workbench_flat.p3d";
picture = "\z\addons\dayz_buildings\equip\item_workbench.paa"; // add to PBO
descriptionShort = $STR_BLD_desc_ItemWorkBench;//"A Folded Workbench, required for House Building and Some Crafting"
vehicle = "WorkBench";
picture = "\z\addons\dayz_buildings\equip\item_workbench.paa";
descriptionShort = $STR_BLD_desc_ItemWorkBench;
sfx = "tentunpack";
class ItemActions
{
class Build
{
text = $STR_BLD_build_ItemWorkBench;//"place WorkBench"
script = "; ['ItemWorkBench','Build'] spawn player_buildPlaceables;";
require[] = {};
consume[] = {"ItemWorkBench"};
text = $STR_BLD_build_ItemWorkBench;
script = "spawn player_build;";
require[] = {"ItemToolbox"};
create = "WorkBench";
};
};
};
class ItemWorkBench_DZE : CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_BLD_name_ItemWorkBench;//"Work Bench (Packed)"
model = "z\addons\dayz_buildings\models\workbench_flat.p3d";
picture = "\z\addons\dayz_buildings\equip\item_workbench.paa"; // add to PBO
descriptionShort = $STR_BLD_desc_ItemWorkBench;//"A Folded Workbench, required for House Building and Some Crafting"
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {"ItemToolbox"};
create = "WorkBench_DZE";
};
};
};
class wood_ramp_kit: CA_Magazine
{
scope = 2;
@@ -1512,3 +1327,113 @@ class compost_barrel_full_kit: CA_Magazine
};
};
};
class boggle_kit: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EQUIP_NAME_BOGGLE;
descriptionShort = $STR_EQUIP_DESC_BOGGLE;
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 = "Boggle_DZE";
};
};
};
class satellite_dish_kit: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EQUIP_NAME_SATELLITE_DISH;
descriptionShort = $STR_EQUIP_DESC_SATELLITE_DISH;
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 = "Satellite_Dish_DZE";
};
};
};
class fueltank_kit: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EQUIP_NAME_FUELTANK_BIG;
descriptionShort = $STR_EQUIP_DESC_FUELTANK_BIG;
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 = "Fueltank_DZE";
};
};
};
class watertank_kit: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EQUIP_NAME_WATERTANK;
descriptionShort = $STR_EQUIP_DESC_WATERTANK;
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 = "Watertank_DZE";
};
};
};
class watertower_kit: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EQUIP_NAME_WATERTOWER;
descriptionShort = $STR_EQUIP_DESC_WATERTOWER;
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 = "Watertower_DZE";
};
};
};

View File

@@ -1,3 +1,47 @@
class advanced_workBench_kit: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_WORKBENCH_ADVANCED;
descriptionShort = $STR_EPOCH_WORKBENCH_ADVANCED_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 = "Advanced_WorkBench_DZ";
};
};
};
class ItemWorkBench_DZE : CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_BLD_name_ItemWorkBench;
model = "z\addons\dayz_buildings\models\workbench_flat.p3d";
picture = "\z\addons\dayz_buildings\equip\item_workbench.paa";
descriptionShort = $STR_BLD_desc_ItemWorkBench;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {"ItemToolbox"};
create = "WorkBench_DZE";
};
};
};
class outhouse_kit: CA_Magazine
{
scope = 2;
@@ -586,7 +630,6 @@ class cook_tripod_kit: CA_Magazine
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "CookTripod_DZ";
};
};
@@ -607,7 +650,6 @@ class stoneoven_kit: CA_Magazine
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "Stoneoven_DZ";
};
};
@@ -628,7 +670,6 @@ class commode_kit: CA_Magazine
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "Commode_DZ";
};
};
@@ -649,7 +690,6 @@ class wardrobe_kit: CA_Magazine
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "Wardrobe_DZ";
};
};
@@ -670,7 +710,6 @@ class fridge_kit: CA_Magazine
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "Fridge_DZ";
};
};
@@ -691,7 +730,6 @@ class washing_machine_kit: CA_Magazine
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "Washing_Machine_DZ";
};
};
@@ -712,7 +750,6 @@ class server_rack_kit: CA_Magazine
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "Server_Rack_DZ";
};
};
@@ -733,7 +770,6 @@ class atm_kit: CA_Magazine
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "ATM_DZ";
};
};
@@ -754,7 +790,6 @@ class armchair_kit: CA_Magazine
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "Armchair_DZ";
};
};
@@ -775,7 +810,6 @@ class sofa_kit: CA_Magazine
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "Sofa_DZ";
};
};
@@ -796,7 +830,6 @@ class arcade_kit: CA_Magazine
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "Arcade_DZ";
};
};
@@ -817,7 +850,6 @@ class vendmachine1_kit: CA_Magazine
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "Vendmachine1_DZ";
};
};
@@ -838,7 +870,6 @@ class vendmachine2_kit: CA_Magazine
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "Vendmachine2_DZ";
};
};
@@ -887,3 +918,223 @@ class camo_storage_crate_kit: CA_Magazine
};
};
};
class ItemStorageBarrel1_kit: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_STORAGEBARRELREDKIT;
model = "\CA\misc\Barel1.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_oil_drum_model_ca.paa";
descriptionShort = $STR_EPOCH_STORAGEBARRELREDKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
create = "StorageBarrelRed1_DZ";
};
};
};
class ItemStorageBarrel2_kit: ItemStorageBarrel1_kit
{
displayName = $STR_EPOCH_STORAGEBARRELEPOCHKIT;
model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d";
descriptionShort = $STR_EPOCH_STORAGEBARRELEPOCHKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
create = "StorageBarrelEpoch1_DZ";
};
};
};
class ItemStorageBarrel3_kit: ItemStorageBarrel1_kit
{
displayName = $STR_EPOCH_STORAGEBARRELYELLOWKIT;
model = "\CA\misc\Barel3.p3d";
descriptionShort = $STR_EPOCH_STORAGEBARRELYELLOWKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
create = "StorageBarrelYellow1_DZ";
};
};
};
class ItemStorageBarrel4_kit: ItemStorageBarrel1_kit
{
displayName = $STR_EPOCH_STORAGEBARRELBLACKKIT;
model = "\CA\misc\Barel4.p3d";
descriptionShort = $STR_EPOCH_STORAGEBARRELBLACKKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
create = "StorageBarrelBlack1_DZ";
};
};
};
class ItemStorageBarrel5_kit: ItemStorageBarrel1_kit
{
displayName = $STR_EPOCH_STORAGEBARRELGREENDARKKIT;
model = "\CA\misc\Barel5.p3d";
descriptionShort = $STR_EPOCH_STORAGEBARRELGREENDARKKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
create = "StorageBarrelGreenDark1_DZ";
};
};
};
class ItemStorageBarrel6_kit: ItemStorageBarrel1_kit
{
displayName = $STR_EPOCH_STORAGEBARRELMILKKIT;
model = "\CA\misc\Barel6.p3d";
descriptionShort = $STR_EPOCH_STORAGEBARRELMILKKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
create = "StorageBarrelMilk1_DZ";
};
};
};
class ItemStorageBarrel7_kit: ItemStorageBarrel1_kit
{
displayName = $STR_EPOCH_STORAGEBARRELGREENKIT;
model = "\CA\misc\Barel7.p3d";
descriptionShort = $STR_EPOCH_STORAGEBARRELGREENKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
create = "StorageBarrelGreen1_DZ";
};
};
};
class ItemStorageBarrel8_kit: ItemStorageBarrel1_kit
{
displayName = $STR_EPOCH_STORAGEBARRELGREENRUSTYKIT;
model = "\CA\misc\Barel8.p3d";
descriptionShort = $STR_EPOCH_STORAGEBARRELGREENRUSTYKIT_DESC;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
create = "StorageBarrelGreenRusty1_DZ";
};
};
};
class rabbit_hutch_kit: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EQUIP_NAME_RABBIT_HUTCH;
descriptionShort = $STR_EQUIP_DESC_RABBIT_HUTCH;
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 = "Rabbit_Hutch_DZE";
};
};
};
class chicken_coop_kit: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EQUIP_NAME_CHICKEN_COOP;
descriptionShort = $STR_EQUIP_DESC_CHICKEN_COOP;
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 = "Chicken_Coop_DZE";
};
};
};
class doghouse_kit: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EQUIP_NAME_DOG_HOUSE;
descriptionShort = $STR_EQUIP_DESC_DOG_HOUSE;
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 = "Doghouse_DZE";
};
};
};
class postbox_kit: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EQUIP_NAME_POSTBOX;
descriptionShort = $STR_EQUIP_DESC_POSTBOX;
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 = "Postbox_DZE";
};
};
};

View File

@@ -713,3 +713,159 @@ class CCTV_DZ: Loudspeaker
removeoutput[] = {{"cctv_kit",1}};
vehicleClass = "DayZ Epoch Buildables";
};
class Rabbit_Hutch_DZE : BuiltItems
{
scope = 2;
destrType = "DestructTree";
offset[] = {0,3,0};
model = "\CA\Structures\Misc\Hutch\Misc_Hutch.p3d";
icon = "\ca\data\data\Unknown_object.paa";
mapSize = 2;
armor = 800;
displayName = $STR_EQUIP_NAME_RABBIT_HUTCH;
vehicleClass = "DayZ Epoch Buildables";
maintainBuilding[] = {{"PartWoodLumber",1}};
constructioncount = 1;
removeoutput[] = {{"rabbit_hutch_kit",1}};
transportMaxWeapons = 5;
transportMaxMagazines = 25;
transportMaxBackpacks = 1;
};
class Chicken_Coop_DZE : BuiltItems
{
scope = 2;
destrType = "DestructTree";
offset[] = {0,3,0};
model = "\CA\Structures\Misc\ChickenCoop\Misc_ChickenCoop.p3d";
icon = "\ca\data\data\Unknown_object.paa";
mapSize = 2;
armor = 800;
displayName = $STR_EQUIP_NAME_CHICKEN_COOP;
vehicleClass = "DayZ Epoch Buildables";
maintainBuilding[] = {{"PartWoodLumber",1}};
constructioncount = 1;
removeoutput[] = {{"chicken_coop_kit",1}};
transportMaxWeapons = 5;
transportMaxMagazines = 25;
transportMaxBackpacks = 1;
};
class Doghouse_DZE : BuiltItems
{
scope = 2;
destrType = "DestructTree";
offset[] = {0,3,0};
model = "\CA\buildings\psi_bouda.p3d";
icon = "\ca\data\data\Unknown_object.paa";
mapSize = 2;
armor = 800;
displayName = $STR_EQUIP_NAME_CHICKEN_COOP;
vehicleClass = "DayZ Epoch Buildables";
maintainBuilding[] = {{"PartWoodLumber",1}};
constructioncount = 1;
removeoutput[] = {{"doghouse_kit",1}};
transportMaxWeapons = 5;
transportMaxMagazines = 25;
transportMaxBackpacks = 1;
};
class Postbox_DZE : BuiltItems
{
scope = 2;
destrType = "DestructTree";
offset[] = {0,3,0};
model = "\CA\Structures\Misc\Misc_PostBox\Misc_PostBox.p3d";
icon = "\ca\data\data\Unknown_object.paa";
mapSize = 2;
armor = 800;
displayName = $STR_EQUIP_NAME_POSTBOX;
vehicleClass = "DayZ Epoch Buildables";
maintainBuilding[] = {{"PartWoodLumber",1}};
constructioncount = 1;
removeoutput[] = {{"postbox_kit",1}};
transportMaxWeapons = 1;
transportMaxMagazines = 5;
transportMaxBackpacks = 1;
};
class Boggle_DZE : BuiltItems
{
scope = 2;
destrType = "DestructTree";
offset[] = {0,3,0};
model = "\CA\Structures\Misc\Misc_Small\Misc_Boogieman.p3d";
icon = "\ca\data\data\Unknown_object.paa";
mapSize = 2;
armor = 800;
displayName = $STR_EQUIP_NAME_BOGGLE;
vehicleClass = "DayZ Epoch Buildables";
maintainBuilding[] = {{"PartWoodLumber",1}};
constructioncount = 1;
removeoutput[] = {{"boggle_kit",1}};
};
class Satellite_Dish_DZE : BuiltItems
{
scope = 2;
destrType = "DestructTree";
offset[] = {0,3,0};
model = "\CA\misc3\parabola_big\parabola_big.p3d";
icon = "\ca\data\data\Unknown_object.paa";
mapSize = 2;
armor = 800;
displayName = $STR_EQUIP_NAME_SATELLITE_DISH;
vehicleClass = "DayZ Epoch Buildables";
maintainBuilding[] = {{"PartGeneric",1}};
constructioncount = 1;
removeoutput[] = {{"satellite_dish_kit",1}};
};
class Fueltank_DZE : BuiltItems
{
scope = 2;
destrType = "DestructTree";
offset[] = {0,5,0};
model = "\Ca\buildings2\Ind_Tank\Ind_TankSmall2";
icon = "\ca\data\data\Unknown_object.paa";
mapSize = 2;
armor = 1200;
displayName = $STR_EQUIP_NAME_FUELTANK_BIG;
vehicleClass = "DayZ Epoch Buildables";
maintainBuilding[] = {{"PartGeneric",1}};
constructioncount = 3;
removeoutput[] = {{"fueltank_kit",1}};
};
class Watertank_DZE : BuiltItems
{
scope = 2;
destrType = "DestructTree";
offset[] = {0,5,0};
model = "\Ca\buildings2\Ind_Tank\Ind_TankSmall";
icon = "\ca\data\data\Unknown_object.paa";
mapSize = 2;
armor = 1200;
displayName = $STR_EQUIP_NAME_WATERTANK;
vehicleClass = "DayZ Epoch Buildables";
maintainBuilding[] = {{"PartGeneric",1}};
constructioncount = 3;
removeoutput[] = {{"watertank_kit",1}};
};
class Watertower_DZE : BuiltItems
{
scope = 2;
destrType = "DestructTree";
offset[] = {0,5,0};
model = "\CA\misc\water_tank.p3d";
icon = "\ca\data\data\Unknown_object.paa";
mapSize = 2;
armor = 1200;
displayName = $STR_EQUIP_NAME_WATERTOWER;
vehicleClass = "DayZ Epoch Buildables";
maintainBuilding[] = {{"PartGeneric",2}};
constructioncount = 3;
removeoutput[] = {{"watertower_kit",1}};
};

View File

@@ -36214,6 +36214,79 @@
<German>Ein gestapelter Metallcontainer mit starken Wänden zum Verschiffen auf See.</German>
</Key>
<Key ID="STR_EQUIP_NAME_RABBIT_HUTCH">
<English>Rabbit Hutch</English>
<German>Kaninchenkäfig</German>
</Key>
<Key ID="STR_EQUIP_DESC_RABBIT_HUTCH">
<English>A bigger hutch with enough room for many rabbits.</English>
<German>Ein größerer Käfig mit genug Platz für viele Hasen.</German>
</Key>
<Key ID="STR_EQUIP_NAME_CHICKEN_COOP">
<English>Chicken Coop</English>
<German>Hühnerstall</German>
</Key>
<Key ID="STR_EQUIP_DESC_CHICKEN_COOP">
<English>A small coop with room for only a few chickens.</English>
<German>Ein kleiner Stall mit gerade so genug Platz für ein paar Hühner.</German>
</Key>
<Key ID="STR_EQUIP_NAME_DOG_HOUSE">
<English>Dog House</English>
<German>Hundehütte</German>
</Key>
<Key ID="STR_EQUIP_DESC_DOG_HOUSE">
<English>A small dog house.</English>
<German>Eine kleine Hundehütte.</German>
</Key>
<Key ID="STR_EQUIP_NAME_POSTBOX">
<English>Postbox</English>
<German>Briefkasten</German>
</Key>
<Key ID="STR_EQUIP_DESC_POSTBOX">
<English>A small postbox.</English>
<German>Ein kleiner Briefkasten.</German>
</Key>
<Key ID="STR_EQUIP_NAME_BOGGLE">
<English>Boggle</English>
<German>Vogelscheuche</German>
</Key>
<Key ID="STR_EQUIP_DESC_BOGGLE">
<English>A boggle to protect the fields against birds.</English>
<German>Eine Vogelscheuche, um Felder vor Vögeln zu schützen.</German>
</Key>
<Key ID="STR_EQUIP_NAME_SATELLITE_DISH">
<English>Satellite Dish</English>
<German>Satellitenschüssel</German>
</Key>
<Key ID="STR_EQUIP_DESC_SATELLITE_DISH">
<English>A satellite dish to receive signals.</English>
<German>Eine Satellitenschüssel zum Empfang von Signalen.</German>
</Key>
<Key ID="STR_EQUIP_NAME_FUELTANK_BIG">
<English>Fuel Tank</English>
<German>Treibstofftank</German>
</Key>
<Key ID="STR_EQUIP_DESC_FUELTANK_BIG">
<English>A big fuel tank which can hold a lot of fuel.</English>
<German>Ein großer Treibstofftank, in welchem viel Treibstoff gelagert werden kann.</German>
</Key>
<Key ID="STR_EQUIP_NAME_WATERTANK">
<English>Water Tank</English>
<German>Wassertank</German>
</Key>
<Key ID="STR_EQUIP_DESC_WATERTANK">
<English>A big water tank which can hold a lot of water.</English>
<German>Ein großer Wassertank, in welchem viel Wasser gelagert werden kann.</German>
</Key>
<Key ID="STR_EQUIP_NAME_WATERTOWER">
<English>Water Tower</English>
<German>Wasserturm</German>
</Key>
<Key ID="STR_EQUIP_DESC_WATERTOWER">
<English>A big water tower which can hold a lot of water.</English>
<German>Ein großer Wasserturm, in welchem viel Wasser gelagert werden kann.</German>
</Key>
<!--Fix for missing strings from the buildings3.pbo, this is just a placeholder-->
<Key ID="STR_FAL_Street_Sign">
<English>Street Sign</English>