mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
feat(content): Silver Hatching Potion quest
This commit is contained in:
@@ -3417,6 +3417,47 @@ let quests = {
|
||||
unlock: t('questDolphinUnlockText'),
|
||||
},
|
||||
},
|
||||
silver: {
|
||||
text: t('questSilverText'),
|
||||
notes: t('questSilverNotes'),
|
||||
completion: t('questSilverCompletion'),
|
||||
value: 4,
|
||||
category: 'hatchingPotion',
|
||||
collect: {
|
||||
silverIngot: {
|
||||
text: t('questSilverCollectSilverIngots'),
|
||||
count: 20,
|
||||
},
|
||||
moonRune: {
|
||||
text: t('questSilverCollectMoonRunes'),
|
||||
count: 15,
|
||||
},
|
||||
cancerRune: {
|
||||
text: t('questSilverCollectCancerRunes'),
|
||||
count: 15,
|
||||
},
|
||||
},
|
||||
drop: {
|
||||
items: [
|
||||
{
|
||||
type: 'hatchingPotions',
|
||||
key: 'Silver',
|
||||
text: t('questSilverDropSilverPotion'),
|
||||
}, {
|
||||
type: 'hatchingPotions',
|
||||
key: 'Silver',
|
||||
text: t('questSilverDropSilverPotion'),
|
||||
}, {
|
||||
type: 'hatchingPotions',
|
||||
key: 'Silver',
|
||||
text: t('questSilverDropSilverPotion'),
|
||||
},
|
||||
],
|
||||
gp: 50,
|
||||
exp: 100,
|
||||
unlock: t('questSilverUnlockText'),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
each(quests, (v, key) => {
|
||||
|
||||
Reference in New Issue
Block a user