From 891a2e353d32304531974dae0668901bfab1be3f Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 24 Mar 2023 00:37:22 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index f531c387a..b21da199d 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2527,6 +2527,10 @@ "description": "In degrees. Gives a margin of error for alignments.", "format": "float", "default": 5.0 + }, + "flipAlignment": { + "type": "boolean", + "description": "This makes the alignment happen if the destination planet is BELOW you rather than above." } } },