Updated Schemas

This commit is contained in:
Ben C 2024-10-04 19:06:24 +00:00
parent 4a80fa7076
commit f36b33075c

View File

@ -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"
} }
} }
}, },