Initial implementation of AEW&C missions.

Still a work in progress (the missions don't actually perform their task, just orbit). Currently:

* AEW&C aircraft can be bought.
* AEW&C missions can be planned at any control point and at front lines.
* AEW&C will return after 4H or Bingo.
This commit is contained in:
Simon Krüger
2021-02-06 02:18:50 +01:00
committed by Simon Clark
parent 4a0ccc4c2f
commit e0501e46e3
13 changed files with 213 additions and 43 deletions

View File

@@ -1117,7 +1117,8 @@ COMMON_OVERRIDE = {
GroundAttack: "STRIKE",
Escort: "CAP",
RunwayAttack: "RUNWAY_ATTACK",
FighterSweep: "CAP"
FighterSweep: "CAP",
AWACS: "AEW&C",
}
"""
@@ -1328,6 +1329,7 @@ CARRIER_CAPABLE = [
A_4E_C,
Rafale_M,
S_3B,
E_2C,
UH_1H,
Mi_8MT,