Complete Cinderwall as Item #1172

This commit is contained in:
icomrade
2016-05-03 15:57:37 -04:00
parent fcb6d1ab26
commit 2f67a058ba
3 changed files with 28 additions and 0 deletions

View File

@@ -35,6 +35,24 @@ class cinder_wall_kit: CA_Magazine {
};
};
};
class full_cinder_wall_kit: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = $STR_EPOCH_CINDERBLOCKWALL;
descriptionShort = $STR_EPOCH_FULLCINDERBLOCKWALL_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 325;
class ItemActions {
class Build {
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {"ItemToolbox"};
create = "CinderWall_DZ";
};
};
};
class cinder_door_kit: CA_Magazine {
scope = public;
count = 1;

View File

@@ -15895,6 +15895,14 @@
<French>Half height cinder block wall.</French>
<Czech>Half height cinder block wall.</Czech>
</Key>
<Key ID="STR_EPOCH_FULLCINDERBLOCKWALL_DESC">
<English>Full height cinder block wall.</English>
<German>Full height cinder block wall.</German>
<Russian>Full height cinder block wall.</Russian>
<Spanish>Full height cinder block wall.</Spanish>
<French>Full height cinder block wall.</French>
<Czech>Full height cinder block wall.</Czech>
</Key>
<Key ID="STR_EPOCH_BLOCKDOORWAY">
<English>Block Doorway</English>
<German>Block Doorway</German>