From e9729eeadbf813517d00c6632c6209e6ddbd7244 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 12 May 2022 12:21:53 -0400 Subject: [PATCH] Document quantum --- NewHorizons/schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NewHorizons/schema.json b/NewHorizons/schema.json index 8c571b15..c70c6faa 100644 --- a/NewHorizons/schema.json +++ b/NewHorizons/schema.json @@ -153,6 +153,11 @@ "description": "Should this planet ever be shown on the title screen", "default": "true" }, + "isQuantumState": { + "type": "boolean", + "description": "Does this config describe a quantum state of a custom planet defined in another file?", + "default": "false" + }, "Base": { "type": "object", "additionalProperties": false,