diff --git a/changelog.md b/changelog.md index c197b51c..d7a705bc 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,7 @@ * **[Performance]** Added performance option: Maximum front-line unit supply per control point. * **[Performance]** Added performance option: Disable convoys. * **[Performance]** Added performance option: Front-line troops prefer roads. +* **[Data]** Added data to support C-47 Skytrain. # Liberation: diff --git a/game/ato/ai_flight_planner_db.py b/game/ato/ai_flight_planner_db.py index 6e28e9ea..0685a388 100644 --- a/game/ato/ai_flight_planner_db.py +++ b/game/ato/ai_flight_planner_db.py @@ -38,6 +38,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 = [ C_17A, Hercules, C_130, + C_47, IL_76MD, An_26B, Yak_40, @@ -562,6 +564,7 @@ AIR_ASSAULT_CAPABLE = [ Mi_24P, Mi_24V, Hercules, + C_47, ] DRONES = [MQ_9_Reaper, RQ_1A_Predator, WingLoong_I] diff --git a/resources/factions/allies_1944.json b/resources/factions/allies_1944.json index 1b79fb4c..c8dff78d 100644 --- a/resources/factions/allies_1944.json +++ b/resources/factions/allies_1944.json @@ -6,6 +6,7 @@ "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/factions/usa_1944.json b/resources/factions/usa_1944.json index 2c231775..01e523f4 100644 --- a/resources/factions/usa_1944.json +++ b/resources/factions/usa_1944.json @@ -9,6 +9,7 @@ "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..9c32bf87 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..8e5e08e7 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..ee652921 --- /dev/null +++ b/resources/units/aircraft/C-47.yaml @@ -0,0 +1,12 @@ +description: # from Wikipedia + The Douglas C-47 Skytrain or Dakota (RAF, RAAF, RCAF, RNZAF, and SAAF designation) 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: 1941 +manufacturer: Douglas Aircraft Company +origin: USA +price: 5 +role: Transport +cabin_size: 12 +variants: + C-47 Skytrain: {}