mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(content): bundle and cheevo
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
const ANIMAL_SET_ACHIEVEMENTS = {
|
||||
legendaryBestiary: {
|
||||
type: 'pet',
|
||||
species: [
|
||||
'Dragon',
|
||||
'FlyingPig',
|
||||
'Gryphon',
|
||||
'SeaSerpent',
|
||||
'Unicorn',
|
||||
],
|
||||
achievementKey: 'legendaryBestiary',
|
||||
notificationType: 'ACHIEVEMENT_LEGENDARY_BESTIARY',
|
||||
},
|
||||
};
|
||||
|
||||
export default ANIMAL_SET_ACHIEVEMENTS;
|
||||
Reference in New Issue
Block a user