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

@@ -27,9 +27,9 @@ class M200_CheyTac_DZ: m107
dispersion = 0.0005;
minRange = 0;
minRangeProbab = 0.1;
midRange = 1200;
midRange = 1600;
midRangeProbab = 0.7;
maxRange = 1800;
maxRange = 2400;
maxRangeProbab = 0.05;
recoil = "recoil_single_primary_9outof10";
recoilProne = "recoil_single_primary_prone_7outof10";