mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): Bird Buddies Bundle
This commit is contained in:
@@ -212,6 +212,21 @@ api.bundles = {
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
},
|
||||
birdBuddies: {
|
||||
key: 'birdBuddies',
|
||||
text: t('birdBuddiesText'),
|
||||
notes: t('birdBuddiesNotes'),
|
||||
bundleKeys: [
|
||||
'peacock',
|
||||
'penguin',
|
||||
'rooster',
|
||||
],
|
||||
canBuy () {
|
||||
return moment().isBetween('2018-12-11', '2019-01-02');
|
||||
},
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
},
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
@@ -30,8 +30,8 @@ const featuredItems = {
|
||||
path: 'quests.taskwoodsTerror1',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.horse',
|
||||
type: 'bundles',
|
||||
path: 'bundles.birdBuddies',
|
||||
},
|
||||
],
|
||||
seasonal: '',
|
||||
|
||||
Reference in New Issue
Block a user