diff --git a/game/ato/ai_flight_planner_db.py b/game/ato/ai_flight_planner_db.py index 25951cac..7d09c405 100644 --- a/game/ato/ai_flight_planner_db.py +++ b/game/ato/ai_flight_planner_db.py @@ -39,6 +39,7 @@ from dcs.planes import ( C_101CC, C_130, C_17A, + C_47, E_2C, E_3A, FA_18C_hornet, @@ -536,6 +537,7 @@ TRANSPORT_CAPABLE = [ IL_76MD, An_26B, Yak_40, + C_47, CH_53E, CH_47D, UH_60L, diff --git a/resources/factions/allies_1944.yaml b/resources/factions/allies_1944.yaml index 08486c44..8f0bd5cf 100644 --- a/resources/factions/allies_1944.yaml +++ b/resources/factions/allies_1944.yaml @@ -5,6 +5,7 @@ authors: Khopa description:

A generic WW2 ally factions, with all their WW2 units.

aircrafts: - A-20G Havoc + - C-47 Skytrain - B-17G Flying Fortress - P-47D-30 Thunderbolt (Early) - P-47D-30 Thunderbolt (Late) diff --git a/resources/factions/usa_1944.yaml b/resources/factions/usa_1944.yaml index 0bdd4ebd..f02aeb31 100644 --- a/resources/factions/usa_1944.yaml +++ b/resources/factions/usa_1944.yaml @@ -8,6 +8,7 @@ locales: aircrafts: - A-20G Havoc - B-17G Flying Fortress + - C-47 Skytrain - P-47D-30 Thunderbolt (Early) - P-47D-30 Thunderbolt (Late) - P-47D-40 Thunderbolt diff --git a/resources/ui/units/aircrafts/banners/C-47_24.jpg b/resources/ui/units/aircrafts/banners/C-47_24.jpg new file mode 100644 index 00000000..f4b7cefb Binary files /dev/null and b/resources/ui/units/aircrafts/banners/C-47_24.jpg differ diff --git a/resources/ui/units/aircrafts/icons/C-47_24.jpg b/resources/ui/units/aircrafts/icons/C-47_24.jpg new file mode 100644 index 00000000..3e49ef05 Binary files /dev/null and b/resources/ui/units/aircrafts/icons/C-47_24.jpg differ diff --git a/resources/units/aircraft/C-47.yaml b/resources/units/aircraft/C-47.yaml new file mode 100644 index 00000000..9064376b --- /dev/null +++ b/resources/units/aircraft/C-47.yaml @@ -0,0 +1,12 @@ +description: The C-47 is a military transport aircraft developed from the civilian Douglas DC-3 airliner. + It was used extensively by the Allies during World War II and remained in front-line service with + various military operators for many years. +introduced: 1942 +manufacturer: Douglas +origin: USA +role: Transport +price: 6 +max_range: 800 +variants: + C-47 Skytrain: null + C-47 Dakota: null \ No newline at end of file