mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(content): Forest Friends Quest Bundle
This commit is contained in:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
@@ -22,8 +22,8 @@ const featuredItems = {
|
||||
],
|
||||
quests: [
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.seaserpent',
|
||||
type: 'bundles',
|
||||
path: 'bundles.forestFriends',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
|
||||
Reference in New Issue
Block a user