mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Slightly increased SD ammo speed
SD weapons with Stanag and AK ammo and an PSO or ACOG scope are inaccurate at a smaller distance. This happends due to the low speed of the sd ammo itself. Only a slightly higher bullet speed solves this. If we set the zeroing of the scopes lower we break the distance indicators of those scopes.
This commit is contained in:
@@ -435,7 +435,7 @@ class CfgAmmo
|
||||
tracerScale = 1.1;
|
||||
tracerStartTime = 0.05;
|
||||
tracerEndTime = 1;
|
||||
typicalSpeed = 420;
|
||||
typicalSpeed = 470;
|
||||
};
|
||||
|
||||
//RSASS
|
||||
@@ -730,7 +730,7 @@ class CfgAmmo
|
||||
airFriction = -0.0005;
|
||||
muzzleEffect = "BIS_Effects_HeavySniper";
|
||||
typicalspeed = 820;
|
||||
};
|
||||
};
|
||||
|
||||
//mosin nagant
|
||||
/*class Mosin_762 : BulletBase
|
||||
|
||||
Reference in New Issue
Block a user