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:
Natalie
2025-02-18 16:48:08 -05:00
committed by GitHub
parent 2ad17d408e
commit 93780d7056
20 changed files with 664 additions and 3 deletions

View File

@@ -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;