mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 01:52:00 +03:00
formatting OCD
This commit is contained in:
@@ -1277,26 +1277,26 @@ class CfgMagazines {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
class ItemGunRackKit: CA_Magazine
|
class ItemGunRackKit: CA_Magazine
|
||||||
|
{
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
type = 256;
|
||||||
|
displayName = "Gun Rack Kit";
|
||||||
|
descriptionShort = "A Gun Rack for 20 weapons";
|
||||||
|
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||||
|
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||||
|
weight = 20;
|
||||||
|
class ItemActions
|
||||||
{
|
{
|
||||||
scope = 2;
|
class Build
|
||||||
count = 1;
|
{
|
||||||
type = 256;
|
text = "$STR_ACTIONS_BUILD";
|
||||||
displayName = "Gun Rack Kit";
|
script = "spawn player_build;";
|
||||||
descriptionShort = "A Gun Rack for 20 weapons";
|
require[] = {"ItemToolbox"};
|
||||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
create = "GunRack_DZ";
|
||||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
};
|
||||||
weight = 20;
|
|
||||||
class ItemActions
|
|
||||||
{
|
|
||||||
class Build
|
|
||||||
{
|
|
||||||
text = "$STR_ACTIONS_BUILD";
|
|
||||||
script = "spawn player_build;";
|
|
||||||
require[] = {"ItemToolbox"};
|
|
||||||
create = "GunRack_DZ";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
class ItemOilBarrel: CA_Magazine
|
class ItemOilBarrel: CA_Magazine
|
||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
@@ -3181,22 +3181,22 @@ class CfgMagazines {
|
|||||||
|
|
||||||
};
|
};
|
||||||
class Crafting5
|
class Crafting5
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_259;
|
text = $STR_EPOCH_PLAYER_259;
|
||||||
Script = ";['Crafting5','CfgMagazines', _id] spawn player_craftItem;";
|
Script = ";['Crafting5','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {"workshop"};
|
neednearby[] = {"workshop"};
|
||||||
requiretools[] = {"ItemToolbox"};
|
requiretools[] = {"ItemToolbox"};
|
||||||
output[] = {{"PartPlankPack",1}};
|
output[] = {{"PartPlankPack",1}};
|
||||||
input[] = {{"PartWoodLumber",3}};
|
input[] = {{"PartWoodLumber",3}};
|
||||||
};
|
};
|
||||||
class Crafting6
|
class Crafting6
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_277;
|
text = $STR_EPOCH_PLAYER_277;
|
||||||
Script = ";['Crafting5','CfgMagazines', _id] spawn player_craftItem;";
|
Script = ";['Crafting5','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {"workshop"};
|
neednearby[] = {"workshop"};
|
||||||
requiretools[] = {"ItemToolbox"};
|
requiretools[] = {"ItemToolbox"};
|
||||||
output[] = {{"ItemGunRackKit",1}};
|
output[] = {{"ItemGunRackKit",1}};
|
||||||
input[] = {{"PartWoodLumber",6}};
|
input[] = {{"PartWoodLumber",6}};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user