From 2b0ce8da06d1aab3e26d008d1d03786264cbd158 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sat, 26 Oct 2024 02:34:06 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index b8489188..616b0ea2 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2263,6 +2263,20 @@ "type": "string" } }, + "conditionsToSet": { + "type": "array", + "description": "The dialogue conditions to set after finishing this slide reel.", + "items": { + "type": "string" + } + }, + "persistentConditionsToSet": { + "type": "array", + "description": "The persistent conditions to set after finishing this slide reel.", + "items": { + "type": "string" + } + }, "playWithShipLogFacts": { "type": "array", "description": "The ship log facts that make the reel play when they are displayed in the computer (by selecting entries or arrows).\nYou should probably include facts from `reveals` here.\nIf you only specify a rumor fact, then it would only play in its ship log entry if this has revealed only\nrumor facts because an entry with revealed explore facts doesn't display rumor facts.",