April 2025 content build (#15411)

* chore: April 2025 CSS

* chore: April 2025 subscriber and armoire items, backgrounds

* chore: Update April 2025 subscriber items

* chore: April 2025 CSS fix

* chore: April 2025 pet quest and magic hatching potion

* fix: April 2025 fixes

* fix: typo

* fix: typo

* fix(typo): whitespace

---------

Co-authored-by: Kalista Payne <sabrecat@gmail.com>
This commit is contained in:
Natalie
2025-03-20 15:30:51 -04:00
committed by GitHub
parent 5f9bf07045
commit 11a22d0f5d
15 changed files with 452 additions and 7 deletions

View File

@@ -33,6 +33,47 @@ const QUEST_PETS = {
unlock: t('questAlligatorUnlockText'),
},
},
alpaca: {
text: t('questAlpacaText'),
notes: t('questAlpacaNotes'),
completion: t('questAlpacaCompletion'),
value: 4,
category: 'pet',
boss: {
name: t('questAlpacaBoss'),
hp: 800,
str: 2,
rage: {
title: t('questAlpacaRageTitle'),
description: t('questAlpacaRageDescription'),
value: 50,
healing: 0.3,
effect: t('questAlpacaRageEffect'),
},
},
drop: {
items: [
{
type: 'eggs',
key: 'Alpaca',
text: t('questAlpacaDropAlpacaEgg'),
},
{
type: 'eggs',
key: 'Alpaca',
text: t('questAlpacaDropAlpacaEgg'),
},
{
type: 'eggs',
key: 'Alpaca',
text: t('questAlpacaDropAlpacaEgg'),
},
],
gp: 90,
exp: 900,
unlock: t('questAlpacaUnlockText'),
},
},
armadillo: {
text: t('questArmadilloText'),
notes: t('questArmadilloNotes'),