mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
May 2025 Content Build (#15422)
* chore: May 2025 subscriber gear, background, and armoire gear * chore: May 2025 pet and hatching potion quests, stylesheet update * fix: add space to pet quest rage description * Update backgrounds.json fix(typo): missing fullstop --------- Co-authored-by: Kalista Payne <sabrecat@gmail.com>
This commit is contained in:
@@ -405,5 +405,46 @@ const QUEST_POTIONS = {
|
||||
unlock: t('questJadeUnlockText'),
|
||||
},
|
||||
},
|
||||
opal: {
|
||||
text: t('questOpalText'),
|
||||
notes: t('questOpalNotes'),
|
||||
completion: t('questOpalCompletion'),
|
||||
value: 4,
|
||||
category: 'hatchingPotion',
|
||||
collect: {
|
||||
opalGem: {
|
||||
text: t('questOpalCollectOpalGems'),
|
||||
count: 25,
|
||||
},
|
||||
libraRune: {
|
||||
text: t('questOpalCollectLibraRunes'),
|
||||
count: 10,
|
||||
},
|
||||
mercuryRune: {
|
||||
text: t('questOpalCollectMercuryRunes'),
|
||||
count: 10,
|
||||
},
|
||||
},
|
||||
drop: {
|
||||
items: [
|
||||
{
|
||||
type: 'hatchingPotions',
|
||||
key: 'Opal',
|
||||
text: t('questOpalDropOpalPotion'),
|
||||
}, {
|
||||
type: 'hatchingPotions',
|
||||
key: 'Opal',
|
||||
text: t('questOpalDropOpalPotion'),
|
||||
}, {
|
||||
type: 'hatchingPotions',
|
||||
key: 'Opal',
|
||||
text: t('questOpalDropOpalPotion'),
|
||||
},
|
||||
],
|
||||
gp: 50,
|
||||
exp: 350,
|
||||
unlock: t('questOpalUnlockText'),
|
||||
},
|
||||
},
|
||||
};
|
||||
export default QUEST_POTIONS;
|
||||
|
||||
Reference in New Issue
Block a user