Skip to content

Commit 593b961

Browse files
Ballistics - Add data for 12 gauge slug (#11196)
* Add ballistic data for 12g slug * Add more muzzle velocity data --------- Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
1 parent 50abb49 commit 593b961

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

addons/ballistics/CfgAmmo.hpp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,19 @@ class CfgAmmo {
110110
};
111111

112112
class B_12Gauge_Slug: BulletBase {
113+
// Based roughly off of a generalization of a 12/70 foster slug
114+
ACE_caliber = 17.5;
115+
ACE_bulletLength = 38;
116+
ACE_bulletMass = 28.35; // 1 oz
117+
ACE_ballisticCoefficients[] = {0.11};
118+
ACE_dragModel = 1;
119+
ACE_muzzleVelocityVariationSD = 2;
120+
ACE_velocityBoundaries[] = {};
121+
ACE_standardAtmosphere = "ASM";
122+
123+
ACE_muzzleVelocities[]={365.76, 381, 414.53, 426.72, 434.34, 441.96, 454.15, 455.68, 460.25};
124+
ACE_barrelLengths[] = {215.9, 254, 317.5, 355.6, 457.2, 533.4, 609.6, 660.4, 711.2};
125+
113126
//caliber = 3; //too high, ~20mm of RHA (450*3*15/1000=20), ~64mm metal
114127
caliber = 1.037; //~7mm RHA, ~22.4mm metal, probably still too high though as RHA is hardened.
115128
};

0 commit comments

Comments
 (0)