Updated Schemas

This commit is contained in:
Ben C 2025-02-22 04:13:35 +00:00
parent 2c7b5a63f6
commit cda40f3325

View File

@ -1121,6 +1121,11 @@
"format": "float",
"default": 0.5
},
"colliderIsTrigger": {
"type": "boolean",
"description": "Whether the added sphere collider will be a trigger (interactible but does not collide). Defaults to true.",
"default": true
},
"droppable": {
"type": "boolean",
"description": "Whether the item can be dropped. Defaults to true.",
@ -1230,6 +1235,17 @@
"format": "float",
"default": 2.0
},
"colliderRadius": {
"type": "number",
"description": "Default collider radius when interacting with the socket",
"format": "float",
"default": 0.0
},
"colliderIsTrigger": {
"type": "boolean",
"description": "Whether the added sphere collider will be a trigger (interactible but does not collide). Defaults to true.",
"default": true
},
"useGiveTakePrompts": {
"type": "boolean",
"description": "Whether to use \"Give Item\" / \"Take Item\" prompts instead of \"Insert Item\" / \"Remove Item\"."
@ -1259,12 +1275,6 @@
"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
}
}
},