Erliens 4 rokov pred
rodič
commit
b631c1cc4f

+ 1 - 0
addons - Copy/RD501_Weapons/DC_Family/DC_15s/config.cpp

@@ -187,6 +187,7 @@ class cfgWeapons
 	{
 		displayName="Republic DC-15S";
 		reloadTime=0.66;
+		recoil="recoil_smg_01";
 		reloadAction="ReloadMagazine";
 		magazines[]=
 		{

+ 50 - 1
addons - Copy/RD501_Weapons/Z6/config.cpp

@@ -138,7 +138,31 @@ class cfgWeapons
 			burst = 25;
 			textureType = "fastAuto";
 		};
-
+		class HitEffects
+		{
+			Hit_Foliage_green="";
+			Hit_Foliage_Dead="";
+			Hit_Foliage_Green_big="";
+			Hit_Foliage_Palm="";
+			Hit_Foliage_Pine="";
+			hitFoliage="";
+			hitGlass="";
+			hitGlassArmored="";
+			hitWood="";
+			hitHay="";
+			hitMetal="";
+			hitMetalPlate="";
+			hitBuilding="";
+			hitPlastic="";
+			hitRubber="";
+			hitConcrete="";
+			hitMan="ImpactEffectsBlood";
+			hitGroundSoft="";
+			hitGroundRed="";
+			hitGroundHard="";
+			hitWater="";
+			hitVirtual="";
+		};
 	};
 	class 3AS_Chaingun;
     class macro_new_weapon_nofam(z1000): 3AS_Chaingun
@@ -156,6 +180,31 @@ class cfgWeapons
 		class EventHandlers {
 			fired = macro_quote(_this call macro_fnc_name(onWeaponFiredSwapToEmpty));
 		};
+		class HitEffects
+		{
+			Hit_Foliage_green="";
+			Hit_Foliage_Dead="";
+			Hit_Foliage_Green_big="";
+			Hit_Foliage_Palm="";
+			Hit_Foliage_Pine="";
+			hitFoliage="";
+			hitGlass="";
+			hitGlassArmored="";
+			hitWood="";
+			hitHay="";
+			hitMetal="";
+			hitMetalPlate="";
+			hitBuilding="";
+			hitPlastic="";
+			hitRubber="";
+			hitConcrete="";
+			hitMan="ImpactEffectsBlood";
+			hitGroundSoft="";
+			hitGroundRed="";
+			hitGroundHard="";
+			hitWater="";
+			hitVirtual="";
+		};
     };
 	class macro_new_weapon_nofam(z1000u): 3AS_Chaingun
     {

+ 8 - 3
addons - Copy/RD501_Weapons/_ammo/config.cpp

@@ -49,6 +49,7 @@ class CfgAmmo
 		typicalSpeed=450;
 		caliber=1;
 		airFriction=0;
+		explosive = 0.4;
 	};
 	class macro_new_ammo(20mw) : 3AS_EC50_BluePlasma
 	{
@@ -57,6 +58,7 @@ class CfgAmmo
 		typicalSpeed=500;
 		caliber=1.6;
 		airFriction=0;
+		explosive = 0.4;
 	};
 	class macro_new_ammo(20mwup) : 3AS_EC50_BluePlasma
 	{
@@ -65,7 +67,7 @@ class CfgAmmo
 		typicalSpeed=500;
 		indirectHit = 3;
 		indirectHitRange = 0.5;
-		explosive = 0.2;
+		explosive = 0.4;
 		caliber=0.6;
 		airFriction=0;
 	};
@@ -76,6 +78,7 @@ class CfgAmmo
 		typicalSpeed=700;
 		caliber=2.8;
 		airFriction=0;
+		explosive = 0.2;
 	};
 	class macro_new_ammo(30mw) : 3AS_EC60_BluePlasma
 	{
@@ -84,14 +87,16 @@ class CfgAmmo
 		typicalSpeed=800;
 		caliber=2.4;
 		airFriction=0;
+		explosive = 0.4;
 	};
 	class macro_new_ammo(40mw) : 3AS_EC70_BluePlasma
 	{
-		hit=35;
+		hit=60;
 		airLock=1;
 		typicalSpeed=1100;
-		caliber=2.8;
+		caliber=3.6;
 		airFriction=0;
+		explosive = 0.4;
 	};
 	class macro_new_ammo(50mw) : 3AS_EC80_BluePlasma
 	{

+ 1 - 1
addons - Copy/RD501_Weapons/_mag/config.cpp

@@ -43,7 +43,7 @@ class CfgMagazines
 	class macro_new_mag(5mw,10) : 3AS_45Rnd_EC50_Mag
 	{
 		displayName="10 Round 5MW Cell";
-		count = 10;
+		count = 15;
 		ammo=macro_new_ammo(5mw)
 		typicalSpeed=400;
 		descriptionShort="Low power magazine";