added Zodiac Zookeeper achievement

This commit is contained in:
CuriousMagpie
2022-01-28 17:14:50 -05:00
parent 86ba6055b9
commit f2f3a1f0eb
8 changed files with 219 additions and 2 deletions

View File

@@ -267,6 +267,11 @@ const basicAchievs = {
titleKey: 'achievementShadeOfItAll',
textKey: 'achievementShadeOfItAllText',
},
zodiacZookeeper: {
icon: 'achievement-zodiac',
titleKey: 'achievementZodiacZookeeper',
textKey: 'achievementZodiacZookeeperText',
},
};
Object.assign(achievementsData, basicAchievs);