2017-09-22 15:33:39 +00:00
class CfgMagazines {
class CA_magazine ;
class R3F_securite_mag : CA_magazine {
2018-11-09 18:26:22 +00:00
scope = 1 ; // Game Update 1.84: "Tweaked: Magazines can now be hidden in Virtual Arsenal by setting their scope to 1", R3F default value 2
2017-09-22 15:33:39 +00:00
} ;
class R3F_15Rnd_9x19_PAMAS : CA_magazine {
2021-02-08 03:45:36 +00:00
initSpeed = 368 ; // according with the ACE_ammoTempMuzzleVelocityShifts at the normal conditions (15°C), R3F default value 350
2017-09-22 15:33:39 +00:00
} ;
class R3F_15Rnd_9x19_HKUSP : CA_magazine {
2021-02-08 03:45:36 +00:00
initSpeed = 363 ; // according with the ACE_ammoTempMuzzleVelocityShifts at the normal conditions (15°C), R3F default value 350
2017-09-22 15:33:39 +00:00
} ;
2018-11-09 18:26:22 +00:00
class R3F_17Rnd_9x19_G17 : CA_magazine {
2021-02-08 03:45:36 +00:00
initSpeed = 355 ; // according with the ACE_ammoTempMuzzleVelocityShifts at the normal conditions (15°C), R3F default value 350
2018-11-09 18:26:22 +00:00
} ;
2021-02-08 03:45:36 +00:00
class R3F_5Rnd_127x99_TAC50 : CA_magazine { // AtragMx GunList: R3F TAC50 AMAX
initSpeed = 823 ; // 2700 fps according with the McMillan Tactical Products specification and the ACE_ammoTempMuzzleVelocityShifts at the normal conditions (15°C), R3F default value 820
2017-09-22 15:33:39 +00:00
} ;
} ;