diff --git a/game/ato/ai_flight_planner_db.py b/game/ato/ai_flight_planner_db.py index 88bb8331..19b1f4ba 100644 --- a/game/ato/ai_flight_planner_db.py +++ b/game/ato/ai_flight_planner_db.py @@ -6,6 +6,7 @@ from dcs.helicopters import ( AH_1W, AH_64A, AH_64D, + AH_64D_BLK_II, CH_47D, CH_53E, Ka_50, @@ -210,6 +211,7 @@ CAS_CAPABLE = [ MiG_27K, MiG_29A, MiG_21Bis, + AH_64D_BLK_II, AH_64D, AH_64A, AH_1W, diff --git a/resources/factions/Israel-USN_2005_Allied_Sword.json b/resources/factions/Israel-USN_2005_Allied_Sword.json index d0769c51..2d267c8d 100644 --- a/resources/factions/Israel-USN_2005_Allied_Sword.json +++ b/resources/factions/Israel-USN_2005_Allied_Sword.json @@ -16,6 +16,7 @@ "AV-8B Harrier II Night Attack", "AH-1W SuperCobra", "AH-64D Apache Longbow", + "AH-64D Apache Longbow (AI)", "S-3B Viking", "SH-60B Seahawk", "UH-1H Iroquois" diff --git a/resources/factions/NATO_OIF.json b/resources/factions/NATO_OIF.json index 66b047a2..973306ce 100644 --- a/resources/factions/NATO_OIF.json +++ b/resources/factions/NATO_OIF.json @@ -6,6 +6,7 @@ "aircrafts": [ "A-10C Thunderbolt II (Suite 3)", "AH-64D Apache Longbow", + "AH-64D Apache Longbow (AI)", "AV-8B Harrier II Night Attack", "B-1B Lancer", "B-52H Stratofortress", diff --git a/resources/factions/bluefor_modern.json b/resources/factions/bluefor_modern.json index e5cc3a76..887a0a81 100644 --- a/resources/factions/bluefor_modern.json +++ b/resources/factions/bluefor_modern.json @@ -8,6 +8,7 @@ "A-10C Thunderbolt II (Suite 3)", "A-10C Thunderbolt II (Suite 7)", "AH-64D Apache Longbow", + "AH-64D Apache Longbow (AI)", "AJS-37 Viggen", "AV-8B Harrier II Night Attack", "B-1B Lancer", diff --git a/resources/factions/israel_2000.json b/resources/factions/israel_2000.json index ca808916..8ff40fc4 100644 --- a/resources/factions/israel_2000.json +++ b/resources/factions/israel_2000.json @@ -9,6 +9,7 @@ "aircrafts": [ "AH-1W SuperCobra", "AH-64D Apache Longbow", + "AH-64D Apache Longbow (AI)", "C-130", "C-130J-30 Super Hercules", "F-15C Eagle", diff --git a/resources/factions/israel_2012.json b/resources/factions/israel_2012.json index 1a3b4d9a..2baa642e 100644 --- a/resources/factions/israel_2012.json +++ b/resources/factions/israel_2012.json @@ -9,6 +9,7 @@ "aircrafts": [ "A-10C Thunderbolt II (Suite 3)", "AH-64D Apache Longbow", + "AH-64D Apache Longbow (AI)", "C-130", "C-130J-30 Super Hercules", "F-15C Eagle", diff --git a/resources/factions/japan_2005.json b/resources/factions/japan_2005.json index 9281ce28..c70ba216 100644 --- a/resources/factions/japan_2005.json +++ b/resources/factions/japan_2005.json @@ -9,6 +9,7 @@ "aircrafts": [ "AH-1W SuperCobra", "AH-64D Apache Longbow", + "AH-64D Apache Longbow (AI)", "C-130", "C-130J-30 Super Hercules", "F-15J Eagle", diff --git a/resources/factions/uae_2005.json b/resources/factions/uae_2005.json index d1f07f59..8017cd8e 100644 --- a/resources/factions/uae_2005.json +++ b/resources/factions/uae_2005.json @@ -5,6 +5,7 @@ "description": "

UAR army in the 2000s.

", "aircrafts": [ "AH-64D Apache Longbow", + "AH-64D Apache Longbow (AI)", "C-130", "F-16CM Fighting Falcon (Block 50)", "Mirage 2000-5", diff --git a/resources/factions/uae_2015.json b/resources/factions/uae_2015.json index 9e553c4a..84bac9d2 100644 --- a/resources/factions/uae_2015.json +++ b/resources/factions/uae_2015.json @@ -5,6 +5,7 @@ "description": "

UAE army in the 2010s.

", "aircrafts": [ "AH-64D Apache Longbow", + "AH-64D Apache Longbow (AI)", "C-130", "C-130J-30 Super Hercules", "C-17A", diff --git a/resources/factions/us_aggressors.json b/resources/factions/us_aggressors.json index 5a0d59c7..11a0056a 100644 --- a/resources/factions/us_aggressors.json +++ b/resources/factions/us_aggressors.json @@ -11,6 +11,7 @@ "A-10A Thunderbolt II", "A-10C Thunderbolt II (Suite 3)", "AH-64D Apache Longbow", + "AH-64D Apache Longbow (AI)", "AV-8B Harrier II Night Attack", "B-1B Lancer", "B-52H Stratofortress", diff --git a/resources/factions/usa_2005.json b/resources/factions/usa_2005.json index 9a1351a5..fd627e27 100644 --- a/resources/factions/usa_2005.json +++ b/resources/factions/usa_2005.json @@ -10,6 +10,7 @@ "A-10C Thunderbolt II (Suite 3)", "A-10C Thunderbolt II (Suite 7)", "AH-64D Apache Longbow", + "AH-64D Apache Longbow (AI)", "AV-8B Harrier II Night Attack", "B-1B Lancer", "B-52H Stratofortress", diff --git a/resources/ui/units/aircrafts/banners/AH-64D_BLK_II_24.jpg b/resources/ui/units/aircrafts/banners/AH-64D_BLK_II_24.jpg new file mode 100644 index 00000000..5886e736 Binary files /dev/null and b/resources/ui/units/aircrafts/banners/AH-64D_BLK_II_24.jpg differ diff --git a/resources/ui/units/aircrafts/icons/AH-64D_BLK_II_24.jpg b/resources/ui/units/aircrafts/icons/AH-64D_BLK_II_24.jpg new file mode 100644 index 00000000..cbc1ff42 Binary files /dev/null and b/resources/ui/units/aircrafts/icons/AH-64D_BLK_II_24.jpg differ diff --git a/resources/units/aircraft/AH-64D.yaml b/resources/units/aircraft/AH-64D.yaml index 6043da0f..524e3e29 100644 --- a/resources/units/aircraft/AH-64D.yaml +++ b/resources/units/aircraft/AH-64D.yaml @@ -15,4 +15,4 @@ origin: USA price: 20 role: Attack variants: - AH-64D Apache Longbow: {} + AH-64D Apache Longbow (AI): {} diff --git a/resources/units/aircraft/AH-64D_BLK_II.yaml b/resources/units/aircraft/AH-64D_BLK_II.yaml new file mode 100644 index 00000000..6043da0f --- /dev/null +++ b/resources/units/aircraft/AH-64D_BLK_II.yaml @@ -0,0 +1,18 @@ +always_keeps_gun: true +description: The legendary 'Apache' is an US twin-turboshaft attack helicopter for + a crew of two. It features a nose-mounted sensor suite for target acquisition and + night vision systems. It is armed with a 30 mm (1.18 in) M230 chain gun carried + between the main landing gear, under the aircraft's forward fuselage, and four hardpoints + mounted on stub-wing pylons for carrying armament and stores, typically a mixture + of AGM-114 Hellfire missiles and Hydra 70 rocket pods. The AH-64 has significant + systems redundancy to improve combat survivability. American AH-64s have served + in conflicts in Panama, the Persian Gulf, Kosovo, Afghanistan, and Iraq. Israel + used the Apache in its military conflicts in Lebanon and the Gaza Strip. British + and Dutch Apaches have seen deployments in wars in Afghanistan and Iraq. +introduced: 2003 +manufacturer: Boeing +origin: USA +price: 20 +role: Attack +variants: + AH-64D Apache Longbow: {}