feat(content): Dec 2016 pets

This commit is contained in:
Sabe Jones
2016-12-07 20:57:25 +00:00
parent 197aafe092
commit 1249b9d410
48 changed files with 51 additions and 3 deletions

View File

@@ -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) {