mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(content): Nudibranch Pets
This commit is contained in:
@@ -320,6 +320,12 @@ let quests = {
|
||||
adjective: t('questEggButterflyAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('butterfly'),
|
||||
},
|
||||
Nudibranch: {
|
||||
text: t('questEggNudibranchText'),
|
||||
mountText: t('questEggNudibranchMountText'),
|
||||
adjective: t('questEggNudibranchAdjective'),
|
||||
canBuy: hasQuestAchievementFunction('nudibranch'),
|
||||
},
|
||||
};
|
||||
|
||||
applyEggDefaults(drops, {
|
||||
|
||||
@@ -2688,6 +2688,38 @@ let quests = {
|
||||
exp: 650,
|
||||
},
|
||||
},
|
||||
nudibranch: {
|
||||
text: t('questNudibranchText'),
|
||||
notes: t('questNudibranchNotes'),
|
||||
completion: t('questNudibranchCompletion'),
|
||||
value: 4,
|
||||
category: 'pet',
|
||||
boss: {
|
||||
name: t('questNudibranchBoss'),
|
||||
hp: 400,
|
||||
str: 1.5,
|
||||
},
|
||||
drop: {
|
||||
items: [
|
||||
{
|
||||
type: 'eggs',
|
||||
key: 'Nudibranch',
|
||||
text: t('questNudibranchDropNudibranchEgg'),
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Nudibranch',
|
||||
text: t('questNudibranchDropNudibranchEgg'),
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Nudibranch',
|
||||
text: t('questNudibranchDropNudibranchEgg'),
|
||||
},
|
||||
],
|
||||
gp: 31,
|
||||
exp: 200,
|
||||
unlock: t('questNudibranchUnlockText'),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
each(quests, (v, key) => {
|
||||
|
||||
Reference in New Issue
Block a user