Erliens 4 years ago
parent
commit
15a1fff8e7

+ 2 - 3
addons - Copy/RD501_Vehicles/land/droideka/config.cpp

@@ -100,7 +100,6 @@ class CfgVehicles
 	class macro_new_vehicle(droideka,base): SWOP_Droideka
 	{
 		scope=2;
-		armor = 275;
 		displayName = "Static Droideka (new)";
 		class EventHandlers: DefaultEventhandlers {}; 
 
@@ -108,10 +107,10 @@ class CfgVehicles
 		editorSubcategory = macro_editor_cat(heavy_armored_infantry);
 		vehicleClass = macro_editor_vehicle_type(heavy_armored_infantry);
 
-		armor = 250;
+		armor = 225;
 		armorStructural = 1.0;
 		explosionShielding	= 0.1;
-		minTotalDamageThreshold	= 0.02;
+		minTotalDamageThreshold	= 0.01;
 		impactDamageMultiplier = 0.1;
 		class HitPoints
 		{

+ 2 - 2
addons - Copy/RD501_Vehicles/land/dwarf_spider_droid/config.cpp

@@ -88,10 +88,10 @@ class CfgVehicles
 		editorSubcategory = macro_editor_cat(heavy_armored_infantry);
 		vehicleClass = macro_editor_vehicle_type(heavy_armored_infantry);
 
-		armor = 250;
+		armor = 150;
 		armorStructural = 1.0;
 		explosionShielding	= 0.1;
-		minTotalDamageThreshold	= 0.02;
+		minTotalDamageThreshold	= 0.01;
 		impactDamageMultiplier = 0.1;
 		class HitPoints
 		{

+ 8 - 2
addons - Copy/RD501_Weapons/DC_Family/DC_15c/config.cpp

@@ -67,10 +67,16 @@ class CfgWeapons
 			mass = 30;
 			class CowsSlot: CowsSlot
 			{
-				access = 1;
+				displayName = "Optics Slot";
+				iconPicture = "\A3\Weapons_F\Data\UI\attachment_top.paa";
+				iconPinpoint = "Bottom";
+				iconPosition[] = {0.5,0.35};
+				iconScale = 0.2;
+				linkProxy = "\a3\data_f\proxies\weapon_slots\top";
+				scope = 0;
 				compatibleItems[] = 
 				{
-					macro_new_weapon(scope,dc_15a_acogtcw)
+					macro_new_weapon(scope,dc_15a_acog)
 				};
 
 			};

+ 22 - 1
addons - Copy/RD501_Weapons/DC_Family/DC_17/config.cpp

@@ -20,7 +20,8 @@ class CfgPatches
 			macro_new_weapon(DC,17),
 			macro_new_weapon(DC,17a),
 			macro_new_weapon(DC,r17),
-			macro_new_weapon(DC,r17a)
+			macro_new_weapon(DC,r17a),
+			macro_new_weapon(DC,17sig)
 			
 		};
 	};
@@ -176,6 +177,26 @@ class cfgWeapons
 			burst=3;
 		};
 	};
