config.cpp 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749
  1. #include "../../RD501_main/config_macros.hpp"
  2. class CfgPatches
  3. {
  4. class macro_patch_name(magazines)
  5. {
  6. author=RD501;
  7. addonRootClass= macro_patch_name(weapons)
  8. requiredAddons[]=
  9. {
  10. macro_patch_name(weapons)
  11. };
  12. requiredVersion=0.1;
  13. units[]={};
  14. weapons[]={};
  15. };
  16. };
  17. class CfgMagazines
  18. {
  19. class 3AS_45Rnd_EC50_Mag;
  20. class 1Rnd_HE_Grenade_shell;
  21. class JLTS_stun_mag_long;
  22. class 1Rnd_Smoke_Grenade_shell;
  23. class UGL_FlareWhite_F;
  24. class SWOP_DC15SA_Ammo;
  25. class 3AS_ThermalDetonator;
  26. class 3AS_BaridumCore;
  27. class 2Rnd_12Gauge_Pellets;
  28. class SmokeShell;
  29. class 442_thermal_det_mag;
  30. ////////////////////////////////////////////////////
  31. /////////////Rifle/Pistol Magazines/////////////////
  32. ////////////////////////////////////////////////////
  33. class macro_new_mag(2mw,30) : 3AS_45Rnd_EC50_Mag
  34. {
  35. displayName="30 Round 2MW Cell";
  36. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc17a.paa";
  37. count = 30;
  38. mass=4;
  39. ammo=macro_new_ammo(2mw)
  40. initSpeed=400;
  41. descriptionShort="Low power magazine";
  42. };
  43. class macro_new_mag(5mw,60) : 3AS_45Rnd_EC50_Mag
  44. {
  45. displayName="75 Round 5MW Cell";
  46. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15s.paa";
  47. count = 75;
  48. ammo=macro_new_ammo(5mw)
  49. initSpeed=400;
  50. descriptionShort="Low power magazine";
  51. };
  52. class macro_new_mag(5mw,10) : 3AS_45Rnd_EC50_Mag
  53. {
  54. displayName="15 Round 5MW Cell";
  55. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc17.paa";
  56. count = 15;
  57. mass=4;
  58. ammo=macro_new_ammo(5mw)
  59. initSpeed=400;
  60. descriptionShort="Low power magazine";
  61. };
  62. class macro_new_mag(5mw_dual,10) : 3AS_45Rnd_EC50_Mag
  63. {
  64. displayName="15 Round 5MW Cell(Dual)";
  65. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc17.paa";
  66. count = 15;
  67. mass=4;
  68. ammo=macro_new_ammo(5mw_dual)
  69. initSpeed=400;
  70. descriptionShort="Low power magazine";
  71. };
  72. class macro_new_mag(10mw,30) : 3AS_45Rnd_EC50_Mag
  73. {
  74. displayName="40 Round 10MW Cell";
  75. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15c.paa";
  76. count = 40;
  77. ammo=macro_new_ammo(10mw)
  78. initSpeed=550;
  79. descriptionShort="Medium power magazine";
  80. };
  81. class macro_new_mag(10mws,30) : 3AS_45Rnd_EC50_Mag
  82. {
  83. displayName="40 Round 10MW Stealth Cell";
  84. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15c.paa";
  85. count = 40;
  86. ammo=macro_new_ammo(10mws)
  87. initSpeed=550;
  88. descriptionShort="Medium power magazine";
  89. };
  90. class macro_new_mag(10mw,400) : 3AS_45Rnd_EC50_Mag
  91. {
  92. displayName="400 Round 10MW Cell";
  93. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_z6.paa";
  94. count = 400;
  95. ammo=macro_new_ammo(10mw)
  96. initSpeed=550;
  97. descriptionShort="Medium power box magazine";
  98. };
  99. class macro_new_mag(20mw,20) : 3AS_45Rnd_EC50_Mag
  100. {
  101. displayName="20 Round 20MW Cell";
  102. count = 20;
  103. ammo=macro_new_ammo(20mw)
  104. initSpeed=700;
  105. descriptionShort="Medium power magazine";
  106. };
  107. class macro_new_mag(20mwup,20) : 3AS_45Rnd_EC50_Mag
  108. {
  109. displayName="25 Round 20MW UP Cell";
  110. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15a_up.paa";
  111. count = 25;
  112. ammo=macro_new_ammo(20mwup)
  113. initSpeed=600;
  114. descriptionShort="Medium power unstable plasma magazine";
  115. };
  116. class macro_new_mag(20mwdp,20) : 3AS_45Rnd_EC50_Mag
  117. {
  118. displayName="25 Round 20MW DP Cell";
  119. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15a_dp.paa";
  120. count = 25;
  121. ammo=macro_new_ammo(20mwdp)
  122. initSpeed=700;
  123. descriptionShort="Medium power dense plasma magazine";
  124. };
  125. class macro_new_mag(20mw,240) : 3AS_45Rnd_EC50_Mag
  126. {
  127. displayName="240 Round 20MW Cell";
  128. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15l.paa";
  129. count = 240;
  130. ammo=macro_new_ammo(20mw)
  131. initSpeed=700;
  132. descriptionShort="Medium power box magazine";
  133. };
  134. class macro_new_mag(20mw,90) : 3AS_45Rnd_EC50_Mag
  135. {
  136. displayName="90 Round E5C Cell";
  137. count = 90;
  138. ammo=macro_new_ammo(20mw_d)
  139. initSpeed=700;
  140. descriptionShort="Medium power box magazine";
  141. };
  142. class macro_new_mag(30mw,10) : 3AS_45Rnd_EC50_Mag
  143. {
  144. displayName="10 Round 30MW Cell";
  145. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_valken38.paa";
  146. count = 10;
  147. ammo=macro_new_ammo(30mw)
  148. initSpeed=1000;
  149. descriptionShort="High power magazine";
  150. };
  151. class macro_new_mag(30mw,15) : 3AS_45Rnd_EC50_Mag
  152. {
  153. displayName="15 Round E5S Cell";
  154. count = 15;
  155. ammo=macro_new_ammo(30mw_d)
  156. initSpeed=1000;
  157. descriptionShort="High power magazine";
  158. };
  159. class macro_new_mag(30mw,7) : 3AS_45Rnd_EC50_Mag
  160. {
  161. displayName="7 Round 30MW Cell";
  162. count = 7;
  163. ammo=macro_new_ammo(30mw)
  164. initSpeed=800;
  165. descriptionShort="High power magazine";
  166. };
  167. class macro_new_mag(40mw,5) : 3AS_45Rnd_EC50_Mag
  168. {
  169. displayName="5 Round 40MW Cell";
  170. count = 5;
  171. ammo=macro_new_ammo(40mw)
  172. initSpeed=1100;
  173. descriptionShort="High power magazine";
  174. };
  175. class macro_new_mag(40mwemp,1) : 3AS_45Rnd_EC50_Mag
  176. {
  177. displayName="1 Round 40MW EMP Cell";
  178. count = 1;
  179. ammo=macro_new_ammo(40mwemp)
  180. initSpeed=1100;
  181. descriptionShort="EMP Round";
  182. };
  183. class macro_new_mag(50mw,10) : 3AS_45Rnd_EC50_Mag
  184. {
  185. displayName="10 Round 50MW Cell";
  186. count = 10;
  187. ammo=macro_new_ammo(50mw)
  188. initSpeed=1100;
  189. descriptionShort="High power magazine";
  190. };
  191. class macro_new_mag(50mw,8) : 3AS_45Rnd_EC50_Mag
  192. {
  193. displayName="8 Round 50MW Cell";
  194. count = 8;
  195. mass=4;
  196. ammo=macro_new_ammo(50mw)
  197. initSpeed=1100;
  198. descriptionShort="High power magazine";
  199. };
  200. class macro_new_mag(Devastator,50) : 3AS_45Rnd_EC50_Mag
  201. {
  202. displayName="Devastator Primary Magazine";
  203. count = 50;
  204. mass=4;
  205. ammo=macro_new_ammo(devastator_small)
  206. initSpeed=1100;
  207. descriptionShort="High power magazine";
  208. };
  209. class macro_new_mag(Devastator,2) : 3AS_45Rnd_EC50_Mag
  210. {
  211. displayName="Devastator High Energy Magazine";
  212. count = 2;
  213. mass=4;
  214. ammo=macro_new_ammo(devastator_large)
  215. initSpeed=1100;
  216. descriptionShort="High power magazine";
  217. };
  218. class macro_new_mag(viper,5) : 3AS_45Rnd_EC50_Mag
  219. {
  220. displayName="Viper Magazine";
  221. count = 5;
  222. mass=4;
  223. ammo=macro_new_ammo(viper)
  224. initSpeed=1100;
  225. descriptionShort="High power magazine";
  226. };
  227. class macro_new_mag(stun,5):JLTS_stun_mag_long
  228. {
  229. displayName="5 Round Stun Cell";
  230. descriptionShort = "5 Round Stun Cell";
  231. displayNameShort = "5 Round Stun Cell";
  232. count=5;
  233. picture="\MRC\JLTS\weapons\Core\data\ui\stun_mag_ui_ca";
  234. ammo=macro_new_ammo(surrender_stun)
  235. };
  236. class macro_new_mag(r2_charge_pack,10):3AS_45Rnd_EC50_Mag
  237. {
  238. displayName="R2 Charge Pack";
  239. descriptionShort = "Charge Pack";
  240. displayNameShort = "Charge Pack";
  241. count=10;
  242. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_battery.paa";
  243. ammo=macro_new_ammo(40mw)
  244. };
  245. ////////////////////////////////////////////////////
  246. /////////Grenade Launcher Magazines/////////////////
  247. ////////////////////////////////////////////////////
  248. class macro_new_mag(UGL_HE,3):1Rnd_HE_Grenade_shell
  249. {
  250. displayName = "3 Rnd SR HE DC-15A Grenades";
  251. displayNameShort = "3 Rnd SR HE DC-15A";
  252. count=3;
  253. ammo = macro_new_ammo(UGL_HE)
  254. descriptionShort = "3Rd HE SR DC-15A Grenade";
  255. }
  256. class macro_new_mag(UGL_AP,2):1Rnd_HE_Grenade_shell
  257. {
  258. displayName = "2 Rnd SR AP DC-15A Grenades";
  259. displayNameShort = "2 Rnd SR AP DC-15A";
  260. count=2;
  261. ammo = macro_new_ammo(UGL_AP)
  262. descriptionShort = "2Rd AP DC-15A Grenade";
  263. }
  264. class macro_new_mag(UGL_EMP,1) : 1Rnd_HE_Grenade_shell
  265. {
  266. ammo = "RD501_grenade_emp_ammo";
  267. count = 1;
  268. descriptionShort = "1Rnd EMP DC-15A Grenade";
  269. displayName = "1 Rnd EMP DC-15A Grenades";
  270. displayNameShort = "1Rnd EMP DC-15A";
  271. mass = 50;
  272. maxLeadSpeed = 25;
  273. maxThrowHoldTime = 2;
  274. maxThrowIntensityCoef = 1.4;
  275. minThrowIntensityCoef = 0.3;
  276. modelSpecial = "";
  277. nameSound = "";
  278. quickReload = 0 ;
  279. reloadAction = "";
  280. scope = 2;
  281. selectionFireAnim = "zasleh";
  282. simulation = "ProxyMagazines";
  283. type = 16;
  284. useAction = 0;
  285. useActionTitle = "";
  286. value = 1;
  287. weaponpoolavailable = 1;
  288. weight = 0;
  289. class InventoryPlacements;
  290. class Library
  291. {
  292. libTextDesc = "";
  293. };
  294. }
  295. class macro_new_mag(UGL_HE,6):1Rnd_HE_Grenade_shell
  296. {
  297. displayName = "6 Rd HE RGL6 Grenades";
  298. displayNameShort = "6 Rnd HE RGL6";
  299. count=6;
  300. ammo = macro_new_ammo(UGL_HE)
  301. descriptionShort = "6Rd HE RGL6 Grenade";
  302. }
  303. class macro_new_mag(UGL_AP,6):1Rnd_HE_Grenade_shell
  304. {
  305. displayName = "6 Rd AP RGL6 Grenades";
  306. displayNameShort = "6 Rd AP RGL6";
  307. count=6;
  308. ammo = macro_new_ammo(UGL_AP)
  309. descriptionShort = "6Rd AP RGL6 Grenade";
  310. }
  311. class macro_new_mag(UGL_EMP,6) : 1Rnd_HE_Grenade_shell
  312. {
  313. ammo = "RD501_grenade_emp_ammo";
  314. count = 6;
  315. descriptionShort = "6Rnd EMP RGL6 Grenade";
  316. displayName = "6 Rnd EMP RGL6 Grenades";
  317. displayNameShort = "6Rnd EMP RGL6";
  318. mass = 50;
  319. maxLeadSpeed = 25;
  320. maxThrowHoldTime = 2;
  321. maxThrowIntensityCoef = 1.4;
  322. minThrowIntensityCoef = 0.3;
  323. modelSpecial = "";
  324. nameSound = "";
  325. quickReload = 0 ;
  326. reloadAction = "";
  327. scope = 2;
  328. selectionFireAnim = "zasleh";
  329. simulation = "ProxyMagazines";
  330. type = 16;
  331. useAction = 0;
  332. useActionTitle = "";
  333. value = 1;
  334. weaponpoolavailable = 1;
  335. weight = 0;
  336. class InventoryPlacements;
  337. class Library
  338. {
  339. libTextDesc = "";
  340. };
  341. };
  342. class macro_new_mag(UGL_Smoke,6):1Rnd_Smoke_Grenade_shell
  343. {
  344. displayName = "6 Rd White Smoke RGL6 Grenades";
  345. displayNameShort = "6 Rnd White Smoke RGL6";
  346. count=6;
  347. ammo = "G_40mm_Smoke";
  348. descriptionShort = "6Rd White Smoke RGL6 Grenade";
  349. };
  350. class macro_new_mag(UGL_Flare,6):UGL_FlareWhite_F
  351. {
  352. displayName = "6 Rd White Flare RGL6 Grenades";
  353. displayNameShort = "6 Rnd White Flare RGL6";
  354. count=6;
  355. ammo = "F_40mm_White";
  356. descriptionShort = "6Rd White Flare RGL6 Grenade";
  357. };
  358. class macro_new_mag(Devastator_stun,1):1Rnd_HE_Grenade_shell
  359. {
  360. displayName = "1 Rd Devastator Stun Magazine";
  361. displayNameShort = "1 Rnd Devastator Stun Magazine";
  362. count=1;
  363. ammo = macro_new_ammo(Devastator_stun)
  364. descriptionShort = "1Rd Devastator Stun Magazine";
  365. };
  366. class macro_new_mag(Devastator_dioxis,1):1Rnd_Smoke_Grenade_shell
  367. {
  368. displayName = "1 Rd Devastator Dioxis Magazine";
  369. displayNameShort = "1 Rnd Devastator Dioxis Magazine";
  370. count=1;
  371. ammo = macro_new_ammo(Devastator_dioxis)
  372. descriptionShort = "1Rd Devastator Dioxis Magazine";
  373. };
  374. ////////////////////////////////////////////////////
  375. /////////////Grenades Magazines/////////////////////
  376. ////////////////////////////////////////////////////
  377. class macro_new_mag(imploder,1):3AS_BaridumCore
  378. {
  379. author="RD501";
  380. scope=2;
  381. displayName = "Republic Thermal Imploder";
  382. displayNameShort = "Thermal Imploder";
  383. count=1;
  384. ammo = macro_new_ammo(imploder)
  385. descriptionShort = "Republic Thermal Imploder";
  386. };
  387. class macro_new_mag(throwable_c_type,1):3AS_BaridumCore
  388. {
  389. author="RD501";
  390. scope=2;
  391. displayName = "Republic Throwable C-Type";
  392. displayNameShort = "Throwable C-Type";
  393. count=1;
  394. initSpeed=12;
  395. ammo = macro_new_ammo(throwable_c_type)
  396. descriptionShort = "Republic Throwable C-Type";
  397. };
  398. class macro_new_mag(thermaldet,1):3AS_ThermalDetonator
  399. {
  400. author="RD501";
  401. scope=2;
  402. displayName = "Republic Thermal Detonator";
  403. displayNameShort = "Thermal Detonator";
  404. count=1;
  405. ammo = macro_new_ammo(thermaldet)
  406. descriptionShort = "Republic Thermal Detonator";
  407. };
  408. class macro_new_mag(thermaldet_cis,1):442_thermal_det_mag
  409. {
  410. author="RD501";
  411. scope=2;
  412. displayName = "CIS Thermal Detonator";
  413. displayNameShort = "Thermal Detonator";
  414. count=1;
  415. ammo = macro_new_ammo(thermaldet_cis)
  416. descriptionShort = "CIS Thermal Detonator";
  417. };
  418. class macro_new_mag(squad_shield_sigma,1):3AS_BaridumCore
  419. {
  420. author="RD501";
  421. scope=2;
  422. displayName = "Republic Squad Shield Sigma";
  423. displayNameShort = "Squad Shield Sigma";
  424. count=1;
  425. ammo = macro_new_ammo(squad_shield_sigma)
  426. descriptionShort = "Republic Thermal Imploder";
  427. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_imploder.paa";
  428. };
  429. class macro_new_mag(squad_shield_alpha,1):3AS_BaridumCore
  430. {
  431. author="RD501";
  432. scope=2;
  433. displayName = "Republic Squad Shield Alpha";
  434. displayNameShort = "Squad Shield Alpha";
  435. count=1;
  436. ammo = macro_new_ammo(squad_shield_alpha)
  437. descriptionShort = "Republic Thermal Imploder";
  438. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_imploder.paa";
  439. };
  440. class macro_new_mag(personal_shield,1):3AS_BaridumCore
  441. {
  442. author="RD501";
  443. scope=2;
  444. displayName = "Republic Personal Shield";
  445. displayNameShort = "Personal Shield";
  446. count=1;
  447. ammo = macro_new_ammo(personal_shield)
  448. descriptionShort = "Personal Shield";
  449. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_imploder.paa";
  450. };
  451. class macro_new_mag(super_smoke,1):SmokeShell
  452. {
  453. author="RD501"
  454. scope=2;
  455. displayName = "Republic J00-L VapeNation"
  456. displayNameShort = "VapeNation"
  457. count=1;
  458. ammo=macro_new_ammo(super_smoke)
  459. };
  460. class macro_new_mag(dioxis,1):SmokeShell
  461. {
  462. author="RD501"
  463. scope=2;
  464. displayName = "Dioxis Grenade"
  465. displayNameShort = "Dioxis"
  466. count=1;
  467. ammo=macro_new_ammo(dioxis)
  468. };
  469. class macro_new_mag(blueshadow,1):SmokeShell
  470. {
  471. author="RD501"
  472. scope=2;
  473. displayName = "Blue Shadow Grenade"
  474. displayNameShort = "Blue Shadow"
  475. count=1;
  476. ammo=macro_new_ammo(blueshadow)
  477. };
  478. ////////////////////////////////////////////////////
  479. /////////////Missile Magazines/////////////////////
  480. ////////////////////////////////////////////////////
  481. class RPG32_F;
  482. class RPG32_HE_F;
  483. class macro_new_mag(rps1,1):RPG32_F
  484. {
  485. author="RD501";
  486. scope=1;
  487. weight=1;
  488. mass=1;
  489. };
  490. class macro_new_mag(rps4heat,1): RPG32_F
  491. {
  492. author="RD501";
  493. displayName="RPS4 HEAT Rocket";
  494. descriptionShort="HEAT Rocket";
  495. ammo=macro_new_ammo(rps4heat)
  496. };
  497. class macro_new_mag(rps4he,1): RPG32_HE_F
  498. {
  499. author="RD501";
  500. displayName="RPS4 HE Rocket";
  501. descriptionShort="HE Rocket";
  502. };
  503. class macro_new_mag(rps4burst,1) : RPG32_F
  504. {
  505. author="RD501";
  506. displayName="RPS4 Smoke Cluster Rocket";
  507. descriptionShort="Burst Rocket";
  508. count=1;
  509. scope=2;
  510. ammo = macro_new_ammo(rps4burst);
  511. };
  512. class macro_new_mag(rps4emp,1): RPG32_F
  513. {
  514. author="RD501";
  515. displayName="RPS4 EMP Rocket";
  516. descriptionShort="EMP Rocket";
  517. ammo=macro_new_ammo(rps4emp)
  518. };
  519. ////////////////////////////////////////////////////
  520. /////////////Shotgun Magazines/////////////////////
  521. ////////////////////////////////////////////////////
  522. class macro_new_mag(shotgun_scatter,6):2Rnd_12Gauge_Pellets
  523. {
  524. scope=2;
  525. displayName = "6 Rnd SP Magazine";
  526. displayNameShort = "6 Rnd SP Mag";
  527. count=6;
  528. ammo = macro_new_ammo(shotgun_scatter)
  529. descriptionShort = "6 Rnd SP";
  530. };
  531. class macro_new_mag(shotgun_HE,6):2Rnd_12Gauge_Pellets
  532. {
  533. scope=2;
  534. displayName = "6 Rnd UP Magazine";
  535. displayNameShort = "6 Rnd UP Mag";
  536. count=6;
  537. ammo = macro_new_ammo(shotgun_HE)
  538. descriptionShort = "6 Rnd UP";
  539. };
  540. class macro_new_mag(shotgun_EMP,2):2Rnd_12Gauge_Pellets
  541. {
  542. scope=2;
  543. displayName = "2 Rnd EMP Magazine";
  544. displayNameShort = "2 Rnd EMP Mag";
  545. count=2;
  546. ammo = macro_new_ammo(shotgun_EMP)
  547. descriptionShort = "2 Rnd EMP";
  548. };
  549. class macro_new_mag(shotgun_slug,6):2Rnd_12Gauge_Pellets
  550. {
  551. scope=2;
  552. displayName = "6 Rnd Slug Magazine";
  553. displayNameShort = "6 Rnd Slug Mag";
  554. count=6;
  555. ammo = macro_new_ammo(30mw)
  556. descriptionShort = "6 Rnd Slug";
  557. };
  558. class macro_new_mag(shotgun_scatter,12):2Rnd_12Gauge_Pellets
  559. {
  560. scope=2;
  561. displayName = "12 Rnd SP Magazine";
  562. displayNameShort = "12 Rnd SP Mag";
  563. count=12;
  564. ammo = macro_new_ammo(shotgun_scatter)
  565. descriptionShort = "12 Rnd SP";
  566. };
  567. class macro_new_mag(shotgun_HE,12):2Rnd_12Gauge_Pellets
  568. {
  569. scope=2;
  570. displayName = "12 Rnd UP Magazine";
  571. displayNameShort = "12 Rnd UP Mag";
  572. count=12;
  573. ammo = macro_new_ammo(shotgun_HE)
  574. descriptionShort = "12 Rnd UP";
  575. };
  576. class macro_new_mag(shotgun_slug,15):macro_new_mag(30mw,10)
  577. {
  578. scope=2;
  579. initSpeed=600;
  580. displayName = "15 Rnd Slug Magazine";
  581. displayNameShort = "15 Rnd Slug Mag";
  582. count=15;
  583. ammo = macro_new_ammo(30mw)
  584. descriptionShort = "15 Rnd Slug";
  585. picture = "\a3\Weapons_F_Enoch\MagazineProxies\data\UI\icon_2rnd_12gauge_slugs_CA.paa";
  586. };
  587. ////////////////////////////////////////////////////
  588. /////////////Flare Magazines/////////////////////
  589. ////////////////////////////////////////////////////
  590. class macro_new_mag(40mm_white,3): UGL_FlareWhite_F
  591. {
  592. author = "RD501";
  593. scope = 2;
  594. type = 16;
  595. displayName = "Flare 3 Rounds (White)";
  596. displayNameShort = "White Flare";
  597. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_CA.paa";
  598. model = "\A3\Weapons_F\Ammo\UGL_Flare";
  599. ammo = macro_new_ammo(40mm_white);
  600. initSpeed = 80;
  601. count = 3;
  602. nameSound = "";
  603. descriptionShort = "Type: Flare 3 Rounds - White <br />Rounds: 1<br />Used in: EGLM, 3GL";
  604. weaponPoolAvailable = 1;
  605. mass = 4;
  606. };
  607. class macro_new_mag(40mm_white,1):macro_new_mag(40mm_white,3)
  608. {
  609. displayName = "Flare 1 Rounds (White)";
  610. descriptionShort = "Type: Flare 1 Rounds - White";
  611. mass = 1;
  612. count = 1;
  613. };
  614. class macro_new_mag(40mm_CIR,3): macro_new_mag(40mm_white,3)
  615. {
  616. author = "Bohemia Interactive";
  617. displayName = "Flare 3 Rounds (IR)";
  618. ammo = macro_new_ammo(40mm_cir);
  619. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_purple_CA.paa";
  620. descriptionShort = "Type: Flare - IR<br />Rounds: 1<br />Used in: EGLM, 3GL";
  621. displayNameShort = "IR";
  622. };
  623. class macro_new_mag(40mm_CIR,1):macro_new_mag(40mm_CIR,3)
  624. {
  625. displayName = "Flare 1 Rounds (IR)";
  626. descriptionShort = "Type: Flare 1 Rounds - IR";
  627. mass = 1;
  628. count = 1;
  629. };
  630. class macro_new_mag(40mm_Green,3): macro_new_mag(40mm_white,3)
  631. {
  632. author = "Bohemia Interactive";
  633. displayName = "Flare 3 Rounds (Green)";
  634. displayNameShort = "Green Flare";
  635. ammo = macro_new_ammo(40mm_green);
  636. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_Green_CA.paa";
  637. descriptionShort = "Type: Flare - Green<br />Rounds: 1<br />Used in: EGLM, 3GL";
  638. };
  639. class macro_new_mag(40mm_Green,1):macro_new_mag(40mm_Green,3)
  640. {
  641. displayName = "Flare 1 Rounds (Green)";
  642. descriptionShort = "Type: Flare 1 Rounds - Green";
  643. mass = 1;
  644. count = 1;
  645. };
  646. class macro_new_mag(40mm_Red,3): macro_new_mag(40mm_white,3)
  647. {
  648. author = "Bohemia Interactive";
  649. displayName = "Flare 3 Rounds (Red)";
  650. ammo = macro_new_ammo(40mm_red);
  651. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_Red_CA.paa";
  652. descriptionShort = "Type: Flare - Red<br />Rounds: 1<br />Used in: EGLM, 3GL";
  653. displayNameShort = "Red Flare";
  654. };
  655. class macro_new_mag(40mm_Red,1):macro_new_mag(40mm_Red,3)
  656. {
  657. displayName = "Flare 1 Rounds (Red)";
  658. descriptionShort = "Type: Flare 1 Rounds - Red";
  659. mass = 1;
  660. count = 1;
  661. };
  662. class macro_new_mag(40mm_Yellow,3): macro_new_mag(40mm_white,3)
  663. {
  664. author = "Bohemia Interactive";
  665. displayName = "Flare 3 Rounds (Yellow)";
  666. ammo = macro_new_ammo(40mm_yellow);
  667. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_yelow_CA.paa";
  668. descriptionShort = "Type: Flare - Yellow<br />Rounds: 1<br />Used in: EGLM, 3GL";
  669. displayNameShort = "Yellow Flare";
  670. };
  671. class macro_new_mag(40mm_Yellow,1):macro_new_mag(40mm_Yellow,3)
  672. {
  673. displayName = "Flare 1 Rounds (Yellow)";
  674. descriptionShort = "Type: Flare 1 Rounds - Yellow";
  675. mass = 1;
  676. count = 1;
  677. };
  678. class macro_new_mag(40mm_Blue,3): macro_new_mag(40mm_white,3)
  679. {
  680. author = "Bohemia Interactive";
  681. displayName = "Flare 3 Rounds (Blue)";
  682. ammo = macro_new_ammo(40mm_blue);
  683. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_yelow_CA.paa";
  684. descriptionShort = "Type: Flare - Blue<br />Rounds: 1<br />Used in: EGLM, 3GL";
  685. displayNameShort = "Blue Flare";
  686. };
  687. class macro_new_mag(40mm_Blue,1):macro_new_mag(40mm_Blue,3)
  688. {
  689. displayName = "Flare 1 Rounds (Blue)";
  690. descriptionShort = "Type: Flare 1 Rounds - Blue";
  691. mass = 1;
  692. count = 1;
  693. };
  694. class macro_new_mag(40mm_Cyan,3): macro_new_mag(40mm_white,3)
  695. {
  696. author = "Bohemia Interactive";
  697. displayName = "Flare 3 Rounds (Cyan)";
  698. ammo = macro_new_ammo(40mm_cyan);
  699. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_yelow_CA.paa";
  700. descriptionShort = "Type: Flare - Cyan<br />Rounds: 1<br />Used in: EGLM, 3GL";
  701. displayNameShort = "Cyan Flare";
  702. };
  703. class macro_new_mag(40mm_Cyan,1):macro_new_mag(40mm_Cyan,3)
  704. {
  705. displayName = "Flare 1 Rounds (Cyan)";
  706. descriptionShort = "Type: Flare 1 Rounds - Cyan";
  707. mass = 1;
  708. count = 1;
  709. };
  710. class macro_new_mag(40mm_Purple,3): macro_new_mag(40mm_white,3)
  711. {
  712. author = "Bohemia Interactive";
  713. displayName = "Flare 3 Rounds (Purple)";
  714. ammo = macro_new_ammo(40mm_purple);
  715. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_yelow_CA.paa";
  716. descriptionShort = "Type: Flare - Purple<br />Rounds: 1<br />Used in: EGLM, 3GL";
  717. displayNameShort = "Purple Flare";
  718. };
  719. class macro_new_mag(40mm_Purple,1):macro_new_mag(40mm_Purple,3)
  720. {
  721. displayName = "Flare 1 Rounds (Purple)";
  722. descriptionShort = "Type: Flare 1 Rounds - Purple";
  723. mass = 1;
  724. count = 1;
  725. };
  726. };