mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
feat(content): Magic Hatching Quest
This commit is contained in:
@@ -3537,6 +3537,47 @@ const quests = {
|
||||
unlock: t('questAmberUnlockText'),
|
||||
},
|
||||
},
|
||||
ruby: {
|
||||
text: t('questRubyText'),
|
||||
notes: t('questRubyNotes'),
|
||||
completion: t('questRubyCompletion'),
|
||||
value: 4,
|
||||
category: 'hatchingPotion',
|
||||
collect: {
|
||||
rubyGem: {
|
||||
text: t('questRubyCollectRubyGems'),
|
||||
count: 25,
|
||||
},
|
||||
venusRune: {
|
||||
text: t('questRubyCollectVenusRunes'),
|
||||
count: 10,
|
||||
},
|
||||
aquariusRune: {
|
||||
text: t('questRubyCollectAquariusRunes'),
|
||||
count: 10,
|
||||
},
|
||||
},
|
||||
drop: {
|
||||
items: [
|
||||
{
|
||||
type: 'hatchingPotions',
|
||||
key: 'Ruby',
|
||||
text: t('questRubyDropRubyPotion'),
|
||||
}, {
|
||||
type: 'hatchingPotions',
|
||||
key: 'Ruby',
|
||||
text: t('questRubyDropRubyPotion'),
|
||||
}, {
|
||||
type: 'hatchingPotions',
|
||||
key: 'Ruby',
|
||||
text: t('questRubyDropRubyPotion'),
|
||||
},
|
||||
],
|
||||
gp: 50,
|
||||
exp: 100,
|
||||
unlock: t('questRubyUnlockText'),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
each(quests, (v, key) => {
|
||||
|
||||
@@ -56,7 +56,7 @@ const featuredItems = {
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.silver',
|
||||
path: 'quests.ruby',
|
||||
},
|
||||
];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user