feat(content): new pet color achievements

This commit is contained in:
Sabe Jones
2021-05-25 14:37:15 -05:00
parent 0a85b37e5b
commit 72d0865201
10 changed files with 131 additions and 1 deletions
@@ -55,6 +55,13 @@ const ANIMAL_COLOR_ACHIEVEMENTS = [
mountAchievement: 'redLetterDay',
mountNotificationType: 'ACHIEVEMENT_RED_LETTER_DAY',
},
{
color: 'CottonCandyBlue',
petAchievement: 'violetsAreBlue',
petNotificationType: 'ACHIEVEMENT_VIOLETS_ARE_BLUE',
mountAchievement: 'wildBlueYonder',
mountNotificationType: 'ACHIEVEMENT_WILD_BLUE_YONDER',
},
];
export default ANIMAL_COLOR_ACHIEVEMENTS;