Skip to content

Commit

Permalink
Merge pull request #5110 from IllianiCBT/fg3_dropShipsBug
Browse files Browse the repository at this point in the history
Corrected DropShip Scenario Modifier Generation Method
  • Loading branch information
HammerGS authored Oct 23, 2024
2 parents 21f2e98 + 2c2064f commit 7db4c7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions MekHQ/data/scenariomodifiers/EnemyDropship.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
<forceAlignment>2</forceAlignment>
<forceMultiplier>1.0</forceMultiplier>
<forceName>DropShip</forceName>
<generationMethod>2</generationMethod>
<generationMethod>3</generationMethod>
<generationOrder>3</generationOrder>
<maxWeightClass>4</maxWeightClass>
<maxWeightClass>4</maxWeightClass>
<minWeightClass>0</minWeightClass>
<objectiveLinkedForces>
<objectiveLinkedForce>OpFor</objectiveLinkedForce>
</objectiveLinkedForces>
Expand Down
5 changes: 3 additions & 2 deletions MekHQ/data/scenariomodifiers/GroundedEnemyDropship.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
<forceAlignment>2</forceAlignment>
<forceMultiplier>1.0</forceMultiplier>
<forceName>DropShip</forceName>
<generationMethod>2</generationMethod>
<generationMethod>3</generationMethod>
<generationOrder>3</generationOrder>
<maxWeightClass>4</maxWeightClass>
<maxWeightClass>4</maxWeightClass>
<minWeightClass>0</minWeightClass>
<retreatThreshold>50</retreatThreshold>
<startingAltitude>0</startingAltitude>
<syncDeploymentType>SameEdge</syncDeploymentType>
Expand Down

0 comments on commit 7db4c7b

Please sign in to comment.