more localization work (#1689)

This commit is contained in:
Anton
2016-05-02 20:31:13 +03:00
committed by ebaydayz
parent 765b035764
commit 2a99cf8a63
12 changed files with 1689 additions and 234 deletions

View File

@@ -2,20 +2,20 @@ class ItemAluminumBar: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Aluminum";
displayName = $STR_EPOCH_ALUMINUM;
model = "\z\addons\dayz_epoch\models\aluminum_bar.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_alum_bar_CA.paa";
descriptionShort = "Aluminum Bar";
descriptionShort = $STR_EPOCH_ALUMINUM_DESC;
};
class ItemAluminumBar10oz: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "10oz Aluminum";
displayName = $STR_EPOCH_10OZALUMINUM;
model = "\z\addons\dayz_epoch\models\aluminum_bar.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_alum_bar_10oz_CA.paa";
descriptionShort = "10oz Aluminum Bar";
descriptionShort = $STR_EPOCH_10OZALUMINUM_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_211;

View File

@@ -2,8 +2,8 @@ class ItemBronzeBar: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Bronze";
displayName = $STR_EPOCH_BRONZE;
model = "\z\addons\dayz_epoch\models\bronze_bar.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_bar_bronze_CA.paa";
descriptionShort = "Bronze Bar";
descriptionShort = $STR_EPOCH_BRONZE_DESC;
};

View File

@@ -2,10 +2,10 @@ class ItemCopperBar: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Copper";
displayName = $STR_EPOCH_COPPER;
model = "\z\addons\dayz_epoch\models\copper_bar.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_copper_bar_CA.paa";
descriptionShort = "Copper Bar";
descriptionShort = $STR_EPOCH_COPPER_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210;
@@ -21,10 +21,10 @@ class ItemCopperBar10oz: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "10oz Copper";
displayName = $STR_EPOCH_10OZCOPPER;
model = "\z\addons\dayz_epoch\models\copper_bar_10oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_copper_bar_10oz_CA.paa";
descriptionShort = "10oz Copper Bar";
descriptionShort = $STR_EPOCH_10OZCOPPER_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_211;

View File

