feat(content): FFFFFF Achievements

This commit is contained in:
Sabe Jones
2019-12-10 14:41:39 -06:00
parent 1cd1d45410
commit 40ba81a5d9
14 changed files with 131 additions and 12 deletions

View File

@@ -273,4 +273,7 @@ export const ANIMAL_COLOR_ACHIEVEMENTS = [
{
color: 'Zombie', petAchievement: 'monsterMagus', petNotificationType: 'ACHIEVEMENT_MONSTER_MAGUS', mountAchievement: 'undeadUndertaker', mountNotificationType: 'ACHIEVEMENT_UNDEAD_UNDERTAKER',
},
{
color: 'White', petAchievement: 'primedForPainting', petNotificationType: 'ACHIEVEMENT_PRIMED_FOR_PAINTING', mountAchievement: 'pearlyPro', mountNotificationType: 'ACHIEVEMENT_PEARLY_PRO',
},
];