From 8946ce360db337a62ca73840878d2559ff7c2e29 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sat, 9 Mar 2024 05:13:11 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/star_system_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NewHorizons/Schemas/star_system_schema.json b/NewHorizons/Schemas/star_system_schema.json index 0cba8563..e80caae9 100644 --- a/NewHorizons/Schemas/star_system_schema.json +++ b/NewHorizons/Schemas/star_system_schema.json @@ -81,6 +81,10 @@ "type": "string" } }, + "shipLogStartingPlanetID": { + "type": "string", + "description": "The planet to focus on when entering the ship log for the first time in a loop. If not set this will be the planet at navtigation position (1, 0)" + }, "curiosities": { "type": "array", "description": "List colors of curiosity entries",