config.cpp 750 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #define COMPONENT ramer
  2. #include "../../RD501_main/config_macros.hpp"
  3. #include "../_common/common.hpp"
  4. class CfgPatches
  5. {
  6. class macro_patch_name(ramer)
  7. {
  8. author=DANKAUTHORS;
  9. addonRootClass= macro_patch_name(weapons)
  10. requiredAddons[]=
  11. {
  12. macro_patch_name(weapons)
  13. };
  14. requiredVersion=0.1;
  15. units[]={};
  16. weapons[]={
  17. macro_new_weapon_nofam(RAMER)
  18. };
  19. };
  20. };
  21. class cfgWeapons
  22. {
  23. class SWOP_T21BlasterRifle;
  24. class macro_new_weapon_nofam(RAMER): SWOP_T21BlasterRifle
  25. {
  26. baseWeapon = macro_new_weapon_nofam(RAMER)
  27. author= "RD501";
  28. scope = 2;
  29. scopecurator = 2;
  30. scopearsenal = 2;
  31. displayname = "Republic Anti Material Energy Rifle";
  32. descriptionShort = "(R.A.M.E.R)";
  33. magazines[] = { macro_new_mag(RAMER,6)};
  34. };
  35. };