Skip to content

Commit

Permalink
convoy escort objective fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAragua committed May 26, 2021
1 parent e84bd9b commit 2c40e98
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion MekHQ/data/scenariotemplates/Convoy Escort.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<name>Convoy Escort</name>
<shortBriefing>Protect an allied supply convoy.</shortBriefing>
<detailedBriefing>Escort the allied convoy across the map or rout the attacking force.</detailedBriefing>
<isHostileFacility>false</isHostileFacility>
<isAlliedFacility>false</isAlliedFacility>
<mapParameters>
<allowedTerrainTypes/>
<allowRotation>false</allowRotation>
Expand Down Expand Up @@ -36,6 +38,7 @@
<generationOrder>1</generationOrder>
<maxWeightClass>4</maxWeightClass>
<minWeightClass>0</minWeightClass>
<objectiveLinkedForces/>
<retreatThreshold>50</retreatThreshold>
<startingAltitude>0</startingAltitude>
<syncDeploymentType>SameEdge</syncDeploymentType>
Expand Down Expand Up @@ -65,6 +68,7 @@
<generationOrder>5</generationOrder>
<maxWeightClass>4</maxWeightClass>
<minWeightClass>1</minWeightClass>
<objectiveLinkedForces/>
<retreatThreshold>50</retreatThreshold>
<startingAltitude>0</startingAltitude>
<syncDeploymentType>OppositeEdge</syncDeploymentType>
Expand Down Expand Up @@ -99,6 +103,7 @@
<generationOrder>4</generationOrder>
<maxWeightClass>4</maxWeightClass>
<minWeightClass>1</minWeightClass>
<objectiveLinkedForces/>
<retreatThreshold>50</retreatThreshold>
<startingAltitude>0</startingAltitude>
<syncDeploymentType>None</syncDeploymentType>
Expand All @@ -108,7 +113,9 @@
</scenarioForces>
<scenarioObjectives>
<scenarioObjective>
<associatedForceNames/>
<associatedForceNames>
<associatedForceName>Convoy</associatedForceName>
</associatedForceNames>
<associatedUnitIDs/>
<successEffects>
<successEffect>
Expand Down

0 comments on commit 2c40e98

Please sign in to comment.