Files
habitica/website/common/script/content/constants/animalSetAchievements.js
2021-02-16 17:00:39 -06:00

17 lines
331 B
JavaScript

const ANIMAL_SET_ACHIEVEMENTS = {
legendaryBestiary: {
type: 'pet',
species: [
'Dragon',
'FlyingPig',
'Gryphon',
'SeaSerpent',
'Unicorn',
],
achievementKey: 'legendaryBestiary',
notificationType: 'ACHIEVEMENT_LEGENDARY_BESTIARY',
},
};
export default ANIMAL_SET_ACHIEVEMENTS;