mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): Orca Pets and Splashy Pals
This commit is contained in:
@@ -70,6 +70,21 @@ api.bundles = {
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
},
|
||||
splashyPals: {
|
||||
key: 'splashyPals',
|
||||
text: t('splashyPalsText'),
|
||||
notes: t('splashyPalsNotes'),
|
||||
bundleKeys: [
|
||||
'dilatory_derby',
|
||||
'turtle',
|
||||
'whale',
|
||||
],
|
||||
canBuy () {
|
||||
return moment().isBetween('2017-07-11', '2017-08-02');
|
||||
},
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
},
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
@@ -68,6 +68,7 @@ let specialPets = {
|
||||
'Gryphon-RoyalPurple': 'royalPurpleGryphon',
|
||||
'JackOLantern-Ghost': 'ghostJackolantern',
|
||||
'Jackalope-RoyalPurple': 'royalPurpleJackalope',
|
||||
'Orca-Base': 'orca',
|
||||
};
|
||||
|
||||
let specialMounts = {
|
||||
|
||||
Reference in New Issue
Block a user