mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
feat(quest): Ferret Pet
This commit is contained in:
@@ -2621,6 +2621,38 @@ api.quests = {
|
||||
exp: 650
|
||||
}
|
||||
},
|
||||
ferret: {
|
||||
text: t('questFerretText'),
|
||||
notes: t('questFerretNotes'),
|
||||
completion: t('questFerretCompletion'),
|
||||
value: 4,
|
||||
category: 'pet',
|
||||
boss: {
|
||||
name: t('questFerretBoss'),
|
||||
hp: 400,
|
||||
str: 1.5,
|
||||
},
|
||||
drop: {
|
||||
items: [
|
||||
{
|
||||
type: 'eggs',
|
||||
key: 'Ferret',
|
||||
text: t('questFerretDropFerretEgg'),
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Ferret',
|
||||
text: t('questFerretDropFerretEgg'),
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Ferret',
|
||||
text: t('questFerretDropFerretEgg'),
|
||||
},
|
||||
],
|
||||
gp: 31,
|
||||
exp: 200,
|
||||
unlock: t('questFerretUnlockText'),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
_.each(api.quests, function(v, key) {
|
||||
|
||||
Reference in New Issue
Block a user