feat(content): add new achievement, Plant Parent
This commit is contained in:
@@ -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