mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
@@ -1,17 +0,0 @@
|
||||
class Blueprint_G36A_camo : Recipe {
|
||||
displayName = $STR_CRAFT_NAME_G36A_CAMO;
|
||||
descriptionShort = $STR_CRAFT_DESC_G36A_CAMO;
|
||||
input[] =
|
||||
{
|
||||
{"G36A","CfgWeapons",1},
|
||||
{"Attachment_CAMO","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"G36A_CAMO","CfgWeapons",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
@@ -1,17 +0,0 @@
|
||||
class Blueprint_G36C_camo : Recipe {
|
||||
displayName = $STR_CRAFT_NAME_G36C_CAMO;
|
||||
descriptionShort = $STR_CRAFT_DESC_G36C_CAMO;
|
||||
input[] =
|
||||
{
|
||||
{"G36C","CfgWeapons",1},
|
||||
{"Attachment_CAMO","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"G36C_CAMO","CfgWeapons",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
@@ -1,17 +0,0 @@
|
||||
class Blueprint_G36K_camo : Recipe {
|
||||
displayName = $STR_CRAFT_NAME_G36K_CAMO;
|
||||
descriptionShort = $STR_CRAFT_DESC_G36K_CAMO;
|
||||
input[] =
|
||||
{
|
||||
{"G36K","CfgWeapons",1},
|
||||
{"Attachment_CAMO","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"G36K_CAMO","CfgWeapons",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
@@ -1,19 +0,0 @@
|
||||
class Blueprint_M4A1_AIM : Recipe {
|
||||
displayName = $STR_CRAFT_NAME_M4A1_AIM;
|
||||
descriptionShort = $STR_CRAFT_DESC_M4A1_AIM;
|
||||
input[] =
|
||||
{
|
||||
{"M4A1","CfgWeapons",1},
|
||||
{"Attachment_AIM","CfgMagazines",1},
|
||||
{"equip_rail_screws","CfgMagazines",2},
|
||||
{"equip_weapon_rails","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"M4A1_AIM","CfgWeapons",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
@@ -1,17 +0,0 @@
|
||||
class Blueprint_M4A1_Aim_CAMO : Recipe {
|
||||
displayName = $STR_CRAFT_NAME_M4A1_Aim_CAMO;
|
||||
descriptionShort = $STR_CRAFT_DESC_M4A1_Aim_CAMO;
|
||||
input[] =
|
||||
{
|
||||
{"M4A1_Aim","CfgWeapons",1},
|
||||
{"Attachment_CAMO","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"M4A1_Aim_CAMO","CfgWeapons",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
@@ -1,17 +0,0 @@
|
||||
class Blueprint_M4A1_HWS_GL_CAMO : Recipe {
|
||||
displayName = $STR_CRAFT_NAME_M4A1_HWS_GL_CAMO;
|
||||
descriptionShort = $STR_CRAFT_DESC_M4A1_HWS_GL_CAMO;
|
||||
input[] =
|
||||
{
|
||||
{"M4A1_HWS_GL","CfgWeapons",1},
|
||||
{"Attachment_CAMO","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"M4A1_HWS_GL_CAMO","CfgWeapons",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
@@ -1,17 +0,0 @@
|
||||
class Blueprint_M9SD : Recipe {
|
||||
displayName = $STR_CRAFT_NAME_M9SD;
|
||||
descriptionShort = $STR_CRAFT_DESC_M9SD;
|
||||
input[] =
|
||||
{
|
||||
{"M9","CfgWeapons",1},
|
||||
{"Attachment_Silencer","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"M9SD","CfgWeapons",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
@@ -1,17 +0,0 @@
|
||||
class Blueprint_MAKAROVSD : Recipe {
|
||||
displayName = $STR_CRAFT_NAME_MAKAROVSD;
|
||||
descriptionShort = $STR_CRAFT_DESC_MAKAROVSD;
|
||||
input[] =
|
||||
{
|
||||
{"Makarov","CfgWeapons",1},
|
||||
{"Attachment_Silencer","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"MakarovSD","CfgWeapons",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
@@ -1,18 +0,0 @@
|
||||
class Blueprint_SVD_CAMO : Recipe {
|
||||
displayName = $STR_CRAFT_NAME_SVD_CAMO;
|
||||
descriptionShort = $STR_CRAFT_DESC_SVD_CAMO;
|
||||
input[] =
|
||||
{
|
||||
{"SVD_DZ","CfgWeapons",1},
|
||||
{"Skin_Sniper1_DZ","CfgMagazines",1},
|
||||
{"Attachment_CAMO","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"SVD_CAMO_DZ","CfgWeapons",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
@@ -1,17 +0,0 @@
|
||||
class Blueprint_bizonSD : Recipe {
|
||||
displayName = $STR_CRAFT_NAME_bizonSD;
|
||||
descriptionShort = $STR_CRAFT_DESC_bizonSD;
|
||||
input[] =
|
||||
{
|
||||
{"bizon","CfgWeapons",1},
|
||||
{"Attachment_Silencer","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"bizon_silenced","CfgWeapons",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user