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?"