From 199d806194d57f19b63c0d97594da59489472102 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Aug 2022 23:38:42 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index c5fd87fb..9c56120f 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2267,7 +2267,14 @@ "properties": { "hasSupernovaShockEffect": { "type": "boolean", - "description": "Does this planet have a shock effect when the nearest star goes supernova? Automatically disabled for stars, focal points, and stellar remnants." + "description": "Does this planet have a shock effect when the nearest star goes supernova? Automatically disabled for stars, focal points, and stellar remnants.", + "default": true + }, + "radius": { + "type": "number", + "description": "Radius of the shock effect", + "format": "float", + "default": 1.1 }, "assetBundle": { "type": "string",