diff --git a/src/kp_liberation_config.sqf b/src/kp_liberation_config.sqf index 6a77b30..c579bd4 100644 --- a/src/kp_liberation_config.sqf +++ b/src/kp_liberation_config.sqf @@ -211,8 +211,8 @@ KP_liberation_production_interval = 10; // Time GRLIB_sector_size = 1700; // Range to activate a sector. GRLIB_capture_size = 275; // Range to capture a sector. -GRLIB_defended_buildingpos_part = 0.4; // Multiplier for defenders in buildings. -GRLIB_battlegroup_size = 8; // Size of enemy battlegroups. +GRLIB_defended_buildingpos_part = 1; // Multiplier for defenders in buildings. +GRLIB_battlegroup_size = 16; // Size of enemy battlegroups. GRLIB_vulnerability_timer = 1800; // Time in seconds how long a captured sector is vulnerable to enemy troops. GRLIB_radiotower_size = 3500; // Radio Tower scanning range. GRLIB_surrender_chance = 80; // Chance that enemy infantry will surrender after heavy losses are encountered.