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
e56cd0e1dc
commit
e24dd0459e
@ -575,13 +575,9 @@
|
||||
"description": "Radius of the cloaking field around the planet. It's a bit finicky so experiment with different values. If you\ndon't want a cloak, leave this as 0.",
|
||||
"format": "float"
|
||||
},
|
||||
"audioClip": {
|
||||
"audio": {
|
||||
"type": "string",
|
||||
"description": "Name of an existing AudioClip in the game that will play when entering the cloaking field."
|
||||
},
|
||||
"audioFilePath": {
|
||||
"type": "string",
|
||||
"description": "Relative filepath to the .wav file to use as the audio. Mutually exclusive with audioClip."
|
||||
"description": "The audio that will play when entering the cloaking field. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -36,13 +36,9 @@
|
||||
"type": "boolean",
|
||||
"description": "Set to `true` if you want to spawn here after dying, not Timber Hearth. You can still warp back to the main star\nsystem."
|
||||
},
|
||||
"travelAudioClip": {
|
||||
"travelAudio": {
|
||||
"type": "string",
|
||||
"description": "Name of an existing AudioClip in the game that will play when travelling in space."
|
||||
},
|
||||
"travelAudioFilePath": {
|
||||
"type": "string",
|
||||
"description": "Relative filepath to the .wav file to use as the audio. Mutually exclusive with travelAudioClip."
|
||||
"description": "The audio that will play when travelling in space. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
||||
},
|
||||
"coords": {
|
||||
"description": "Coordinates that the vessel can use to warp to your solar system.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user