mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +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:
@@ -518,6 +518,27 @@ class HK417_Sniper_DZ: HK417_DZ
|
||||
};
|
||||
};
|
||||
|
||||
class Single: Single
|
||||
{
|
||||
dispersion = 0.00025;
|
||||
minRange = 0;
|
||||
minRangeProbab = 0.3;
|
||||
midRange = 600;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 1200;
|
||||
maxRangeProbab = 0.05;
|
||||
};
|
||||
class FullAuto: FullAuto
|
||||
{
|
||||
dispersion = 0.00025;
|
||||
minRange = 0;
|
||||
minRangeProbab = 0.3;
|
||||
midRange = 400;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 600;
|
||||
maxRangeProbab = 0.05;
|
||||
};
|
||||
|
||||
class Attachments {};
|
||||
};
|
||||
|
||||
@@ -550,6 +571,27 @@ class HK417_Sniper_SD_DZ: HK417_SD_DZ
|
||||
discreteDistanceInitIndex = 2;
|
||||
};
|
||||
};
|
||||
class Single: Single
|
||||
{
|
||||
dispersion = 0.00025;
|
||||
minRange = 0;
|
||||
minRangeProbab = 0.3;
|
||||
midRange = 600;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 1200;
|
||||
maxRangeProbab = 0.05;
|
||||
};
|
||||
class FullAuto: FullAuto
|
||||
{
|
||||
dispersion = 0.00025;
|
||||
minRange = 0;
|
||||
minRangeProbab = 0.3;
|
||||
midRange = 400;
|
||||
midRangeProbab = 0.7;
|
||||
maxRange = 600;
|
||||
maxRangeProbab = 0.05;
|
||||
};
|
||||
|
||||
class ItemActions {};
|
||||
class Attachments {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user