From 9c320c843ac818d30ec0dce93399f1fe48f7c164 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 Jul 2022 19:45:37 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 0ac4d1d8..f9961c6e 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -245,6 +245,12 @@ "description": "Colour of atmospheric shader on the planet.", "$ref": "#/definitions/MColor" }, + "atmosphereSunIntensity": { + "type": "number", + "description": "How intense should the sun appear in the sky.\nAlso affects general atmosphere brightness.\nDefault value of 1 matches Timber Hearth.\nIf not set, this will be determined based off the distance to the sun.", + "format": "float", + "minimum": 0.0 + }, "clouds": { "description": "Describes the clouds in the atmosphere", "$ref": "#/definitions/CloudInfo"