diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index a594026f..23b03948 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1124,6 +1124,18 @@ "format": "float", "default": 55.0 }, + "activeDuration": { + "type": "number", + "description": "Time in seconds eruptions last for", + "format": "float", + "default": 10.0 + }, + "inactiveDuration": { + "type": "number", + "description": "Time in seconds between eruptions", + "format": "float", + "default": 19.0 + }, "tint": { "description": "Color of the geyser. Alpha sets the particle density.", "$ref": "#/definitions/MColor"