+	class macro_new_weapon(DC,17sig):JLTS_DC17SA
+		{
+			scope=2;
+			displayName = "Republic DC17 Signal";
+			baseWeapon=macro_new_weapon(DC,17sig)
+			muzzles[]={"this"};
+			magazines[]=
+				{
+				"1Rnd_Smoke_Grenade_shell",
+				"1Rnd_SmokeRed_Grenade_shell",
+				"1Rnd_SmokeGreen_Grenade_shell",
+				"1Rnd_SmokeYellow_Grenade_shell",
+				"1Rnd_SmokePurple_Grenade_shell",
+				"1Rnd_SmokeBlue_Grenade_shell",
+				"1Rnd_SmokeOrange_Grenade_shell",
+				MACRO_GL_flare_rounds_1rnd
+			};
+			JLTS_hasElectronics=0;
+		};
+	};
 /*
 	class RD501_DC_15_RB:SWOP_DC15SAPistol
 	{

+ 42 - 2
addons - Copy/RD501_Weapons/Valken/config.cpp

@@ -17,6 +17,7 @@ class CfgPatches
 		units[]={};
 		weapons[]={
 			macro_new_weapon_nofam(valken38x),
+			macro_new_weapon_nofam(valken38y)
 		};
 	};
 };
@@ -38,12 +39,51 @@ class CfgWeapons
 		dispersion=0.00045;
 		magazines[]=
 		{
-			macro_new_mag(20mw,20),
+			macro_new_mag(20mwdp,20),
 			macro_new_mag(30mw,10)
 		};
 		class Single : Single
 		{
-			reloadTime=0.5;
+			reloadTime=0.65;
+			dispersion=0.00045;
+		};
+		class WeaponSlotsInfo: WeaponSlotsInfo
+		{
+			mass = 30;
+			class CowsSlot: CowsSlot
+			{
+				access = 1;
+				compatibleItems[] = 
+				{
+					macro_new_weapon(scope,valken_6_12x)
+				};
+
+			};
+		};
+	};
+	class arifle_MX_Base_F;
+	class JLTS_DW32S:arifle_MX_Base_F
+	{
+		class Single;
+		class WeaponSlotsInfo
+		{
+		class CowsSlot;	
+		};
+	};
+	class macro_new_weapon_nofam(valken38y):JLTS_DW32S
+	{
+		displayName="Republic Valken 38Y";
+		dispersion=0.00045;
+		magazines[]=
+		{
+			macro_new_mag(20mwdp,20),
+			macro_new_mag(30mw,10)
+		};
+		muzzles[]={"this"};
+		class Single : Single
+		{
+			reloadTime=0.65;
+			dispersion=0.00045;
 		};
 		class WeaponSlotsInfo: WeaponSlotsInfo
 		{

+ 6 - 6
addons - Copy/RD501_Weapons/_ammo/config.cpp

@@ -48,7 +48,7 @@ class CfgAmmo
 	{
 		hit=9;
 		airLock=1;
-		typicalSpeed=450;
+		typicalSpeed=550;
 		caliber=1;
 		airFriction=0;
 		explosive = 0;
@@ -57,7 +57,7 @@ class CfgAmmo
 	{
 		hit=9;
 		airLock=1;
-		typicalSpeed=450;
+		typicalSpeed=550;
 		caliber=1;
 		visibleFire=1;
 		audibleFire=5;
@@ -69,10 +69,10 @@ class CfgAmmo
 	{
 		hit=12;
 		airLock=1;
-		typicalSpeed=500;
-		caliber=2;
+		typicalSpeed=700;
+		caliber=2.8;
 		airFriction=0;
-		explosive = 0;
+		explosive = 0.4;
 	};
 	class macro_new_ammo(20mwup) : 3AS_EC50_BluePlasma
 	{
@@ -98,7 +98,7 @@ class CfgAmmo
 	{
 		hit=35;
 		airLock=1;
-		typicalSpeed=800;
+		typicalSpeed=1000;
 		caliber=2.4;
 		airFriction=0;
 		explosive = 0.4;

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

@@ -81,7 +81,7 @@ class CfgMagazines
 		displayName="20 Round 20MW Cell";
 		count = 20;
 		ammo=macro_new_ammo(20mw)
-		typicalSpeed=500;
+		typicalSpeed=700;
 		descriptionShort="Medium power magazine";
 	};
 	class macro_new_mag(20mwup,20) : 3AS_45Rnd_EC50_Mag
@@ -113,7 +113,7 @@ class CfgMagazines
 		displayName="10 Round 30MW Cell";
 		count = 10;
 		ammo=macro_new_ammo(30mw)
-		typicalSpeed=800;
+		typicalSpeed=1000;
 		descriptionShort="High power magazine";
 	};
 	class macro_new_mag(30mw,7) : 3AS_45Rnd_EC50_Mag