mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
9a0dbdf0a7
commit
4314f510c9
@ -1402,7 +1402,7 @@
|
|||||||
},
|
},
|
||||||
"itemType": {
|
"itemType": {
|
||||||
"type": "string",
|
"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": {
|
"interactRange": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
@ -1410,6 +1410,12 @@
|
|||||||
"format": "float",
|
"format": "float",
|
||||||
"default": 2.0
|
"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": {
|
"droppable": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Whether the item can be dropped. Defaults to true.",
|
"description": "Whether the item can be dropped. Defaults to true.",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user