From 62c23a272a7c0f85a8775056dc98e22669c6ac89 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Fri, 5 Jul 2024 14:49:07 -0400 Subject: [PATCH] Hey. Wanna listen to some TUNES? (#6570) ## About The Pull Request Lets get a few more JAMS in in the jukebox. lets GOOOO Adds the following songs: (Formatted as follows: Artist - Song [Category]) No, Really - Rust [Folk and Indie] I, Monster - Lust for a Vampyr [Alternative] Dubmood - Simple Machine [Electronic] Darling Violetta - Smaller God [Rock] ## Why It's Good For The Game *mchitter *mchitter *msqueak *mlaugh ## Changelog No CL no fun --- config_static/jukebox.json | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/config_static/jukebox.json b/config_static/jukebox.json index 0636d54bf7f..4139af2a551 100644 --- a/config_static/jukebox.json +++ b/config_static/jukebox.json @@ -10269,5 +10269,45 @@ "secret": true, "lobby": false, "jukebox": true +}, +{ +"url": "https://files.catbox.moe/sx6g4k.m4a", +"title": "Lust for a Vampyr", +"duration": 2740, +"artist": "I Monster", +"secret": false, +"lobby": false, +"jukebox": true, +"genre": "Alternative" +}, +{ +"url": "https://files.catbox.moe/n6pus8.m4a", +"title": "Simple Machine", +"duration": 2500, +"artist": "Dubmood", +"secret": false, +"lobby": false, +"jukebox": true, +"genre": "Electronic" +}, +{ +"url": "https://files.catbox.moe/ktw3nn.m4a", +"title": "Rust", +"duration": 1500, +"artist": "No, Really", +"secret": false, +"lobby": false, +"jukebox": true, +"genre": "Folk and Indie" +}, +{ +"url": "https://files.catbox.moe/ylfpsj.m4a", +"title": "Smaller God", +"duration": 2630, +"artist": "Darling Violetta", +"secret": false, +"lobby": false, +"jukebox": true, +"genre": "Rock" } ]