mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
CFG WEAPONS DONE
This commit is contained in:
17
SQF/dayz_code/Configs/CfgCrafting/Recipes/Weapons/M9SD.hpp
Normal file
17
SQF/dayz_code/Configs/CfgCrafting/Recipes/Weapons/M9SD.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
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}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user