From 467ef7c04fe4ac9801df09efeed82898a014aa16 Mon Sep 17 00:00:00 2001 From: DeltaJets <55162939+DeltaJets@users.noreply.github.com> Date: Wed, 11 Sep 2019 16:07:07 -0400 Subject: [PATCH 1/5] Created 717-200 and MD-88 --- 717 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 717 diff --git a/717 b/717 new file mode 100644 index 000000000..8964573d7 --- /dev/null +++ b/717 @@ -0,0 +1,2 @@ +Model("Boeing 717-200", capacity = 128, fuelBurn = (128 * 3.0).toInt, speed = 811, range = 3820, price = 40000000, lifespan = 35 * 52, constructionTime = 5, countryCode = "US", imageUrl = "https://www.google.es/url?sa=i&source=images&cd=&ved=2ahUKEwiXv82cxsnkAhUIkRQKHYwoDrIQjRx6BAgBEAQ&url=https%3A%2F%2Fwww.delta.com%2Fus%2Fen%2Faircraft%2Fboeing%2F717&psig=AOvVaw0nzTj2VqU3Czk2jfxq5jpX&ust=1568318061181754/"), +Model("McDonnell Douglas MD-88", capacity = 172, fuelBurn = (172 * 3.5).toInt, speed = 925, range = 4720, price = 45000000, lifespan = 35 * 52, constructionTime = 6, countryCode = "US", imageUrl = "https://www.google.com/url?sa=i&source=images&cd=&ved=2ahUKEwistfLKx8nkAhXK34UKHX2BDcAQjRx6BAgBEAQ&url=https%3A%2F%2Fwww.delta.com%2Fus%2Fen%2Faircraft%2Fmcdonnell-douglas%2Fmd-88&psig=AOvVaw0Cccznqj0_eEJBYUTpQwWB&ust=1568318431063049/"), From fe4239d49dd7c8ee4714305c4bd794c031d273ce Mon Sep 17 00:00:00 2001 From: DeltaJets <55162939+DeltaJets@users.noreply.github.com> Date: Sun, 15 Sep 2019 17:42:01 -0400 Subject: [PATCH 2/5] Update 717 --- 717 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/717 b/717 index 8964573d7..06a00779a 100644 --- a/717 +++ b/717 @@ -1,2 +1,2 @@ -Model("Boeing 717-200", capacity = 128, fuelBurn = (128 * 3.0).toInt, speed = 811, range = 3820, price = 40000000, lifespan = 35 * 52, constructionTime = 5, countryCode = "US", imageUrl = "https://www.google.es/url?sa=i&source=images&cd=&ved=2ahUKEwiXv82cxsnkAhUIkRQKHYwoDrIQjRx6BAgBEAQ&url=https%3A%2F%2Fwww.delta.com%2Fus%2Fen%2Faircraft%2Fboeing%2F717&psig=AOvVaw0nzTj2VqU3Czk2jfxq5jpX&ust=1568318061181754/"), -Model("McDonnell Douglas MD-88", capacity = 172, fuelBurn = (172 * 3.5).toInt, speed = 925, range = 4720, price = 45000000, lifespan = 35 * 52, constructionTime = 6, countryCode = "US", imageUrl = "https://www.google.com/url?sa=i&source=images&cd=&ved=2ahUKEwistfLKx8nkAhXK34UKHX2BDcAQjRx6BAgBEAQ&url=https%3A%2F%2Fwww.delta.com%2Fus%2Fen%2Faircraft%2Fmcdonnell-douglas%2Fmd-88&psig=AOvVaw0Cccznqj0_eEJBYUTpQwWB&ust=1568318431063049/"), +HYwoDrIQjRx6BAgBEAQ&urModel("Boeing 717-200", capacity = 128, fuelBurn = (128 * 3.0).toInt, speed = 811, range = 3820, price = 40000000, lifespan = 35 * 52, constructionTime = 5, countryCode = "US", imageUrl = "file:///C:/Users/ESS031/Downloads/Nor712.jpg/"), +Model("McDonnell Douglas MD-88", capacity = 172, fuelBurn = (172 * 3.5).toInt, speed = 925, range = 4720, price = 45000000, lifespan = 35 * 52, constructionTime = 6, countryCode = "US", imageUrl = "file:///C:/Users/ESS031/Downloads/NorMD88.jpg/"), From a1b85042da2801aa1a3c8dbe32bb74d2f8649415 Mon Sep 17 00:00:00 2001 From: DeltaJets <55162939+DeltaJets@users.noreply.github.com> Date: Sun, 15 Sep 2019 18:42:30 -0400 Subject: [PATCH 3/5] Update 717 --- 717 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/717 b/717 index 06a00779a..6f836a8cc 100644 --- a/717 +++ b/717 @@ -1,2 +1,2 @@ -HYwoDrIQjRx6BAgBEAQ&urModel("Boeing 717-200", capacity = 128, fuelBurn = (128 * 3.0).toInt, speed = 811, range = 3820, price = 40000000, lifespan = 35 * 52, constructionTime = 5, countryCode = "US", imageUrl = "file:///C:/Users/ESS031/Downloads/Nor712.jpg/"), +Model("Boeing 717-200", capacity = 128, fuelBurn = (128 * 3.0).toInt, speed = 811, range = 3820, price = 40000000, lifespan = 35 * 52, constructionTime = 5, countryCode = "US", imageUrl = "file:///C:/Users/ESS031/Downloads/Nor712.jpg/"), Model("McDonnell Douglas MD-88", capacity = 172, fuelBurn = (172 * 3.5).toInt, speed = 925, range = 4720, price = 45000000, lifespan = 35 * 52, constructionTime = 6, countryCode = "US", imageUrl = "file:///C:/Users/ESS031/Downloads/NorMD88.jpg/"), From 79e5125e60120382fbdb85fa96785ca5b54f8256 Mon Sep 17 00:00:00 2001 From: DeltaJets <55162939+DeltaJets@users.noreply.github.com> Date: Mon, 16 Sep 2019 15:51:44 -0400 Subject: [PATCH 4/5] Update 717 --- 717 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/717 b/717 index 6f836a8cc..fec051ee1 100644 --- a/717 +++ b/717 @@ -1,2 +1,2 @@ -Model("Boeing 717-200", capacity = 128, fuelBurn = (128 * 3.0).toInt, speed = 811, range = 3820, price = 40000000, lifespan = 35 * 52, constructionTime = 5, countryCode = "US", imageUrl = "file:///C:/Users/ESS031/Downloads/Nor712.jpg/"), -Model("McDonnell Douglas MD-88", capacity = 172, fuelBurn = (172 * 3.5).toInt, speed = 925, range = 4720, price = 45000000, lifespan = 35 * 52, constructionTime = 6, countryCode = "US", imageUrl = "file:///C:/Users/ESS031/Downloads/NorMD88.jpg/"), +Model("Boeing 717-200", capacity = 128, fuelBurn = (128 * 3.0).toInt, speed = 811, range = 3820, price = 40000000, lifespan = 35 * 52, constructionTime = 5, countryCode = "US", imageUrl = "https://ibb.co/sHm0FGC/"), +Model("McDonnell Douglas MD-88", capacity = 172, fuelBurn = (172 * 3.5).toInt, speed = 925, range = 4720, price = 45000000, lifespan = 35 * 52, constructionTime = 6, countryCode = "US", imageUrl = "https://ibb.co/26pVBYN/"), From 526290066f7c0022375660263b6aaa7681242712 Mon Sep 17 00:00:00 2001 From: DeltaJets <55162939+DeltaJets@users.noreply.github.com> Date: Thu, 26 Sep 2019 17:54:39 -0400 Subject: [PATCH 5/5] Update 717 --- 717 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/717 b/717 index fec051ee1..1e6c01d6a 100644 --- a/717 +++ b/717 @@ -1,2 +1,2 @@ -Model("Boeing 717-200", capacity = 128, fuelBurn = (128 * 3.0).toInt, speed = 811, range = 3820, price = 40000000, lifespan = 35 * 52, constructionTime = 5, countryCode = "US", imageUrl = "https://ibb.co/sHm0FGC/"), -Model("McDonnell Douglas MD-88", capacity = 172, fuelBurn = (172 * 3.5).toInt, speed = 925, range = 4720, price = 45000000, lifespan = 35 * 52, constructionTime = 6, countryCode = "US", imageUrl = "https://ibb.co/26pVBYN/"), +Model("Boeing 717-200", capacity = 128, fuelBurn = (128 * 3.75).toInt, speed = 811, range = 3820, price = 60000000, lifespan = 35 * 52, constructionTime = 5, countryCode = "US", imageUrl = "https://ibb.co/sHm0FGC/"), +Model("McDonnell Douglas MD-88", capacity = 172, fuelBurn = (172 * 4.5).toInt, speed = 925, range = 4720, price = 62000000, lifespan = 35 * 52, constructionTime = 6, countryCode = "US", imageUrl = "https://ibb.co/26pVBYN/"),