feat(content): FFFFFF Achievements
This commit is contained in:
@@ -167,6 +167,16 @@ const basicAchievs = {
|
||||
titleKey: 'achievementUndeadUndertaker',
|
||||
textKey: 'achievementUndeadUndertakerText',
|
||||
},
|
||||
primedForPainting: {
|
||||
icon: 'achievement-primedForPainting',
|
||||
titleKey: 'achievementPrimedForPainting',
|
||||
textKey: 'achievementPrimedForPaintingText',
|
||||
},
|
||||
pearlyPro: {
|
||||
icon: 'achievement-pearlyPro',
|
||||
titleKey: 'achievementPearlyPro',
|
||||
textKey: 'achievementPearlyProText',
|
||||
},
|
||||
};
|
||||
Object.assign(achievementsData, basicAchievs);
|
||||
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
];
|
||||
|
||||
@@ -195,6 +195,8 @@ function _getBasicAchievements (user, language) {
|
||||
_addSimple(result, user, { path: 'aridAuthority', language });
|
||||
_addSimple(result, user, { path: 'monsterMagus', language });
|
||||
_addSimple(result, user, { path: 'undeadUndertaker', language });
|
||||
_addSimple(result, user, { path: 'primedForPainting', language });
|
||||
_addSimple(result, user, { path: 'pearlyPro', language });
|
||||
|
||||
_addSimpleWithMasterCount(result, user, { path: 'beastMaster', language });
|
||||
_addSimpleWithMasterCount(result, user, { path: 'mountMaster', language });
|
||||
|
||||
Reference in New Issue
Block a user