October Prebuild (#15325)

* Add october background

* Add armoire

* Add subscriber gear

* add new pet

* improve quest tests

* Fixes from gear switchup

* use new sprite system for quest images

* fixes

* fix quest image alignment

* add missing string

* fix(style): lint warnings and typo

---------

Co-authored-by: Phillip Thelen <phillip@habitica.com>
Co-authored-by: Sabe Jones <sabe@habitica.com>
This commit is contained in:
Kalista Payne
2024-09-17 16:13:51 -05:00
committed by GitHub
parent ea398f6294
commit f9fb463128
19 changed files with 343 additions and 14 deletions

View File

@@ -398,6 +398,45 @@ const QUEST_PETS = {
unlock: t('questSeahorseUnlockText'),
},
},
dog: {
text: t('questDogText'),
notes: t('questDogNotes'),
completion: t('questDogCompletion'),
value: 4,
category: 'pet',
boss: {
name: t('questDogBoss'),
hp: 600,
str: 1.5,
rage: {
title: t('questDogRageTitle'),
description: t('questDogRageDescription'),
value: 50,
mpDrain: 0.3,
effect: t('questDogRageEffect'),
},
},
drop: {
items: [
{
type: 'eggs',
key: 'Dog',
text: t('questDogDropDogEgg'),
}, {
type: 'eggs',
key: 'Dog',
text: t('questDogDropDogEgg'),
}, {
type: 'eggs',
key: 'Dog',
text: t('questDogDropDogEgg'),
},
],
gp: 55,
exp: 500,
unlock: t('questDogUnlockText'),
},
},
dolphin: {
text: t('questDolphinText'),
notes: t('questDolphinNotes'),