mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +03:00
Add Wood Stairs with rails as item
Thx @Victor-the-Cleaner
This commit is contained in:
@@ -1101,6 +1101,28 @@ class ItemWoodStairsSupport: CA_Magazine
|
||||
};
|
||||
};
|
||||
|
||||
class ItemWoodStairsRails: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_WOODSTAIRSRAILS;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
descriptionShort = $STR_EPOCH_WOODSTAIRSRAILS_DESC;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodStairsRails_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class ItemWoodLadder: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
|
||||
Reference in New Issue
Block a user