feat(content): Forest Friends Quest Bundle

This commit is contained in:
Sabe Jones
2018-09-11 15:38:12 -05:00
parent 2ce2100f89
commit 80e92a8767
6 changed files with 31 additions and 34 deletions

View File

@@ -182,6 +182,21 @@ api.bundles = {
type: 'quests',
value: 7,
},
forestFriends: {
key: 'forestFriends',
text: t('forestFriendsText'),
notes: t('forestFriendsNotes'),
bundleKeys: [
'ghost_stag',
'hedgehog',
'treeling',
],
canBuy () {
return moment().isBetween('2018-09-11', '2018-10-02');
},
type: 'quests',
value: 7,
},
};
/*

View File

@@ -22,8 +22,8 @@ const featuredItems = {
],
quests: [
{
type: 'quests',
path: 'quests.seaserpent',
type: 'bundles',
path: 'bundles.forestFriends',
},
{
type: 'quests',