mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
61d5bed112
commit
e4123d618a
@ -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.",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user