config.cpp 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  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. ////////////////////////////////////////////////////
  29. /////////////Rifle/Pistol Magazines/////////////////
  30. ////////////////////////////////////////////////////
  31. class macro_new_mag(2mw,30) : 3AS_45Rnd_EC50_Mag
  32. {
  33. displayName="30 Round 2MW Cell";
  34. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc17a.paa";
  35. count = 30;
  36. mass=4;
  37. ammo=macro_new_ammo(2mw)
  38. initSpeed=400;
  39. descriptionShort="Low power magazine";
  40. };
  41. class macro_new_mag(5mw,60) : 3AS_45Rnd_EC50_Mag
  42. {
  43. displayName="75 Round 5MW Cell";
  44. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15s.paa";
  45. count = 75;
  46. ammo=macro_new_ammo(5mw)
  47. initSpeed=400;
  48. descriptionShort="Low power magazine";
  49. };
  50. class macro_new_mag(5mw,10) : 3AS_45Rnd_EC50_Mag
  51. {
  52. displayName="15 Round 5MW Cell";
  53. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc17.paa";
  54. count = 15;
  55. mass=4;
  56. ammo=macro_new_ammo(5mw)
  57. initSpeed=400;
  58. descriptionShort="Low power magazine";
  59. };
  60. class macro_new_mag(10mw,30) : 3AS_45Rnd_EC50_Mag
  61. {
  62. displayName="40 Round 10MW Cell";
  63. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15c.paa";
  64. count = 40;
  65. ammo=macro_new_ammo(10mw)
  66. initSpeed=550;
  67. descriptionShort="Medium power magazine";
  68. };
  69. class macro_new_mag(10mws,30) : 3AS_45Rnd_EC50_Mag
  70. {
  71. displayName="40 Round 10MW Stealth Cell";
  72. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15c.paa";
  73. count = 40;
  74. ammo=macro_new_ammo(10mws)
  75. initSpeed=550;
  76. descriptionShort="Medium power magazine";
  77. };
  78. class macro_new_mag(10mw,400) : 3AS_45Rnd_EC50_Mag
  79. {
  80. displayName="400 Round 10MW Cell";
  81. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_z6.paa";
  82. count = 400;
  83. ammo=macro_new_ammo(10mw)
  84. initSpeed=550;
  85. descriptionShort="Medium power box magazine";
  86. };
  87. class macro_new_mag(20mw,20) : 3AS_45Rnd_EC50_Mag
  88. {
  89. displayName="20 Round 20MW Cell";
  90. count = 20;
  91. ammo=macro_new_ammo(20mw)
  92. initSpeed=700;
  93. descriptionShort="Medium power magazine";
  94. };
  95. class macro_new_mag(20mwup,20) : 3AS_45Rnd_EC50_Mag
  96. {
  97. displayName="25 Round 20MW UP Cell";
  98. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15a_up.paa";
  99. count = 25;
  100. ammo=macro_new_ammo(20mwup)
  101. initSpeed=600;
  102. descriptionShort="Medium power unstable plasma magazine";
  103. };
  104. class macro_new_mag(20mwdp,20) : 3AS_45Rnd_EC50_Mag
  105. {
  106. displayName="25 Round 20MW DP Cell";
  107. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15a_dp.paa";
  108. count = 25;
  109. ammo=macro_new_ammo(20mwdp)
  110. initSpeed=700;
  111. descriptionShort="Medium power dense plasma magazine";
  112. };
  113. class macro_new_mag(20mw,240) : 3AS_45Rnd_EC50_Mag
  114. {
  115. displayName="240 Round 20MW Cell";
  116. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15l.paa";
  117. count = 240;
  118. ammo=macro_new_ammo(20mw)
  119. initSpeed=700;
  120. descriptionShort="Medium power box magazine";
  121. };
  122. class macro_new_mag(20mw,90) : 3AS_45Rnd_EC50_Mag
  123. {
  124. displayName="90 Round E5C Cell";
  125. count = 90;
  126. ammo=macro_new_ammo(20mw_d)
  127. initSpeed=700;
  128. descriptionShort="Medium power box magazine";
  129. };
  130. class macro_new_mag(30mw,10) : 3AS_45Rnd_EC50_Mag
  131. {
  132. displayName="10 Round 30MW Cell";
  133. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_valken38.paa";
  134. count = 10;
  135. ammo=macro_new_ammo(30mw)
  136. initSpeed=1000;
  137. descriptionShort="High power magazine";
  138. };
  139. class macro_new_mag(30mw,15) : 3AS_45Rnd_EC50_Mag
  140. {
  141. displayName="15 Round E5S Cell";
  142. count = 15;
  143. ammo=macro_new_ammo(30mw_d)
  144. initSpeed=1000;
  145. descriptionShort="High power magazine";
  146. };
  147. class macro_new_mag(30mw,7) : 3AS_45Rnd_EC50_Mag
  148. {
  149. displayName="7 Round 30MW Cell";
  150. count = 7;
  151. ammo=macro_new_ammo(30mw)
  152. initSpeed=800;
  153. descriptionShort="High power magazine";
  154. };
  155. class macro_new_mag(40mw,5) : 3AS_45Rnd_EC50_Mag
  156. {
  157. displayName="5 Round 40MW Cell";
  158. count = 5;
  159. ammo=macro_new_ammo(40mw)
  160. initSpeed=1100;
  161. descriptionShort="High power magazine";
  162. };
  163. class macro_new_mag(40mwemp,1) : 3AS_45Rnd_EC50_Mag
  164. {
  165. displayName="1 Round 40MW EMP Cell";
  166. count = 1;
  167. ammo=macro_new_ammo(40mwemp)
  168. initSpeed=1100;
  169. descriptionShort="EMP Round";
  170. };
  171. class macro_new_mag(50mw,10) : 3AS_45Rnd_EC50_Mag
  172. {
  173. displayName="10 Round 50MW Cell";
  174. count = 10;
  175. ammo=macro_new_ammo(50mw)
  176. initSpeed=1100;
  177. descriptionShort="High power magazine";
  178. };
  179. class macro_new_mag(50mw,8) : 3AS_45Rnd_EC50_Mag
  180. {
  181. displayName="8 Round 50MW Cell";
  182. count = 8;
  183. mass=4;
  184. ammo=macro_new_ammo(50mw)
  185. initSpeed=1100;
  186. descriptionShort="High power magazine";
  187. };
  188. class macro_new_mag(stun,5):JLTS_stun_mag_long
  189. {
  190. displayName="5 Round Stun Cell";
  191. descriptionShort = "5 Round Stun Cell";
  192. displayNameShort = "5 Round Stun Cell";
  193. count=5;
  194. picture="\MRC\JLTS\weapons\Core\data\ui\stun_mag_ui_ca";
  195. ammo=macro_new_ammo(surrender_stun)
  196. };
  197. ////////////////////////////////////////////////////
  198. /////////Grenade Launcher Magazines/////////////////
  199. ////////////////////////////////////////////////////
  200. class macro_new_mag(UGL_HE,3):1Rnd_HE_Grenade_shell
  201. {
  202. displayName = "3 Rnd SR HE DC-15A Grenades";
  203. displayNameShort = "3 Rnd SR HE DC-15A";
  204. count=3;
  205. ammo = macro_new_ammo(UGL_HE)
  206. descriptionShort = "3Rd HE SR DC-15A Grenade";
  207. }
  208. class macro_new_mag(UGL_AP,2):1Rnd_HE_Grenade_shell
  209. {
  210. displayName = "2 Rnd SR AP DC-15A Grenades";
  211. displayNameShort = "2 Rnd SR AP DC-15A";
  212. count=2;
  213. ammo = macro_new_ammo(UGL_AP)
  214. descriptionShort = "2Rd AP DC-15A Grenade";
  215. }
  216. class macro_new_mag(UGL_EMP,1) : 1Rnd_HE_Grenade_shell
  217. {
  218. ammo = "RD501_grenade_emp_ammo";
  219. count = 1;
  220. descriptionShort = "1Rnd EMP DC-15A Grenade";
  221. displayName = "1 Rnd EMP DC-15A Grenades";
  222. displayNameShort = "1Rnd EMP DC-15A";
  223. mass = 50;
  224. maxLeadSpeed = 25;
  225. maxThrowHoldTime = 2;
  226. maxThrowIntensityCoef = 1.4;
  227. minThrowIntensityCoef = 0.3;
  228. model = "\thermalD\EMP_Grenade_ammo.p3d";
  229. modelSpecial = "";
  230. nameSound = "";
  231. picture = "\thermalD\flash_x_ca.paa";
  232. quickReload = 0 ;
  233. reloadAction = "";
  234. scope = 2;
  235. selectionFireAnim = "zasleh";
  236. simulation = "ProxyMagazines";
  237. type = 16;
  238. useAction = 0;
  239. useActionTitle = "";
  240. value = 1;
  241. weaponpoolavailable = 1;
  242. weight = 0;
  243. class InventoryPlacements;
  244. class Library
  245. {
  246. libTextDesc = "";
  247. };
  248. }
  249. class macro_new_mag(UGL_HE,6):1Rnd_HE_Grenade_shell
  250. {
  251. displayName = "6 Rd HE RGL6 Grenades";
  252. displayNameShort = "6 Rnd HE RGL6";
  253. count=6;
  254. ammo = macro_new_ammo(UGL_HE)
  255. descriptionShort = "6Rd HE RGL6 Grenade";
  256. }
  257. class macro_new_mag(UGL_AP,6):1Rnd_HE_Grenade_shell
  258. {
  259. displayName = "6 Rd AP RGL6 Grenades";
  260. displayNameShort = "6 Rd AP RGL6";
  261. count=6;
  262. ammo = macro_new_ammo(UGL_AP)
  263. descriptionShort = "6Rd AP RGL6 Grenade";
  264. }
  265. class macro_new_mag(UGL_EMP,6) : 1Rnd_HE_Grenade_shell
  266. {
  267. ammo = "RD501_grenade_emp_ammo";
  268. count = 6;
  269. descriptionShort = "6Rnd EMP RGL6 Grenade";
  270. displayName = "6 Rnd EMP RGL6 Grenades";
  271. displayNameShort = "6Rnd EMP RGL6";
  272. mass = 50;
  273. maxLeadSpeed = 25;
  274. maxThrowHoldTime = 2;
  275. maxThrowIntensityCoef = 1.4;
  276. minThrowIntensityCoef = 0.3;
  277. model = "\thermalD\EMP_Grenade_ammo.p3d";
  278. modelSpecial = "";
  279. nameSound = "";
  280. picture = "\thermalD\flash_x_ca.paa";
  281. quickReload = 0 ;
  282. reloadAction = "";
  283. scope = 2;
  284. selectionFireAnim = "zasleh";
  285. simulation = "ProxyMagazines";
  286. type = 16;
  287. useAction = 0;
  288. useActionTitle = "";
  289. value = 1;
  290. weaponpoolavailable = 1;
  291. weight = 0;
  292. class InventoryPlacements;
  293. class Library
  294. {
  295. libTextDesc = "";
  296. };
  297. };
  298. class macro_new_mag(UGL_Smoke,6):1Rnd_Smoke_Grenade_shell
  299. {
  300. displayName = "6 Rd White Smoke RGL6 Grenades";
  301. displayNameShort = "6 Rnd White Smoke RGL6";
  302. count=6;
  303. ammo = "G_40mm_Smoke";
  304. descriptionShort = "6Rd White Smoke RGL6 Grenade";
  305. };
  306. class macro_new_mag(UGL_Flare,6):UGL_FlareWhite_F
  307. {
  308. displayName = "6 Rd White Flare RGL6 Grenades";
  309. displayNameShort = "6 Rnd White Flare RGL6";
  310. count=6;
  311. ammo = "F_40mm_White";
  312. descriptionShort = "6Rd White Flare RGL6 Grenade";
  313. };
  314. ////////////////////////////////////////////////////
  315. /////////////Grenades Magazines/////////////////////
  316. ////////////////////////////////////////////////////
  317. class macro_new_mag(imploder,1):3AS_BaridumCore
  318. {
  319. author="RD501";
  320. scope=2;
  321. displayName = "Republic Thermal Imploder";
  322. displayNameShort = "Thermal Imploder";
  323. count=1;
  324. ammo = macro_new_ammo(imploder)
  325. descriptionShort = "Republic Thermal Imploder";
  326. };
  327. class macro_new_mag(throwable_c_type,1):3AS_BaridumCore
  328. {
  329. author="RD501";
  330. scope=2;
  331. displayName = "Republic Throwable C-Type";
  332. displayNameShort = "Throwable C-Type";
  333. count=1;
  334. initSpeed=12;
  335. ammo = macro_new_ammo(throwable_c_type)
  336. descriptionShort = "Republic Throwable C-Type";
  337. };
  338. class macro_new_mag(thermaldet,1):3AS_ThermalDetonator
  339. {
  340. author="RD501";
  341. scope=2;
  342. displayName = "Republic Thermal Detonator";
  343. displayNameShort = "Thermal Detonator";
  344. count=1;
  345. ammo = macro_new_ammo(thermaldet)
  346. descriptionShort = "Republic Thermal Detonator";
  347. };
  348. class macro_new_mag(squad_shield_sigma,1):3AS_BaridumCore
  349. {
  350. author="RD501";
  351. scope=2;
  352. displayName = "Republic Squad Shield Sigma";
  353. displayNameShort = "Squad Shield Sigma";
  354. count=1;
  355. ammo = macro_new_ammo(squad_shield_sigma)
  356. descriptionShort = "Republic Thermal Imploder";
  357. };
  358. ////////////////////////////////////////////////////
  359. /////////////Missile Magazines/////////////////////
  360. ////////////////////////////////////////////////////
  361. class RPG32_F;
  362. class RPG32_HE_F;
  363. class macro_new_mag(rps1,1):RPG32_F
  364. {
  365. author="RD501";
  366. scope=1;
  367. weight=1;
  368. mass=1;
  369. };
  370. class macro_new_mag(rps4heat,1): RPG32_F
  371. {
  372. author="RD501";
  373. displayName="RPS4 HEAT Rocket";
  374. descriptionShort="HEAT Rocket";
  375. ammo=macro_new_ammo(rps4heat)
  376. };
  377. class macro_new_mag(rps4he,1): RPG32_HE_F
  378. {
  379. author="RD501";
  380. displayName="RPS4 HE Rocket";
  381. descriptionShort="HE Rocket";
  382. };
  383. class macro_new_mag(rps4burst,1) : RPG32_F
  384. {
  385. author="RD501";
  386. displayName="RPS4 Burst Rocket";
  387. descriptionShort="Burst Rocket";
  388. count=1;
  389. scope=1;
  390. ammo = macro_new_ammo(rps4burst);
  391. };
  392. ////////////////////////////////////////////////////
  393. /////////////Shotgun Magazines/////////////////////
  394. ////////////////////////////////////////////////////
  395. class macro_new_mag(shotgun_scatter,6):2Rnd_12Gauge_Pellets
  396. {
  397. scope=2;
  398. displayName = "6 Rnd SP Magazine";
  399. displayNameShort = "6 Rnd SP Mag";
  400. count=6;
  401. ammo = macro_new_ammo(shotgun_scatter)
  402. descriptionShort = "6 Rnd SP";
  403. };
  404. class macro_new_mag(shotgun_HE,6):2Rnd_12Gauge_Pellets
  405. {
  406. scope=2;
  407. displayName = "6 Rnd UP Magazine";
  408. displayNameShort = "6 Rnd UP Mag";
  409. count=6;
  410. ammo = macro_new_ammo(shotgun_HE)
  411. descriptionShort = "6 Rnd UP";
  412. };
  413. class macro_new_mag(shotgun_EMP,2):2Rnd_12Gauge_Pellets
  414. {
  415. scope=2;
  416. displayName = "2 Rnd EMP Magazine";
  417. displayNameShort = "2 Rnd EMP Mag";
  418. count=2;
  419. ammo = macro_new_ammo(shotgun_EMP)
  420. descriptionShort = "2 Rnd EMP";
  421. };
  422. ////////////////////////////////////////////////////
  423. /////////////Flare Magazines/////////////////////
  424. ////////////////////////////////////////////////////
  425. class macro_new_mag(40mm_white,3): UGL_FlareWhite_F
  426. {
  427. author = "RD501";
  428. scope = 2;
  429. type = 16;
  430. displayName = "Flare 3 Rounds (White)";
  431. displayNameShort = "White Flare";
  432. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_CA.paa";
  433. model = "\A3\Weapons_F\Ammo\UGL_Flare";
  434. ammo = macro_new_ammo(40mm_white);
  435. initSpeed = 80;
  436. count = 3;
  437. nameSound = "";
  438. descriptionShort = "Type: Flare 3 Rounds - White <br />Rounds: 1<br />Used in: EGLM, 3GL";
  439. weaponPoolAvailable = 1;
  440. mass = 4;
  441. };
  442. class macro_new_mag(40mm_white,1):macro_new_mag(40mm_white,3)
  443. {
  444. displayName = "Flare 1 Rounds (White)";
  445. descriptionShort = "Type: Flare 1 Rounds - White";
  446. mass = 1;
  447. count = 1;
  448. };
  449. class macro_new_mag(40mm_CIR,3): macro_new_mag(40mm_white,3)
  450. {
  451. author = "Bohemia Interactive";
  452. displayName = "Flare 3 Rounds (IR)";
  453. ammo = macro_new_ammo(40mm_cir);
  454. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_purple_CA.paa";
  455. descriptionShort = "Type: Flare - IR<br />Rounds: 1<br />Used in: EGLM, 3GL";
  456. displayNameShort = "IR";
  457. };
  458. class macro_new_mag(40mm_CIR,1):macro_new_mag(40mm_CIR,3)
  459. {
  460. displayName = "Flare 1 Rounds (IR)";
  461. descriptionShort = "Type: Flare 1 Rounds - IR";
  462. mass = 1;
  463. count = 1;
  464. };
  465. class macro_new_mag(40mm_Green,3): macro_new_mag(40mm_white,3)
  466. {
  467. author = "Bohemia Interactive";
  468. displayName = "Flare 3 Rounds (Green)";
  469. displayNameShort = "Green Flare";
  470. ammo = macro_new_ammo(40mm_green);
  471. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_Green_CA.paa";
  472. descriptionShort = "Type: Flare - Green<br />Rounds: 1<br />Used in: EGLM, 3GL";
  473. };
  474. class macro_new_mag(40mm_Green,1):macro_new_mag(40mm_Green,3)
  475. {
  476. displayName = "Flare 1 Rounds (Green)";
  477. descriptionShort = "Type: Flare 1 Rounds - Green";
  478. mass = 1;
  479. count = 1;
  480. };
  481. class macro_new_mag(40mm_Red,3): macro_new_mag(40mm_white,3)
  482. {
  483. author = "Bohemia Interactive";
  484. displayName = "Flare 3 Rounds (Red)";
  485. ammo = macro_new_ammo(40mm_red);
  486. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_Red_CA.paa";
  487. descriptionShort = "Type: Flare - Red<br />Rounds: 1<br />Used in: EGLM, 3GL";
  488. displayNameShort = "Red Flare";
  489. };
  490. class macro_new_mag(40mm_Red,1):macro_new_mag(40mm_Red,3)
  491. {
  492. displayName = "Flare 1 Rounds (Red)";
  493. descriptionShort = "Type: Flare 1 Rounds - Red";
  494. mass = 1;
  495. count = 1;
  496. };
  497. class macro_new_mag(40mm_Yellow,3): macro_new_mag(40mm_white,3)
  498. {
  499. author = "Bohemia Interactive";
  500. displayName = "Flare 3 Rounds (Yellow)";
  501. ammo = macro_new_ammo(40mm_yellow);
  502. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_yelow_CA.paa";
  503. descriptionShort = "Type: Flare - Yellow<br />Rounds: 1<br />Used in: EGLM, 3GL";
  504. displayNameShort = "Yellow Flare";
  505. };
  506. class macro_new_mag(40mm_Yellow,1):macro_new_mag(40mm_Yellow,3)
  507. {
  508. displayName = "Flare 1 Rounds (Yellow)";
  509. descriptionShort = "Type: Flare 1 Rounds - Yellow";
  510. mass = 1;
  511. count = 1;
  512. };
  513. class macro_new_mag(40mm_Blue,3): macro_new_mag(40mm_white,3)
  514. {
  515. author = "Bohemia Interactive";
  516. displayName = "Flare 3 Rounds (Blue)";
  517. ammo = macro_new_ammo(40mm_blue);
  518. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_yelow_CA.paa";
  519. descriptionShort = "Type: Flare - Blue<br />Rounds: 1<br />Used in: EGLM, 3GL";
  520. displayNameShort = "Blue Flare";
  521. };
  522. class macro_new_mag(40mm_Blue,1):macro_new_mag(40mm_Blue,3)
  523. {
  524. displayName = "Flare 1 Rounds (Blue)";
  525. descriptionShort = "Type: Flare 1 Rounds - Blue";
  526. mass = 1;
  527. count = 1;
  528. };
  529. class macro_new_mag(40mm_Cyan,3): macro_new_mag(40mm_white,3)
  530. {
  531. author = "Bohemia Interactive";
  532. displayName = "Flare 3 Rounds (Cyan)";
  533. ammo = macro_new_ammo(40mm_cyan);
  534. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_yelow_CA.paa";
  535. descriptionShort = "Type: Flare - Cyan<br />Rounds: 1<br />Used in: EGLM, 3GL";
  536. displayNameShort = "Cyan Flare";
  537. };
  538. class macro_new_mag(40mm_Cyan,1):macro_new_mag(40mm_Cyan,3)
  539. {
  540. displayName = "Flare 1 Rounds (Cyan)";
  541. descriptionShort = "Type: Flare 1 Rounds - Cyan";
  542. mass = 1;
  543. count = 1;
  544. };
  545. class macro_new_mag(40mm_Purple,3): macro_new_mag(40mm_white,3)
  546. {
  547. author = "Bohemia Interactive";
  548. displayName = "Flare 3 Rounds (Purple)";
  549. ammo = macro_new_ammo(40mm_purple);
  550. picture = "\A3\Weapons_F\Data\UI\gear_UGL_Flare_yelow_CA.paa";
  551. descriptionShort = "Type: Flare - Purple<br />Rounds: 1<br />Used in: EGLM, 3GL";
  552. displayNameShort = "Purple Flare";
  553. };
  554. class macro_new_mag(40mm_Purple,1):macro_new_mag(40mm_Purple,3)
  555. {
  556. displayName = "Flare 1 Rounds (Purple)";
  557. descriptionShort = "Type: Flare 1 Rounds - Purple";
  558. mass = 1;
  559. count = 1;
  560. };
  561. };