mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'ship-spawn-facts' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into ship-spawn-facts
This commit is contained in:
commit
9b7438d5d1
@ -3613,15 +3613,21 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"playerSpawn": {
|
||||
"description": "If you want the player to spawn on the new body, set a value for this.",
|
||||
"playerSpawnPoints": {
|
||||
"type": "array",
|
||||
"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": {
|
||||
"description": "Required for the system to be accessible by warp drive.",
|
||||
"shipSpawnPoints": {
|
||||
"type": "array",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"PlayerSpawnPoint": {
|
||||
"type": "object",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user