missiles.hpp 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. class macro_new_mag(a2a,4) : 4Rnd_AAA_missiles //RD501_4Rnd_A2AM_Mag
  2. {
  3. ammo = macro_new_ammo(a2a)
  4. count = 4;
  5. displayName = "Zephyr A2A";
  6. displayNameShort = "Zephyr A2A";
  7. tracersEvery=1;
  8. };
  9. class macro_new_mag(agm,6) : PylonRack_12Rnd_PG_missiles//6Rnd_Missile_AGM_02_F
  10. {
  11. ammo = macro_new_ammo(agm)
  12. count = 6;
  13. displayName = "Torrent AGM";
  14. displayNameShort = "Torrent AGM";
  15. tracersEvery=1;
  16. };
  17. class macro_new_mag(ugm,10) : 7Rnd_Rocket_04_AP_F
  18. {
  19. ammo = macro_new_ammo(ugm)
  20. count = 10;
  21. displayName = "Hurricane UGM";
  22. displayNameShort = "Hurricane UGM";
  23. tracersEvery=1;
  24. };
  25. class macro_new_mag(lgm,4) : 4Rnd_LG_Jian
  26. {
  27. ammo = macro_new_ammo(lgm)
  28. displayName = "Flashfire WGM";
  29. displayNameShort = "Flashfire WGM";
  30. };
  31. class macro_new_mag(centurion,8) : magazine_Missile_rim162_x8
  32. {
  33. displayName = macro_new_ammo(centurion)
  34. ammo = "RD501_Centurion_Missile";
  35. displayNameShort = "Spyker G2A";
  36. };
  37. class macro_new_mag(spartan,21) : magazine_Missile_rim162_x8
  38. {
  39. displayName = macro_new_ammo(spartan)
  40. cost = 50;
  41. ammo = "RD501_Spartan_Missile";
  42. displayNameShort = "Wasp G2A";
  43. count = 21;
  44. };
  45. class macro_new_mag(backflip,8):magazine_Missile_rim116_x21
  46. {
  47. displayName = "OHM X38 Backflip";
  48. displayNameShort = "OHM Backflip";
  49. descriptionShort = "OHM Missile X39";
  50. ammo = macro_new_ammo(backflip)
  51. count = 8;
  52. };