File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,18 @@ class CfgWeapons {
136136 initSpeed = -1.0 ;
137137 };
138138
139+ // Rifle_Long_Base_F Shotgun
140+ // CZ-581
141+ class sgun_HunterShotgun_01_base_F : Rifle_Long_Base_F {
142+ ACE_barrelLength = 699.3 ; // https://www.imfdb.org/wiki/CZ-581
143+ ACE_twistDirection = 0 ;
144+ };
145+
146+ // CZ-581 (sawed off)
147+ class sgun_HunterShotgun_01_sawedoff_base_F : sgun_HunterShotgun_01_base_F {
148+ ACE_barrelLength = 349.7 ; // About half of original length
149+ };
150+
139151 // Rifle_Base_F
140152 // MX variants
141153 class arifle_MX_Base_F : Rifle_Base_F {};
@@ -363,6 +375,14 @@ class CfgWeapons {
363375 };
364376 };
365377
378+ // MSBS GROT UBS
379+ class arifle_MSBS65_UBS_base_F : arifle_MSBS65_base_F {
380+ class UBS_F : Rifle_Base_F {
381+ ACE_barrelLength = 317 ; // https://modernfirearms.net/en/shotguns/u-s-a-shotguns/crye-six12-eng/
382+ ACE_twistDirection = 0 ;
383+ };
384+ };
385+
366386 // QBZ-95-1
367387 class arifle_CTAR_base_F : Rifle_Base_F {
368388 ACE_barrelLength = 463.0 ;
You can’t perform that action at this time.
0 commit comments