mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Adding many new weapons (#1743)
* Update stringtable.xml Adding string support for AA12 ammo * Update Rifles.hpp Adding a few missing weapons. * Update LMG.hpp Adding one new LMG * Update ShotgunAmmo.hpp Adding AA12 ammo * Update BanditAmmunition.hpp Adding SCAR ammo * Update BanditWeapons.hpp Adding Mk17 Sniper and M110 NVG. * Update FriendlyAssaultRifle.hpp Adding Mk16 and L85 variations. * Update FriendlyLightMachineGun.hpp Adding L86A2 LSW * Update NeutralBlackMarketAmmo.hpp Adding new ammo AA12 and Mk17 * Update NeutralBlackMarketWeapons.hpp Adding AA12 Shotgun and Mk17 variants. * Update Weapons.hpp Adding many new weapons. * Update Ammo.hpp Adding new AA12, Mk17 ammo to loot. * Update AmmoBox.hpp Adding SCAR ammo to eu2 box. * Update Shotgun.hpp Adding re-combine action for new AA12 ammo * Update NeutralHelicopterUnarmed.hpp Adding UH60M_MEV_EP1 to trader. * Update NeutralBlackMarketAmmo.hpp Removing AA12 HE * Update Ammo.hpp Comment out AA12 HE ammo * Update Weapons.hpp Lowering DMR spawnrate
This commit is contained in:
@@ -78,4 +78,16 @@ class 8Rnd_B_Saiga12_Pellets
|
||||
class 15Rnd_W1866_Slug
|
||||
{
|
||||
weight = 0.5;
|
||||
};
|
||||
};
|
||||
class 20Rnd_B_AA12_Pellets
|
||||
{
|
||||
weight = 1.2;
|
||||
};
|
||||
class 20Rnd_B_AA12_74Slug
|
||||
{
|
||||
weight = 1.2;
|
||||
};
|
||||
class 20Rnd_B_AA12_HE
|
||||
{
|
||||
weight = 1.5;
|
||||
};
|
||||
|
||||
@@ -170,4 +170,8 @@ class RPK_PSO1_DZ
|
||||
class UK59_DZ
|
||||
{
|
||||
weight = 4.7;
|
||||
};
|
||||
};
|
||||
class BAF_L86A2_ACOG
|
||||
{
|
||||
weight = 6.7;
|
||||
};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/****************************************************************************
|
||||
/****************************************************************************
|
||||
Copyright (C) 2010 Team ~R3F~
|
||||
This program is free software under the terms of the GNU General Public License version 3.
|
||||
You should have received a copy of the GNU General Public License
|
||||
@@ -159,6 +159,30 @@ class L85_Holo_DZ
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class BAF_L85A2_UGL_Holo
|
||||
{
|
||||
weight = 6.2;
|
||||
};
|
||||
class BAF_L85A2_RIS_SUSAT
|
||||
{
|
||||
weight = 5.5;
|
||||
};
|
||||
class BAF_L85A2_UGL_SUSAT
|
||||
{
|
||||
weight = 6.2;
|
||||
};
|
||||
class BAF_L85A2_RIS_ACOG
|
||||
{
|
||||
weight = 5.5;
|
||||
};
|
||||
class BAF_L85A2_UGL_ACOG
|
||||
{
|
||||
weight = 7.1;
|
||||
};
|
||||
class BAF_L85A2_RIS_CWS
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class FN_FAL
|
||||
{
|
||||
weight = 4.5;
|
||||
@@ -726,4 +750,4 @@ class M14_Holo_DZ
|
||||
class M14_Holo_Gh_DZ
|
||||
{
|
||||
weight = 5.8;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user