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