mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Correct Crafting classes
This commit is contained in:
@@ -119,6 +119,8 @@ class ItemMetalSheet: CA_Magazine
|
||||
model = "z\addons\dayz_buildings\models\sheet_metal.p3d";
|
||||
descriptionShort = $STR_BLD_desc_ItemMetalSheet;//"Metal Sheeting"
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Crafting
|
||||
{
|
||||
text = $STR_EPOCH_PLAYER_218;
|
||||
@@ -129,6 +131,7 @@ class ItemMetalSheet: CA_Magazine
|
||||
input[] = {{"ItemPole",2},{"ItemMetalSheet",2},{"PartWoodLumber",2}};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class equip_metal_sheet : CA_Magazine
|
||||
{
|
||||
@@ -140,6 +143,8 @@ class equip_metal_sheet : CA_Magazine
|
||||
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_metal_sheet.paa";
|
||||
type = 256;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Crafting
|
||||
{
|
||||
text = $STR_EPOCH_PLAYER_213_1;
|
||||
@@ -159,6 +164,7 @@ class equip_metal_sheet : CA_Magazine
|
||||
input[] = {{"ItemPole",4},{"equip_metal_sheet",4}};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class equip_metal_sheet_rusted : CA_Magazine
|
||||
{
|
||||
@@ -204,7 +210,8 @@ class equip_1inch_metal_pipe : CA_Magazine
|
||||
model = "\z\addons\dayz_communityassets\models\1in_pipe.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_1inch_metal_pipe_ca.paa";
|
||||
type = 256;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Crafting
|
||||
{
|
||||
text = $STR_EPOCH_PLAYER_305;
|
||||
@@ -215,6 +222,7 @@ class equip_1inch_metal_pipe : CA_Magazine
|
||||
input[] = {{"equip_2inch_metal_pipe",4},{"equip_1inch_metal_pipe",2},{"PartWoodLumber",4}};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class equip_2inch_metal_pipe : CA_Magazine
|
||||
{
|
||||
@@ -226,6 +234,8 @@ class equip_2inch_metal_pipe : CA_Magazine
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_2inch_metal_pipe.paa";
|
||||
type = 256;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Crafting
|
||||
{
|
||||
text = $STR_EPOCH_PLAYER_305;
|
||||
@@ -236,6 +246,7 @@ class equip_2inch_metal_pipe : CA_Magazine
|
||||
input[] = {{"equip_2inch_metal_pipe",4},{"equip_1inch_metal_pipe",2},{"PartWoodLumber",4}};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class equip_tent_poles : CA_Magazine
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user