From 0163f8c822e61e86238050f1bfe72ad92cd6aae7 Mon Sep 17 00:00:00 2001 From: Ben C Date: Tue, 18 Jul 2023 05:10:55 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index ec905995..a67d997d 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1034,6 +1034,13 @@ "description": "Rotation period in minutes.", "format": "float" }, + "initialRotation": { + "type": "number", + "description": "Offsets the planet's starting sidereal rotation. In degrees.", + "format": "float", + "maximum": 360.0, + "minimum": 0.0 + }, "isTidallyLocked": { "type": "boolean", "description": "Should the body always have one side facing its primary?"