From e24dd0459eab775a67841bf1c58673d7ed58d267 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Jul 2022 01:24:30 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 8 ++------ NewHorizons/Schemas/star_system_schema.json | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index ebd676bb..db7de896 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -575,13 +575,9 @@ "description": "Radius of the cloaking field around the planet. It's a bit finicky so experiment with different values. If you\ndon't want a cloak, leave this as 0.", "format": "float" }, - "audioClip": { + "audio": { "type": "string", - "description": "Name of an existing AudioClip in the game that will play when entering the cloaking field." - }, - "audioFilePath": { - "type": "string", - "description": "Relative filepath to the .wav file to use as the audio. Mutually exclusive with audioClip." + "description": "The audio that will play when entering the cloaking field. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list." } } }, diff --git a/NewHorizons/Schemas/star_system_schema.json b/NewHorizons/Schemas/star_system_schema.json index 48833445..be0acb8b 100644 --- a/NewHorizons/Schemas/star_system_schema.json +++ b/NewHorizons/Schemas/star_system_schema.json @@ -36,13 +36,9 @@ "type": "boolean", "description": "Set to `true` if you want to spawn here after dying, not Timber Hearth. You can still warp back to the main star\nsystem." }, - "travelAudioClip": { + "travelAudio": { "type": "string", - "description": "Name of an existing AudioClip in the game that will play when travelling in space." - }, - "travelAudioFilePath": { - "type": "string", - "description": "Relative filepath to the .wav file to use as the audio. Mutually exclusive with travelAudioClip." + "description": "The audio that will play when travelling in space. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list." }, "coords": { "description": "Coordinates that the vessel can use to warp to your solar system.",