feat(content): add new achievement, Plant Parent

This commit is contained in:
CuriousMagpie
2023-03-10 13:46:21 -05:00
committed by SabreCat
parent ec9973f9d2
commit c481354f78
7 changed files with 246 additions and 2 deletions

View File

@@ -183,6 +183,11 @@ const animalSetAchievs = {
titleKey: 'achievementDomesticated',
textKey: 'achievementDomesticatedText',
},
plantParent: {
icon: 'achievement-plantParent',
titleKey: 'achievementPlantParent',
textKey: 'achievementPlantParentText',
},
polarPro: {
icon: 'achievement-polarPro',
titleKey: 'achievementPolarPro',

View File

@@ -41,6 +41,15 @@ const ANIMAL_SET_ACHIEVEMENTS = {
achievementKey: 'domesticated',
notificationType: 'ACHIEVEMENT_ANIMAL_SET',
},
plantParent: {
type: 'pet',
species: [
'Cactus',
'Treeling',
],
achievementKey: 'plantParent',
notificationType: 'ACHIEVEMENT_ANIMAL_SET',
},
polarPro: {
type: 'pet',
species: [