mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
Update buildings configs
This commit is contained in:
@@ -42,6 +42,29 @@ class workbench_kit: CA_Magazine
|
||||
};
|
||||
};
|
||||
|
||||
// DayZ Mod workbench
|
||||
class ItemWorkBench_DZE : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_BLD_name_ItemWorkBench;
|
||||
model = "z\addons\dayz_buildings\models\workbench_flat.p3d";
|
||||
picture = "\z\addons\dayz_buildings\equip\item_workbench.paa";
|
||||
descriptionShort = $STR_BLD_desc_ItemWorkBench;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WorkBench_DZE";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
// DayZ Mod workbench
|
||||
class ItemWorkBench: CA_Magazine
|
||||
{
|
||||
@@ -52,13 +75,12 @@ class ItemWorkBench: CA_Magazine
|
||||
model = "z\addons\dayz_buildings\models\workbench_flat.p3d";
|
||||
picture = "\z\addons\dayz_buildings\equip\item_workbench.paa";
|
||||
descriptionShort = $STR_BLD_desc_ItemWorkBench;
|
||||
sfx = "tentunpack";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_BLD_build_ItemWorkBench;
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WorkBench";
|
||||
|
||||
Reference in New Issue
Block a user