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
b9fb82260e
@ -2722,6 +2722,10 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "If you want a black hole to load a new star system scene, put its name here."
|
"description": "If you want a black hole to load a new star system scene, put its name here."
|
||||||
},
|
},
|
||||||
|
"spawnPointID": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "If this is a black hole loading a new star system, set the ID of the spawn point you want to use\nOtherwise, will use the default spawn"
|
||||||
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"description": "Type of singularity (white hole or black hole)",
|
"description": "Type of singularity (white hole or black hole)",
|
||||||
"$ref": "#/definitions/SingularityType"
|
"$ref": "#/definitions/SingularityType"
|
||||||
@ -3655,6 +3659,10 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "If the given persistent condition is true, this spawn point will be used\nDo not use at the same time as isDefault or makeDefaultIfFactRevealed\nSpawns unlocked with this have second highest priority"
|
"description": "If the given persistent condition is true, this spawn point will be used\nDo not use at the same time as isDefault or makeDefaultIfFactRevealed\nSpawns unlocked with this have second highest priority"
|
||||||
},
|
},
|
||||||
|
"id": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "ID used to have a black hole or warp volume bring the player to this spawn specifically"
|
||||||
|
},
|
||||||
"rotation": {
|
"rotation": {
|
||||||
"description": "Rotation of the object",
|
"description": "Rotation of the object",
|
||||||
"$ref": "#/definitions/MVector3"
|
"$ref": "#/definitions/MVector3"
|
||||||
@ -3708,6 +3716,10 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "If the given persistent condition is true, this spawn point will be used\nDo not use at the same time as isDefault or makeDefaultIfFactRevealed\nSpawns unlocked with this have second highest priority"
|
"description": "If the given persistent condition is true, this spawn point will be used\nDo not use at the same time as isDefault or makeDefaultIfFactRevealed\nSpawns unlocked with this have second highest priority"
|
||||||
},
|
},
|
||||||
|
"id": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "ID used to have a black hole or warp volume bring the player to this spawn specifically"
|
||||||
|
},
|
||||||
"rotation": {
|
"rotation": {
|
||||||
"description": "Rotation of the object",
|
"description": "Rotation of the object",
|
||||||
"$ref": "#/definitions/MVector3"
|
"$ref": "#/definitions/MVector3"
|
||||||
@ -5194,6 +5206,10 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The star system that entering this volume will send you to.",
|
"description": "The star system that entering this volume will send you to.",
|
||||||
"default": "SolarSystem"
|
"default": "SolarSystem"
|
||||||
|
},
|
||||||
|
"spawnPointID": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "ID assigned to a spawn point in the other system that the player will be sent to\nUses the default spawn if not set"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user