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
0f6f67e55f
commit
bd3177c71a
@ -4,14 +4,10 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Describes a celestial body to generate",
|
"description": "Describes a celestial body to generate",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [
|
|
||||||
"name"
|
|
||||||
],
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Unique name of your planet",
|
"description": "Unique name of your planet. If not specified, the file name (without the extension) is used."
|
||||||
"minLength": 1
|
|
||||||
},
|
},
|
||||||
"starSystem": {
|
"starSystem": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
@ -5,6 +5,10 @@
|
|||||||
"description": "Configuration for a specific star system",
|
"description": "Configuration for a specific star system",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"name": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Unique name of your system. If not specified, the file name (without the extension) is used."
|
||||||
|
},
|
||||||
"freeMapAngle": {
|
"freeMapAngle": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "In this system should the player be able to rotate their map camera freely or be stuck above the plane of the solar system?"
|
"description": "In this system should the player be able to rotate their map camera freely or be stuck above the plane of the solar system?"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user