Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot/Groups/Attachments.hpp
2020-01-29 21:30:28 +01:00

57 lines
1.7 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_Sup10},
{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},
{Loot_MAGAZINE, 1, Attachment_Sup10}
};
// 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, 3, Attachment_Sup10},
{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}
};