feat(content): Rocking Reptiles Bundle

This commit is contained in:
Sabe Jones
2019-09-10 17:20:06 -05:00
parent f7dd46864a
commit 3f2b3da449
12 changed files with 505 additions and 474 deletions

View File

@@ -246,6 +246,21 @@ api.bundles = {
type: 'quests',
value: 7,
},
rockingReptiles: {
key: 'rockingReptiles',
text: t('rockingReptilesText'),
notes: t('rockingReptilesNotes'),
bundleKeys: [
'alligator',
'snake',
'velociraptor',
],
canBuy () {
return moment().isBetween('2019-09-10', '2019-10-02');
},
type: 'quests',
value: 7,
},
};
/*