From 7865b40d9040b442efd77d45c112c04763b96ba8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Aug 2022 22:25:25 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 03303e44..554d2944 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1973,6 +1973,10 @@ "rename": { "type": "string", "description": "An optional rename of this object" + }, + "disableWall": { + "type": "boolean", + "description": "Disable the wall, leaving only the pedestal and text." } } }, @@ -2035,6 +2039,14 @@ "type": "string", "description": "A ship log fact to reveal when the platform is connected to.", "default": "" + }, + "disableStructure": { + "type": "boolean", + "description": "Disable the structure, leaving only the pedestal." + }, + "disablePool": { + "type": "boolean", + "description": "Disable the pool that rises when you place a stone." } } },