mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +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:
@@ -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