August 2024 Content Prebuild (#15277)

* add sprites

* 2024-08 content build

* fixing stuff

* update boss rage effects

* update quest rage text and releaseDates.js

* update shop-featuredItems.js

* fricken fracken beach umbrella

* more beach umbrella

* remove egregious typo
This commit is contained in:
Natalie
2024-07-25 13:55:38 -04:00
committed by GitHub
parent 4789946c4e
commit 2aade9aaa6
14 changed files with 382 additions and 3 deletions

View File

@@ -328,6 +328,44 @@ const QUEST_PETS = {
unlock: t('questCowUnlockText'),
},
},
crab: {
text: t('questCrabText'),
notes: t('questCrabNotes'),
completion: t('questCrabCompletion'),
value: 4,
category: 'pet',
boss: {
name: t('questCrabBoss'),
hp: 1200,
str: 2.5,
rage: {
title: t('questCrabRageTitle'),
description: t('questCrabRageDescription'),
value: 50,
mpDrain: 0.33,
effect: t('questCrabRageEffect'),
},
},
drop: {
items: [
{
type: 'eggs',
key: 'Crab',
text: t('questCrabDropCrabEgg'),
}, {
type: 'eggs',
key: 'Crab',
text: t('questCrabDropCrabEgg'),
}, {
type: 'eggs',
key: 'Crab',
text: t('questCrabDropCrabEgg'),
},
],
gp: 90,
exp: 900,
},
},
dilatory_derby: { // eslint-disable-line camelcase
text: t('questSeahorseText'),
notes: t('questSeahorseNotes'),