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