Updated Schemas

This commit is contained in:
Ben C 2024-10-20 06:20:56 +00:00
parent 65dbc6816b
commit 665a717e9a

View File

@ -1642,6 +1642,12 @@
"removalFact": {
"type": "string",
"description": "A ship log fact to reveal when removing an item from this socket, or when the socket is empty."
},
"colliderRadius": {
"type": "number",
"description": "Default collider radius when interacting with the socket",
"format": "float",
"default": 0.0
}
}
},