Updated Schemas

This commit is contained in:
Ben C 2023-07-18 05:10:55 +00:00
parent 64efe36511
commit 0163f8c822

View File

@ -1034,6 +1034,13 @@
"description": "Rotation period in minutes.", "description": "Rotation period in minutes.",
"format": "float" "format": "float"
}, },
"initialRotation": {
"type": "number",
"description": "Offsets the planet's starting sidereal rotation. In degrees.",
"format": "float",
"maximum": 360.0,
"minimum": 0.0
},
"isTidallyLocked": { "isTidallyLocked": {
"type": "boolean", "type": "boolean",
"description": "Should the body always have one side facing its primary?" "description": "Should the body always have one side facing its primary?"