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
22f96ddea3
commit
e87b5f7dcc
@ -354,11 +354,11 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"Time": {
|
"time": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"format": "float"
|
"format": "float"
|
||||||
},
|
},
|
||||||
"Tint": {
|
"tint": {
|
||||||
"$ref": "#/definitions/MColor"
|
"$ref": "#/definitions/MColor"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -437,15 +437,15 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"X": {
|
"x": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"format": "float"
|
"format": "float"
|
||||||
},
|
},
|
||||||
"Y": {
|
"y": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"format": "float"
|
"format": "float"
|
||||||
},
|
},
|
||||||
"Z": {
|
"z": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"format": "float"
|
"format": "float"
|
||||||
}
|
}
|
||||||
@ -590,50 +590,50 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"PrimaryBody": {
|
"primaryBody": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the body this one will orbit around"
|
"description": "The name of the body this one will orbit around"
|
||||||
},
|
},
|
||||||
"IsMoon": {
|
"isMoon": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Is this the moon of a planet? Used for determining when its name is shown on the map."
|
"description": "Is this the moon of a planet? Used for determining when its name is shown on the map."
|
||||||
},
|
},
|
||||||
"AxialTilt": {
|
"axialTilt": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "The angle between the normal to the orbital plane and its axis of rotation.",
|
"description": "The angle between the normal to the orbital plane and its axis of rotation.",
|
||||||
"format": "float"
|
"format": "float"
|
||||||
},
|
},
|
||||||
"SiderealPeriod": {
|
"siderealPeriod": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "Rotation period in minutes.",
|
"description": "Rotation period in minutes.",
|
||||||
"format": "float"
|
"format": "float"
|
||||||
},
|
},
|
||||||
"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?"
|
||||||
},
|
},
|
||||||
"AlignmentAxis": {
|
"alignmentAxis": {
|
||||||
"description": "If it is tidally locked, this direction will face towards the primary. Ex: Interloper uses `0, -1, 0`. Most planets\nwill want something like `-1, 0, 0`.",
|
"description": "If it is tidally locked, this direction will face towards the primary. Ex: Interloper uses `0, -1, 0`. Most planets\nwill want something like `-1, 0, 0`.",
|
||||||
"$ref": "#/definitions/MVector3"
|
"$ref": "#/definitions/MVector3"
|
||||||
},
|
},
|
||||||
"ShowOrbitLine": {
|
"showOrbitLine": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Referring to the orbit line in the map screen.",
|
"description": "Referring to the orbit line in the map screen.",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"DottedOrbitLine": {
|
"dottedOrbitLine": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Should the orbit line be dotted?"
|
"description": "Should the orbit line be dotted?"
|
||||||
},
|
},
|
||||||
"IsStatic": {
|
"isStatic": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Is the body meant to stay in one place without moving?"
|
"description": "Is the body meant to stay in one place without moving?"
|
||||||
},
|
},
|
||||||
"Tint": {
|
"tint": {
|
||||||
"description": "Colour of the orbit-line in the map view.",
|
"description": "Colour of the orbit-line in the map view.",
|
||||||
"$ref": "#/definitions/MColor"
|
"$ref": "#/definitions/MColor"
|
||||||
},
|
},
|
||||||
"TrackingOrbitLine": {
|
"trackingOrbitLine": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Should we just draw a line behind its orbit instead of the entire circle/ellipse?"
|
"description": "Should we just draw a line behind its orbit instead of the entire circle/ellipse?"
|
||||||
},
|
},
|
||||||
@ -946,11 +946,11 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"X": {
|
"x": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"format": "float"
|
"format": "float"
|
||||||
},
|
},
|
||||||
"Y": {
|
"y": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"format": "float"
|
"format": "float"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user