From c27a8d1a59de12b998074d0e32fb04efa09e401e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Jul 2022 04:50:46 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 4b8fc9bb..e3e40334 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1092,6 +1092,12 @@ "description": "Position of the geyser", "$ref": "#/definitions/MVector3" }, + "offset": { + "type": "number", + "description": "Vertical offset of the geyser. From 0, the bubbles start at a height of 10, the shaft at 67, and the spout at 97.5.", + "format": "float", + "default": -97.5 + }, "disableBubbles": { "type": "boolean", "description": "Disable the individual particle systems of the geyser"