config.cpp 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  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. model = "\thermalD\EMP_Grenade_ammo.p3d";
  277. modelSpecial = "";
  278. nameSound = "";
  279. picture = "\thermalD\flash_x_ca.paa";
  280. quickReload = 0 ;
  281. reloadAction = "";
  282. scope = 2;
  283. selectionFireAnim = "zasleh";
  284. simulation = "ProxyMagazines";
  285. type = 16;
  286. useAction = 0;
  287. useActionTitle = "";
  288. value = 1;
  289. weaponpoolavailable = 1;
  290. weight = 0;
  291. class InventoryPlacements;
  292. class Library
  293. {
  294. libTextDesc = "";
  295. };
  296. }
  297. class macro_new_mag(UGL_HE,6):1Rnd_HE_Grenade_shell
  298. {
  299. displayName = "6 Rd HE RGL6 Grenades";
  300. displayNameShort = "6 Rnd HE RGL6";
  301. count=6;
  302. ammo = macro_new_ammo(UGL_HE)
  303. descriptionShort = "6Rd HE RGL6 Grenade";
  304. }
  305. class macro_new_mag(UGL_AP,6):1Rnd_HE_Grenade_shell
  306. {
  307. displayName = "6 Rd AP RGL6 Grenades";
  308. displayNameShort = "6 Rd AP RGL6";
  309. count=6;
  310. ammo = macro_new_ammo(UGL_AP)
  311. descriptionShort = "6Rd AP RGL6 Grenade";
  312. }
  313. class macro_new_mag(UGL_EMP,6) : 1Rnd_HE_Grenade_shell
  314. {
  315. ammo = "RD501_grenade_emp_ammo";
  316. count = 6;
  317. descriptionShort = "6Rnd EMP RGL6 Grenade";
  318. displayName = "6 Rnd EMP RGL6 Grenades";
  319. displayNameShort = "6Rnd EMP RGL6";
  320. mass = 50;
  321. maxLeadSpeed = 25;
  322. maxThrowHoldTime = 2;
  323. maxThrowIntensityCoef = 1.4;
  324. minThrowIntensityCoef = 0.3;
  325. model = "\thermalD\EMP_Grenade_ammo.p3d";
  326. modelSpecial = "";
  327. nameSound = "";
  328. picture = "\thermalD\flash_x_ca.paa";
  329. quickReload = 0 ;
  330. reloadAction = "";
  331. scope = 2;
  332. selectionFireAnim = "zasleh";
  333. simulation = "ProxyMagazines";
  334. type = 16;
  335. useAction = 0;
  336. useActionTitle = "";
  337. value = 1;
  338. weaponpoolavailable = 1;
  339. weight = 0;
  340. class InventoryPlacements;
  341. class Library
  342. {
  343. libTextDesc = "";
  344. };
  345. };
  346. class macro_new_mag(UGL_Smoke,6):1Rnd_Smoke_Grenade_shell
  347. {
  348. displayName = "6 Rd White Smoke RGL6 Grenades";
  349. displayNameShort = "6 Rnd White Smoke RGL6";
  350. count=6;
  351. ammo = "G_40mm_Smoke";
  352. descriptionShort = "6Rd White Smoke RGL6 Grenade";
  353. };
  354. class macro_new_mag(UGL_Flare,6):UGL_FlareWhite_F
  355. {
  356. displayName = "6 Rd White Flare RGL6 Grenades";
  357. displayNameShort = "6 Rnd White Flare RGL6";
  358. count=6;
  359. ammo = "F_40mm_White";
  360. descriptionShort = "6Rd White Flare RGL6 Grenade";
  361. };
  362. class macro_new_mag(Devastator_stun,1):1Rnd_HE_Grenade_shell
  363. {
  364. displayName = "1 Rd Devastator Stun Magazine";
  365. displayNameShort = "1 Rnd Devastator Stun Magazine";
  366. count=1;
  367. ammo = macro_new_ammo(Devastator_stun)
  368. descriptionShort = "1Rd Devastator Stun Magazine";
  369. };
  370. class macro_new_mag(Devastator_dioxis,1):1Rnd_Smoke_Grenade_shell
  371. {
  372. displayName = "1 Rd Devastator Dioxis Magazine";
  373. displayNameShort = "1 Rnd Devastator Dioxis Magazine";
  374. count=1;
  375. ammo = macro_new_ammo(Devastator_dioxis)
  376. descriptionShort = "1Rd Devastator Dioxis Magazine";
  377. };
  378. ////////////////////////////////////////////////////
  379. /////////////Grenades Magazines/////////////////////
  380. ////////////////////////////////////////////////////
  381. class macro_new_mag(imploder,1):3AS_BaridumCore
  382. {
  383. author="RD501";
  384. scope=2;
  385. displayName = "Republic Thermal Imploder";
  386. displayNameShort = "Thermal Imploder";
  387. count=1;
  388. ammo = macro_new_ammo(imploder)
  389. descriptionShort = "Republic Thermal Imploder";
  390. };
  391. class macro_new_mag(throwable_c_type,1):3AS_BaridumCore
  392. {
  393. author="RD501";
  394. scope=2;
  395. displayName = "Republic Throwable C-Type";
  396. displayNameShort = "Throwable C-Type";
  397. count=1;
  398. initSpeed=12;
  399. ammo = macro_new_ammo(throwable_c_type)
  400. descriptionShort = "Republic Throwable C-Type";
  401. };
  402. class macro_new_mag(thermaldet,1):3AS_ThermalDetonator
  403. {
  404. author="RD501";
  405. scope=2;
  406. displayName = "Republic Thermal Detonator";
  407. displayNameShort = "Thermal Detonator";
  408. count=1;
  409. ammo = macro_new_ammo(thermaldet)
  410. descriptionShort = "Republic Thermal Detonator";
  411. };
  412. class macro_new_mag(thermaldet_cis,1):442_thermal_det_mag
  413. {
  414. author="RD501";
  415. scope=2;
  416. displayName = "CIS Thermal Detonator";
  417. displayNameShort = "Thermal Detonator";
  418. count=1;
  419. ammo = macro_new_ammo(thermaldet_cis)
  420. descriptionShort = "CIS Thermal Detonator";
  421. };
  422. class macro_new_mag(squad_shield_sigma,1):3AS_BaridumCore
  423. {
  424. author="RD501";
  425. scope=2;
  426. displayName = "Republic Squad Shield Sigma";
  427. displayNameShort = "Squad Shield Sigma";
  428. count=1;
  429. ammo = macro_new_ammo(squad_shield_sigma)
  430. descriptionShort = "Republic Thermal Imploder";
  431. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_imploder.paa";
  432. };
  433. class macro_new_mag(squad_shield_alpha,1):3AS_BaridumCore
  434. {
  435. author="RD501";
  436. scope=2;
  437. displayName = "Republic Squad Shield Alpha";
  438. displayNameShort = "Squad Shield Alpha";
  439. count=1;
  440. ammo = macro_new_ammo(squad_shield_alpha)
  441. descriptionShort = "Republic Thermal Imploder";
  442. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_imploder.paa";
  443. };
  444. class macro_new_mag(personal_shield,1):3AS_BaridumCore
  445. {
  446. author="RD501";
  447. scope=2;
  448. displayName = "Republic Personal Shield";
  449. displayNameShort = "Personal Shield";
  450. count=1;
  451. ammo = macro_new_ammo(personal_shield)
  452. descriptionShort = "Personal Shield";
  453. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_imploder.paa";
  454. };
  455. class macro_new_mag(super_smoke,1):SmokeShell
  456. {
  457. author="RD501"
  458. scope=2;
  459. displayName = "Republic J00-L VapeNation"
  460. displayNameShort = "VapeNation"
  461. count=1;
  462. ammo=macro_new_ammo(super_smoke)
  463. };
  464. class macro_new_mag(dioxis,1):SmokeShell
  465. {
  466. author="RD501"
  467. scope=2;
  468. displayName = "Dioxis Grenade"
  469. displayNameShort = "Dioxis"
  470. count=1;
  471. ammo=macro_new_ammo(dioxis)
  472. };
  473. class macro_new_mag(blueshadow,1):SmokeShell
  474. {
  475. author="RD501"
  476. scope=2;
  477. displayName = "Blue Shadow Grenade"
  478. displayNameShort = "Blue Shadow"
  479. count=1;
  480. ammo=macro_new_ammo(blueshadow)
  481. };
  482. ////////////////////////////////////////////////////
  483. /////////////Missile Magazines/////////////////////
  484. ////////////////////////////////////////////////////
  485. class RPG32_F;
  486. class RPG32_HE_F;
  487. class macro_new_mag(rps1,1):RPG32_F
  488. {
  489. author="RD501";
  490. scope=1;
  491. weight=1;
  492. mass=1;
  493. };
  494. class macro_new_mag(rps4heat,1): RPG32_F
  495. {
  496. author="RD501";
  497. displayName="RPS4 HEAT Rocket";
  498. descriptionShort="HEAT Rocket";
  499. ammo=macro_new_ammo(rps4heat)
  500. };
  501. class macro_new_mag(rps4he,1): RPG32_HE_F
  502. {
  503. author="RD501";
  504. displayName="RPS4 HE Rocket";
  505. descriptionShort="HE Rocket";
  506. };
  507. class macro_new_mag(rps4burst,1) : RPG32_F
  508. {
  509. author="RD501";
  510. displayName="RPS4 Burst Rocket";
  511. descriptionShort="Burst Rocket";
  512. count=1;
  513. scope=1;
  514. ammo = macro_new_ammo(rps4burst);
  515. };
  516. ////////////////////////////////////////////////////
  517. /////////////Shotgun Magazines/////////////////////
  518. ////////////////////////////////////////////////////
  519. class macro_new_mag(shotgun_scatter,6):2Rnd_12Gauge_Pellets
  520. {
  521. scope=2;
  522. displayName = "6 Rnd SP Magazine";
  523. displayNameShort = "6 Rnd SP Mag";
  524. count=6;
  525. ammo = macro_new_ammo(shotgun_scatter)
  526. descriptionShort = "6 Rnd SP";
  527. };
  528. class macro_new_mag(shotgun_HE,6):2Rnd_12Gauge_Pellets
  529. {
  530. scope=2;
  531. displayName = "6 Rnd UP Magazine";
  532. displayNameShort = "6 Rnd UP Mag";
  533. count=6;
  534. ammo = macro_new_ammo(shotgun_HE)
  535. descriptionShort = "6 Rnd UP";
  536. };
  537. class macro_new_mag(shotgun_EMP,2):2Rnd_12Gauge_Pellets
  538. {
  539. scope=2;
  540. displayName = "2 Rnd EMP Magazine";
  541. displayNameShort = "2 Rnd EMP Mag";
  542. count=2;
  543. ammo = macro_new_ammo(shotgun_EMP)
  544. descriptionShort = "2 Rnd EMP";
  545. };
  546. ////////////////////////////////////////////////////
  547. /////////////Flare Magazines/////////////////////
  548. ////////////////////////////////////////////////////
  549. class macro_new_mag(40mm_white,3): UGL_FlareWhite_F
  550. {
  551. author = "RD501";
  552. scope = 2;
  553. type = 16;
  554. displayName = "Flare 3 Rounds (White)";
  555. displayNameShort = "White Flare";
  556. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_CA.paa";
  557. model = "\A3\Weapons_F\Ammo\UGL_Flare";
  558. ammo = macro_new_ammo(40mm_white);
  559. initSpeed = 80;
  560. count = 3;
  561. nameSound = "";
  562. descriptionShort = "Type: Flare 3 Rounds - White <br />Rounds: 1<br />Used in: EGLM, 3GL";
  563. weaponPoolAvailable = 1;
  564. mass = 4;
  565. };
  566. class macro_new_mag(40mm_white,1):macro_new_mag(40mm_white,3)
  567. {
  568. displayName = "Flare 1 Rounds (White)";
  569. descriptionShort = "Type: Flare 1 Rounds - White";
  570. mass = 1;
  571. count = 1;
  572. };
  573. class macro_new_mag(40mm_CIR,3): macro_new_mag(40mm_white,3)
  574. {
  575. author = "Bohemia Interactive";
  576. displayName = "Flare 3 Rounds (IR)";
  577. ammo = macro_new_ammo(40mm_cir);
  578. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_purple_CA.paa";
  579. descriptionShort = "Type: Flare - IR<br />Rounds: 1<br />Used in: EGLM, 3GL";
  580. displayNameShort = "IR";
  581. };
  582. class macro_new_mag(40mm_CIR,1):macro_new_mag(40mm_CIR,3)
  583. {
  584. displayName = "Flare 1 Rounds (IR)";
  585. descriptionShort = "Type: Flare 1 Rounds - IR";
  586. mass = 1;
  587. count = 1;
  588. };
  589. class macro_new_mag(40mm_Green,3): macro_new_mag(40mm_white,3)
  590. {
  591. author = "Bohemia Interactive";
  592. displayName = "Flare 3 Rounds (Green)";
  593. displayNameShort = "Green Flare";
  594. ammo = macro_new_ammo(40mm_green);
  595. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_Green_CA.paa";
  596. descriptionShort = "Type: Flare - Green<br />Rounds: 1<br />Used in: EGLM, 3GL";
  597. };
  598. class macro_new_mag(40mm_Green,1):macro_new_mag(40mm_Green,3)
  599. {
  600. displayName = "Flare 1 Rounds (Green)";
  601. descriptionShort = "Type: Flare 1 Rounds - Green";
  602. mass = 1;
  603. count = 1;
  604. };
  605. class macro_new_mag(40mm_Red,3): macro_new_mag(40mm_white,3)
  606. {
  607. author = "Bohemia Interactive";
  608. displayName = "Flare 3 Rounds (Red)";
  609. ammo = macro_new_ammo(40mm_red);
  610. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_Red_CA.paa";
  611. descriptionShort = "Type: Flare - Red<br />Rounds: 1<br />Used in: EGLM, 3GL";
  612. displayNameShort = "Red Flare";
  613. };
  614. class macro_new_mag(40mm_Red,1):macro_new_mag(40mm_Red,3)
  615. {
  616. displayName = "Flare 1 Rounds (Red)";
  617. descriptionShort = "Type: Flare 1 Rounds - Red";
  618. mass = 1;
  619. count = 1;
  620. };
  621. class macro_new_mag(40mm_Yellow,3): macro_new_mag(40mm_white,3)
  622. {
  623. author = "Bohemia Interactive";
  624. displayName = "Flare 3 Rounds (Yellow)";
  625. ammo = macro_new_ammo(40mm_yellow);
  626. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_yelow_CA.paa";
  627. descriptionShort = "Type: Flare - Yellow<br />Rounds: 1<br />Used in: EGLM, 3GL";
  628. displayNameShort = "Yellow Flare";
  629. };
  630. class macro_new_mag(40mm_Yellow,1):macro_new_mag(40mm_Yellow,3)
  631. {
  632. displayName = "Flare 1 Rounds (Yellow)";
  633. descriptionShort = "Type: Flare 1 Rounds - Yellow";
  634. mass = 1;
  635. count = 1;
  636. };
  637. class macro_new_mag(40mm_Blue,3): macro_new_mag(40mm_white,3)
  638. {
  639. author = "Bohemia Interactive";
  640. displayName = "Flare 3 Rounds (Blue)";
  641. ammo = macro_new_ammo(40mm_blue);
  642. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_yelow_CA.paa";
  643. descriptionShort = "Type: Flare - Blue<br />Rounds: 1<br />Used in: EGLM, 3GL";
  644. displayNameShort = "Blue Flare";
  645. };
  646. class macro_new_mag(40mm_Blue,1):macro_new_mag(40mm_Blue,3)
  647. {
  648. displayName = "Flare 1 Rounds (Blue)";
  649. descriptionShort = "Type: Flare 1 Rounds - Blue";
  650. mass = 1;
  651. count = 1;
  652. };
  653. class macro_new_mag(40mm_Cyan,3): macro_new_mag(40mm_white,3)
  654. {
  655. author = "Bohemia Interactive";
  656. displayName = "Flare 3 Rounds (Cyan)";
  657. ammo = macro_new_ammo(40mm_cyan);
  658. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_yelow_CA.paa";
  659. descriptionShort = "Type: Flare - Cyan<br />Rounds: 1<br />Used in: EGLM, 3GL";
  660. displayNameShort = "Cyan Flare";
  661. };
  662. class macro_new_mag(40mm_Cyan,1):macro_new_mag(40mm_Cyan,3)
  663. {
  664. displayName = "Flare 1 Rounds (Cyan)";
  665. descriptionShort = "Type: Flare 1 Rounds - Cyan";
  666. mass = 1;
  667. count = 1;
  668. };
  669. class macro_new_mag(40mm_Purple,3): macro_new_mag(40mm_white,3)
  670. {
  671. author = "Bohemia Interactive";
  672. displayName = "Flare 3 Rounds (Purple)";
  673. ammo = macro_new_ammo(40mm_purple);
  674. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_yelow_CA.paa";
  675. descriptionShort = "Type: Flare - Purple<br />Rounds: 1<br />Used in: EGLM, 3GL";
  676. displayNameShort = "Purple Flare";
  677. };
  678. class macro_new_mag(40mm_Purple,1):macro_new_mag(40mm_Purple,3)
  679. {
  680. displayName = "Flare 1 Rounds (Purple)";
  681. descriptionShort = "Type: Flare 1 Rounds - Purple";
  682. mass = 1;
  683. count = 1;
  684. };
  685. };