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
9be4ec77bf
commit
fcd4744ed2
@ -2254,17 +2254,17 @@
|
||||
}
|
||||
},
|
||||
"endTint": {
|
||||
"description": "Colour of the star at the end of its life.",
|
||||
"description": "Colour of the star at the end of its lifespan.",
|
||||
"$ref": "#/definitions/MColor"
|
||||
},
|
||||
"goSupernova": {
|
||||
"type": "boolean",
|
||||
"description": "Should this star explode after 22 minutes?",
|
||||
"description": "Should this star explode at the end of its lifespan?",
|
||||
"default": true
|
||||
},
|
||||
"lifespan": {
|
||||
"type": "number",
|
||||
"description": "How long this star will last until it supernovas.",
|
||||
"description": "How long in minutes this star will last until it supernovas.",
|
||||
"format": "float",
|
||||
"default": 22.0
|
||||
},
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
},
|
||||
"loopDuration": {
|
||||
"type": "number",
|
||||
"description": "The duration of the time loop.",
|
||||
"description": "The duration of the time loop in minutes. This is the time the sun explodes. End Times plays 85 seconds before this time, and your memories get sent back about 40 seconds after this time.",
|
||||
"format": "float",
|
||||
"default": 22.0
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user