Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-10 04:32:04 +00:00
parent 9be4ec77bf
commit fcd4744ed2
2 changed files with 4 additions and 4 deletions

View File

@ -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
},

View File

@ -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
},