1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- class DC15_A_Rifle_full_mag
- {
- magazine = macro_new_mag(DC15a_High,15);
- count = 150;
- };
- class _xx_SWOP_DC15ABlasterRifle_Mag
- {
- magazine = macro_new_mag(DC15a_Med,30);
- count = 150;
- };
- class _xx_SWOP_DC15ABlasterRifle_Low_Mag
- {
- magazine = macro_new_mag(DC15a_Low,60)
- count = 150;
- };
- class _xx_DCStun_Mag
- {
- magazine = "DCStun_Mag";
- count = 150;
- };
- class _xx_SWOP_DC15_Mag_Mag
- {
- magazine = macro_new_mag(DC15s,60);
- count = 150;
- };
- class _xx_SWOP_SWOP_dc15xBlasterRifle_RD501_Mag_Mag
- {
- magazine = macro_new_mag(DC15x,6);
- count = 15;
- };
- class _xx_SWOP_SWOP_DC15ABlasterRifle_Low_highcap_box_Mag
- {
- magazine = macro_new_mag(DC15a_box_mag,240);
- count = 60;
- };
- class _xx_SWOP_1Rnd_AT_Grenade_DC15A_Mag
- {
- magazine = macro_new_mag(AT_GL,2);
- count = 35;
- };
- class _xx_SWOP_SWOP_WESTARM5_MAG
- {
- magazine = "SWOP_WESTARM5_Mag";
- count = 80;
- };
- class _xx_SWOP_SWOP_DC17Pistol_Mag_Mag
- {
- magazine = macro_new_mag(DC17,20)
- count = 45;
- };
- class _xx_ACE_HuntIR_M203
- {
- magazine = "ACE_HuntIR_M203";
- count = 25;
- };
- class _xx_5Rnd_HE_Grenade_DC15A
- {
- magazine = macro_new_mag(HE_GL,3)
- count = 45;
- };
- class _xx_300Rnd_BlasterLaser_Belt
- {
- magazine = macro_new_mag(z6,400)
- count = 75;
- };
- class _xx_RD501_DC15ABlasterRifleLE_Full_Mag
- {
- magazine = macro_new_mag(DC15a_LE,15)
- count = 25;
- };
- class _xx_C12_Remote_Mag
- {
- magazine = "C12_Remote_Mag";
- count = 2;
- };
- class _xx_RocketHH15CloneHEATFF_Mag_RD501
- {
- magazine = macro_new_mag(RPS_AT,1)
- count = 25;
- };
- class _xx_Rocket_AA_mags
- {
- magazine = macro_new_mag(RPS_AA,1)
- count = 25;
- };
- class _xx_UGL_FlareWhite_F_3Rnd_RD501
- {
- magazine = "UGL_FlareWhite_F_3Rnd_RD501";
- count = 10;
- };
- class _xx_UGL_3Rnd_Smoke_Grenade_shell
- {
- magazine = "3Rnd_Smoke_Grenade_shell";
- count = 20;
- };
|