config.cpp 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. #include "../../RD501_main/config_macros.hpp"
  2. class CfgPatches
  3. {
  4. class macro_patch_name(ammo)
  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 CfgAmmo
  18. {
  19. class 3AS_EC20_BluePlasma;
  20. class 3AS_EC30_BluePlasma;
  21. class 3AS_EC40_BluePlasma;
  22. class 3AS_EC50_BluePlasma;
  23. class 3AS_EC60_BluePlasma;
  24. class 3AS_EC70_BluePlasma;
  25. class 3AS_EC80_BluePlasma;
  26. class G_40mm_HE;
  27. class SWOP_BCCKtermimploder;
  28. class SWOP_termDet;
  29. class macro_new_ammo(2mw):3AS_EC20_BluePlasma
  30. {
  31. hit=4;
  32. airLock=1;
  33. typicalSpeed=400;
  34. caliber=1.2;
  35. airFriction=0;
  36. };
  37. class macro_new_ammo(5mw) : 3AS_EC30_BluePlasma
  38. {
  39. hit=6;
  40. airLock=1;
  41. typicalSpeed=400;
  42. caliber=1.4;
  43. airFriction=0;
  44. };
  45. class macro_new_ammo(10mw) : 3AS_EC40_BluePlasma
  46. {
  47. hit=9;
  48. airLock=1;
  49. typicalSpeed=450;
  50. caliber=1;
  51. airFriction=0;
  52. explosive = 0;
  53. };
  54. class macro_new_ammo(10mws) : 3AS_EC40_BluePlasma
  55. {
  56. hit=9;
  57. airLock=1;
  58. typicalSpeed=450;
  59. caliber=1;
  60. visibleFire=1;
  61. audibleFire=5;
  62. visibleFireTime=3;
  63. airFriction=0;
  64. explosive = 0;
  65. };
  66. class macro_new_ammo(20mw) : 3AS_EC50_BluePlasma
  67. {
  68. hit=12;
  69. airLock=1;
  70. typicalSpeed=500;
  71. caliber=2;
  72. airFriction=0;
  73. explosive = 0;
  74. };
  75. class macro_new_ammo(20mwup) : 3AS_EC50_BluePlasma
  76. {
  77. hit=10;
  78. airLock=1;
  79. typicalSpeed=500;
  80. indirectHit = 3;
  81. indirectHitRange = 0.5;
  82. explosive = 0.4;
  83. caliber=0.6;
  84. airFriction=0;
  85. };
  86. class macro_new_ammo(20mwdp) : 3AS_EC50_BluePlasma
  87. {
  88. hit=17;
  89. airLock=1;
  90. typicalSpeed=800;
  91. caliber=2.8;
  92. airFriction=0;
  93. explosive = 0.2;
  94. };
  95. class macro_new_ammo(30mw) : 3AS_EC60_BluePlasma
  96. {
  97. hit=35;
  98. airLock=1;
  99. typicalSpeed=800;
  100. caliber=2.4;
  101. airFriction=0;
  102. explosive = 0.4;
  103. };
  104. class macro_new_ammo(40mw) : 3AS_EC70_BluePlasma
  105. {
  106. hit=60;
  107. airLock=1;
  108. typicalSpeed=1100;
  109. caliber=3.6;
  110. airFriction=0;
  111. explosive = 0.4;
  112. };
  113. class macro_new_ammo(40mwemp) : 3AS_EC70_BluePlasma
  114. {
  115. hit=0.01;
  116. airLock=1;
  117. typicalSpeed=1100;
  118. caliber=1;
  119. airFriction=0;
  120. explosive = 0;
  121. JLTS_isEMPAmmo=1;
  122. };
  123. class macro_new_ammo(50mw) : 3AS_EC80_BluePlasma
  124. {
  125. hit=300;
  126. thrust=210;
  127. explosive=0.4;
  128. thrustTime=1.5;
  129. airLock=1;
  130. typicalSpeed=1100;
  131. caliber=5;
  132. airFriction=0;
  133. };
  134. class macro_new_ammo(UGL_AP): G_40mm_HE
  135. {
  136. hit = 350;
  137. indirectHit = 0;
  138. indirectHitRange = .1;
  139. timeToLive =30;
  140. model = "\GeonFighter\LaserGeon.p3d";
  141. fuseDistance = 3;
  142. explosive = 0.0001;
  143. deflecting = 5;
  144. caliber = 5;
  145. ace_frag_enabled = 0;
  146. ace_frag_force = 0;
  147. ace_frag_classes[] = {""};
  148. ace_frag_metal = 0;
  149. ace_frag_charge = 0;
  150. ace_frag_gurney_c = 0;
  151. ace_frag_gurney_k = "0";
  152. ace_rearm_caliber = 0;
  153. };
  154. class macro_new_ammo(UGL_HE) :G_40mm_HE
  155. {
  156. hit = 60;
  157. indirectHit = 50;
  158. indirectHitRange = 5;
  159. timeToLive =30;
  160. model = "SW_AV7\ion.p3d";
  161. fuseDistance = 3;
  162. };
  163. class RD501_grenade_emp_ammo: G_40mm_HE
  164. {
  165. JLTS_isEMPAmmo=1;
  166. hit = 0.1;
  167. indirectHit = 0.01;
  168. indirectHitRange = 12;
  169. timeToLive =30;
  170. model = "\thermalD\EMP_Grenade_ammo.p3d";
  171. fuseDistance = 1
  172. explosive = 0.0001;
  173. deflecting = 5;
  174. caliber = 5;
  175. ace_frag_enabled = 0;
  176. ace_frag_force = 0;
  177. ace_frag_classes[] = {""};
  178. ace_frag_metal = 0;
  179. ace_frag_charge = 0;
  180. ace_frag_gurney_c = 0;
  181. ace_frag_gurney_k = "0";
  182. ace_rearm_caliber = 0;
  183. explosionEffects="JLTS_fx_exp_EMP";
  184. grenadeBurningSound[]=
  185. {
  186. "EMPSoundLoop1",
  187. 0.5
  188. };
  189. EMPSoundLoop1[]=
  190. {
  191. "MRC\JLTS\weapons\Grenades\sounds\grenade_burning.wss",
  192. 0.125893,
  193. 1,
  194. 70
  195. };
  196. SoundSetExplosion[]=
  197. {
  198. "JLTS_GrenadeEMP_Exp_SoundSet",
  199. "JLTS_GrenadeEMP_Tail_SoundSet",
  200. "Explosion_Debris_SoundSet"
  201. };
  202. aiAmmoUsageFlags=0;
  203. class CamShakeExplode
  204. {
  205. distance=10;
  206. duration=1;
  207. frequency=20;
  208. power=0;
  209. };
  210. };
  211. class macro_new_ammo(imploder) : SWOP_BCCKtermimploder
  212. {
  213. hit=50;
  214. indirectHit=45;
  215. indirectHitRange=2;
  216. }
  217. class macro_new_ammo(thermaldet) : SWOP_termDet
  218. {
  219. hit=18;
  220. indirectHit=14;
  221. indirectHitRange=8;
  222. }
  223. };