config.cpp 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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 JLTS_bullet_carbine_red;
  27. class G_40mm_HE;
  28. class SWOP_BCCKtermimploder;
  29. class SWOP_termDet;
  30. class B_12Gauge_Pellets_Submunition;
  31. class B_12Gauge_Pellets_Submunition_Deploy;
  32. class macro_new_ammo(2mw):3AS_EC20_BluePlasma
  33. {
  34. hit=4;
  35. airLock=1;
  36. typicalSpeed=400;
  37. caliber=1.2;
  38. airFriction=0;
  39. };
  40. class macro_new_ammo(5mw) : 3AS_EC30_BluePlasma
  41. {
  42. hit=6;
  43. airLock=1;
  44. typicalSpeed=400;
  45. caliber=1.4;
  46. airFriction=0;
  47. };
  48. class macro_new_ammo(10mw) : 3AS_EC40_BluePlasma
  49. {
  50. hit=9;
  51. airLock=1;
  52. typicalSpeed=550;
  53. caliber=1;
  54. airFriction=0;
  55. explosive = 0;
  56. };
  57. class macro_new_ammo(10mws) : 3AS_EC40_BluePlasma
  58. {
  59. hit=9;
  60. airLock=1;
  61. typicalSpeed=550;
  62. caliber=1;
  63. visibleFire=1;
  64. audibleFire=5;
  65. visibleFireTime=3;
  66. airFriction=0;
  67. explosive = 0;
  68. };
  69. class macro_new_ammo(20mw) : 3AS_EC50_BluePlasma
  70. {
  71. hit=12;
  72. airLock=1;
  73. typicalSpeed=700;
  74. caliber=2.8;
  75. airFriction=0;
  76. explosive = 0.4;
  77. };
  78. class macro_new_ammo(20mw_d) : JLTS_bullet_carbine_red
  79. {
  80. hit=12;
  81. airLock=1;
  82. typicalSpeed=700;
  83. caliber=2.8;
  84. airFriction=0;
  85. };
  86. class macro_new_ammo(20mwup) : 3AS_EC50_BluePlasma
  87. {
  88. hit=10;
  89. airLock=1;
  90. typicalSpeed=500;
  91. indirectHit = 3;
  92. indirectHitRange = 0.5;
  93. explosive = 0.4;
  94. caliber=0.6;
  95. airFriction=0;
  96. };
  97. class macro_new_ammo(20mwdp) : 3AS_EC50_BluePlasma
  98. {
  99. hit=17;
  100. airLock=1;
  101. typicalSpeed=800;
  102. caliber=2.8;
  103. airFriction=0;
  104. explosive = 0.2;
  105. };
  106. class macro_new_ammo(30mw) : 3AS_EC60_BluePlasma
  107. {
  108. hit=35;
  109. airLock=1;
  110. typicalSpeed=1000;
  111. caliber=2.4;
  112. airFriction=0;
  113. explosive = 0.4;
  114. };
  115. class macro_new_ammo(30mw_d) : JLTS_bullet_carbine_red
  116. {
  117. hit=35;
  118. airLock=1;
  119. typicalSpeed=1000;
  120. caliber=2.4;
  121. airFriction=0;
  122. };
  123. class macro_new_ammo(40mw) : 3AS_EC70_BluePlasma
  124. {
  125. hit=60;
  126. airLock=1;
  127. typicalSpeed=1100;
  128. caliber=3.6;
  129. airFriction=0;
  130. explosive = 0.4;
  131. };
  132. class macro_new_ammo(40mwemp) : 3AS_EC70_BluePlasma
  133. {
  134. hit=0.01;
  135. airLock=1;
  136. typicalSpeed=1100;
  137. caliber=1;
  138. airFriction=0;
  139. explosive = 0;
  140. JLTS_isEMPAmmo=1;
  141. };
  142. class macro_new_ammo(50mw) : 3AS_EC80_BluePlasma
  143. {
  144. hit=300;
  145. thrust=210;
  146. explosive=0.4;
  147. thrustTime=1.5;
  148. airLock=1;
  149. typicalSpeed=1100;
  150. caliber=5;
  151. airFriction=0;
  152. };
  153. class macro_new_ammo(mar1) : 3AS_EC80_BluePlasma
  154. {
  155. hit=900;
  156. thrust=500;
  157. explosive=0;
  158. thrustTime=1.5;
  159. airLock=1;
  160. typicalSpeed=3000;
  161. caliber=50;
  162. airFriction=0;
  163. };
  164. class macro_new_ammo(UGL_AP): G_40mm_HE
  165. {
  166. hit = 350;
  167. indirectHit = 0;
  168. indirectHitRange = .1;
  169. timeToLive =30;
  170. model = "\GeonFighter\LaserGeon.p3d";
  171. fuseDistance = 3;
  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. };
  184. class macro_new_ammo(UGL_HE) :G_40mm_HE
  185. {
  186. hit = 60;
  187. indirectHit = 50;
  188. indirectHitRange = 5;
  189. timeToLive =30;
  190. model = "SW_AV7\ion.p3d";
  191. fuseDistance = 3;
  192. };
  193. class RD501_grenade_emp_ammo: G_40mm_HE
  194. {
  195. JLTS_isEMPAmmo=1;
  196. hit = 0.1;
  197. indirectHit = 0.01;
  198. indirectHitRange = 12;
  199. timeToLive =30;
  200. model = "\thermalD\EMP_Grenade_ammo.p3d";
  201. fuseDistance = 1
  202. explosive = 0.0001;
  203. deflecting = 5;
  204. caliber = 5;
  205. ace_frag_enabled = 0;
  206. ace_frag_force = 0;
  207. ace_frag_classes[] = {""};
  208. ace_frag_metal = 0;
  209. ace_frag_charge = 0;
  210. ace_frag_gurney_c = 0;
  211. ace_frag_gurney_k = "0";
  212. ace_rearm_caliber = 0;
  213. explosionEffects="JLTS_fx_exp_EMP";
  214. grenadeBurningSound[]=
  215. {
  216. "EMPSoundLoop1",
  217. 0.5
  218. };
  219. EMPSoundLoop1[]=
  220. {
  221. "MRC\JLTS\weapons\Grenades\sounds\grenade_burning.wss",
  222. 0.125893,
  223. 1,
  224. 70
  225. };
  226. SoundSetExplosion[]=
  227. {
  228. "JLTS_GrenadeEMP_Exp_SoundSet",
  229. "JLTS_GrenadeEMP_Tail_SoundSet",
  230. "Explosion_Debris_SoundSet"
  231. };
  232. aiAmmoUsageFlags=0;
  233. class CamShakeExplode
  234. {
  235. distance=10;
  236. duration=1;
  237. frequency=20;
  238. power=0;
  239. };
  240. };
  241. class macro_new_ammo(imploder) : SWOP_BCCKtermimploder
  242. {
  243. hit=50;
  244. indirectHit=45;
  245. indirectHitRange=2;
  246. }
  247. class macro_new_ammo(thermaldet) : SWOP_termDet
  248. {
  249. hit=18;
  250. indirectHit=14;
  251. indirectHitRange=8;
  252. }
  253. ///////////////////////////////////////////////////////////////////////
  254. /////////////////////////Shotgun///////////////////////////////////////
  255. //////////////////////////////////////////////////////////////////////
  256. class macro_new_ammo(shotgun_scatter): B_12Gauge_Pellets_Submunition
  257. {
  258. hit=20;
  259. submunitionConeAngle = 0.8;
  260. submunitionAmmo=macro_new_ammo(shotgun_scatter_submunition)
  261. };
  262. class macro_new_ammo(shotgun_scatter_submunition) : B_12Gauge_Pellets_Submunition_Deploy
  263. {
  264. hit=12;
  265. };
  266. class macro_new_ammo(shotgun_HE): B_12Gauge_Pellets_Submunition
  267. {
  268. hit=20;
  269. submunitionConeAngle = 3;
  270. submunitionAmmo=macro_new_ammo(shotgun_HE_submunition)
  271. };
  272. class macro_new_ammo(shotgun_HE_submunition) : B_12Gauge_Pellets_Submunition_Deploy
  273. {
  274. hit=8;
  275. indirectHit=8;
  276. indirectHitRange=0.9;
  277. };
  278. class macro_new_ammo(shotgun_EMP): B_12Gauge_Pellets_Submunition
  279. {
  280. hit=20;
  281. submunitionConeAngle = 20;
  282. submunitionAmmo=macro_new_ammo(shotgun_EMP_submunition)
  283. };
  284. class macro_new_ammo(shotgun_EMP_submunition) : B_12Gauge_Pellets_Submunition_Deploy
  285. {
  286. hit=1;
  287. timeToLive = 0.05;
  288. JLTS_isEMPAmmo=1;
  289. };
  290. };