Skip to content

Commit

Permalink
Correct reload & unload times
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb432 committed Sep 13, 2024
1 parent 0593658 commit 1ccc4d0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions addons/compat_spe/compat_spe_csw/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class CfgVehicles {
magazineLocation = "";
disassembleWeapon = "SPE_M2_50";
disassembleTurret = QGVAR(m3Tripod);
ammoLoadTime = 3;
ammoUnloadTime = 3;
ammoLoadTime = 10;
ammoUnloadTime = 8;
desiredAmmo = 100;
};
};
Expand All @@ -47,8 +47,8 @@ class CfgVehicles {
magazineLocation = "_target selectionPosition ['magazine', 'FireGeometry', 'AveragePoint']";
disassembleWeapon = "SPE_M1919A4";
disassembleTurret = QGVAR(m2Tripod);
ammoLoadTime = 3;
ammoUnloadTime = 3;
ammoLoadTime = 8;
ammoUnloadTime = 6;
desiredAmmo = 100;
};
};
Expand Down Expand Up @@ -80,8 +80,8 @@ class CfgVehicles {
magazineLocation = "";
disassembleWeapon = "SPE_MG42";
disassembleTurret = QGVAR(LafetteTripod);
ammoLoadTime = 3;
ammoUnloadTime = 3;
ammoLoadTime = 7;
ammoUnloadTime = 5;
desiredAmmo = 100;
};
};
Expand All @@ -92,8 +92,8 @@ class CfgVehicles {
magazineLocation = "";
disassembleWeapon = "SPE_MG34";
disassembleTurret = QGVAR(LafetteTripod);
ammoLoadTime = 3;
ammoUnloadTime = 3;
ammoLoadTime = 7;
ammoUnloadTime = 5;
desiredAmmo = 100;
};
};
Expand All @@ -106,8 +106,8 @@ class CfgVehicles {
magazineLocation = "";
disassembleWeapon = "SPE_MG42";
disassembleTurret = QGVAR(LafetteTripodLow);
ammoLoadTime = 3;
ammoUnloadTime = 3;
ammoLoadTime = 7;
ammoUnloadTime = 5;
desiredAmmo = 100;
};
};
Expand All @@ -125,8 +125,8 @@ class CfgVehicles {
magazineLocation = "";
disassembleWeapon = "SPE_MG34";
disassembleTurret = QGVAR(LafetteTripodLow);
ammoLoadTime = 3;
ammoUnloadTime = 3;
ammoLoadTime = 7;
ammoUnloadTime = 5;
desiredAmmo = 100;
};
};
Expand All @@ -146,8 +146,8 @@ class CfgVehicles {
magazineLocation = "";
disassembleWeapon = "";
disassembleTurret = "";
ammoLoadTime = 3;
ammoUnloadTime = 3;
ammoLoadTime = 8;
ammoUnloadTime = 6;
desiredAmmo = 100;
};
};
Expand All @@ -160,8 +160,8 @@ class CfgVehicles {
magazineLocation = "";
disassembleWeapon = "";
disassembleTurret = "";
ammoLoadTime = 3;
ammoUnloadTime = 3;
ammoLoadTime = 7;
ammoUnloadTime = 5;
desiredAmmo = 100;
};
};
Expand All @@ -172,8 +172,8 @@ class CfgVehicles {
magazineLocation = "";
disassembleWeapon = "";
disassembleTurret = "";
ammoLoadTime = 3;
ammoUnloadTime = 3;
ammoLoadTime = 7;
ammoUnloadTime = 5;
desiredAmmo = 100;
};
};
Expand Down
4 changes: 2 additions & 2 deletions addons/compat_spe/compat_spe_csw/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ class CfgWeapons {
class SPE_M1_81_Barrel: SPE_Slung_Static_Weapon_Base {
class ace_csw {
type = "weapon";
deployTime = 4;
pickupTime = 4;
deployTime = 20;
pickupTime = 25;
class assembleTo {
GVAR(m1Baseplate) = "SPE_M1_81";
EGVAR(csw,mortarBaseplate) = "SPE_M1_81";
Expand Down

0 comments on commit 1ccc4d0

Please sign in to comment.