@@ -3,10 +3,10 @@ class ItemGoldBar: CA_Magazine {
count = 1;
worth = 100;
type = 256;
displayName = "Gold";
displayName = $STR_EPOCH_GOLD;
model = "\z\addons\dayz_epoch\models\ItemGoldBar1oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = "Gold Bar";
descriptionShort = $STR_EPOCH_GOLD_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -32,10 +32,10 @@ class ItemGoldBar2oz: CA_Magazine {
count = 1;
worth = 200;
type = 256;
displayName = "2oz Gold";
displayName = $STR_EPOCH_2OZGOLD;
model = "\z\addons\dayz_epoch\models\ItemGoldBar2oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = "2 x 1oz Gold Bar";
descriptionShort = $STR_EPOCH_2OZGOLD_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -70,10 +70,10 @@ class ItemGoldBar3oz: CA_Magazine {
count = 1;
worth = 300;
type = 256;
displayName = "3oz Gold";
displayName = $STR_EPOCH_3OZGOLD;
model = "\z\addons\dayz_epoch\models\ItemGoldBar3oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = "3 x 1oz Gold Bar";
descriptionShort = $STR_EPOCH_3OZGOLD_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -116,10 +116,10 @@ class ItemGoldBar4oz: CA_Magazine {
count = 1;
worth = 400;
type = 256;
displayName = "4oz Gold";
displayName = $STR_EPOCH_4OZGOLD;
model = "\z\addons\dayz_epoch\models\ItemGoldBar4oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = "4 x 1oz Gold Bar";
descriptionShort = $STR_EPOCH_4OZGOLD_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -162,10 +162,10 @@ class ItemGoldBar5oz: CA_Magazine {
count = 1;
worth = 500;
type = 256;
displayName = "5oz Gold";
displayName = $STR_EPOCH_5OZGOLD;
model = "\z\addons\dayz_epoch\models\ItemGoldBar5oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = "5 x 1oz Gold Bar";
descriptionShort = $STR_EPOCH_5OZGOLD_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -208,10 +208,10 @@ class ItemGoldBar6oz: CA_Magazine {
count = 1;
worth = 600;
type = 256;
displayName = "6oz Gold";
displayName = $STR_EPOCH_6OZGOLD;
model = "\z\addons\dayz_epoch\models\ItemGoldBar6oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = "6 x 1oz Gold Bar";
descriptionShort = $STR_EPOCH_6OZGOLD_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -254,10 +254,10 @@ class ItemGoldBar7oz: CA_Magazine {
count = 1;
worth = 700;
type = 256;
displayName = "7oz Gold";
displayName = $STR_EPOCH_7OZGOLD;
model = "\z\addons\dayz_epoch\models\ItemGoldBar7oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = "7 x 1oz Gold Bar";
descriptionShort = $STR_EPOCH_7OZGOLD_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -300,10 +300,10 @@ class ItemGoldBar8oz: CA_Magazine {
count = 1;
worth = 800;
type = 256;
displayName = "8oz Gold";
displayName = $STR_EPOCH_8OZGOLD;
model = "\z\addons\dayz_epoch\models\ItemGoldBar8oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = "8 x 1oz Gold Bar";
descriptionShort = $STR_EPOCH_8OZGOLD_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -346,10 +346,10 @@ class ItemGoldBar9oz: CA_Magazine {
count = 1;
worth = 900;
type = 256;
displayName = "9oz Gold";
displayName = $STR_EPOCH_9OZGOLD;
model = "\z\addons\dayz_epoch\models\ItemGoldBar9oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = "9 x 1oz Gold Bar";
descriptionShort = $STR_EPOCH_9OZGOLD_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -384,10 +384,10 @@ class ItemGoldBar10oz: CA_Magazine {
count = 1;
worth = 1000;
type = 256;
displayName = "10oz Gold";
displayName = $STR_EPOCH_10OZGOLD;
model = "\z\addons\dayz_epoch\models\ItemGoldBar10oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_10oz_CA.paa";
descriptionShort = "10 x 1oz Gold Bar";
descriptionShort = $STR_EPOCH_10OZGOLD_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_211_1;

View File

@@ -3,10 +3,10 @@ class ItemSilverBar: CA_Magazine {
count = 1;
worth = 1;
type = 256;
displayName = "Silver";
displayName = $STR_EPOCH_SILVER;
model = "\z\addons\dayz_epoch\models\ItemSilverBar1oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = "Silver Bar";
descriptionShort = $STR_EPOCH_SILVER_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -32,10 +32,10 @@ class ItemSilverBar2oz: CA_Magazine {
count = 1;
worth = 2;
type = 256;
displayName = "2oz Silver";
displayName = $STR_EPOCH_2OZSILVER;
model = "\z\addons\dayz_epoch\models\ItemSilverBar2oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = "2 x 1oz Silver Bar";
descriptionShort = $STR_EPOCH_2OZSILVER_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -70,10 +70,10 @@ class ItemSilverBar3oz: CA_Magazine {
count = 1;
worth = 3;
type = 256;
displayName = "3oz Silver";
displayName = $STR_EPOCH_3OZSILVER;
model = "\z\addons\dayz_epoch\models\ItemSilverBar3oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = "3 x 1oz Silver Bar";
descriptionShort = $STR_EPOCH_3OZSILVER_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -116,10 +116,10 @@ class ItemSilverBar4oz: CA_Magazine {
count = 1;
worth = 4;
type = 256;
displayName = "4oz Silver";
displayName = $STR_EPOCH_4OZSILVER;
model = "\z\addons\dayz_epoch\models\ItemSilverBar4oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = "4 x 1oz Silver Bar";
descriptionShort = $STR_EPOCH_4OZSILVER_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -162,10 +162,10 @@ class ItemSilverBar5oz: CA_Magazine {
count = 1;
worth = 5;
type = 256;
displayName = "5oz Silver";
displayName = $STR_EPOCH_5OZSILVER;
model = "\z\addons\dayz_epoch\models\ItemSilverBar5oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = "5 x 1oz Silver Bar";
descriptionShort = $STR_EPOCH_5OZSILVER_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -208,10 +208,10 @@ class ItemSilverBar6oz: CA_Magazine {
count = 1;
worth = 6;
type = 256;
displayName = "6oz Silver";
displayName = $STR_EPOCH_6OZSILVER;
model = "\z\addons\dayz_epoch\models\ItemSilverBar6oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = "6 x 1oz Silver Bar";
descriptionShort = $STR_EPOCH_6OZSILVER_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -254,10 +254,10 @@ class ItemSilverBar7oz: CA_Magazine {
count = 1;
worth = 7;
type = 256;
displayName = "7oz Silver";
displayName = $STR_EPOCH_7OZSILVER;
model = "\z\addons\dayz_epoch\models\ItemSilverBar7oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = "7 x 1oz Silver Bar";
descriptionShort = $STR_EPOCH_7OZSILVER_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -300,10 +300,10 @@ class ItemSilverBar8oz: CA_Magazine {
count = 1;
worth = 8;
type = 256;
displayName = "8oz Silver";
displayName = $STR_EPOCH_8OZSILVER;
model = "\z\addons\dayz_epoch\models\ItemSilverBar8oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = "8 x 1oz Silver Bar";
descriptionShort = $STR_EPOCH_8OZSILVER_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -346,10 +346,10 @@ class ItemSilverBar9oz: CA_Magazine {
count = 1;
worth = 9;
type = 256;
displayName = "9oz Silver";
displayName = $STR_EPOCH_9OZSILVER;
model = "\z\addons\dayz_epoch\models\ItemSilverBar9oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = "9 x 1oz Silver Bar";
descriptionShort = $STR_EPOCH_9OZSILVER_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210_1;
@@ -384,10 +384,10 @@ class ItemSilverBar10oz: CA_Magazine {
count = 1;
worth = 10;
type = 256;
displayName = "10oz Silver";
displayName = $STR_EPOCH_10OZSILVER;
model = "\z\addons\dayz_epoch\models\ItemSilverBar10oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_Silver_bar_10oz_CA.paa";
descriptionShort = "10 x 1oz Silver Bar";
descriptionShort = $STR_EPOCH_10OZSILVER_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_211_1;

View File

@@ -2,20 +2,20 @@ class ItemTinBar: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Tin";
displayName = $STR_EPOCH_TIN;
model = "\z\addons\dayz_epoch\models\tin_bar.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_tin_bar_CA.paa";
descriptionShort = "Tin Bar";
descriptionShort = $STR_EPOCH_TIN_DESC;
};
class ItemTinBar10oz: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "10oz Tin";
displayName = $STR_EPOCH_10OZTIN;
model = "\z\addons\dayz_epoch\models\tin_bar.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_tin_bar_10oz_CA.paa";
descriptionShort = "10oz Tin Bar";
descriptionShort = $STR_EPOCH_10OZTIN_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_211;

View File

@@ -284,7 +284,7 @@ class ItemPlotDeed: CA_Magazine {
sfx = "document";
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLOTDEED_ACTION; //move to crafting in stringtable
text = $STR_EPOCH_PLAYER_317;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"};
requiretools[] = {"ItemToolbox"};

View File

@@ -2,8 +2,8 @@ class metal_floor_kit: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Metal Floor";
descriptionShort = "Metal Floor";
displayName = $STR_EPOCH_METALFLOOR;
descriptionShort = $STR_EPOCH_METALFLOOR;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 325;
@@ -21,8 +21,8 @@ class cinder_wall_kit: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Cinder Block Wall";
descriptionShort = "Half height cinder block wall";
displayName = $STR_EPOCH_CINDERBLOCKWALL;
descriptionShort = $STR_EPOCH_CINDERBLOCKWALL_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 325;
@@ -39,8 +39,8 @@ class cinder_door_kit: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Block Doorway";
descriptionShort = "Cinder block doorway";
displayName = $STR_EPOCH_BLOCKDOORWAY;
descriptionShort = $STR_EPOCH_BLOCKDOORWAY_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 325;
@@ -57,8 +57,8 @@ class cinder_garage_kit: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Block Garage Doorway";
descriptionShort = "Cinder block garage doorway";
displayName = $STR_EPOCH_BLOCKGARAGEDOORWAY;
descriptionShort = $STR_EPOCH_BLOCKGARAGEDOORWAY_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 325;
@@ -76,10 +76,10 @@ class ItemWoodFloor: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Floor/Ceiling";
displayName = $STR_EPOCH_FLOORCEILING;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Wood Floor can also be used as a ceiling.";
descriptionShort = $STR_EPOCH_FLOORCEILING_DESC;
weight = 25;
class ItemActions {
class Build {
@@ -94,10 +94,10 @@ class ItemWoodFloorHalf: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Floor/Ceiling 1/2";
displayName = $STR_EPOCH_FLOORCEILINGHALF;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Wood Floor can also be used as a ceiling.";
descriptionShort = $STR_EPOCH_FLOORCEILING_DESC;
weight = 15;
class ItemActions {
class Build {
@@ -121,10 +121,10 @@ class ItemWoodFloorQuarter: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Floor/Ceiling 1/4";
displayName = $STR_EPOCH_FLOORCEILINGQUARTER;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Wood Floor can also be used as a ceiling.";
descriptionShort = $STR_EPOCH_FLOORCEILING_DESC;
weight = 10;
class ItemActions {
class Build {
@@ -149,10 +149,10 @@ class ItemWoodStairs: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Wood Stairs";
displayName = $STR_EPOCH_WOODSTAIRS;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Wood stairs";
descriptionShort = $STR_EPOCH_WOODSTAIRS;
weight = 25;
class ItemActions {
class Build {
@@ -176,10 +176,10 @@ class ItemWoodStairsSupport: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Wood Stairs w/ supports";
displayName = $STR_EPOCH_WOODSTAIRSWITHSUPPORTS;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Wood stairs with supports";
descriptionShort = $STR_EPOCH_WOODSTAIRSWITHSUPPORTS_DESC;
weight = 30;
class ItemActions {
class Build {
@@ -195,10 +195,10 @@ class ItemWoodLadder: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Wood Ladder";
displayName = $STR_EPOCH_WOODLADDER;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Wood Ladder";
descriptionShort = $STR_EPOCH_WOODLADDER;
weight = 25;
class ItemActions {
class Build {
@@ -214,10 +214,10 @@ class ItemWoodWall: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Wood Wall";
displayName = $STR_EPOCH_WOODWALL;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Wall constucted out of plywood and lumber.";
descriptionShort = $STR_EPOCH_WOODWALL_DESC;
weight = 25;
class ItemActions {
class Build {
@@ -256,10 +256,10 @@ class ItemWoodWallThird: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Wood Wall 1/3";
displayName = $STR_EPOCH_WOODWALLTHIRDPART;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Third wall constucted out of plywood and lumber.";
descriptionShort = $STR_EPOCH_WOODWALLTHIRDPART_DESC;
weight = 7;
class ItemActions {
class Build {
@@ -282,10 +282,10 @@ class ItemWoodWallWindow: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Wall w/ Window";
displayName = $STR_EPOCH_WALLWITHWINDOW;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Wall with Window constucted out of plywood and lumber.";
descriptionShort = $STR_EPOCH_WALLWITHWINDOW_DESC;
weight = 25;
class ItemActions {
class Build {
@@ -301,10 +301,10 @@ class ItemWoodWallDoor: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Wall w/ Doorway";
displayName = $STR_EPOCH_WALLWITHDOORWAY;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Wall with doorway constucted out of plywood and lumber.";
descriptionShort = $STR_EPOCH_WALLWITHDOORWAY_DESC;
weight = 25;
class ItemActions {
class Build {
@@ -327,10 +327,10 @@ class ItemWoodWallWithDoor: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Wall w/ Door";
displayName = $STR_EPOCH_WALLWITHDOOR;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Wall with door constucted out of plywood and lumber.";
descriptionShort = $STR_EPOCH_WALLWITHDOOR_DESC;
weight = 25;
class ItemActions {
class Build {
@@ -353,10 +353,10 @@ class ItemWoodWallWithDoorLocked: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Wall w/ Door Locked";
displayName = $STR_EPOCH_WALLWITHDOORLOCKED;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Wall with door constucted out of plywood and lumber.";
descriptionShort = $STR_EPOCH_WALLWITHDOORLOCKED_DESC;
weight = 30;
class ItemActions {
class Build {
@@ -372,10 +372,10 @@ class ItemWoodWallGarageDoor: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Wood Garage Door";
displayName = $STR_EPOCH_WOODGARAGEDOOR;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Garage door constucted out of plywood and lumber.";
descriptionShort = $STR_EPOCH_WOODGARAGEDOOR_DESC;
weight = 25;
class ItemActions {
class Build {
@@ -398,10 +398,10 @@ class ItemWoodWallGarageDoorLocked: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Wood Garage Door Locked";
displayName = $STR_EPOCH_WOODGARAGEDOORLOCKED;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Garage door with combination lock.";
descriptionShort = $STR_EPOCH_WOODGARAGEDOORLOCKED_DESC;
weight = 25;
class ItemActions {
class Build {
@@ -417,10 +417,10 @@ class ItemWoodWallLg: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Large Wood Wall";
displayName = $STR_EPOCH_LARGEWOODWALL;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Large wall constucted out of plywood and lumber.";
descriptionShort = $STR_EPOCH_LARGEWOODWALL_DESC;
weight = 25;
class ItemActions {
class Build {
@@ -459,10 +459,10 @@ class ItemWoodWallWindowLg: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Large Wall w/ Window";
displayName = $STR_EPOCH_LARGEWALLWITHWINDOW;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Large wall with doorway constucted out of plywood and lumber..";
descriptionShort = $STR_EPOCH_LARGEWALLWITHWINDOW_DESC;
weight = 30;
class ItemActions {
class Build {
@@ -478,10 +478,10 @@ class ItemWoodWallDoorLg: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Large Wall w/ Doorway";
displayName = $STR_EPOCH_LARGEWALLWITHDOORWAY;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Large wall with doorway constucted out of plywood and lumber.";
descriptionShort = $STR_EPOCH_LARGEWALLWITHDOORWAY_DESC;
weight = 30;
class ItemActions {
class Build {
@@ -504,10 +504,10 @@ class ItemWoodWallWithDoorLg: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Large Wall w/ Door";
displayName = $STR_EPOCH_LARGEWALLWITHDOOR;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Wall with door constucted out of plywood and lumber.";
descriptionShort = $STR_EPOCH_LARGEWALLWITHDOOR_DESC;
weight = 30;
class ItemActions {
class Build {
@@ -530,10 +530,10 @@ class ItemWoodWallWithDoorLgLocked: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Large Wall w/ Door Locked";
displayName = $STR_EPOCH_LARGEWALLWITHDOORLOCKED;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Wall with combination lock door constucted out of plywood and lumber.";
descriptionShort = $STR_EPOCH_LARGEWALLWITHDOORLOCKED_DESC;
weight = 35;
class ItemActions {
class Build {