From c7d8119b1db4e4f5c234f761cb82b04d423a66f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 15 Aug 2022 10:54:48 +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 9a23d4df..d8d4db3c 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -450,6 +450,11 @@ "type": "boolean", "description": "If the body should have a marker on the map screen." }, + "hasSupernovaShockEffect": { + "type": "boolean", + "description": "Does this planet have a shock effect when the nearest star goes supernova?", + "default": true + }, "invulnerableToSun": { "type": "boolean", "description": "Can this planet survive entering a star?"