diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index e0054040..877762d0 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -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",