mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user