Update weapon accuarcy

Some weapons are inaccurate at a certain distance. Mostly because of wrong config entries from some weapon addons ive overtook. All weapons should be accurate now. This was not only a problem of the sd snipers.
This also updates the scope optics of the Mk17 Sniper SD and the VSS.
Thx to Jimmy, Goose and Th3-Hunter333 for letting me know.
This commit is contained in:
A Man
2021-07-03 11:28:21 +02:00
parent a989494166
commit 4186014000
12 changed files with 276 additions and 91 deletions

View File

@@ -59,7 +59,7 @@ class M1A_SC16_BL_DZ: M14_EP1
dispersion = 7.125e-005;
reloadTime = 0.1;
recoil = "recoil_single_primary_3outof10";
recoilProne = "recoil_single_primary_prone_3outof10";
recoilProne = "recoil_single_primary_prone_2outof10";
aiRateOfFire = 0.6;
aiRateOfFireDistance = 550;
minRange = 2;
@@ -183,6 +183,17 @@ class M1A_SC16_BL_Sniper_DZ: M1A_SC16_BL_DZ
distanceZoomMin = 329;
distanceZoomMax = 329;
optics = 1;
class Single: Single
{
minRange = 2;
minRangeProbab = 0.1;
midRange = 500;
midRangeProbab = 0.7;
maxRange = 1000;
maxRangeProbab = 0.05;
};
class Attachments {};
};
@@ -209,7 +220,7 @@ class M1A_SC16_TAN_DZ: M14_EP1
dispersion = 7.125e-005;
reloadTime = 0.1;
recoil = "recoil_single_primary_3outof10";
recoilProne = "recoil_single_primary_prone_3outof10";
recoilProne = "recoil_single_primary_prone_2outof10";
aiRateOfFire = 0.6;
aiRateOfFireDistance = 550;
minRange = 2;
@@ -335,6 +346,17 @@ class M1A_SC16_TAN_Sniper_DZ: M1A_SC16_TAN_DZ
distanceZoomMin = 329;
distanceZoomMax = 329;
optics = 1;
class Single: Single
{
minRange = 2;
minRangeProbab = 0.1;
midRange = 500;
midRangeProbab = 0.7;
maxRange = 1000;
maxRangeProbab = 0.05;
};
class Attachments {};
};
@@ -360,7 +382,7 @@ class M1A_SC2_BL_DZ: M14_EP1
dispersion = 7.125e-005;
reloadTime = 0.1;
recoil = "recoil_single_primary_3outof10";
recoilProne = "recoil_single_primary_prone_3outof10";
recoilProne = "recoil_single_primary_prone_2outof10";
aiRateOfFire = 0.6;
aiRateOfFireDistance = 550;
minRange = 2;
@@ -485,6 +507,17 @@ class M1A_SC2_BL_Sniper_DZ: M1A_SC2_BL_DZ
distanceZoomMin = 329;
distanceZoomMax = 329;
optics = 1;
class Single: Single
{
minRange = 2;
minRangeProbab = 0.1;
midRange = 500;
midRangeProbab = 0.7;
maxRange = 1000;
maxRangeProbab = 0.05;
};
class Attachments {};
};