Add RSASS, MSR, XM2010

- Add RSASS, MSR, XM2010 normal, SD, NV and TWS versions
- SD versions have a slightly slower bullet speed as the non sd versions. Server Admins have to be careful with adding the SD versions to not hurt the server balance.
- Remove old AS50 ammo config, it is not needed any longer, also switch to the correct AS50 magazine classname.

Thx @AlwarrenSidh for the weapons.
This commit is contained in:
A Man
2020-02-14 02:18:02 +01:00
parent 848cc6d971
commit d236ef123e
16 changed files with 1097 additions and 52 deletions

View File

@@ -57,6 +57,9 @@ AmmoCZ[] = {
{Loot_MAGAZINE, 3, 30Rnd_556x45_G36SD},
{Loot_MAGAZINE, 3, 30Rnd_762x39_SA58},
// Sniper rifles
{Loot_MAGAZINE, 1, 5Rnd_762x67_XM2010},
// Machine gun
{Loot_MAGAZINE, 1, 50Rnd_762x54_UK59}
};
@@ -119,6 +122,7 @@ AmmoUS[] =
// Sniper rifles
{Loot_MAGAZINE, 7, 5Rnd_762x51_M24},
{Loot_MAGAZINE, 1, 10Rnd_127x99_m107},
{Loot_MAGAZINE, 1, 7Rnd_86x70_MSR},
{Loot_MAGAZINE, 4, 20Rnd_762x51_DMR},
// Machine guns
@@ -162,7 +166,8 @@ AmmoEU[] =
//Sniper rifle
{Loot_MAGAZINE, 3, 5Rnd_86x70_L115A1},
{Loot_MAGAZINE, 1, 5Rnd_127x99_as50},
{Loot_MAGAZINE, 1, 5Rnd_127x99_as50_CP},
{Loot_MAGAZINE, 1, 20Rnd_762x51_RSASS},
// Machine guns
{Loot_MAGAZINE, 3, 100Rnd_556x45_BetaCMag},

View File

@@ -59,6 +59,7 @@ weaponsUS[] =
{Loot_WEAPON, 4, M14_DZ},
{Loot_WEAPON, 3, DMR_DZ},
{Loot_WEAPON, 1, M107_DZ}, // High value weapon, low spawn chance.
{Loot_WEAPON, 1, MSR_DZ}, // High value weapon, low spawn chance.
// Submachine Guns
{Loot_WEAPON, 3, PDW_DZ},
@@ -100,6 +101,7 @@ weaponsEU[] =
{Loot_WEAPON, 1, L115A3_2_DZ}, // Green Lapua
{Loot_WEAPON, 4, SCAR_H_LNG_Sniper_SD},
{Loot_WEAPON, 4, SCAR_H_LNG_Sniper},
{Loot_WEAPON, 1, RSASS_DZ},
{Loot_WEAPON, 4, FNFAL_DZ},
{Loot_WEAPON, 3, FN_FAL_ANPVS4_DZE}, //FNFAL_ANPVS4_DZ is NV only _DZE is toggleable
{Loot_WEAPON, 1, BAF_AS50_scoped_DZ}, // High value weapon, low spawn chance.
@@ -153,6 +155,7 @@ weaponsCZ[] =
// Sniper Rifles
{Loot_WEAPON, 3, CZ750_DZ},
{Loot_WEAPON, 3, M110_NVG_EP1}, // Technically a US rifle, but the CZ group does not have a DMR type rifle.
{Loot_WEAPON, 1, XM2010_DZ}, // High value weapon, low spawn chance.
// Submachine Guns
{Loot_WEAPON, 7, Scorpion_Evo3_DZ},