mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
March 2025 Content Build (#15392)
* build: March 2025 css, backgrounds, subscriber gear, armoire * build: March 2025 quests, seasonal gear, various fixes * fix: fix string * fix: fixes to string errors * fix: string fixes
This commit is contained in:
@@ -373,5 +373,37 @@ const QUEST_POTIONS = {
|
||||
unlock: t('questTurquoiseUnlockText'),
|
||||
},
|
||||
},
|
||||
jade: {
|
||||
text: t('questJadeText'),
|
||||
notes: t('questJadeNotes'),
|
||||
completion: t('questJadeCompletion'),
|
||||
value: 4,
|
||||
category: 'hatchingPotion',
|
||||
boss: {
|
||||
name: t('questJadeBoss'),
|
||||
hp: 400,
|
||||
str: 1.25,
|
||||
},
|
||||
drop: {
|
||||
items: [
|
||||
{
|
||||
type: 'hatchingPotions',
|
||||
key: 'Jade',
|
||||
text: t('questJadeDropJadePotion'),
|
||||
}, {
|
||||
type: 'hatchingPotions',
|
||||
key: 'Jade',
|
||||
text: t('questJadeDropJadePotion'),
|
||||
}, {
|
||||
type: 'hatchingPotions',
|
||||
key: 'Jade',
|
||||
text: t('questJadeDropJadePotion'),
|
||||
},
|
||||
],
|
||||
gp: 40,
|
||||
exp: 400,
|
||||
unlock: t('questJadeUnlockText'),
|
||||
},
|
||||
},
|
||||
};
|
||||
export default QUEST_POTIONS;
|
||||
|
||||
Reference in New Issue
Block a user