mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
added Zodiac Zookeeper achievement
This commit is contained in:
@@ -26,6 +26,25 @@ const ANIMAL_SET_ACHIEVEMENTS = {
|
||||
achievementKey: 'domesticated',
|
||||
notificationType: 'ACHIEVEMENT_DOMESTICATED',
|
||||
},
|
||||
zodiacZookeeper: {
|
||||
type: 'pet',
|
||||
species: [
|
||||
'Rat',
|
||||
'Cow',
|
||||
'Bunny',
|
||||
'Snake',
|
||||
'Horse',
|
||||
'Sheep',
|
||||
'Monkey',
|
||||
'Rooster',
|
||||
'Wolf',
|
||||
'Tiger',
|
||||
'FlyingPig',
|
||||
'Dragon',
|
||||
],
|
||||
achievementKey: 'zodiacZookeeper',
|
||||
notificationType: 'ACHIEVEMENT_ZODIAC_ZOOKEEPER',
|
||||
},
|
||||
};
|
||||
|
||||
export default ANIMAL_SET_ACHIEVEMENTS;
|
||||
|
||||
Reference in New Issue
Block a user