Skip to content

Commit

Permalink
Fix reconnaissance scenario time limit parameters
Browse files Browse the repository at this point in the history
Changed `timeLimitAtMost` to false and updated `timeLimitType` to `ScaledToPrimaryUnitCount` to enhance the flexibility of time limits. Added `timeLimitScaleFactor` set to 2 to ensure the time limit scales appropriately with the number of primary units.
  • Loading branch information
IllianiCBT committed Nov 22, 2024
1 parent 928d7c3 commit aaeb815
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MekHQ/data/scenariotemplates/Reconnaissance Interdiction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@
<destinationEdge>NONE</destinationEdge>
<objectiveCriterion>Preserve</objectiveCriterion>
<percentage>50</percentage>
<timeLimitAtMost>true</timeLimitAtMost>
<timeLimitType>None</timeLimitType>
<timeLimitAtMost>false</timeLimitAtMost>
<timeLimitScaleFactor>2</timeLimitScaleFactor>
<timeLimitType>ScaledToPrimaryUnitCount</timeLimitType>
</scenarioObjective>
</scenarioObjectives>
</ScenarioTemplate>

0 comments on commit aaeb815

Please sign in to comment.