mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(content): Dec 2016 pets
This commit is contained in:
@@ -2753,7 +2753,7 @@ api.quests = {
|
||||
items: [
|
||||
{
|
||||
type: 'gear',
|
||||
key: "weapon_special_lunarScythe",
|
||||
key: 'weapon_special_lunarScythe',
|
||||
text: t('questMoon3DropWeapon')
|
||||
},
|
||||
],
|
||||
@@ -2761,6 +2761,38 @@ api.quests = {
|
||||
exp: 650
|
||||
}
|
||||
},
|
||||
sloth: {
|
||||
text: t('questSlothText'),
|
||||
notes: t('questSlothNotes'),
|
||||
completion: t('questSlothCompletion'),
|
||||
value: 4,
|
||||
category: 'pet',
|
||||
boss: {
|
||||
name: t('questSlothBoss'),
|
||||
hp: 400,
|
||||
str: 1.5,
|
||||
},
|
||||
drop: {
|
||||
items: [
|
||||
{
|
||||
type: 'eggs',
|
||||
key: 'Sloth',
|
||||
text: t('questSlothDropSlothEgg'),
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Sloth',
|
||||
text: t('questSlothDropSlothEgg'),
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Sloth',
|
||||
text: t('questSlothDropSlothEgg'),
|
||||
},
|
||||
],
|
||||
gp: 31,
|
||||
exp: 200,
|
||||
unlock: t('questSlothUnlockText'),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
_.each(api.quests, function(v, key) {
|
||||
|
||||
Reference in New Issue
Block a user