From d69fd91324879ed7282ba0e9d612e9d83b052784 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 10 Aug 2022 18:41:59 +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 eea36095..2b9fa811 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1152,6 +1152,12 @@ "disableSpout": { "type": "boolean", "description": "Disable the individual particle systems of the geyser" + }, + "volume": { + "type": "number", + "description": "Loudness of the geyser", + "format": "float", + "default": 0.7 } } },