Merge remote-tracking branch 'khopa/develop' into develop

This commit is contained in:
Khopa
2021-02-21 17:15:54 +01:00
228 changed files with 9322 additions and 4452 deletions

View File

@@ -24,7 +24,7 @@ class F_22A(PlaneType):
chaff_charge_size = 1
flare_charge_size = 2
eplrs = True
category = "Interceptor" #{78EFB7A2-FD52-4b57-A6A6-3BF0E1D6555F}
category = "Interceptor" # {78EFB7A2-FD52-4b57-A6A6-3BF0E1D6555F}
radio_frequency = 127.5
property_defaults = {
@@ -37,7 +37,6 @@ class F_22A(PlaneType):
id = "BAY_DOOR_OPTION"
class Liveries:
class USSR(Enum):
default = "default"
_154_wg = "154 wg"
@@ -1643,5 +1642,11 @@ class F_22A(PlaneType):
pylons = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}
tasks = [task.CAP, task.Escort, task.FighterSweep, task.Intercept, task.Reconnaissance]
tasks = [
task.CAP,
task.Escort,
task.FighterSweep,
task.Intercept,
task.Reconnaissance,
]
task_default = task.CAP