Correct Crafting classes

This commit is contained in:
AirwavesMan
2020-12-16 17:29:25 +01:00
parent 8938243426
commit d439b2e476

View File

@@ -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;
@@ -129,6 +131,7 @@ class ItemMetalSheet: CA_Magazine
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;
@@ -159,6 +164,7 @@ class equip_metal_sheet : CA_Magazine
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;
@@ -215,6 +222,7 @@ class equip_1inch_metal_pipe : CA_Magazine
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;
@@ -236,6 +246,7 @@ class equip_2inch_metal_pipe : CA_Magazine
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
{ {