mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
CFG WEAPONS DONE
This commit is contained in:
31
SQF/dayz_code/Configs/CfgLoot/Groups/Attachments.hpp
Normal file
31
SQF/dayz_code/Configs/CfgLoot/Groups/Attachments.hpp
Normal file
@@ -0,0 +1,31 @@
|
||||
AttachmentsGeneric[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 3, Attachment_BELT},
|
||||
{Loot_MAGAZINE, 1, Attachment_SCOPED},
|
||||
{Loot_MAGAZINE, 2, Attachment_FL},
|
||||
{Loot_MAGAZINE, 2, Attachment_FL_Pist}
|
||||
};
|
||||
|
||||
AttachmentsEast[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 2, Attachment_Kobra},
|
||||
{Loot_MAGAZINE, 1, Attachment_PSO1},
|
||||
{Loot_MAGAZINE, 3, Attachment_SupMakarov},
|
||||
{Loot_MAGAZINE, 2, Attachment_SupBizon},
|
||||
{Loot_MAGAZINE, 1, Attachment_Sup545},
|
||||
{Loot_MAGAZINE, 2, Attachment_GP25},
|
||||
{Loot_MAGAZINE, 2, Attachment_Ghillie},
|
||||
{Loot_MAGAZINE, 3, Attachment_SA58RIS}
|
||||
};
|
||||
|
||||
AttachmentsWest[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 1.5, Attachment_CCO},
|
||||
{Loot_MAGAZINE, 1, Attachment_Holo},
|
||||
{Loot_MAGAZINE, 0.5, Attachment_ACOG},
|
||||
{Loot_MAGAZINE, 3, Attachment_Ghillie},
|
||||
{Loot_MAGAZINE, 2, Attachment_M203},
|
||||
{Loot_MAGAZINE, 1, Attachment_Sup556},
|
||||
{Loot_MAGAZINE, 3, Attachment_Sup9},
|
||||
{Loot_MAGAZINE, 3, Attachment_SA58RIS}
|
||||
};
|
||||
Reference in New Issue
Block a user