diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 9605298c..8540a9b5 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1411,22 +1411,26 @@ "maxInterval": { "type": "number", "description": "Maximum time between meteor launches.", - "format": "float" + "format": "float", + "default": 20.0 }, "maxLaunchSpeed": { "type": "number", "description": "Maximum random speed at which meteors are launched.", - "format": "float" + "format": "float", + "default": 150.0 }, "minInterval": { "type": "number", "description": "Minimum time between meteor launches.", - "format": "float" + "format": "float", + "default": 5.0 }, "minLaunchSpeed": { "type": "number", "description": "Minimum random speed at which meteors are launched.", - "format": "float" + "format": "float", + "default": 50.0 }, "position": { "description": "Position of this volcano.",