Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot/Groups/Attachments.hpp
2020-03-06 12:21:00 +01:00

68 lines
2.2 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_NSPU},
{Loot_MAGAZINE, 1, Attachment_Ghillie_Desert},
{Loot_MAGAZINE, 1, Attachment_Sup9},
{Loot_MAGAZINE, 1, Attachment_Sup10},
{Loot_MAGAZINE, 1, Attachment_Sup545},
{Loot_MAGAZINE, 1, Attachment_Sup939},
{Loot_MAGAZINE, 1, Attachment_Sup762},
{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_Sup68},
{Loot_MAGAZINE, 1, Attachment_Sup556},
{Loot_MAGAZINE, 1, Attachment_Sup9},
{Loot_MAGAZINE, 1, Attachment_Sup10},
{Loot_MAGAZINE, 1, Attachment_Sup45}
};
// Attachments for European Guns
AttachmentsEU[] =
{
{Loot_MAGAZINE, 1, Attachment_CCO},
{Loot_MAGAZINE, 1, Attachment_Holo},
{Loot_MAGAZINE, 1, Attachment_ACOG},
{Loot_MAGAZINE, 1, Attachment_ANPVS4},
{Loot_MAGAZINE, 1, Attachment_Sup556},
{Loot_MAGAZINE, 1, Attachment_Sup9},
{Loot_MAGAZINE, 1, Attachment_Sup10},
{Loot_MAGAZINE, 1, Attachment_Sup45},
{Loot_MAGAZINE, 1, Attachment_Sup57},
{Loot_MAGAZINE, 1, Attachment_Sup762},
{Loot_MAGAZINE, 1, Attachment_MFL},
{Loot_MAGAZINE, 1, 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_Sup9},
{Loot_MAGAZINE, 1, Attachment_MFL}
};