feat(content): Orca Pets and Splashy Pals

This commit is contained in:
SabreCat
2017-07-11 21:31:26 +00:00
parent 3668a9d3ac
commit 90d77cee81
9 changed files with 146 additions and 22 deletions

View File

@@ -70,6 +70,21 @@ api.bundles = {
type: 'quests',
value: 7,
},
splashyPals: {
key: 'splashyPals',
text: t('splashyPalsText'),
notes: t('splashyPalsNotes'),
bundleKeys: [
'dilatory_derby',
'turtle',
'whale',
],
canBuy () {
return moment().isBetween('2017-07-11', '2017-08-02');
},
type: 'quests',
value: 7,
},
};
/*