From 70a4951819bb440c619e754dc5d113e5e1380a05 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sun, 19 Mar 2023 00:58:44 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/star_system_schema.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NewHorizons/Schemas/star_system_schema.json b/NewHorizons/Schemas/star_system_schema.json index c3134326..34b8a93b 100644 --- a/NewHorizons/Schemas/star_system_schema.json +++ b/NewHorizons/Schemas/star_system_schema.json @@ -143,6 +143,14 @@ "type": "string", "description": "A ship log fact which will make a prompt appear showing the coordinates when you're in the Vessel." }, + "alwaysPresent": { + "type": "boolean", + "description": "Whether the vessel should spawn in this system even if it wasn't used to warp to it." + }, + "spawnOnVessel": { + "type": "boolean", + "description": "Whether to always spawn the player on the vessel, even if it wasn't used to warp to the system." + }, "hasPhysics": { "type": "boolean", "description": "Whether the vessel should have physics enabled. This must be set to false for the vessel to stay attached to a parent body.",