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
b8178127f2
commit
609b7bfd09
@ -3613,13 +3613,19 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"playerSpawn": {
|
"playerSpawnPoints": {
|
||||||
"description": "If you want the player to spawn on the new body, set a value for this.",
|
"type": "array",
|
||||||
"$ref": "#/definitions/PlayerSpawnPoint"
|
"description": "If you want the player to spawn on the new body, set a value for this.\nDifferent spawns can be unlocked with persistent conditions and facts",
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/definitions/PlayerSpawnPoint"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"shipSpawn": {
|
"shipSpawnPoints": {
|
||||||
"description": "Required for the system to be accessible by warp drive.",
|
"type": "array",
|
||||||
"$ref": "#/definitions/ShipSpawnPoint"
|
"description": "Required for the system to be accessible by warp drive.\nDifferent spawns can be unlocked with persistent conditions and facts",
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/definitions/ShipSpawnPoint"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user