123456789101112131415161718192021222324252627282930313233343536373839 |
- #define COMPONENT ramer
- #include "../../RD501_main/config_macros.hpp"
- #include "../_common/common.hpp"
- class CfgPatches
- {
- class macro_patch_name(ramer)
- {
- author=DANKAUTHORS;
- addonRootClass= macro_patch_name(weapons)
- requiredAddons[]=
- {
- macro_patch_name(weapons)
- };
- requiredVersion=0.1;
- units[]={};
- weapons[]={
- macro_new_weapon_nofam(RAMER)
- };
- };
- };
- class cfgWeapons
- {
- class SWOP_T21BlasterRifle;
- class macro_new_weapon_nofam(RAMER): SWOP_T21BlasterRifle
- {
- baseWeapon = macro_new_weapon_nofam(RAMER)
- author= "RD501";
- scope = 2;
- scopecurator = 2;
- scopearsenal = 2;
- displayname = "Republic Anti Material Energy Rifle";
- descriptionShort = "(R.A.M.E.R)";
- magazines[] = { macro_new_mag(RAMER,6)};
- };
- };
|