mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Complete Cinderwall as Item #1172
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user