From cb3802596bac5a380571df7f1745a2914c268c2f Mon Sep 17 00:00:00 2001 From: IllianiCBT Date: Tue, 19 Nov 2024 11:13:31 -0600 Subject: [PATCH] Lower capture percentage requirement to 25% Reduced the percentage of forces to be preserved for a successful hostile facility capture from 75% to 25%. This adjustment affects both the win and non-win conditions in the scenario modifiers XML files. --- MekHQ/data/scenariomodifiers/FacilityHostileCapture.xml | 2 +- MekHQ/data/scenariomodifiers/FacilityHostileCaptureNonWin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MekHQ/data/scenariomodifiers/FacilityHostileCapture.xml b/MekHQ/data/scenariomodifiers/FacilityHostileCapture.xml index 287f5b404f..2505a8e128 100644 --- a/MekHQ/data/scenariomodifiers/FacilityHostileCapture.xml +++ b/MekHQ/data/scenariomodifiers/FacilityHostileCapture.xml @@ -29,7 +29,7 @@ Leave intact the following force(s) and unit(s) to be able to take control of this facility: NONE Preserve - 75 + 25 0 true None diff --git a/MekHQ/data/scenariomodifiers/FacilityHostileCaptureNonWin.xml b/MekHQ/data/scenariomodifiers/FacilityHostileCaptureNonWin.xml index 04b689511e..ec0129b2ed 100644 --- a/MekHQ/data/scenariomodifiers/FacilityHostileCaptureNonWin.xml +++ b/MekHQ/data/scenariomodifiers/FacilityHostileCaptureNonWin.xml @@ -29,7 +29,7 @@ Leave intact at least 75% of the following force(s) and unit(s) in order to be able to take control of this facility: NONE Preserve - 75 + 25 0 true None