Skip to content

Commit

Permalink
Lower capture percentage requirement to 25%
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
IllianiCBT committed Nov 19, 2024
1 parent 3979544 commit cb38025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MekHQ/data/scenariomodifiers/FacilityHostileCapture.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<description>Leave intact the following force(s) and unit(s) to be able to take control of this facility:</description>
<destinationEdge>NONE</destinationEdge>
<objectiveCriterion>Preserve</objectiveCriterion>
<percentage>75</percentage>
<percentage>25</percentage>
<timeLimit>0</timeLimit>
<timeLimitAtMost>true</timeLimitAtMost>
<timeLimitType>None</timeLimitType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<description>Leave intact at least 75% of the following force(s) and unit(s) in order to be able to take control of this facility:</description>
<destinationEdge>NONE</destinationEdge>
<objectiveCriterion>Preserve</objectiveCriterion>
<percentage>75</percentage>
<percentage>25</percentage>
<timeLimit>0</timeLimit>
<timeLimitAtMost>true</timeLimitAtMost>
<timeLimitType>None</timeLimitType>
Expand Down

0 comments on commit cb38025

Please sign in to comment.