mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
CFG WEAPONS DONE
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user