From bec7560a9f850c9f095aac8d2fd689c80cfc7d11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Oct 2022 22:02:42 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index ddfb16c5..d3097dc2 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1419,7 +1419,14 @@ }, "reveals": { "type": "array", - "description": "The ship log entries revealed after finishing this slide reel.", + "description": "The ship log facts revealed 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.", "items": { "type": "string" } @@ -1498,7 +1505,7 @@ }, "reveal": { "type": "string", - "description": "Ship log entry revealed when viewing this slide" + "description": "Ship log fact revealed when viewing this slide" }, "spotIntensityMod": { "type": "number",