-
Notifications
You must be signed in to change notification settings - Fork 740
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create CfgMagazines.hpp * Update CfgAmmo.hpp * Update CfgWeapons.hpp * Update CfgWeapons.hpp * Update CfgMagazines.hpp * Update CfgMagazines.hpp * Update config.cpp * Update CfgWeapons.hpp * Update CfgAmmo.hpp * Update CfgAmmo.hpp * Update CfgWeapons.hpp * Update CfgMagazines.hpp * Update CfgAmmo.hpp * Update CfgMagazines.hpp * spaces * Update CfgWeapons.hpp * typo
- Loading branch information
Showing
5 changed files
with
253 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
class CfgMagazines { | ||
class CA_magazine; | ||
class R3F_securite_mag: CA_magazine { | ||
scope = 0; // default 2 | ||
}; | ||
class R3F_15Rnd_9x19_PAMAS: CA_magazine { | ||
initSpeed = 350; // R3F config | ||
}; | ||
class R3F_15Rnd_9x19_HKUSP: CA_magazine { | ||
initSpeed = 350; // R3F config | ||
}; | ||
class R3F_30Rnd_9x19_MP5: CA_magazine { | ||
initSpeed = 400; // R3F config | ||
}; | ||
class R3F_25Rnd_556x45_FAMAS: CA_magazine { // AtragMx GunList: 5.56x45mm M855 | ||
initSpeed = 960; // R3F config | ||
}; | ||
class R3F_25Rnd_556x45_TRACER_FAMAS: R3F_25Rnd_556x45_FAMAS {}; // AtragMx GunList: 5.56x45mm M855 | ||
class R3F_30Rnd_556x45_FAMAS: CA_magazine { // AtragMx GunList: 5.56x45mm M855 | ||
initSpeed = 925; // R3F config | ||
}; | ||
class R3F_30Rnd_556x45_TRACER_FAMAS: R3F_30Rnd_556x45_FAMAS {}; // AtragMx GunList: 5.56x45mm M855 | ||
class R3F_30Rnd_556x45_HK416: CA_magazine { // AtragMx GunList: 5.56x45mm M855 | ||
initSpeed = 850; // R3F config | ||
}; | ||
class R3F_30Rnd_556x45_TRACER_HK416: R3F_30Rnd_556x45_HK416 {}; // AtragMx GunList: 5.56x45mm M855 | ||
class R3F_30Rnd_556x45_SIG551: CA_magazine { // AtragMx GunList: 5.56x45mm M855 | ||
initSpeed = 850; // R3F config | ||
}; | ||
class R3F_30Rnd_556x45_TRACER_SIG551: R3F_30Rnd_556x45_SIG551 {}; // AtragMx GunList: 5.56x45mm M855 | ||
class R3F_10Rnd_762x51_FRF2: CA_magazine { // AtragMx GunList: 5.56x45mm M855 | ||
initSpeed = 850; // R3F config | ||
}; | ||
class R3F_200Rnd_556x45_MINIMI: CA_magazine { // AtragMx GunList: 5.56x45mm M855 | ||
initSpeed = 915; // R3F config | ||
}; | ||
class R3F_100Rnd_762x51_MINIMI: CA_magazine { // AtragMx GunList: 7.62x51mm M80 | ||
initSpeed = 820; // R3F config | ||
}; | ||
class R3F_20Rnd_762x51_HK417: CA_magazine { // AtragMx GunList: 7.62x51mm M80 | ||
initSpeed = 820; // R3F config | ||
}; | ||
class R3F_20Rnd_762x51_TRACER_HK417: R3F_20Rnd_762x51_HK417 {}; // AtragMx GunList: 7.62x51mm M80 | ||
class R3F_7Rnd_127x99_PGM: CA_magazine { // AtragMx GunList: 12.7x99mm | ||
initSpeed = 780; // R3F config | ||
}; | ||
class R3F_7Rnd_127x99_PEI_PGM: R3F_7Rnd_127x99_PGM { // AtragMx GunList: 12.7x99mm | ||
initSpeed = 780; // R3F config | ||
}; | ||
class R3F_10Rnd_127x99_M107: CA_magazine { // AtragMx GunList: 12.7x99mm | ||
initSpeed = 850; // R3F config | ||
}; | ||
class R3F_10Rnd_127x99_PEI_M107: R3F_10Rnd_127x99_M107 { // AtragMx GunList: 12.7x99mm | ||
initSpeed = 850; // R3F config | ||
}; | ||
class R3F_5Rnd_127x99_TAC50: CA_magazine { // AtragMx GunList: 12.7x99mm | ||
initSpeed = 820; // R3F config | ||
}; | ||
}; |
Oops, something went wrong.