Skip to content

Instantly share code, notes, and snippets.

@FromDarkHell
Created September 12, 2020 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FromDarkHell/f5723a6c7c05be430a9b80b945a4f7a0 to your computer and use it in GitHub Desktop.
Save FromDarkHell/f5723a6c7c05be430a9b80b945a4f7a0 to your computer and use it in GitHub Desktop.
Just a JSON dictionary of the Lollipop Chainsaw song names
{
"Punk1.mp3": {
"Title": "Zombie Festival All Day!",
"In-Game": "Punk 8"
},
"Punk2.mp3": {
"Title": "5 Meters to Juliet",
"In-Game": "Punk 4"
},
"Punk3.mp3": {
"Title": "Throwin' Around Zombie Heads",
"In-Game": "Punk 5"
},
"Punk4.mp3": {
"Title": "Junkyard Killing",
"In-Game": "Punk 1"
},
"Punk5.mp3": {
"Title": "My Friend is a Zombie?",
"In-Game": "Punk 3"
},
"Punk6.mp3": {
"Title": "First Date: Zombie Edition",
"In-Game": "Punk 6"
},
"Punk7.mp3": {
"Title": "Love For My Insane Lover",
"In-Game": "Punk 2"
},
"Punk8.mp3": {
"Title": "Cannibalism 101",
"In-Game": "Punk 7"
},
"Viking1.mp3": {
"Title": "Code of the Viking Zombies",
"In-Game": "Viking 3"
},
"Viking2.mp3": {
"Title": "We Are Norse Gods",
"In-Game": "Viking 1"
},
"Viking3.mp3": {
"Title": "Drink Your Blood After a Workout",
"In-Game": "Viking 2"
},
"Viking4.mp3": {
"Title": "Zombies Dance When the Drums Play",
"In-Game": "Viking 9"
},
"Viking5.mp3": {
"Title": "Eat This, Yumil!",
"In-Game": "Viking 5"
},
"Viking6.mp3": {
"Title": "Ragnarok Comes and I Hunger for Flesh",
"In-Game": "Viking 6"
},
"Viking7.mp3": {
"Title": "Zombie Tackle",
"In-Game": "Viking 4"
},
"Viking8.mp3": {
"Title": "Dashing Through the Rain",
"In-Game": "Viking 7"
},
"Viking9.mp3": {
"Title": "Viking Zombies Sail on Lightning Seas",
"In-Game": "Viking 8"
},
"Psyche1.mp3": {
"Title": "Illusion of New World",
"In-Game": "Psyche 2"
},
"Psyche2.mp3": {
"Title": "Double-crop Rock",
"In-Game": "Psyche 3"
},
"Psyche3.mp3": {
"Title": "The Mushrooms Arrive",
"In-Game": "Psyche 6"
},
"Psyche4.mp3": {
"Title": "The Queen's Rotting Funhouse",
"In-Game": "Psyche 4"
},
"Psyche5.mp3": {
"Title": "Reflections in a Bubble",
"In-Game": "Psyche 8"
},
"Psyche6.mp3": {
"Title": "The Bus on the Wheels Go Round",
"In-Game": "Psyche 5"
},
"Psyche7.mp3": {
"Title": "Hello From the Fields of Death",
"In-Game": "Psyche 7"
},
"Psyche8.mp3": {
"Title": "Zombie Guts",
"In-Game": "Psyche 1"
},
"Psyche9.mp3": {
"Title": "Zombeef Burger",
"In-Game": "Killabilly 2 / Inside Killabilly"
},
"Funk1.mp3": {
"Title": "Retro Diapers",
"In-Game": "Funk 8"
},
"Funk2.mp3": {
"Title": "Happy Hand Club",
"In-Game": "Funk 6"
},
"Funk3.mp3": {
"Title": "Digital Splatter",
"In-Game": "Funk 2"
},
"Funk4.mp3": {
"Title": "Will Boogie For Food",
"In-Game": "Funk 9"
},
"Funk5.mp3": {
"Title": "Heading to Space at Warp Five",
"In-Game": "Funk 5"
},
"Funk6.mp3": {
"Title": "Groovy Zombie Trap",
"In-Game": "Funk 4"
},
"Funk7.mp3": {
"Title": "Sparking Sunglasses",
"In-Game": "Funk 1"
},
"Funk8.mp3": {
"Title": "Mirrorball Madhouse",
"In-Game": "Funk 3"
},
"Funk9.mp3": {
"Title": "Rainbow Zombie Fever",
"In-Game": "Funk 7"
},
"Rock1.mp3": {
"Title": "Dead Girlfriend & Zombie Guts",
"In-Game": "Rock 7"
},
"Rock2.mp3": {
"Title": "You're in Love With a Zombie",
"In-Game": "Rock 3 / Stage Select"
},
"Rock3.mp3": {
"Title": "Forgotten Zombie Rock",
"In-Game": "Rock 2"
},
"Rock4.mp3": {
"Title": "Violent Student Poetry",
"In-Game": "Rock 9"
},
"Rock5.mp3": {
"Title": "Elephant Corpse Rock",
"In-Game": "Rock 4"
},
"Rock6.mp3": {
"Title": "Burning Pompadour Zombie",
"In-Game": "Rock 5"
},
"Rock7.mp3": {
"Title": "Bowel Purge",
"In-Game": "Rock 1"
},
"Rock8.mp3": {
"Title": "Scattering Guts",
"In-Game": "Rock 6"
},
"Rock9.mp3": {
"Title": "To The Rotten World",
"In-Game": "Rock 8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment