Updated Schemas

This commit is contained in:
Ben C 2023-11-03 03:31:49 +00:00
parent 2ff341d0ba
commit 2549d9392a

View File

@ -1448,6 +1448,10 @@
"description": "Whether the pickup condition should be cleared when dropping the item. Defaults to true.", "description": "Whether the pickup condition should be cleared when dropping the item. Defaults to true.",
"default": true "default": true
}, },
"pickupFact": {
"type": "string",
"description": "A ship log fact to reveal when picking up this item."
},
"pathToInitialSocket": { "pathToInitialSocket": {
"type": "string", "type": "string",
"description": "A relative path from the planet to a socket that this item will be automatically inserted into." "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.", "description": "Whether the insert condition should be cleared when removing the socketed item. Defaults to true.",
"default": true "default": true
}, },
"insertFact": {
"type": "string",
"description": "A ship log fact to reveal when inserting an item into this socket."
},
"removalCondition": { "removalCondition": {
"type": "string", "type": "string",
"description": "A dialogue condition to set when removing an item from this socket, or when the socket is empty." "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", "type": "boolean",
"description": "Whether the removal condition should be cleared when inserting a socketed item. Defaults to true.", "description": "Whether the removal condition should be cleared when inserting a socketed item. Defaults to true.",
"default": 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."
} }
} }
}, },