Updated Schemas

This commit is contained in:
github-actions[bot] 2022-06-26 21:59:19 +00:00
parent 61d5bed112
commit e4123d618a

View File

@ -1411,22 +1411,26 @@
"maxInterval": { "maxInterval": {
"type": "number", "type": "number",
"description": "Maximum time between meteor launches.", "description": "Maximum time between meteor launches.",
"format": "float" "format": "float",
"default": 20.0
}, },
"maxLaunchSpeed": { "maxLaunchSpeed": {
"type": "number", "type": "number",
"description": "Maximum random speed at which meteors are launched.", "description": "Maximum random speed at which meteors are launched.",
"format": "float" "format": "float",
"default": 150.0
}, },
"minInterval": { "minInterval": {
"type": "number", "type": "number",
"description": "Minimum time between meteor launches.", "description": "Minimum time between meteor launches.",
"format": "float" "format": "float",
"default": 5.0
}, },
"minLaunchSpeed": { "minLaunchSpeed": {
"type": "number", "type": "number",
"description": "Minimum random speed at which meteors are launched.", "description": "Minimum random speed at which meteors are launched.",
"format": "float" "format": "float",
"default": 50.0
}, },
"position": { "position": {
"description": "Position of this volcano.", "description": "Position of this volcano.",