diff --git a/website/common/locales/en/generic.json b/website/common/locales/en/generic.json index 71faec3646..00a6dd0f9a 100644 --- a/website/common/locales/en/generic.json +++ b/website/common/locales/en/generic.json @@ -140,6 +140,7 @@ "audioTheme_airuTheme": "Airu's Theme", "audioTheme_beatscribeNesTheme": "Beatscribe's NES Theme", "audioTheme_arashiTheme": "Arashi's Theme", + "audioTheme_maflTheme": "MAFL Theme", "audioTheme_pizildenTheme": "Pizilden's Theme", "askQuestion": "Ask a Question", "reportBug": "Report a Bug", diff --git a/website/common/script/content/index.js b/website/common/script/content/index.js index d3ce7a1b6a..4f43631f88 100644 --- a/website/common/script/content/index.js +++ b/website/common/script/content/index.js @@ -46,7 +46,7 @@ api.gear = gear; api.spells = spells; api.subscriptionBlocks = subscriptionBlocks; -api.audioThemes = ['danielTheBard', 'gokulTheme', 'luneFoxTheme', 'wattsTheme', 'rosstavoTheme', 'dewinTheme', 'airuTheme', 'beatscribeNesTheme', 'arashiTheme', 'pizildenTheme']; +api.audioThemes = ['danielTheBard', 'gokulTheme', 'luneFoxTheme', 'wattsTheme', 'rosstavoTheme', 'dewinTheme', 'airuTheme', 'beatscribeNesTheme', 'arashiTheme', 'pizildenTheme', 'maflTheme']; api.mystery = timeTravelers.mystery; api.timeTravelerStore = timeTravelers.timeTravelerStore; diff --git a/website/static/audio/maflTheme/Achievement_Unlocked.mp3 b/website/static/audio/maflTheme/Achievement_Unlocked.mp3 new file mode 100644 index 0000000000..a5ec526857 Binary files /dev/null and b/website/static/audio/maflTheme/Achievement_Unlocked.mp3 differ diff --git a/website/static/audio/maflTheme/Achievement_Unlocked.ogg b/website/static/audio/maflTheme/Achievement_Unlocked.ogg new file mode 100644 index 0000000000..31dcdc5366 Binary files /dev/null and b/website/static/audio/maflTheme/Achievement_Unlocked.ogg differ diff --git a/website/static/audio/maflTheme/Boss_Battles_Background_Music.mp3 b/website/static/audio/maflTheme/Boss_Battles_Background_Music.mp3 new file mode 100644 index 0000000000..fb33e37070 Binary files /dev/null and b/website/static/audio/maflTheme/Boss_Battles_Background_Music.mp3 differ diff --git a/website/static/audio/maflTheme/Boss_Battles_Background_Music.ogg b/website/static/audio/maflTheme/Boss_Battles_Background_Music.ogg new file mode 100644 index 0000000000..259a585a51 Binary files /dev/null and b/website/static/audio/maflTheme/Boss_Battles_Background_Music.ogg differ diff --git a/website/static/audio/maflTheme/Chat.mp3 b/website/static/audio/maflTheme/Chat.mp3 new file mode 100644 index 0000000000..2a3f256e1d Binary files /dev/null and b/website/static/audio/maflTheme/Chat.mp3 differ diff --git a/website/static/audio/maflTheme/Chat.ogg b/website/static/audio/maflTheme/Chat.ogg new file mode 100644 index 0000000000..437e539bb7 Binary files /dev/null and b/website/static/audio/maflTheme/Chat.ogg differ diff --git a/website/static/audio/maflTheme/Checklist_Complete.mp3 b/website/static/audio/maflTheme/Checklist_Complete.mp3 new file mode 100644 index 0000000000..79e3be428e Binary files /dev/null and b/website/static/audio/maflTheme/Checklist_Complete.mp3 differ diff --git a/website/static/audio/maflTheme/Checklist_Complete.ogg b/website/static/audio/maflTheme/Checklist_Complete.ogg new file mode 100644 index 0000000000..b3a29a1d41 Binary files /dev/null and b/website/static/audio/maflTheme/Checklist_Complete.ogg differ diff --git a/website/static/audio/maflTheme/Daily.mp3 b/website/static/audio/maflTheme/Daily.mp3 new file mode 100644 index 0000000000..8b8578206b Binary files /dev/null and b/website/static/audio/maflTheme/Daily.mp3 differ diff --git a/website/static/audio/maflTheme/Daily.ogg b/website/static/audio/maflTheme/Daily.ogg new file mode 100644 index 0000000000..92f1f50f0d Binary files /dev/null and b/website/static/audio/maflTheme/Daily.ogg differ diff --git a/website/static/audio/maflTheme/Death.mp3 b/website/static/audio/maflTheme/Death.mp3 new file mode 100644 index 0000000000..001219e013 Binary files /dev/null and b/website/static/audio/maflTheme/Death.mp3 differ diff --git a/website/static/audio/maflTheme/Death.ogg b/website/static/audio/maflTheme/Death.ogg new file mode 100644 index 0000000000..c8e22cda0f Binary files /dev/null and b/website/static/audio/maflTheme/Death.ogg differ diff --git a/website/static/audio/maflTheme/Item_Drop.mp3 b/website/static/audio/maflTheme/Item_Drop.mp3 new file mode 100644 index 0000000000..47286776ac Binary files /dev/null and b/website/static/audio/maflTheme/Item_Drop.mp3 differ diff --git a/website/static/audio/maflTheme/Item_Drop.ogg b/website/static/audio/maflTheme/Item_Drop.ogg new file mode 100644 index 0000000000..9c4d7ca1b2 Binary files /dev/null and b/website/static/audio/maflTheme/Item_Drop.ogg differ diff --git a/website/static/audio/maflTheme/Level_Up.mp3 b/website/static/audio/maflTheme/Level_Up.mp3 new file mode 100644 index 0000000000..82fefbdb83 Binary files /dev/null and b/website/static/audio/maflTheme/Level_Up.mp3 differ diff --git a/website/static/audio/maflTheme/Level_Up.ogg b/website/static/audio/maflTheme/Level_Up.ogg new file mode 100644 index 0000000000..53319710d2 Binary files /dev/null and b/website/static/audio/maflTheme/Level_Up.ogg differ diff --git a/website/static/audio/maflTheme/Login.mp3 b/website/static/audio/maflTheme/Login.mp3 new file mode 100644 index 0000000000..0996c4b675 Binary files /dev/null and b/website/static/audio/maflTheme/Login.mp3 differ diff --git a/website/static/audio/maflTheme/Login.ogg b/website/static/audio/maflTheme/Login.ogg new file mode 100644 index 0000000000..95a10ccf21 Binary files /dev/null and b/website/static/audio/maflTheme/Login.ogg differ diff --git a/website/static/audio/maflTheme/Minus_Habit.mp3 b/website/static/audio/maflTheme/Minus_Habit.mp3 new file mode 100644 index 0000000000..aa79cf52a5 Binary files /dev/null and b/website/static/audio/maflTheme/Minus_Habit.mp3 differ diff --git a/website/static/audio/maflTheme/Minus_Habit.ogg b/website/static/audio/maflTheme/Minus_Habit.ogg new file mode 100644 index 0000000000..932681c731 Binary files /dev/null and b/website/static/audio/maflTheme/Minus_Habit.ogg differ diff --git a/website/static/audio/maflTheme/Plus_Habit.mp3 b/website/static/audio/maflTheme/Plus_Habit.mp3 new file mode 100644 index 0000000000..1cc2209b34 Binary files /dev/null and b/website/static/audio/maflTheme/Plus_Habit.mp3 differ diff --git a/website/static/audio/maflTheme/Plus_Habit.ogg b/website/static/audio/maflTheme/Plus_Habit.ogg new file mode 100644 index 0000000000..cd63d80373 Binary files /dev/null and b/website/static/audio/maflTheme/Plus_Habit.ogg differ diff --git a/website/static/audio/maflTheme/Reward.mp3 b/website/static/audio/maflTheme/Reward.mp3 new file mode 100644 index 0000000000..449cbd1bd7 Binary files /dev/null and b/website/static/audio/maflTheme/Reward.mp3 differ diff --git a/website/static/audio/maflTheme/Reward.ogg b/website/static/audio/maflTheme/Reward.ogg new file mode 100644 index 0000000000..bea9bad210 Binary files /dev/null and b/website/static/audio/maflTheme/Reward.ogg differ diff --git a/website/static/audio/maflTheme/Settings_Page_Background_Music.mp3 b/website/static/audio/maflTheme/Settings_Page_Background_Music.mp3 new file mode 100644 index 0000000000..0c9a28df15 Binary files /dev/null and b/website/static/audio/maflTheme/Settings_Page_Background_Music.mp3 differ diff --git a/website/static/audio/maflTheme/Settings_Page_Background_Music.ogg b/website/static/audio/maflTheme/Settings_Page_Background_Music.ogg new file mode 100644 index 0000000000..2aa93c64c4 Binary files /dev/null and b/website/static/audio/maflTheme/Settings_Page_Background_Music.ogg differ diff --git a/website/static/audio/maflTheme/ToDo.mp3 b/website/static/audio/maflTheme/ToDo.mp3 new file mode 100644 index 0000000000..376d3c79c1 Binary files /dev/null and b/website/static/audio/maflTheme/ToDo.mp3 differ diff --git a/website/static/audio/maflTheme/ToDo.ogg b/website/static/audio/maflTheme/ToDo.ogg new file mode 100644 index 0000000000..ca8fcd031e Binary files /dev/null and b/website/static/audio/maflTheme/ToDo.ogg differ