Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-08 21:45:00 +00:00
parent c219f6bdf6
commit f8d671e737

View File

@ -32,7 +32,8 @@
},
"canShowOnTitle": {
"type": "boolean",
"description": "Should this planet ever be shown on the title screen?"
"description": "Should this planet ever be shown on the title screen?",
"default": true
},
"Cloak": {
"description": "Add a cloaking field to this planet",
@ -814,7 +815,6 @@
"type": "number",
"description": "The semi-major axis of the ellipse that is the body's orbit. For a circular orbit this is the radius.",
"format": "float",
"default": 5000.0,
"minimum": 0.0
},
"inclination": {
@ -2022,7 +2022,7 @@
"type": "number",
"description": "Radius of the brackets that show up when you target this. Defaults to the sphere of influence.",
"format": "float",
"default": -1
"default": -1.0
},
"targetWhenClose": {
"type": "boolean",