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
fc6d5d8a74
commit
7493b20a8f
@ -2303,11 +2303,6 @@
|
|||||||
"description": "Colour of the star at the end of its lifespan.",
|
"description": "Colour of the star at the end of its lifespan.",
|
||||||
"$ref": "#/definitions/MColor"
|
"$ref": "#/definitions/MColor"
|
||||||
},
|
},
|
||||||
"goSupernova": {
|
|
||||||
"type": "boolean",
|
|
||||||
"description": "Should this star explode at the end of its lifespan?",
|
|
||||||
"default": true
|
|
||||||
},
|
|
||||||
"lifespan": {
|
"lifespan": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "How long in minutes this star will last until it supernovas.",
|
"description": "How long in minutes this star will last until it supernovas.",
|
||||||
@ -2389,11 +2384,13 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"x-enumNames": [
|
"x-enumNames": [
|
||||||
"Default",
|
"Default",
|
||||||
|
"None",
|
||||||
"PlanetaryNebula",
|
"PlanetaryNebula",
|
||||||
"Supernova"
|
"Supernova"
|
||||||
],
|
],
|
||||||
"enum": [
|
"enum": [
|
||||||
"default",
|
"default",
|
||||||
|
"none",
|
||||||
"planetaryNebula",
|
"planetaryNebula",
|
||||||
"supernova"
|
"supernova"
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user