mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +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:
@@ -27,6 +27,7 @@ class 30Rnd_545x39_AKSD : 30Rnd_545x39_AK
|
||||
displayName = $STR_DZ_MAG_30RND_545x39_AKSD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_30RND_AK74SD_DESC;
|
||||
cartridgeName = "545x39_SD";
|
||||
initSpeed = 470;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
@@ -40,6 +41,7 @@ class 60Rnd_545x39_AKSD_Taped : 30Rnd_545x39_AKSD {
|
||||
count = 60;
|
||||
picture = "\dayz_epoch_c\icons\magazines\m_ak74_taped_sd.paa";
|
||||
model = "\z\addons\dayz_epoch_w\magazine\dze_ak47_twinmag.p3d";
|
||||
initSpeed = 470;
|
||||
};
|
||||
|
||||
class 75Rnd_545x39_RPK : CA_Magazine
|
||||
|
||||
@@ -46,7 +46,7 @@ class 100Rnd_556x45_BetaCMagSD: 100Rnd_556x45_BetaCMag {
|
||||
descriptionShort = $STR_DZ_MAG_100RND_BetaCMagSD_DESC;
|
||||
cartridgeName = "556x45_SD";
|
||||
ammo = "B_556x45_SD";
|
||||
initSpeed = 360;
|
||||
initSpeed = 470;
|
||||
};
|
||||
/* STANAG <-> G36 */
|
||||
|
||||
@@ -117,6 +117,7 @@ class 30Rnd_556x45_StanagSD : 30Rnd_556x45_Stanag
|
||||
displayName = $STR_DZ_MAG_30RND_556x45_STANAGSD_NAME;
|
||||
descriptionShort = $STR_DZE_MAG_30RND_556x45_STANAGSD_DESC;
|
||||
cartridgeName = "556x45_SD";
|
||||
initSpeed = 470;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
@@ -145,6 +146,7 @@ class 30Rnd_556x45_G36SD : 30Rnd_556x45_G36
|
||||
descriptionShort = $STR_DZE_MAG_30RND_556x45_G36SD_DESC;
|
||||
cartridgeName = "556x45_SD";
|
||||
model = "\ca\CommunityConfigurationProject_E\Gameplay_ActualModelsOfWeaponMagazinesVisibleOnTheGround\p3d\30Rnd_556x45_G36.p3d";
|
||||
initSpeed = 470;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
|
||||
@@ -435,7 +435,7 @@ class CfgAmmo
|
||||
tracerScale = 1.1;
|
||||
tracerStartTime = 0.05;
|
||||
tracerEndTime = 1;
|
||||
typicalSpeed = 420;
|
||||
typicalSpeed = 470;
|
||||
};
|
||||
|
||||
//RSASS
|
||||
|
||||
Reference in New Issue
Block a user