|
@@ -26,7 +26,7 @@ class CfgPatches
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
-
|
|
|
+class mode_FullAuto;
|
|
|
class cfgWeapons
|
|
|
{
|
|
|
class 3AS_DC15A_Base_F;
|
|
@@ -54,6 +54,7 @@ class cfgWeapons
|
|
|
"this",
|
|
|
"Stun"
|
|
|
};
|
|
|
+ modes[] = {"Single","Burst","FullAuto"};
|
|
|
class Stun: RD501_stun_muzzle
|
|
|
{
|
|
|
displayName="High Energy StunMode";
|
|
@@ -68,6 +69,23 @@ class cfgWeapons
|
|
|
reloadTime=0.1;
|
|
|
dispersion=0.0006;
|
|
|
};
|
|
|
+ class FullAuto: Mode_FullAuto
|
|
|
+ {
|
|
|
+ reloadTime = 0.125;
|
|
|
+ dispersion = 0.0006;
|
|
|
+ soundContinuous = 0;
|
|
|
+ soundBurst = 0;
|
|
|
+ sounds[] = {"StandardSound","SilencedSound"};
|
|
|
+ class BaseSoundModeType;
|
|
|
+ class StandardSound: BaseSoundModeType
|
|
|
+ {
|
|
|
+ soundSetShot[] = {"3AS_DC15A_Shot_SoundSet"};
|
|
|
+ };
|
|
|
+ class SilencedSound: BaseSoundModeType
|
|
|
+ {
|
|
|
+ soundSetShot[] = {""};
|
|
|
+ };
|
|
|
+ };
|
|
|
class WeaponSlotsInfo: WeaponSlotsInfo
|
|
|
{
|
|
|
mass = 30;
|
|
@@ -94,7 +112,9 @@ class cfgWeapons
|
|
|
"RD501_DMS_4",
|
|
|
"RD501_MRCO",
|
|
|
"RD501_MRCO_2",
|
|
|
- "RD501_MRCO_3"
|
|
|
+ "RD501_MRCO_3",
|
|
|
+ "3AS_Optic_Red_DC15A",
|
|
|
+ "3AS_Optic_LEScope_DC15A"
|
|
|
};
|
|
|
|
|
|
};
|