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
2c7b5a63f6
commit
cda40f3325
@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user