mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
chore(content): make Jungle Buddies available
This commit is contained in:
@@ -235,14 +235,15 @@ const bundles = {
|
|||||||
jungleBuddies: {
|
jungleBuddies: {
|
||||||
key: 'jungleBuddies',
|
key: 'jungleBuddies',
|
||||||
text: t('jungleBuddiesText'),
|
text: t('jungleBuddiesText'),
|
||||||
notes: t('jungleBuddiesNotes', { date: moment('2020-05-31').format('LL') }),
|
notes: t('jungleBuddiesNotes', { date: moment('2023-03-31').format('LL') }),
|
||||||
bundleKeys: [
|
bundleKeys: [
|
||||||
'monkey',
|
'monkey',
|
||||||
'sloth',
|
'sloth',
|
||||||
'treeling',
|
'treeling',
|
||||||
],
|
],
|
||||||
|
event: EVENTS.bundle202303,
|
||||||
canBuy () {
|
canBuy () {
|
||||||
return moment().isBetween('2020-05-19', '2020-06-02');
|
return moment().isBetween(EVENTS.bundle202303.start, EVENTS.bundle202303.end);
|
||||||
},
|
},
|
||||||
type: 'quests',
|
type: 'quests',
|
||||||
value: 7,
|
value: 7,
|
||||||
|
|||||||
@@ -15,6 +15,10 @@ export const EVENTS = {
|
|||||||
season: 'normal',
|
season: 'normal',
|
||||||
npcImageSuffix: '',
|
npcImageSuffix: '',
|
||||||
},
|
},
|
||||||
|
bundle202303: {
|
||||||
|
start: '2023-03-16T08:00-04:00',
|
||||||
|
end: '2023-03-31T23:59-04:00',
|
||||||
|
},
|
||||||
bundle202302: {
|
bundle202302: {
|
||||||
start: '2023-02-21T08:00-05:00',
|
start: '2023-02-21T08:00-05:00',
|
||||||
end: '2023-02-28T23:59-05:00',
|
end: '2023-02-28T23:59-05:00',
|
||||||
|
|||||||
Reference in New Issue
Block a user