Fall Festival 2017 (#9058)

* feat(event): Fall Festival 2017

* chore(sprites): compile

* fix(sanity): remove duplicate locale file
This commit is contained in:
Sabe Jones
2017-09-21 13:33:43 -05:00
committed by GitHub
parent 746fb982a7
commit 5263b5e42f
118 changed files with 15664 additions and 14919 deletions
@@ -29,6 +29,7 @@ export const EVENTS = {
winter2017: { start: '2016-12-16', end: '2017-02-02' },
spring2017: { start: '2017-03-21', end: '2017-05-02' },
summer2017: { start: '2017-06-20', end: '2017-08-02' },
fall2017: { start: '2017-09-21', end: '2017-11-02' },
};
export const GEAR_TYPES = [
File diff suppressed because it is too large Load Diff
+12
View File
@@ -300,6 +300,18 @@ shops.getTimeTravelersCategories = function getTimeTravelersCategories (user, la
// };
shops.getSeasonalShopCategories = function getSeasonalShopCategories (user, language) {
const AVAILABLE_SETS = {
fallHealer: i18n.t('mummyMedicSet', language),
fall2015Healer: i18n.t('potionerSet', language),
fall2016Healer: i18n.t('fall2016GorgonHealerSet', language),
fallMage: i18n.t('witchyWizardSet', language),
fall2015Mage: i18n.t('stitchWitchSet', language),
fall2016Mage: i18n.t('fall2016WickedSorcererSet', language),
fallRogue: i18n.t('vampireSmiterSet', language),
fall2015Rogue: i18n.t('battleRogueSet', language),
fall2016Rogue: i18n.t('fall2016BlackWidowSet', language),
fallWarrior: i18n.t('monsterOfScienceSet', language),
fall2015Warrior: i18n.t('scarecrowWarriorSet', language),
fall2016Warrior: i18n.t('fall2016SwampThingSet', language),
};
const AVAILABLE_SPELLS = [