feat(content): Triceratops pet quest

This commit is contained in:
Sabe Jones
2017-01-10 20:32:21 +00:00
parent ef4aeb29ab
commit 023e433a5c
85 changed files with 6832 additions and 6260 deletions

View File

@@ -2785,6 +2785,38 @@ api.quests = {
unlock: t('questSlothUnlockText'),
},
},
triceratops: {
text: t('questTriceratopsText'),
notes: t('questTriceratopsNotes'),
completion: t('questTriceratopsCompletion'),
value: 4,
category: 'pet',
boss: {
name: t('questTriceratopsBoss'),
hp: 1200,
str: 2.5,
},
drop: {
items: [
{
type: 'eggs',
key: 'Triceratops',
text: t('questTriceratopsDropTriceratopsEgg'),
}, {
type: 'eggs',
key: 'Triceratops',
text: t('questTriceratopsDropTriceratopsEgg'),
}, {
type: 'eggs',
key: 'Triceratops',
text: t('questTriceratopsDropTriceratopsEgg'),
},
],
gp: 80,
exp: 800,
unlock: t('questTriceratopsUnlockText'),
},
},
};
_.each(api.quests, function(v, key) {