From d8bae236445a07b102293beb380fbd968e9e7e22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Oct 2022 16:55:10 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index cbd0b20d..478b1869 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -501,6 +501,11 @@ "type": "number", "description": "Radius of the zero gravity volume. This will make it so no gravity from any planet will affect you. Useful for satellites.", "format": "float" + }, + "gravityVolumePriority": { + "type": "integer", + "description": "Optional. You can force this planet's gravity to be felt over other gravity/zero-gravity sources by increasing this number.", + "format": "int32" } } },