Updated Schemas

This commit is contained in:
Ben C 2024-03-13 20:00:47 +00:00
parent 9a0dbdf0a7
commit 4314f510c9

View File

@ -1402,7 +1402,7 @@
},
"itemType": {
"type": "string",
"description": "The type of the item, which determines its orientation when held and what sockets it fits into. This can be a custom string, or a vanilla ItemType (Scroll, WarpCode, SharedStone, ConversationStone, Lantern, SlideReel, DreamLantern, or VisionTorch). Defaults to the item name."
"description": "The type of the item, which determines its orientation when held and what sockets it fits into. This can be a custom string, or a vanilla ItemType (Scroll, WarpCore, SharedStone, ConversationStone, Lantern, SlideReel, DreamLantern, or VisionTorch). Defaults to the item name."
},
"interactRange": {
"type": "number",
@ -1410,6 +1410,12 @@
"format": "float",
"default": 2.0
},
"colliderRadius": {
"type": "number",
"description": "The radius that the added sphere collider will use for collision and hover detection.\nIf there's already a collider on the detail, you can make this 0.",
"format": "float",
"default": 0.5
},
"droppable": {
"type": "boolean",
"description": "Whether the item can be dropped. Defaults to true.",