From e3b0dc0e344ba0cddc459c0fbdd71b87d8643d81 Mon Sep 17 00:00:00 2001 From: Ben C Date: Tue, 4 Jun 2024 12:15:26 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 0308170d..b85ea303 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2180,6 +2180,10 @@ "reveal": { "type": "string", "description": "Ship log fact revealed when viewing this slide.\nSet this to include ship log entry module. Base game default is \"\"." + }, + "rotate": { + "type": "boolean", + "description": "Exclusive to slide reels. Whether this slide should rotate the reel item while inside a projector." } } },