From 2549d9392a97c8383dc57aebe134ebadadf78193 Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 3 Nov 2023 03:31:49 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 7feb1a6d..c7cd13e6 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1448,6 +1448,10 @@ "description": "Whether the pickup condition should be cleared when dropping the item. Defaults to true.", "default": true }, + "pickupFact": { + "type": "string", + "description": "A ship log fact to reveal when picking up this item." + }, "pathToInitialSocket": { "type": "string", "description": "A relative path from the planet to a socket that this item will be automatically inserted into." @@ -1512,6 +1516,10 @@ "description": "Whether the insert condition should be cleared when removing the socketed item. Defaults to true.", "default": true }, + "insertFact": { + "type": "string", + "description": "A ship log fact to reveal when inserting an item into this socket." + }, "removalCondition": { "type": "string", "description": "A dialogue condition to set when removing an item from this socket, or when the socket is empty." @@ -1520,6 +1528,10 @@ "type": "boolean", "description": "Whether the removal condition should be cleared when inserting a socketed item. Defaults to true.", "default": true + }, + "removalFact": { + "type": "string", + "description": "A ship log fact to reveal when removing an item from this socket, or when the socket is empty." } } },