2024-09 Content Prebuild (#15295)

* 202409 subscriber gear

* 2024-09 enchanted armoire gear

* 2024 fall festival gear

* 2024-09 background

* 2024-09 pet quest

* typos and update featuredItems.js

* quest and typo fix

* fix subscriber set name

* text amendments

* update quest title
# Conflicts:
#	habitica-images
This commit is contained in:
Natalie
2024-08-23 13:47:25 -04:00
committed by Phillip Thelen
parent 9b33453040
commit 992e82cbcf
17 changed files with 477 additions and 1 deletions
@@ -1070,6 +1070,47 @@ const QUEST_PETS = {
unlock: t('questPterodactylUnlockText'),
},
},
raccoon: {
text: t('questRaccoonText'),
notes: t('questRaccoonNotes'),
completion: t('questRaccoonCompletion'),
value: 4,
category: 'pet',
boss: {
name: t('questRaccoonBoss'),
hp: 800,
str: 2,
rage: {
title: t('questRaccoonRageTitle'),
description: t('questRaccoonRageDescription'),
value: 50,
healing: 0.3,
effect: t('questRaccoonRageEffect'),
},
},
drop: {
items: [
{
type: 'eggs',
key: 'Raccoon',
text: t('questRaccoonDropRaccoonEgg'),
},
{
type: 'eggs',
key: 'Raccoon',
text: t('questRaccoonDropRaccoonEgg'),
},
{
type: 'eggs',
key: 'Raccoon',
text: t('questRaccoonDropRaccoonEgg'),
},
],
gp: 70,
exp: 600,
unlock: t('questRaccoonUnlockText'),
},
},
rat: {
text: t('questRatText'),
notes: t('questRatNotes'),