|
@@ -55,6 +55,8 @@ class CfgAmmo
|
|
|
{
|
|
|
class SmokeShell;
|
|
|
class SWOP_SCAR_Dioxis;
|
|
|
+ class GrenadeHand_stone;
|
|
|
+ class G_40mm_HE;
|
|
|
class RD501_ShadowMag: SWOP_SCAR_Dioxis
|
|
|
{
|
|
|
model = "\thermalD\Dioxis.p3d";
|
|
@@ -67,10 +69,61 @@ class CfgAmmo
|
|
|
smokeColor[] = {0.2125,0.6258,0.48909998,1};
|
|
|
effectsSmoke = "Shadow_Smoke";
|
|
|
};
|
|
|
+ class RD501_grenade_emp_ammo: G_40mm_HE
|
|
|
+ {
|
|
|
+ JLTS_isEMPAmmo=1;
|
|
|
+ hit = 0.1;
|
|
|
+ indirectHit = 0.01;
|
|
|
+ indirectHitRange = 12;
|
|
|
+ timeToLive =30;
|
|
|
+ model = "\thermalD\EMP_Grenade_ammo.p3d";
|
|
|
+ fuseDistance = 1;
|
|
|
+
|
|
|
+ explosive = 0.0001;
|
|
|
+ deflecting = 5;
|
|
|
+ caliber = 5;
|
|
|
+
|
|
|
+ ace_frag_enabled = 0;
|
|
|
+ ace_frag_force = 0;
|
|
|
+ ace_frag_classes[] = {""};
|
|
|
+ ace_frag_metal = 0;
|
|
|
+ ace_frag_charge = 0;
|
|
|
+ ace_frag_gurney_c = 0;
|
|
|
+ ace_frag_gurney_k = "0";
|
|
|
+ ace_rearm_caliber = 0;
|
|
|
+ explosionEffects="JLTS_fx_exp_EMP";
|
|
|
+ grenadeBurningSound[]=
|
|
|
+ {
|
|
|
+ "EMPSoundLoop1",
|
|
|
+ 0.5
|
|
|
+ };
|
|
|
+ EMPSoundLoop1[]=
|
|
|
+ {
|
|
|
+ "MRC\JLTS\weapons\Grenades\sounds\grenade_burning.wss",
|
|
|
+ 0.125893,
|
|
|
+ 1,
|
|
|
+ 70
|
|
|
+ };
|
|
|
+ SoundSetExplosion[]=
|
|
|
+ {
|
|
|
+ "JLTS_GrenadeEMP_Exp_SoundSet",
|
|
|
+ "JLTS_GrenadeEMP_Tail_SoundSet",
|
|
|
+ "Explosion_Debris_SoundSet"
|
|
|
+ };
|
|
|
+ aiAmmoUsageFlags=0;
|
|
|
+ class CamShakeExplode
|
|
|
+ {
|
|
|
+ distance=10;
|
|
|
+ duration=1;
|
|
|
+ frequency=20;
|
|
|
+ power=0;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
class CfgMagazines
|
|
|
{
|
|
|
class SmokeShell;
|
|
|
+ class EGLM;
|
|
|
class RD501_BlueShadow_Grenade: SmokeShell
|
|
|
{
|
|
|
model = "\thermalD\Dioxis.p3d";
|
|
@@ -85,6 +138,39 @@ class CfgMagazines
|
|
|
libTextDesc = "";
|
|
|
};
|
|
|
};
|
|
|
+ class RD501_emp_GL_x1_mag : EGLM
|
|
|
+{
|
|
|
+ ammo = "RD501_grenade_emp_ammo";
|
|
|
+ count = 1;
|
|
|
+ descriptionShort = "1Rnd EMP DC-15A Grenade";
|
|
|
+ displayName = "1 Rnd EMP DC-15A Grenades";
|
|
|
+ displayNameShort = "1Rnd EMP DC-15A";
|
|
|
+ initSpeed = 120;
|
|
|
+ mass = 50;
|
|
|
+ maxLeadSpeed = 25;
|
|
|
+ maxThrowHoldTime = 2;
|
|
|
+ maxThrowIntensityCoef = 1.4;
|
|
|
+ minThrowIntensityCoef = 0.3;
|
|
|
+ model = "\thermalD\EMP_Grenade_ammo.p3d";
|
|
|
+ modelSpecial = "";
|
|
|
+ nameSound = "";
|
|
|
+ picture = "\thermalD\flash_x_ca.paa";
|
|
|
+ quickReload = 0 ;
|
|
|
+ reloadAction = "";
|
|
|
+ scope = 2;
|
|
|
+ selectionFireAnim = "zasleh";
|
|
|
+ simulation = "ProxyMagazines";
|
|
|
+ type = 16;
|
|
|
+ useAction = 0;
|
|
|
+ useActionTitle = "";
|
|
|
+ value = 1;
|
|
|
+ weaponpoolavailable = 1;
|
|
|
+ weight = 0;
|
|
|
+ class InventoryPlacements;
|
|
|
+ class Library {
|
|
|
+ libTextDesc = "";
|
|
|
+ }
|
|
|
+};
|
|
|
};
|
|
|
class CfgWeapons
|
|
|
{
|