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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user