mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): add new achievement, Plant Parent
This commit is contained in:
@@ -183,6 +183,11 @@ const animalSetAchievs = {
|
||||
titleKey: 'achievementDomesticated',
|
||||
textKey: 'achievementDomesticatedText',
|
||||
},
|
||||
plantParent: {
|
||||
icon: 'achievement-plantParent',
|
||||
titleKey: 'achievementPlantParent',
|
||||
textKey: 'achievementPlantParentText',
|
||||
},
|
||||
polarPro: {
|
||||
icon: 'achievement-polarPro',
|
||||
titleKey: 'achievementPolarPro',
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user