Build menu additions, fob size fix, crash site fix

This commit is contained in:
2025-06-15 15:08:54 +03:00
parent dc5f59a102
commit a3fe4b3e94
3 changed files with 24 additions and 16 deletions

View File

@@ -202,7 +202,7 @@ GRLIB_color_friendly = "ColorBLUFOR"; // Frien
GRLIB_color_enemy = "ColorOPFOR"; // Enemy sector marker color.
GRLIB_color_enemy_bright = "ColorRED"; // Enemy sector marker color (activated).
GRLIB_fob_range = 125; // Build range around the main FOB building.
GRLIB_fob_range = 300; // Build range around the main FOB building.
GRLIB_halo_altitude = 2500; // Altitude in metres for the HALO jump.
GRLIB_secondary_missions_costs = [15, 10, 8]; // Intel price for the secondary missions [FOB hunting, Convoy ambush, SAR].
GRLIB_secondary_objective_impact = 0.6; // The percentage impact against enemy combat readiness for a successful FOB hunt.