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 } } },