mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
feat(content): Yarn Pet Quest
This commit is contained in:
@@ -3003,6 +3003,38 @@ let quests = {
|
||||
exp: 3500,
|
||||
},
|
||||
},
|
||||
yarn: {
|
||||
text: t('questYarnText'),
|
||||
notes: t('questYarnNotes'),
|
||||
completion: t('questYarnCompletion'),
|
||||
value: 4,
|
||||
category: 'pet',
|
||||
boss: {
|
||||
name: t('questYarnBoss'),
|
||||
hp: 500,
|
||||
str: 1.5,
|
||||
},
|
||||
drop: {
|
||||
items: [
|
||||
{
|
||||
type: 'eggs',
|
||||
key: 'Yarn',
|
||||
text: t('questYarnDropYarnEgg'),
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Yarn',
|
||||
text: t('questYarnDropYarnEgg'),
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Yarn',
|
||||
text: t('questYarnDropYarnEgg'),
|
||||
},
|
||||
],
|
||||
gp: 37,
|
||||
exp: 275,
|
||||
unlock: t('questYarnUnlockText'),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
each(quests, (v, key) => {
|
||||
|
||||
Reference in New Issue
Block a user