feat(content): golden achievements

This commit is contained in:
Sabe Jones
2020-08-18 15:13:06 -05:00
parent 29c21f09e1
commit 6255c5dcc7
16 changed files with 199 additions and 125 deletions

View File

@@ -341,4 +341,11 @@ export const ANIMAL_COLOR_ACHIEVEMENTS = [
mountAchievement: 'rosyOutlook',
mountNotificationType: 'ACHIEVEMENT_ROSY_OUTLOOK',
},
{
color: 'Golden',
petAchievement: 'goodAsGold',
petNotificationType: 'ACHIEVEMENT_GOOD_AS_GOLD',
mountAchievement: 'allThatGlitters',
mountNotificationType: 'ACHIEVEMENT_ALL_THAT_GLITTERS',
},
];