2020-05-16 12:48:29 +00:00
|
|
|
// TODO: Re-add tunes that are not fitting general outside day/night situations
|
|
|
|
|
2020-02-03 11:55:32 +00:00
|
|
|
(
|
|
|
|
tracks: [
|
2020-05-21 04:09:59 +00:00
|
|
|
(
|
|
|
|
title: "Into The Dark Forest",
|
|
|
|
path: "voxygen.audio.soundtrack.into_the_dark_forest",
|
|
|
|
length: 184.0,
|
|
|
|
timing: Some(Night),
|
|
|
|
artist: "Aeronic",
|
|
|
|
),
|
2020-02-03 11:55:32 +00:00
|
|
|
(
|
|
|
|
title: "Field Grazing",
|
|
|
|
path: "voxygen.audio.soundtrack.field_grazing",
|
|
|
|
length: 154.0,
|
|
|
|
timing: Some(Day),
|
|
|
|
artist: "Aeronic",
|
|
|
|
),
|
|
|
|
(
|
|
|
|
title: "Wandering Voices",
|
|
|
|
path: "voxygen.audio.soundtrack.wandering_voices",
|
|
|
|
length: 137.0,
|
|
|
|
timing: Some(Night),
|
|
|
|
artist: "Aeronic",
|
|
|
|
),
|
2020-05-16 12:48:29 +00:00
|
|
|
/*(
|
2020-05-21 04:09:59 +00:00
|
|
|
title: "Snowtop Volume", //Snow Region
|
2020-02-03 11:55:32 +00:00
|
|
|
path: "voxygen.audio.soundtrack.snowtop_volume",
|
|
|
|
length: 89.0,
|
|
|
|
timing: Some(Day),
|
|
|
|
artist: "Aeronic",
|
2020-05-16 12:48:29 +00:00
|
|
|
),*/
|
2020-02-03 11:55:32 +00:00
|
|
|
(
|
|
|
|
title: "Mineral Deposits",
|
|
|
|
path: "voxygen.audio.soundtrack.mineral_deposits",
|
|
|
|
length: 148.0,
|
|
|
|
timing: Some(Day),
|
|
|
|
artist: "Aeronic",
|
|
|
|
),
|
|
|
|
(
|
|
|
|
title: "Moonbeams",
|
|
|
|
path: "voxygen.audio.soundtrack.moonbeams",
|
|
|
|
length: 158.0,
|
|
|
|
timing: Some(Night),
|
|
|
|
artist: "Aeronic",
|
|
|
|
),
|
|
|
|
(
|
|
|
|
title: "Serene Meadows",
|
|
|
|
path: "voxygen.audio.soundtrack.serene_meadows",
|
|
|
|
length: 173.0,
|
|
|
|
timing: Some(Night),
|
|
|
|
artist: "Aeronic",
|
2020-04-23 17:16:45 +00:00
|
|
|
),
|
2020-05-16 12:48:29 +00:00
|
|
|
/*(
|
2020-05-21 04:09:59 +00:00
|
|
|
title: "Rest Assured", // Town/Shop
|
2020-04-23 17:16:45 +00:00
|
|
|
path: "voxygen.audio.soundtrack.rest_assured",
|
|
|
|
length: 185.0,
|
|
|
|
timing: Some(Day),
|
|
|
|
artist: "badbbad",
|
2020-05-16 12:48:29 +00:00
|
|
|
),*/
|
2020-04-23 17:16:45 +00:00
|
|
|
(
|
|
|
|
title: "Just The Beginning",
|
|
|
|
path: "voxygen.audio.soundtrack.just_the_beginning",
|
|
|
|
length: 188.0,
|
|
|
|
timing: Some(Day),
|
|
|
|
artist: "badbbad",
|
|
|
|
),
|
|
|
|
(
|
|
|
|
title: "Campfire Stories",
|
|
|
|
path: "voxygen.audio.soundtrack.campfire_stories",
|
|
|
|
length: 100.0,
|
|
|
|
timing: Some(Night),
|
|
|
|
artist: "badbbad",
|
|
|
|
),
|
|
|
|
(
|
|
|
|
title: "Limits",
|
|
|
|
path: "voxygen.audio.soundtrack.limits",
|
|
|
|
length: 203.0,
|
|
|
|
timing: Some(Night),
|
|
|
|
artist: "badbbad",
|
|
|
|
),
|
2020-05-21 04:09:59 +00:00
|
|
|
/*( // Dungeon
|
2020-04-23 17:16:45 +00:00
|
|
|
title: "Down The Rabbit Hole",
|
|
|
|
path: "voxygen.audio.soundtrack.down_the_rabbit_hole",
|
|
|
|
length: 244.0,
|
|
|
|
timing: Some(Night),
|
|
|
|
artist: "badbbad",
|
2020-05-16 12:48:29 +00:00
|
|
|
),*/
|
2020-04-23 17:16:45 +00:00
|
|
|
(
|
|
|
|
title: "Between The Fairies",
|
|
|
|
path: "voxygen.audio.soundtrack.between_the_fairies",
|
|
|
|
length: 175.0,
|
|
|
|
timing: Some(Night),
|
|
|
|
artist: "badbbad",
|
|
|
|
),
|
2020-02-03 11:55:32 +00:00
|
|
|
]
|
|
|
|
)
|