mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ACE_762x51_Ball_Subsonic (#8538)
This commit is contained in:
parent
f1837522e5
commit
6c2d7d1888
@ -365,20 +365,30 @@ class CfgAmmo {
|
||||
ACE_barrelLengths[]={330.2, 406.4, 508.0};
|
||||
};
|
||||
class ACE_762x51_Ball_Subsonic: B_762x51_Ball {
|
||||
airFriction=-0.00060194;
|
||||
caliber=1;
|
||||
hit=6;
|
||||
typicalSpeed=320;
|
||||
ACE_caliber=7.823;
|
||||
ACE_bulletLength=34.036;
|
||||
ACE_bulletMass=12.96;
|
||||
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
|
||||
ACE_ballisticCoefficients[]={0.235};
|
||||
ACE_velocityBoundaries[]={};
|
||||
ACE_standardAtmosphere="ICAO";
|
||||
ACE_dragModel=7;
|
||||
ACE_muzzleVelocities[]={305, 325, 335, 340};
|
||||
ACE_barrelLengths[]={406.4, 508.0, 609.6, 660.4};
|
||||
airFriction = -0.00060194;
|
||||
caliber = 1;
|
||||
hit = 6;
|
||||
typicalSpeed = 320;
|
||||
visibleFire = 1; // B_762x51_Ball: 3
|
||||
audibleFire = 5; // B_762x51_Ball: 45
|
||||
dangerRadiusBulletClose = 4; // B_762x51_Ball: 8
|
||||
suppressionRadiusBulletClose = 2; // B_762x51_Ball: 6
|
||||
ACE_caliber = 7.823;
|
||||
ACE_bulletLength = 34.036;
|
||||
ACE_bulletMass = 12.96;
|
||||
ACE_ammoTempMuzzleVelocityShifts[] = {-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
|
||||
ACE_ballisticCoefficients[] = {0.235};
|
||||
ACE_velocityBoundaries[] = {};
|
||||
ACE_standardAtmosphere = "ICAO";
|
||||
ACE_dragModel = 7;
|
||||
ACE_muzzleVelocities[] = {305, 325, 335, 340};
|
||||
ACE_barrelLengths[] = {406.4, 508.0, 609.6, 660.4};
|
||||
class CamShakeExplode {
|
||||
power = 2.2360699; // B_762x51_Ball: 2.8284299
|
||||
duration = 0.4; // B_762x51_Ball: 0.6
|
||||
frequency = 20; // B_762x51_Ball: 20
|
||||
distance = 6.7082; // B_762x51_Ball: 8.48528
|
||||
};
|
||||
};
|
||||
class ACE_762x67_Ball_Mk248_Mod_0: B_762x51_Ball {
|
||||
airFriction=-0.00072468;
|
||||
|
Loading…
Reference in New Issue
Block a user