diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index ec905995..a63a3c5e 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -3041,6 +3041,17 @@ "type": "object", "additionalProperties": false, "properties": { + "offset": { + "description": "Offsets the player/ship by this local vector when spawning. Used to prevent spawning in the floor. Optional: defaults to (0, 4, 0).", + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/definitions/MVector3" + } + ] + }, "rotation": { "description": "Rotation of the object", "$ref": "#/definitions/MVector3" @@ -3082,6 +3093,17 @@ "type": "object", "additionalProperties": false, "properties": { + "offset": { + "description": "Offsets the player/ship by this local vector when spawning. Used to prevent spawning in the floor. Optional: defaults to (0, 4, 0).", + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/definitions/MVector3" + } + ] + }, "rotation": { "description": "Rotation of the object", "$ref": "#/definitions/MVector3"