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
157b30610a
commit
698317e747
@ -1423,6 +1423,22 @@
|
|||||||
"description": "The direction the item will be oriented when dropping it on the ground. Defaults to up (0, 1, 0).",
|
"description": "The direction the item will be oriented when dropping it on the ground. Defaults to up (0, 1, 0).",
|
||||||
"$ref": "#/definitions/MVector3"
|
"$ref": "#/definitions/MVector3"
|
||||||
},
|
},
|
||||||
|
"pickupAudio": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The audio to play when this item is picked up. Only applies to custom/non-vanilla item types.\nCan be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
||||||
|
},
|
||||||
|
"dropAudio": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The audio to play when this item is dropped. Only applies to custom/non-vanilla item types.\nCan be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
||||||
|
},
|
||||||
|
"socketAudio": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The audio to play when this item is inserted into a socket. Only applies to custom/non-vanilla item types.\nCan be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
||||||
|
},
|
||||||
|
"unsocketAudio": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The audio to play when this item is removed from a socket. Only applies to custom/non-vanilla item types.\nCan be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
||||||
|
},
|
||||||
"pickupCondition": {
|
"pickupCondition": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "A dialogue condition to set when picking up this item."
|
"description": "A dialogue condition to set when picking up this item."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user