From a6e47607324d162dd5aeaadb57275ac5c2ce330b Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 26 May 2023 18:30:04 +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 ce24bb0f..53c1fca0 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -3457,6 +3457,18 @@ "pauseOnFadeOut": { "type": "boolean", "description": "Pause the music when exiting the volume." + }, + "spatialBlend": { + "type": "boolean", + "description": "Whether the audio sounds like it emits from the center of the volume." + }, + "spread": { + "type": "number", + "description": "If spatialBlend is true, how much does the direction of audio \"spread\" out from facing the center, between 0 and 180 degrees.", + "format": "float", + "default": 180.0, + "maximum": 180.0, + "minimum": 0.0 } } },