From 3d68eabcaa431df3bf73d1857e8899b5a71f040d Mon Sep 17 00:00:00 2001 From: Hornet2041 <55866858+Hornet2041@users.noreply.github.com> Date: Sun, 13 Feb 2022 06:33:37 -0500 Subject: [PATCH] Remove Fw A-8 and D-9 from Germany 1940/1942 faction cherry-pick from 8a66bf2e0974c49abb6b8c13e7c090cba5551e20 --- changelog.md | 1 + resources/factions/germany_1940.json | 4 +--- resources/factions/germany_1942.json | 4 +--- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 0278004a..87c58476 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,7 @@ Saves from 5.1.0 are compatible with 5.1.1. * **[Mission Generation]** Fixed "Max Threat Range" error * **[Mission Generation]** Fix unculled zones not updating when needed * **[Campaign]** Vegas Nerve campaign update +* **[Data]** Removed Fw 190 A-8 and D-9 from Germany 1940 and 1942 faction list for historical accuracy. * **[UI]** Typhoon GR4 and IDS images diff --git a/resources/factions/germany_1940.json b/resources/factions/germany_1940.json index 7617a90d..034558a1 100644 --- a/resources/factions/germany_1940.json +++ b/resources/factions/germany_1940.json @@ -8,8 +8,6 @@ ], "aircrafts": [ "Bf 109 K-4 Kurf\u00fcrst", - "Fw 190 A-8 Anton", - "Fw 190 D-9 Dora", "Ju 88 A-4" ], "frontline_units": [ @@ -48,4 +46,4 @@ "has_jtac": false, "doctrine": "ww2", "building_set": "ww2germany" -} \ No newline at end of file +} diff --git a/resources/factions/germany_1942.json b/resources/factions/germany_1942.json index ed8be28c..f1cfc419 100644 --- a/resources/factions/germany_1942.json +++ b/resources/factions/germany_1942.json @@ -8,8 +8,6 @@ ], "aircrafts": [ "Bf 109 K-4 Kurf\u00fcrst", - "Fw 190 A-8 Anton", - "Fw 190 D-9 Dora", "Ju 88 A-4" ], "frontline_units": [ @@ -51,4 +49,4 @@ "has_jtac": false, "doctrine": "ww2", "building_set": "ww2germany" -} \ No newline at end of file +}