config.cpp 966 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. class CfgPatches
  2. {
  3. class RD501_patch_ramer
  4. {
  5. author="Namenai, Rexi, Zatama";
  6. addonRootClass="RD501_patch_weapons";
  7. requiredAddons[]=
  8. {
  9. "RD501_patch_weapons"
  10. };
  11. requiredVersion=0.1;
  12. units[]={};
  13. weapons[]=
  14. {
  15. "RD501_RAMER",
  16. "RD501_T21"
  17. };
  18. };
  19. };
  20. class cfgWeapons
  21. {
  22. class SWOP_T21BlasterRifle;
  23. class RD501_RAMER: SWOP_T21BlasterRifle
  24. {
  25. baseWeapon="RD501_RAMER";
  26. author="RD501";
  27. scope=2;
  28. scopecurator=2;
  29. scopearsenal=2;
  30. displayname="Republic Anti Material Energy Rifle";
  31. descriptionShort="(R.A.M.E.R)";
  32. magazines[]=
  33. {
  34. "RD501_RAMER_x6_mag"
  35. };
  36. };
  37. class RD501_T21: SWOP_T21BlasterRifle
  38. {
  39. baseWeapon="RD501_T21";
  40. author="RD501";
  41. scope=2;
  42. scopecurator=2;
  43. scopearsenal=2;
  44. displayname="[PROTOTYPE] Republic T21 Light Repeater";
  45. descriptionShort="Low rate of fire heavy infantry weapon";
  46. magazines[]=
  47. {
  48. "RD501_T21_x25_mag"
  49. };
  50. };
  51. };
  52. class cfgMods
  53. {
  54. author="Zatama";
  55. timepacked="1580895574";
  56. };