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;