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