Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot/Groups/Attachments.hpp
worldwidesorrow 1b0da632ce Add files via upload
Easier to upload the files. There are lots of changes.
2020-01-09 18:21:12 -06:00

54 lines
1.6 KiB
C++

// Attachments for Mosin, Rem870, M9, G17, and Makarov
AttachmentsGeneric[] =
{
{Loot_MAGAZINE, 1, Attachment_BELT}, // Mosin
{Loot_MAGAZINE, 1, Attachment_SCOPED}, // Mosin
{Loot_MAGAZINE, 1, Attachment_FL}, // Mosin
{Loot_MAGAZINE, 1, Attachment_MFL}, // Mosin
{Loot_MAGAZINE, 1, Attachment_Sup9}
};
// Attachments for Russian Guns
AttachmentsRU[] =
{
{Loot_MAGAZINE, 1, Attachment_Kobra},
{Loot_MAGAZINE, 1, Attachment_PSO1},
{Loot_MAGAZINE, 1, Attachment_Sup9},
{Loot_MAGAZINE, 1, Attachment_Sup545},
{Loot_MAGAZINE, 1, Attachment_GP25},
{Loot_MAGAZINE, 1, Attachment_Ghillie}
};
// Attachments for U.S. Guns
AttachmentsUS[] =
{
{Loot_MAGAZINE, 1, Attachment_CCO},
{Loot_MAGAZINE, 1, Attachment_Holo},
{Loot_MAGAZINE, 1, Attachment_ACOG},
{Loot_MAGAZINE, 1, Attachment_Ghillie},
{Loot_MAGAZINE, 1, Attachment_M203},
{Loot_MAGAZINE, 1, Attachment_Sup556},
{Loot_MAGAZINE, 1, Attachment_Sup9}
};
// Attachments for European Guns
AttachmentsEU[] =
{
{Loot_MAGAZINE, 1, Attachment_CCO},
{Loot_MAGAZINE, 1, Attachment_Holo},
{Loot_MAGAZINE, 1, Attachment_ACOG},
{Loot_MAGAZINE, 1, Attachment_Sup556},
{Loot_MAGAZINE, 3, Attachment_Sup9},
{Loot_MAGAZINE, 1, Attachment_MFL},
{Loot_MAGAZINE, 3, Attachment_MFL_Pist} // G17 only
};
// Attachments for SA58
AttachmentsCZ[] =
{
{Loot_MAGAZINE, 1, Attachment_CCO},
{Loot_MAGAZINE, 1, Attachment_Holo},
{Loot_MAGAZINE, 1, Attachment_ACOG},
{Loot_MAGAZINE, 1, Attachment_SA58RIS},
{Loot_MAGAZINE, 1, Attachment_MFL}
};