From 70f07c20a907dda2e28950d531e091cd00e1788b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 6 Sep 2022 03:37:40 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index b1a756cd..18185e87 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2468,6 +2468,10 @@ "type": "string", "description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)." }, + "rename": { + "type": "string", + "description": "An optional rename of this volume." + }, "audio": { "type": "string", "description": "The audio to use. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list." @@ -2541,6 +2545,10 @@ "type": "string", "description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)." }, + "rename": { + "type": "string", + "description": "An optional rename of this volume." + }, "type": { "description": "The type of hazard for this volume.", "default": "general", @@ -2618,6 +2626,10 @@ "parentPath": { "type": "string", "description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)." + }, + "rename": { + "type": "string", + "description": "An optional rename of this volume." } } }, @@ -2638,6 +2650,10 @@ "type": "string", "description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)." }, + "rename": { + "type": "string", + "description": "An optional rename of this volume." + }, "target": { "description": "What the notification will show for.", "default": "all", @@ -2700,6 +2716,10 @@ "type": "string", "description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)." }, + "rename": { + "type": "string", + "description": "An optional rename of this volume." + }, "maxAngle": { "type": "number", "description": "The max view angle (in degrees) the player can see the volume with to unlock the fact (`observe` only)",