Add the Hercules to strike tasks.

It's not strike capable per se, but can transport objects for a strike.
This commit is contained in:
Simon Clark
2021-01-17 14:56:36 +00:00
parent f8276f7e59
commit a4db443f93
2 changed files with 9 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ from pydcs_extensions.f22a.f22a import F_22A
from pydcs_extensions.mb339.mb339 import MB_339PAN
from pydcs_extensions.rafale.rafale import Rafale_A_S, Rafale_M, Rafale_B
from pydcs_extensions.su57.su57 import Su_57
from pydcs_extensions.hercules.hercules import Hercules
# All aircraft lists are in priority order. Aircraft higher in the list will be
# preferred over those lower in the list.
@@ -345,6 +346,13 @@ RUNWAY_ATTACK_CAPABLE = [
Tornado_IDS,
] + STRIKE_CAPABLE
# For any aircraft that isn't necessarily directly involved in strike
# missions in a direct combat sense, but can transport objects and infantry.
TRANSPORT_CAPABLE = [
Hercules,
Mi_8MT,
UH_1H,
]
DRONES = [
MQ_9_Reaper,