From 00a67e243f96017c83c2737255a33979dfa8e55c Mon Sep 17 00:00:00 2001 From: Ben C Date: Tue, 18 Jul 2023 05:23:53 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index a67d997d..c1442778 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -3213,6 +3213,11 @@ "description": "The type of stellar remnant your star will leave behind.", "default": "default", "$ref": "#/definitions/StellarRemnantType" + }, + "solarFlareScaleFactor": { + "type": "number", + "description": "Size multiuplier for solar flares. Defaults to 1.", + "format": "float" } } },