mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Added newest P-47 variants to WW2 factions
This commit is contained in:
parent
d9511a7edd
commit
3fd5e1bae7
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -7,6 +7,8 @@
|
||||
"P_51D",
|
||||
"P_51D_30_NA",
|
||||
"P_47D_30",
|
||||
"P_47D_30bl1",
|
||||
"P_47D_40",
|
||||
"SpitfireLFMkIX",
|
||||
"SpitfireLFMkIXCW",
|
||||
"A_20G",
|
||||
|
||||
@ -7,6 +7,8 @@
|
||||
"P_51D",
|
||||
"P_51D_30_NA",
|
||||
"P_47D_30",
|
||||
"P_47D_30bl1",
|
||||
"P_47D_40",
|
||||
"SpitfireLFMkIX",
|
||||
"SpitfireLFMkIXCW",
|
||||
"A_20G"
|
||||
|
||||
@ -7,6 +7,8 @@
|
||||
"P_51D",
|
||||
"P_51D_30_NA",
|
||||
"P_47D_30",
|
||||
"P_47D_30bl1",
|
||||
"P_47D_40",
|
||||
"SpitfireLFMkIX",
|
||||
"SpitfireLFMkIXCW",
|
||||
"A_20G",
|
||||
|
||||
@ -7,6 +7,8 @@
|
||||
"P_51D",
|
||||
"P_51D_30_NA",
|
||||
"P_47D_30",
|
||||
"P_47D_30bl1",
|
||||
"P_47D_40",
|
||||
"SpitfireLFMkIX",
|
||||
"A_20G",
|
||||
"B_17G"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user