31b2781333
commit 866f074a15512e2f897d007ad1a5379ffee456d7 Author: Kalista Payne <kalista@habitica.com> Date: Wed Mar 18 15:51:18 2026 -0500 fix(quests): remove backticks from text commit d06fc2825e8638d5c127277f92ef94f26f3daba0 Author: Kalista Payne <kalista@habitica.com> Date: Wed Mar 18 13:16:32 2026 -0500 fix(background): add missing data commit 55156c5f808e3ad9bf16d6465b5b7596fce12631 Author: Kalista Payne <kalista@habitica.com> Date: Wed Mar 18 13:00:43 2026 -0500 fix(lint): max-len commit db88092acfceac7c465c1e01638ae18bd1572ee3 Author: Kalista Payne <kalista@habitica.com> Date: Wed Mar 18 12:56:30 2026 -0500 fix(customization): show event backgrounds for AF commit d6fd1ce7fa1b15771786518656a6663e46ba42bc Author: Phillip Thelen <phillip@habitica.com> Date: Tue Mar 17 15:55:53 2026 +0100 set release date commit b876d8c78928283a81fadfeb1116e09c73f3e25f Author: Phillip Thelen <phillip@habitica.com> Date: Tue Mar 17 11:40:17 2026 +0100 Improve swap handling commit f75a4d01473b492ef28b2324f2defe46cb3845f8 Author: Phillip Thelen <phillip@habitica.com> Date: Tue Mar 17 11:22:42 2026 +0100 use correct name for bear sprites commit 195db1b1328a73043e1a1c9014e9ce22a3df72f3 Author: Phillip Thelen <phillip@habitica.com> Date: Mon Mar 16 23:01:35 2026 +0100 more fix commit a42d3f08d749abf2a072805e4c54f67564c1e320 Author: Phillip Thelen <phillip@habitica.com> Date: Mon Mar 16 18:43:21 2026 +0100 fix test commit 9c06299c343fd29c5dcddfe62e83d410f6c93115 Author: Phillip Thelen <phillip@habitica.com> Date: Mon Mar 16 09:13:13 2026 +0100 AF tweaks commit 5465e23e679cad1d81404a0911204aaf18c231b7 Author: Kalista Payne <kalista@habitica.com> Date: Wed Mar 11 19:43:01 2026 -0500 fix(sprites): add missing gif redirects commit 5721ecc6f2b21fd6049a028fddc79fb6dea0434e Author: Kalista Payne <kalista@habitica.com> Date: Tue Mar 10 16:34:26 2026 -0500 chore(css): run sprites commit 2184ff2e6937459c404f3067c9d0662c9d908074 Author: Kalista Payne <kalista@habitica.com> Date: Tue Mar 10 10:38:34 2026 -0500 fix(test): date commit d684a7297c2f86f417677a1f0fa7ae47c8d4d1d6 Author: Kalista Payne <kalista@habitica.com> Date: Tue Mar 10 10:32:04 2026 -0500 fix(test): update for 2026, also more lint commit 82e7947fd7bc99d1dd33ff08490f2bda0ff74d2b Author: Kalista Payne <kalista@habitica.com> Date: Tue Mar 10 10:22:05 2026 -0500 fix(event): lint and missing pieces commit 96818b2d778848fdbff99afdf50b9f305c25b1a9 Author: Kalista Payne <kalista@habitica.com> Date: Mon Mar 9 20:11:22 2026 -0500 feat(event): finished Alien build commit 4c9763b676f5873d83c4c9c249e7e0ffb5905a2e Author: Kalista Payne <kalista@habitica.com> Date: Fri Mar 6 16:30:36 2026 -0600 wip(event): April Fools 2026 build commit 2f16a016e63f523c81a9425d5d7c49e9138c46a5 Author: Phillip Thelen <phillip@habitica.com> Date: Wed Feb 4 14:16:50 2026 +0100 add april fools tests commit cd1d926c9898f5faf4fe82e4ecccc4d801248f06 Author: Phillip Thelen <phillip@habitica.com> Date: Wed Feb 4 14:09:16 2026 +0100 make april fools cycle through commit d8a4216c412437448ea15f8fd456765ebd5f53f9 Author: Phillip Thelen <phillip@habitica.com> Date: Mon Feb 2 14:41:26 2026 +0100 fix lint commit 8265a15923f34ad1afdaab05992c3def5cb4d202 Author: Phillip Thelen <phillip@habitica.com> Date: Mon Feb 2 12:34:46 2026 +0100 name key more generic commit 9c7bde8ad563bd346b548fdf59fb0454910ae256 Author: Phillip Thelen <phillip@habitica.com> Date: Mon Feb 2 12:26:43 2026 +0100 right date for april fools commit c2b92c6311d60a609e8b8743fc0efe3cbac853b6 Author: Phillip Thelen <phillip@habitica.com> Date: Mon Feb 2 12:26:19 2026 +0100 rework how april fools works
278 lines
6.4 KiB
JavaScript
278 lines
6.4 KiB
JavaScript
import t from '../translation';
|
|
|
|
const QUEST_SEASONAL = {
|
|
// winter
|
|
evilsanta: {
|
|
text: t('questEvilSantaText'),
|
|
notes: t('questEvilSantaNotes'),
|
|
addlNotes: t('evilSantaAddlNotes'),
|
|
completion: t('questEvilSantaCompletion'),
|
|
value: 4,
|
|
category: 'pet',
|
|
boss: {
|
|
name: t('questEvilSantaBoss'),
|
|
hp: 300,
|
|
str: 1,
|
|
},
|
|
drop: {
|
|
items: [
|
|
{
|
|
type: 'mounts',
|
|
key: 'BearCub-Polar',
|
|
text: t('questEvilSantaDropBearCubPolarMount'),
|
|
},
|
|
],
|
|
gp: 20,
|
|
exp: 100,
|
|
},
|
|
},
|
|
evilsanta2: {
|
|
text: t('questEvilSanta2Text'),
|
|
notes: t('questEvilSanta2Notes'),
|
|
addlNotes: t('evilSantaAddlNotes'),
|
|
completion: t('questEvilSanta2Completion'),
|
|
value: 4,
|
|
category: 'pet',
|
|
collect: {
|
|
tracks: {
|
|
text: t('questEvilSanta2CollectTracks'),
|
|
count: 20,
|
|
},
|
|
branches: {
|
|
text: t('questEvilSanta2CollectBranches'),
|
|
count: 10,
|
|
},
|
|
},
|
|
drop: {
|
|
items: [
|
|
{
|
|
type: 'pets',
|
|
key: 'BearCub-Polar',
|
|
text: t('questEvilSanta2DropBearCubPolarPet'),
|
|
},
|
|
],
|
|
gp: 20,
|
|
exp: 100,
|
|
},
|
|
},
|
|
// spring
|
|
egg: {
|
|
text: t('questEggHuntText'),
|
|
notes: t('questEggHuntNotes'),
|
|
completion: t('questEggHuntCompletion'),
|
|
value: 1,
|
|
category: 'pet',
|
|
collect: {
|
|
plainEgg: {
|
|
text: t('questEggHuntCollectPlainEgg'),
|
|
count: 40,
|
|
},
|
|
},
|
|
drop: {
|
|
items: [
|
|
{
|
|
type: 'eggs',
|
|
key: 'Egg',
|
|
text: t('questEggHuntDropPlainEgg'),
|
|
}, {
|
|
type: 'eggs',
|
|
key: 'Egg',
|
|
text: t('questEggHuntDropPlainEgg'),
|
|
}, {
|
|
type: 'eggs',
|
|
key: 'Egg',
|
|
text: t('questEggHuntDropPlainEgg'),
|
|
}, {
|
|
type: 'eggs',
|
|
key: 'Egg',
|
|
text: t('questEggHuntDropPlainEgg'),
|
|
}, {
|
|
type: 'eggs',
|
|
key: 'Egg',
|
|
text: t('questEggHuntDropPlainEgg'),
|
|
}, {
|
|
type: 'eggs',
|
|
key: 'Egg',
|
|
text: t('questEggHuntDropPlainEgg'),
|
|
}, {
|
|
type: 'eggs',
|
|
key: 'Egg',
|
|
text: t('questEggHuntDropPlainEgg'),
|
|
}, {
|
|
type: 'eggs',
|
|
key: 'Egg',
|
|
text: t('questEggHuntDropPlainEgg'),
|
|
}, {
|
|
type: 'eggs',
|
|
key: 'Egg',
|
|
text: t('questEggHuntDropPlainEgg'),
|
|
}, {
|
|
type: 'eggs',
|
|
key: 'Egg',
|
|
text: t('questEggHuntDropPlainEgg'),
|
|
},
|
|
],
|
|
gp: 0,
|
|
exp: 0,
|
|
},
|
|
},
|
|
waffle: {
|
|
text: t('questWaffleText'),
|
|
notes: t('questWaffleNotes'),
|
|
completion: t('questWaffleCompletion'),
|
|
value: 4,
|
|
category: 'hatchingPotion',
|
|
boss: {
|
|
name: t('questWaffleBoss'),
|
|
hp: 500,
|
|
str: 2,
|
|
rage: {
|
|
title: t('questWaffleRageTitle'),
|
|
description: t('questWaffleRageDescription'),
|
|
value: 50,
|
|
progressDrain: 0.5,
|
|
effect: t('questWaffleRageEffect'),
|
|
},
|
|
},
|
|
drop: {
|
|
items: [
|
|
{
|
|
type: 'hatchingPotions',
|
|
key: 'Dessert',
|
|
text: t('questWaffleDropDessertPotion'),
|
|
}, {
|
|
type: 'hatchingPotions',
|
|
key: 'Dessert',
|
|
text: t('questWaffleDropDessertPotion'),
|
|
}, {
|
|
type: 'hatchingPotions',
|
|
key: 'Dessert',
|
|
text: t('questWaffleDropDessertPotion'),
|
|
},
|
|
],
|
|
gp: 40,
|
|
exp: 500,
|
|
unlock: t('questWaffleUnlockText'),
|
|
},
|
|
},
|
|
virtualpet: {
|
|
text: t('questVirtualPetText'),
|
|
notes: t('questVirtualPetNotes'),
|
|
completion: t('questVirtualPetCompletion'),
|
|
value: 4,
|
|
category: 'hatchingPotion',
|
|
boss: {
|
|
name: t('questVirtualPetBoss'),
|
|
hp: 500,
|
|
str: 2,
|
|
rage: {
|
|
title: t('questVirtualPetRageTitle'),
|
|
description: t('questVirtualPetRageDescription'),
|
|
value: 50,
|
|
progressDrain: 0.5,
|
|
effect: t('questVirtualPetRageEffect'),
|
|
},
|
|
},
|
|
drop: {
|
|
items: [
|
|
{
|
|
type: 'hatchingPotions',
|
|
key: 'VirtualPet',
|
|
text: t('questVirtualPetDropVirtualPetPotion'),
|
|
}, {
|
|
type: 'hatchingPotions',
|
|
key: 'VirtualPet',
|
|
text: t('questVirtualPetDropVirtualPetPotion'),
|
|
}, {
|
|
type: 'hatchingPotions',
|
|
key: 'VirtualPet',
|
|
text: t('questVirtualPetDropVirtualPetPotion'),
|
|
},
|
|
],
|
|
gp: 40,
|
|
exp: 500,
|
|
unlock: t('questVirtualPetUnlockText'),
|
|
},
|
|
},
|
|
fungi: {
|
|
text: t('questFungiText'),
|
|
notes: t('questFungiNotes'),
|
|
completion: t('questFungiCompletion'),
|
|
value: 4,
|
|
category: 'hatchingPotion',
|
|
boss: {
|
|
name: t('questFungiBoss'),
|
|
hp: 500,
|
|
str: 2,
|
|
rage: {
|
|
title: t('questFungiRageTitle'),
|
|
description: t('questFungiRageDescription'),
|
|
value: 50,
|
|
mpDrain: 0.33,
|
|
effect: t('questFungiRageEffect'),
|
|
},
|
|
},
|
|
drop: {
|
|
items: [
|
|
{
|
|
type: 'hatchingPotions',
|
|
key: 'Fungi',
|
|
text: t('questFungiDropFungiPotion'),
|
|
}, {
|
|
type: 'hatchingPotions',
|
|
key: 'Fungi',
|
|
text: t('questFungiDropFungiPotion'),
|
|
}, {
|
|
type: 'hatchingPotions',
|
|
key: 'Fungi',
|
|
text: t('questFungiDropFungiPotion'),
|
|
},
|
|
],
|
|
gp: 40,
|
|
exp: 500,
|
|
unlock: t('questFungiUnlockText'),
|
|
},
|
|
},
|
|
alien: {
|
|
text: t('questAlienText'),
|
|
notes: t('questAlienNotes'),
|
|
completion: t('questAlienCompletion'),
|
|
value: 4,
|
|
category: 'hatchingPotion',
|
|
boss: {
|
|
name: t('questAlienBoss'),
|
|
hp: 500,
|
|
str: 2,
|
|
rage: {
|
|
title: t('questAlienRageTitle'),
|
|
description: t('questAlienRageDescription'),
|
|
value: 50,
|
|
healing: 0.3,
|
|
effect: t('questAlienRageEffect'),
|
|
},
|
|
},
|
|
drop: {
|
|
items: [
|
|
{
|
|
type: 'hatchingPotions',
|
|
key: 'Alien',
|
|
text: t('questAlienDropAlienPotion'),
|
|
}, {
|
|
type: 'hatchingPotions',
|
|
key: 'Alien',
|
|
text: t('questAlienDropAlienPotion'),
|
|
}, {
|
|
type: 'hatchingPotions',
|
|
key: 'Alien',
|
|
text: t('questAlienDropAlienPotion'),
|
|
},
|
|
],
|
|
gp: 40,
|
|
exp: 500,
|
|
unlock: t('questAlienUnlockText'),
|
|
},
|
|
},
|
|
};
|
|
|
|
export default QUEST_SEASONAL;
|