8,957
edits
(Created page with "local songs = { ["Friend, Please"] = {"Twenty One Pilots"}, ["Trapdoor"] = {"Twenty One Pilots"}, ["Johnny Boy"] = {"Twenty One Pilots"}, ["March To The Sea"] = {"Twenty One Pilots"}, ["Fall Away"] = {"Twenty One Pilots"}, ["Car Radio"] = {"Regional at Best", "Vessel"}, ["Ode to Sleep"] = {"Regional at Best", "Vessel"}, ["Holding On to You"] = {"Regional at Best", "Vessel"}, ["Truce"] = {"Vessel"}, ["Shy Away"] = {"Vessel"}, ["...") |
No edit summary |
||
Line 1: | Line 1: | ||
local songs = { | local songs = { | ||
["Implicit Demand For Proof"] = {"Twenty One Pilots"}, | |||
["Fall Away"] = {"Twenty One Pilots"}, | |||
["The Pantaloon"] = {"Twenty One Pilots"}, | |||
["Addict With A Pen"] = {"Twenty One Pilots"}, | |||
["Friend, Please"] = {"Twenty One Pilots"}, | ["Friend, Please"] = {"Twenty One Pilots"}, | ||
["March To The Sea"] = {"Twenty One Pilots"}, | |||
["Johnny Boy"] = {"Twenty One Pilots"}, | |||
["Oh Ms Believer"] = {"Twenty One Pilots"}, | |||
["Air Catcher"] = {"Twenty One Pilots"}, | |||
["Trapdoor"] = {"Twenty One Pilots"}, | ["Trapdoor"] = {"Twenty One Pilots"}, | ||
[" | ["A Car, A Torch, A Death"] = {"Twenty One Pilots"}, | ||
[" | ["Taxi Cab"] = {"Twenty One Pilots"}, | ||
[" | ["Before You Start Your Day"] = {"Twenty One Pilots"}, | ||
["Car Radio"] = {"Regional | ["Isle Of Flightless Birds"] = {"Twenty One Pilots"}, | ||
[" | ["Guns For Hands"] = {"Regional At Best", "Vessel"}, | ||
[" | ["Holding On To You"] = {"Regional At Best", "Vessel"}, | ||
["Ode To Sleep"] = {"Regional At Best", "Vessel"}, | |||
["Slowtown"] = {"Regional At Best"}, | |||
["Car Radio"] = {"Regional At Best", "Vessel"}, | |||
["Forest"] = {"Regional At Best"}, | |||
["Glowing Eyes"] = {"Regional At Best"}, | |||
["Kitchen Sink"] = {"Regional At Best"}, | |||
["Anathema"] = {"Regional At Best"}, | |||
["Lovely"] = {"Regional At Best"}, | |||
["Ruby"] = {"Regional At Best"}, | |||
["Trees"] = {"Regional At Best", "Vessel"}, | |||
["Be Concerned"] = {"Regional At Best"}, | |||
["Clear"] = {"Regional At Best"}, | |||
["Migraine"] = {"Vessel"}, | |||
["House Of Gold"] = {"Vessel"}, | |||
["Semi-Automatic"] = {"Vessel"}, | |||
["Screen"] = {"Vessel"}, | |||
["The Run And Go"] = {"Vessel"}, | |||
["Fake You Out"] = {"Vessel"}, | |||
["Truce"] = {"Vessel"}, | ["Truce"] = {"Vessel"}, | ||
["Shy Away"] = {" | ["Heavydirtysoul"] = {"Blurryface"}, | ||
[" | ["Stressed Out"] = {"Blurryface"}, | ||
[" | ["Ride"] = {"Blurryface"}, | ||
["Fairly Local"] = {"Blurryface"}, | |||
["Tear In My Heart"] = {"Blurryface"}, | |||
["Lane Boy"] = {"Blurryface"}, | |||
["The Judge"] = {"Blurryface"}, | |||
["Doubt"] = {"Blurryface"}, | |||
["Polarize"] = {"Blurryface"}, | |||
["We Don't Believe What's On TV"] = {"Blurryface"}, | |||
["Message Man"] = {"Blurryface"}, | |||
["Hometown"] = {"Blurryface"}, | |||
["Not Today"] = {"Blurryface"}, | |||
["Goner"] = {"Blurryface"}, | |||
["Jumpsuit"] = {"Trench"}, | |||
["Levitate"] = {"Trench"}, | |||
["Morph"] = {"Trench"}, | |||
["My Blood"] = {"Trench"}, | |||
["Chlorine"] = {"Trench"}, | |||
["Smithereens"] = {"Trench"}, | |||
["Neon Gravestones"] = {"Trench"}, | |||
["The Hype"] = {"Trench"}, | |||
["Nico And The Niners"] = {"Trench"}, | |||
["Cut My Lip"] = {"Trench"}, | |||
["Bandito"] = {"Trench"}, | |||
["Pet Cheetah"] = {"Trench"}, | |||
["Legend"] = {"Trench"}, | |||
["Leave The City"] = {"Trench"}, | |||
["Good Day"] = {"Scaled And Icy"}, | |||
["Choker"] = {"Scaled And Icy"}, | |||
["Shy Away"] = {"Scaled And Icy"}, | |||
["The Outside"] = {"Scaled And Icy"}, | |||
["Saturday"] = {"Scaled And Icy"}, | |||
["Never Take It"] = {"Scaled And Icy"}, | |||
["Mulberry Street"] = {"Scaled And Icy"}, | |||
["Formidable"] = {"Scaled And Icy"}, | |||
["Bounce Man"] = {"Scaled And Icy"}, | |||
["No Chances"] = {"Scaled And Icy"}, | |||
["Redecorate"] = {"Scaled And Icy"}, | |||
["Overcompensate"] = {"Clancy"}, | |||
["Next Semester"] = {"Clancy"}, | |||
["Backslide"] = {"Clancy"}, | |||
["Midwest Indigo"] = {"Clancy"}, | |||
["Routines In The Night"] = {"Clancy"}, | |||
["Vignette"] = {"Clancy"}, | |||
["The Craving (Jenna's Version)"] = {"Clancy"}, | |||
["Lavish"] = {"Clancy"}, | |||
["Navigating"] = {"Clancy"}, | |||
["Snap Back"] = {"Clancy"}, | |||
["Oldies Station"] = {"Clancy"}, | |||
["At The Risk Of Feeling Dumb"] = {"Clancy"}, | |||
["Paladin Strait"] = {"Clancy"} | |||
-- ... и т.д. | -- ... и т.д. | ||
} | } |