feat(content): golden achievements
This commit is contained in:
@@ -202,6 +202,16 @@ const basicAchievs = {
|
||||
titleKey: 'achievementFreshwaterFriends',
|
||||
textKey: 'achievementFreshwaterFriendsText',
|
||||
},
|
||||
goodAsGold: {
|
||||
icon: 'achievement-goodAsGold',
|
||||
titleKey: 'achievementGoodAsGold',
|
||||
textKey: 'achievementGoodAsGoldText',
|
||||
},
|
||||
allThatGlitters: {
|
||||
icon: 'achievement-allThatGlitters',
|
||||
titleKey: 'achievementAllThatGlitters',
|
||||
textKey: 'achievementAllThatGlittersText',
|
||||
},
|
||||
};
|
||||
Object.assign(achievementsData, basicAchievs);
|
||||
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user