From e5e1c9a03055d9abbc591b12ead0a9b9d347d004 Mon Sep 17 00:00:00 2001 From: k4nfr3 <45294916+k4nfr3@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:34:34 +0200 Subject: [PATCH] Update aircraft_type_fuel_consumption_rates.json adding Falcon 8X fuel and corrected a few typo's --- aircraft_type_fuel_consumption_rates.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/aircraft_type_fuel_consumption_rates.json b/aircraft_type_fuel_consumption_rates.json index ce2471b..2a881a6 100644 --- a/aircraft_type_fuel_consumption_rates.json +++ b/aircraft_type_fuel_consumption_rates.json @@ -130,12 +130,17 @@ "category": "Small Private Jet" }, "FA7X": { - "name": "Dassult Falcon 7X", + "name": "Dassault Falcon 7X", "galph": 380, "category": "Small Private Jet" + }, + "FA8X": { + "name": "Dassault Falcon 8X", + "galph": 347, + "category": "Small Private Jet" }, "F900": { - "name": "Dassult Falcon 900", + "name": "Dassault Falcon 900", "galph": 347, "category": "Small Private Jet" }, @@ -409,4 +414,4 @@ "galph": 288.0, "category": "" } -} \ No newline at end of file +}