mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-19 10:46:40 +03:00
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:
@@ -31,9 +31,9 @@ class M21_DZ: M14_EP1
|
||||
aiRateOfFireDistance = 550;
|
||||
minRange = 2;
|
||||
minRangeProbab = 0.1;
|
||||
midRange = 400;
|
||||
midRange = 500;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 650;
|
||||
maxRange = 1000;
|
||||
maxRangeProbab = 0.05;
|
||||
};
|
||||
};
|
||||
@@ -66,7 +66,7 @@ class M21A5_SD_DZ: M21A5_DZ
|
||||
picture = "\RH_mgswp\inv\mk21a5sd.paa";
|
||||
magazines[] = {20Rnd_762x51_DMRSD};
|
||||
|
||||
class Single: Mode_SemiAuto
|
||||
class Single: Single
|
||||
{
|
||||
begin1[] = {"\RH_mgswp\sound\m14sd",1.0,1,200};
|
||||
soundBegin[] = {"begin1",1};
|
||||
|
||||
Reference in New Issue
Block a user