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
c219f6bdf6
commit
f8d671e737
@ -32,7 +32,8 @@
|
|||||||
},
|
},
|
||||||
"canShowOnTitle": {
|
"canShowOnTitle": {
|
||||||
"type": "boolean",
|
"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": {
|
"Cloak": {
|
||||||
"description": "Add a cloaking field to this planet",
|
"description": "Add a cloaking field to this planet",
|
||||||
@ -814,7 +815,6 @@
|
|||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "The semi-major axis of the ellipse that is the body's orbit. For a circular orbit this is the radius.",
|
"description": "The semi-major axis of the ellipse that is the body's orbit. For a circular orbit this is the radius.",
|
||||||
"format": "float",
|
"format": "float",
|
||||||
"default": 5000.0,
|
|
||||||
"minimum": 0.0
|
"minimum": 0.0
|
||||||
},
|
},
|
||||||
"inclination": {
|
"inclination": {
|
||||||
@ -2022,7 +2022,7 @@
|
|||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "Radius of the brackets that show up when you target this. Defaults to the sphere of influence.",
|
"description": "Radius of the brackets that show up when you target this. Defaults to the sphere of influence.",
|
||||||
"format": "float",
|
"format": "float",
|
||||||
"default": -1
|
"default": -1.0
|
||||||
},
|
},
|
||||||
"targetWhenClose": {
|
"targetWhenClose": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user