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:
A Man
2021-09-05 13:47:36 +02:00
parent e151f22c47
commit 4f7f052a58
3 changed files with 7 additions and 3 deletions

View File

@@ -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