From d5ec0b20f3fd8ba1ddd54a7e6954e7e25938f928 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Nov 2022 05:30:54 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 7852d8a9..be27d513 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1773,9 +1773,16 @@ "description": "Type of singularity (white hole or black hole)", "$ref": "#/definitions/SingularityType" }, - "hasAudio": { + "hasWarpEffects": { "type": "boolean", - "description": "Whether it has ambient audio" + "description": "Whether a black hole emits blue particles upon warping. It doesn't scale, so disabling this for small black holes is recommended" + }, + "renderQueueOverride": { + "type": "integer", + "description": "Optional override for the render queue. If the singularity is rendering oddly, increasing this to 3000 can help", + "format": "int32", + "maximum": 3500.0, + "minimum": 2501.0 } } },