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
3caaf7b916
commit
6ca3ee7ae6
@ -3214,10 +3214,9 @@
|
|||||||
"default": "default",
|
"default": "default",
|
||||||
"$ref": "#/definitions/StellarRemnantType"
|
"$ref": "#/definitions/StellarRemnantType"
|
||||||
},
|
},
|
||||||
"solarFlareScaleFactor": {
|
"solarFlareSettings": {
|
||||||
"type": "number",
|
"description": "Allows overriding solar flare graphical settings.",
|
||||||
"description": "Size multiuplier for solar flares. Defaults to 1.",
|
"$ref": "#/definitions/SolarFlareModule"
|
||||||
"format": "float"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -3257,6 +3256,36 @@
|
|||||||
"custom"
|
"custom"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"SolarFlareModule": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": false,
|
||||||
|
"properties": {
|
||||||
|
"scaleFactor": {
|
||||||
|
"type": "number",
|
||||||
|
"description": "Size multiuplier for solar flares. Defaults to 1.",
|
||||||
|
"format": "float",
|
||||||
|
"default": 1
|
||||||
|
},
|
||||||
|
"lifeLength": {
|
||||||
|
"type": "number",
|
||||||
|
"description": "How long a solar flare is visible for. Defaults to 15.",
|
||||||
|
"format": "float",
|
||||||
|
"default": 15.0
|
||||||
|
},
|
||||||
|
"minTimeBetweenFlares": {
|
||||||
|
"type": "number",
|
||||||
|
"description": "Solar flares are emitted randomly. This is the minimum ammount of time between solar flares.",
|
||||||
|
"format": "float",
|
||||||
|
"default": 5.0
|
||||||
|
},
|
||||||
|
"maxTimeBetweenFlares": {
|
||||||
|
"type": "number",
|
||||||
|
"description": "Solar flares are emitted randomly. This is the maximum ammount of time between solar flares.",
|
||||||
|
"format": "float",
|
||||||
|
"default": 30.0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"WaterModule": {
|
"WaterModule": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user