Squashed commit of the following:

commit 78fe7721a373effbfe62f31583296ee02c050a92
Author: CuriousMagpie <eilatan@gmail.com>
Date:   Wed Jan 15 15:16:56 2025 -0500

    fix: typo fix

commit 6a73cb247aff59102f91171f52c1d56f87bff562
Author: CuriousMagpie <eilatan@gmail.com>
Date:   Wed Jan 15 14:51:00 2025 -0500

    build: February 2025 content build
This commit is contained in:
Kalista Payne
2025-01-23 15:33:16 -06:00
parent 4d31e0286b
commit ddbf95da92
12 changed files with 95 additions and 1 deletions
@@ -232,6 +232,47 @@ const QUEST_PETS = {
unlock: t('questButterflyUnlockText'),
},
},
cat: {
text: t('questCatText'),
notes: t('questCatNotes'),
completion: t('questCatCompletion'),
value: 4,
category: 'pet',
boss: {
name: t('questCatBoss'),
hp: 600,
str: 1.5,
rage: {
title: t('questCatRageTitle'),
description: t('questCatRageDescription'),
value: 50,
mpDrain: 0.33,
effect: t('questCatRageEffect'),
},
},
drop: {
items: [
{
type: 'eggs',
key: 'Cat',
text: t('questCatDropCatEgg'),
},
{
type: 'eggs',
key: 'Cat',
text: t('questCatDropCatEgg'),
},
{
type: 'eggs',
key: 'Cat',
text: t('questCatDropCatEgg'),
},
],
gp: 55,
exp: 500,
unlock: t('questCatUnlockText'),
},
},
chameleon: {
text: t('questChameleonText'),
notes: t('questChameleonNotes'),