Begin Fall Festival 2016 (#8043)

* feat(event): begin Fall Festival 2016

* feat(event): Seasonal Shop Fall 2016

* fix(test): season specific food

* chore(news): add Bailey

* fix(season): correct Sorceress & timetrav
This commit is contained in:
Sabe Jones
2016-09-20 20:11:32 -05:00
committed by GitHub
parent 67febde1cb
commit 676d9aedf1
75 changed files with 6212 additions and 5700 deletions

View File

@@ -214,6 +214,14 @@ shops.getTimeTravelersCategories = function getTimeTravelersCategories (user, la
// };
shops.getSeasonalShopCategories = function getSeasonalShopCategories (user, language) {
let availableSets = {
fallHealer: i18n.t('mummyMedicSet', language),
fall2015Healer: i18n.t('potionerSet', language),
fallMage: i18n.t('witchyWizardSet', language),
fall2015Mage: i18n.t('stitchWitchSet', language),
fallRogue: i18n.t('vampireSmiterSet', language),
fall2015Rogue: i18n.t('battleRogueSet', language),
fallWarrior: i18n.t('monsterOfScienceSet', language),
fall2015Warrior: i18n.t('scarecrowWarriorSet', language),
};
let categories = [];