mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Add Remington ACRs
- Add 96 different ACRs in 4 different colors - Complete attachment support - All weapons have a flashlight - TWS versions and TWS scope are sell only and have the same scope as the L85A2 TWS - NV versions can switch between NV and Holo, also have military flashlight Big thanks @Alwarren
This commit is contained in:
@@ -113,6 +113,8 @@ AmmoUS[] =
|
||||
// Assault rifles
|
||||
{Loot_MAGAZINE, 10, 30Rnd_556x45_Stanag},
|
||||
{Loot_MAGAZINE, 8, 30Rnd_556x45_StanagSD},
|
||||
{Loot_MAGAZINE, 6, ACR_30Rnd_680x43},
|
||||
{Loot_MAGAZINE, 4, ACR_30Rnd_680x43_SD},
|
||||
|
||||
// Sniper rifles
|
||||
{Loot_MAGAZINE, 7, 5Rnd_762x51_M24},
|
||||
|
||||
@@ -54,6 +54,8 @@ CrashSiteUS[] =
|
||||
//Weapons
|
||||
{Loot_GROUP, 30, weaponsUS},
|
||||
{Loot_WEAPON, 1, M107_DZ}, // High value weapon
|
||||
{Loot_WEAPON, 5, ACR_WDL_NV_DZ}, // ACR WDL NV
|
||||
{Loot_WEAPON, 5, ACR_BL_NV_DZ}, // ACR BL NV
|
||||
|
||||
//Tools
|
||||
{Loot_GROUP, 3, ToolsMilitary},
|
||||
|
||||
@@ -72,6 +72,8 @@ weaponsUS[] =
|
||||
{Loot_WEAPON, 6, M4A1_HWS_GL_camo},
|
||||
{Loot_WEAPON, 6, M4A3_CCO_EP1},
|
||||
{Loot_WEAPON, 6, M4A1_HWS_GL_SD_Camo},
|
||||
{Loot_WEAPON, 6, ACR_WDL_DZ},
|
||||
{Loot_WEAPON, 6, ACR_BL_DZ},
|
||||
|
||||
// Machine Guns
|
||||
{Loot_WEAPON, 3, M60A4_EP1_DZE},
|
||||
|
||||
Reference in New Issue
Block a user