Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Unit Substitution #5314

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion MekHQ/data/scenariotemplates/Convoy Escort.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
<useArtillery>false</useArtillery>
<roleChoices>
<forceRole>CIVILIAN</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>SUPPORT</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>APC</forceRole>
</roleChoices>
</value>
Expand Down
2 changes: 1 addition & 1 deletion MekHQ/data/scenariotemplates/Convoy Interdiction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
<useArtillery>false</useArtillery>
<roleChoices>
<forceRole>CIVILIAN</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>SUPPORT</forceRole>
<forceRole>CARGO</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
2 changes: 1 addition & 1 deletion MekHQ/data/scenariotemplates/Critical Convoy Escort.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
<useArtillery>false</useArtillery>
<roleChoices>
<forceRole>CIVILIAN</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>SUPPORT</forceRole>
<forceRole>CARGO</forceRole>
<forceRole>APC</forceRole>
</roleChoices>
</value>
Expand Down
Loading
Loading