From 0777a1db2568821c39f18b278f75773e50c59fe0 Mon Sep 17 00:00:00 2001 From: Zola-Meade <99887141+Zola-Meade@users.noreply.github.com> Date: Thu, 17 Feb 2022 08:33:17 -0500 Subject: [PATCH] Update aircraft.json I added the pull up ratio to 11 instead of one because there needs to be at leat one plane that makes it to space in Geo-Fs --- B738/Aircraft/aircraft.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/B738/Aircraft/aircraft.json b/B738/Aircraft/aircraft.json index 5ab4665..7693964 100644 --- a/B738/Aircraft/aircraft.json +++ b/B738/Aircraft/aircraft.json @@ -259,7 +259,7 @@ "parent":"body", "type":"airfoil", "model":"leftInnerSpoiler.glb", - "liftFactor":-1, + "liftFactor":-11, "dragFactor":1.5, "forceDirection":"Z", "points":{ @@ -1532,4 +1532,4 @@ 25 ] } -] \ No newline at end of file +]