Added newest P-47 variants to WW2 factions

This commit is contained in:
Khopa 2020-11-07 02:31:29 +01:00
parent d9511a7edd
commit 3fd5e1bae7
6 changed files with 17 additions and 1 deletions

View File

@ -11,10 +11,12 @@ from dcs.planes import (
MiG_19P,
MiG_21Bis,
P_47D_30,
P_47D_30bl1,
P_47D_40,
P_51D,
P_51D_30_NA,
SpitfireLFMkIX,
SpitfireLFMkIXCW,
SpitfireLFMkIXCW
)
from pydcs_extensions.a4ec.a4ec import A_4E_C
@ -41,6 +43,8 @@ GUNFIGHTERS = [
P_51D_30_NA,
P_51D,
P_47D_30,
P_47D_30bl1,
P_47D_40,
SpitfireLFMkIXCW,
SpitfireLFMkIX,
Bf_109K_4,

View File

@ -25,6 +25,8 @@ from dcs.planes import (
JF_17,
Ju_88A4,
P_47D_30,
P_47D_30bl1,
P_47D_40,
P_51D,
P_51D_30_NA,
SpitfireLFMkIX,
@ -132,6 +134,8 @@ def get_fallback_channel(unit_type: UnitType) -> RadioFrequency:
allied_ww2_aircraft = [
I_16,
P_47D_30,
P_47D_30bl1,
P_47D_40,
P_51D,
P_51D_30_NA,
SpitfireLFMkIX,

View File

@ -7,6 +7,8 @@
"P_51D",
"P_51D_30_NA",
"P_47D_30",
"P_47D_30bl1",
"P_47D_40",
"SpitfireLFMkIX",
"SpitfireLFMkIXCW",
"A_20G",

View File

@ -7,6 +7,8 @@
"P_51D",
"P_51D_30_NA",
"P_47D_30",
"P_47D_30bl1",
"P_47D_40",
"SpitfireLFMkIX",
"SpitfireLFMkIXCW",
"A_20G"

View File

@ -7,6 +7,8 @@
"P_51D",
"P_51D_30_NA",
"P_47D_30",
"P_47D_30bl1",
"P_47D_40",
"SpitfireLFMkIX",
"SpitfireLFMkIXCW",
"A_20G",

View File

@ -7,6 +7,8 @@
"P_51D",
"P_51D_30_NA",
"P_47D_30",
"P_47D_30bl1",
"P_47D_40",
"SpitfireLFMkIX",
"A_20G",
"B_17G"