From e25c075c624b2da99fd236722714d49ee3967c55 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sat, 26 Nov 2022 00:24:38 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 97aee142..d72b491d 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2548,6 +2548,13 @@ "description": "Add probe-specific volumes to this planet.", "$ref": "#/definitions/ProbeModule" }, + "referenceFrameBlockerVolumes": { + "type": "array", + "description": "Add reference frame blocker volumes to this planet. These will stop the player from seeing/targeting any reference frames.", + "items": { + "$ref": "#/definitions/VolumeInfo" + } + }, "revealVolumes": { "type": "array", "description": "Add triggers that reveal parts of the ship log on this planet.",