super_mg.hpp 822 B

12345678910111213141516171819202122232425262728
  1. class macro_new_mag(supercharged_z6,400): SWOP_e11_Mag
  2. {
  3. author = "SWOP";
  4. model = "\SW_ExtraWeapons\PICKUPS\power_cell.p3d";
  5. ammo = macro_new_ammo(supercharged_z6)
  6. displayName = "400 Rnd Z6 Over Charged RotaryBlaster Magazine Bright";
  7. descriptionShort = "400 Rnd Z6 Over Charged Magazine";
  8. count = 400;
  9. weight = 100;
  10. mass = 30;
  11. ACE_isBelt = 1;
  12. picture = "\SW_CloneWarsWeapons\SW_Z6\UI\SW_Z6-mag.paa";
  13. };
  14. class SWOP_DLT19BlasterRifle_Mag;
  15. class macro_new_mag(supercharged_dlt19,200): SWOP_DLT19BlasterRifle_Mag
  16. {
  17. scope = 2;
  18. displayName = "200 Rnd DLT19 Magazine";
  19. tracersEvery = 1;
  20. count = 200;
  21. initSpeed = 500;
  22. weight = 50;
  23. model = "\SW_ExtraWeapons\PICKUPS\bolts.p3d";
  24. ammo = "SWOP_DTL19_BlasterRifle_super_Ammo";
  25. descriptionShort = "200 Rnd DLT19 Blaster Magazine";
  26. };