Content 2017/10/10 (#9177)

* feat(content): bundle, customizations

* chore(sprites): update
This commit is contained in:
Sabe Jones
2017-10-10 17:30:44 -05:00
committed by GitHub
parent e3452b3ba7
commit 5ced47f590
57 changed files with 7460 additions and 7477 deletions

View File

@@ -107,6 +107,21 @@ api.bundles = {
type: 'quests',
value: 7,
},
witchyFamiliars: {
key: 'witchyFamiliars',
text: t('witchyFamiliarsText'),
notes: t('witchyFamiliarsNotes'),
bundleKeys: [
'rat',
'spider',
'frog',
],
canBuy () {
return moment().isBetween('2017-10-10', '2017-11-02');
},
type: 'quests',
value: 7,
},
};
/*