mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): add boneless boss achievement (#14788)
* feat(content): add June subscriber items * feat(content): add boneless boss achievement --------- Co-authored-by: SabreCat <sabe@habitica.com>
This commit is contained in:
@@ -178,6 +178,11 @@ const animalSetAchievs = {
|
||||
titleKey: 'achievementBirdsOfAFeather',
|
||||
textKey: 'achievementBirdsOfAFeatherText',
|
||||
},
|
||||
bonelessBoss: {
|
||||
icon: 'achievement-bonelessBoss',
|
||||
titleKey: 'achievementBonelessBoss',
|
||||
textKey: 'achievementBonelessBossText',
|
||||
},
|
||||
dinosaurDynasty: {
|
||||
icon: 'achievement-dinosaurDynasty',
|
||||
titleKey: 'achievementDinosaurDynasty',
|
||||
|
||||
@@ -26,6 +26,20 @@ const ANIMAL_SET_ACHIEVEMENTS = {
|
||||
achievementKey: 'birdsOfAFeather',
|
||||
notificationType: 'ACHIEVEMENT_ANIMAL_SET',
|
||||
},
|
||||
bonelessBoss: {
|
||||
type: 'pet',
|
||||
species: [
|
||||
'Beetle',
|
||||
'Butterfly',
|
||||
'Cuttlefish',
|
||||
'Nudibranch',
|
||||
'Octopus',
|
||||
'Snail',
|
||||
'Spider',
|
||||
],
|
||||
achievementKey: 'bonelessBoss',
|
||||
notificationType: 'ACHIEVEMENT_ANIMAL_SET',
|
||||
},
|
||||
dinosaurDynasty: {
|
||||
type: 'pet',
|
||||
species: [
|
||||
|
||||
Reference in New Issue
Block a user