mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): Triceratops pet quest
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user