fertig-classic-games/data/masterofvega-music.json

68 lines
1.4 KiB
JSON

{
"fallback": {
"volume": 0.6,
"tracks": [
{
"file": "vega/track-01.mp3",
"artist": "DV-8-2303",
"title": "Power Down"
},
{
"file": "vega/track-02.mp3",
"artist": "Klaxon",
"title": "High Orbit"
},
{
"file": "vega/track-05.mp3",
"artist": "Rrashaa",
"title": "Into the Void"
}
]
},
"menu": { "tracks": [
{
"file": "vega/track-03.mp3",
"artist": "Aiko",
"title": "Master of Vega Main Theme"
}
] },
"peace": { "tracks": [
{
"file": "vega/track-01.mp3",
"artist": "DV-8-2303",
"title": "Power Down"
},
{
"file": "vega/track-02.mp3",
"artist": "Klaxon",
"title": "High Orbit"
},
{
"file": "vega/track-05.mp3",
"artist": "Rrashaa",
"title": "Into the Void"
}
] },
"combat": { "tracks": [
{
"file": "vega/track-04.mp3",
"artist": "Cy-Bro",
"title": "Defend the Colony"
}
] },
"diplomacy": {
"default": { "tracks": [] },
"bySpecies": {
"kestrelli": { "tracks": [] },
"ursaal": { "tracks": [] },
"umbrix": { "tracks": [] },
"kkrix": { "tracks": [] },
"mekhan": { "tracks": [] },
"rrashaa": { "tracks": [] },
"cerebrai": { "tracks": [] },
"ssakar": { "tracks": [] },
"lithox": { "tracks": [] }
}
}
}