mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): new achievement and bundle
This commit is contained in:
@@ -221,6 +221,21 @@ const bundles = {
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
},
|
||||
jungleBuddies: {
|
||||
key: 'jungleBuddies',
|
||||
text: t('jungleBuddiesText'),
|
||||
notes: t('jungleBuddiesNotes', { date: moment('2020-05-31').format('LL') }),
|
||||
bundleKeys: [
|
||||
'monkey',
|
||||
'sloth',
|
||||
'treeling',
|
||||
],
|
||||
canBuy () {
|
||||
return moment().isBetween('2020-05-19', '2020-06-02');
|
||||
},
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
},
|
||||
};
|
||||
|
||||
export default bundles;
|
||||
|
||||
Reference in New Issue
Block a user