From cb0b196e535217ab8837bbd365f0db74604652b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Jun 2022 22:00:16 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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.",