Skip to content

Commit

Permalink
Merge pull request #5314 from IllianiCBT/fg3_unitSubstitution
Browse files Browse the repository at this point in the history
Improved Unit Substitution
  • Loading branch information
IllianiCBT authored Dec 12, 2024
2 parents ec26416 + 1fb2f5e commit 038e8b5
Show file tree
Hide file tree
Showing 5 changed files with 203 additions and 87 deletions.
6 changes: 5 additions & 1 deletion MekHQ/data/scenariotemplates/Convoy Escort.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,12 @@
<useArtillery>false</useArtillery>
<roleChoices>
<forceRole>CIVILIAN</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>SUPPORT</forceRole>
<forceRole>SUPPORT</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>APC</forceRole>
<forceRole>APC</forceRole>
</roleChoices>
</value>
Expand Down
6 changes: 5 additions & 1 deletion MekHQ/data/scenariotemplates/Convoy Interdiction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,12 @@
<useArtillery>false</useArtillery>
<roleChoices>
<forceRole>CIVILIAN</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>SUPPORT</forceRole>
<forceRole>SUPPORT</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>APC</forceRole>
<forceRole>APC</forceRole>
</roleChoices>
</value>
Expand Down
3 changes: 1 addition & 2 deletions MekHQ/data/scenariotemplates/Convoy Raid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<value>
<actualDeploymentZone>-1</actualDeploymentZone>
<allowAeroBombs>false</allowAeroBombs>
<allowedUnitType>-2</allowedUnitType>
<allowedUnitType>1</allowedUnitType>
<arrivalTurn>0</arrivalTurn>
<canReinforceLinked>true</canReinforceLinked>
<contributesToBV>false</contributesToBV>
Expand Down Expand Up @@ -107,7 +107,6 @@
<roleChoices>
<forceRole>CIVILIAN</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>SUPPORT</forceRole>
<forceRole>APC</forceRole>
</roleChoices>
</value>
Expand Down
6 changes: 5 additions & 1 deletion MekHQ/data/scenariotemplates/Critical Convoy Escort.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,12 @@
<useArtillery>false</useArtillery>
<roleChoices>
<forceRole>CIVILIAN</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>SUPPORT</forceRole>
<forceRole>SUPPORT</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>APC</forceRole>
<forceRole>APC</forceRole>
</roleChoices>
</value>
Expand Down
Loading

0 comments on commit 038e8b5

Please sign in to comment.