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";
|
model = "z\addons\dayz_buildings\models\sheet_metal.p3d";
|
||||||
descriptionShort = $STR_BLD_desc_ItemMetalSheet;//"Metal Sheeting"
|
descriptionShort = $STR_BLD_desc_ItemMetalSheet;//"Metal Sheeting"
|
||||||
|
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
class Crafting
|
class Crafting
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_218;
|
text = $STR_EPOCH_PLAYER_218;
|
||||||
@@ -128,6 +130,7 @@ class ItemMetalSheet: CA_Magazine
|
|||||||
output[] = {{"ItemCorrugated",1}};
|
output[] = {{"ItemCorrugated",1}};
|
||||||
input[] = {{"ItemPole",2},{"ItemMetalSheet",2},{"PartWoodLumber",2}};
|
input[] = {{"ItemPole",2},{"ItemMetalSheet",2},{"PartWoodLumber",2}};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class equip_metal_sheet : CA_Magazine
|
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";
|
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_metal_sheet.paa";
|
||||||
type = 256;
|
type = 256;
|
||||||
|
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
class Crafting
|
class Crafting
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_213_1;
|
text = $STR_EPOCH_PLAYER_213_1;
|
||||||
@@ -158,6 +163,7 @@ class equip_metal_sheet : CA_Magazine
|
|||||||
output[] = {{"metal_floor_quarter_kit",1}};
|
output[] = {{"metal_floor_quarter_kit",1}};
|
||||||
input[] = {{"ItemPole",4},{"equip_metal_sheet",4}};
|
input[] = {{"ItemPole",4},{"equip_metal_sheet",4}};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class equip_metal_sheet_rusted : CA_Magazine
|
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";
|
model = "\z\addons\dayz_communityassets\models\1in_pipe.p3d";
|
||||||
picture = "\z\addons\dayz_communityassets\pictures\equip_1inch_metal_pipe_ca.paa";
|
picture = "\z\addons\dayz_communityassets\pictures\equip_1inch_metal_pipe_ca.paa";
|
||||||
type = 256;
|
type = 256;
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
class Crafting
|
class Crafting
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_305;
|
text = $STR_EPOCH_PLAYER_305;
|
||||||
@@ -214,6 +221,7 @@ class equip_1inch_metal_pipe : CA_Magazine
|
|||||||
output[] = {{"ItemScaffoldingKit",1}};
|
output[] = {{"ItemScaffoldingKit",1}};
|
||||||
input[] = {{"equip_2inch_metal_pipe",4},{"equip_1inch_metal_pipe",2},{"PartWoodLumber",4}};
|
input[] = {{"equip_2inch_metal_pipe",4},{"equip_1inch_metal_pipe",2},{"PartWoodLumber",4}};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class equip_2inch_metal_pipe : CA_Magazine
|
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";
|
picture = "\z\addons\dayz_communityassets\pictures\equip_2inch_metal_pipe.paa";
|
||||||
type = 256;
|
type = 256;
|
||||||
|
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
class Crafting
|
class Crafting
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_305;
|
text = $STR_EPOCH_PLAYER_305;
|
||||||
@@ -235,6 +245,7 @@ class equip_2inch_metal_pipe : CA_Magazine
|
|||||||
output[] = {{"ItemScaffoldingKit",1}};
|
output[] = {{"ItemScaffoldingKit",1}};
|
||||||
input[] = {{"equip_2inch_metal_pipe",4},{"equip_1inch_metal_pipe",2},{"PartWoodLumber",4}};
|
input[] = {{"equip_2inch_metal_pipe",4},{"equip_1inch_metal_pipe",2},{"PartWoodLumber",4}};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class equip_tent_poles : CA_Magazine
|
class equip_tent_poles : CA_Magazine
|
||||||
|
|||||||
Reference in New Issue
Block a user