Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/east/east_heavyvehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class HeavyVehicles {
class O_APC_Wheeled_03_cannon_F {
aps = 2;
capValue = 3;
cost = 2700;
cost = 2500;
disallowMagazines[] = {
"4Rnd_GAA_missiles"
};
Expand Down Expand Up @@ -38,7 +38,7 @@ class HeavyVehicles {
class O_APC_tracked_03_rcws_F {
aps = 2;
capValue = 4;
cost = 2500;
cost = 1700;
name = "FV-127 Nira";
rearm = 500;
requirements[] = {};
Expand Down Expand Up @@ -127,7 +127,7 @@ class HeavyVehicles {
class O_APC_Tracked_02_cannon_F {
aps = 2;
capValue = 3;
cost = 1300;
cost = 2000;
disallowMagazines[] = {
"4Rnd_GAA_missiles"
};
Expand Down
2 changes: 1 addition & 1 deletion config/east/east_lightvehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class LightVehicles {
class O_MRAP_02_gmg_m_F {
aps = 2;
capValue = 2;
cost = 1500;
cost = 1200;
description = "Ifrit-M is a variant of the Ifrit armed with a 20mm autocannon.";

name = "Ifrit-M Autocannon";
Expand Down
4 changes: 2 additions & 2 deletions config/west/west_heavyvehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class HeavyVehicles {
class B_APC_Wheeled_01_cannon_F {
aps = 2;
capValue = 3;
cost = 2700;
cost = 2900;
rearm = 500;
requirements[] = {};
}; // "AMV-7 Marshall"
Expand All @@ -63,7 +63,7 @@ class HeavyVehicles {
class B_APC_Tracked_01_rcws_F {
aps = 2;
capValue = 3;
cost = 1300;
cost = 2000;
rearm = 400;
requirements[] = {};
class Gunner: WLTurretDefaults {
Expand Down
2 changes: 1 addition & 1 deletion config/west/west_lightvehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class LightVehicles {
class B_MRAP_01_gmg_up_F {
aps = 2;
capValue = 2;
cost = 1500;
cost = 1200;
description = "Hunter UP is a variant of the Hunter armed with a 20mm autocannon.";

name = "Hunter UP Autocannon";
Expand Down
2 changes: 1 addition & 1 deletion constants.inc
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is kinda a shot in the dark. Will maybe have to test more

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define WL_BASE_MINDISTANCE 3
#define WL_JAMMER_RANGE_OUTER 1000
#define WL_JAMMER_RANGE_OUTER 1500

#define WL_AR_GLASSES_TOGGLE 0
#define SQD_MAX_SQUAD_SIZE 12
Expand Down