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
e776fb2564
commit
fe3dd1176b
@ -59,9 +59,9 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Set to `true` if you want the player to stay in this star system if they die in it."
|
"description": "Set to `true` if you want the player to stay in this star system if they die in it."
|
||||||
},
|
},
|
||||||
"travelAudio": {
|
"GlobalMusic": {
|
||||||
"type": "string",
|
"description": "Replace music that plays globally",
|
||||||
"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."
|
"$ref": "#/definitions/GlobalMusicModule"
|
||||||
},
|
},
|
||||||
"Vessel": {
|
"Vessel": {
|
||||||
"description": "Configure warping to this system with the vessel",
|
"description": "Configure warping to this system with the vessel",
|
||||||
@ -143,6 +143,40 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"GlobalMusicModule": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": false,
|
||||||
|
"properties": {
|
||||||
|
"travelAudio": {
|
||||||
|
"type": "string",
|
||||||
|
"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."
|
||||||
|
},
|
||||||
|
"endTimesAudio": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The audio that will play right before the loop ends. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
||||||
|
},
|
||||||
|
"endTimesDreamAudio": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The audio that will play right before the loop ends while inside the dreamworld. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
||||||
|
},
|
||||||
|
"brambleDimensionAudio": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The audio that will play when travelling through a bramble dimension. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
||||||
|
},
|
||||||
|
"finalEndTimesIntroAudio": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The audio that will play when you leave the ash twin project after taking out the advanced warp core. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
||||||
|
},
|
||||||
|
"finalEndTimesLoopAudio": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The audio that will loop after the final end times intro. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
||||||
|
},
|
||||||
|
"finalEndTimesBrambleDimensionAudio": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The audio that will loop after the final end times intro while inside a bramble dimension. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"VesselModule": {
|
"VesselModule": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user