From 66fbb3c7fdf4312486a2f2ad19c119e5115c85da Mon Sep 17 00:00:00 2001 From: Freddie Date: Fri, 19 Jun 2026 14:04:35 -0700 Subject: [PATCH] Add Echoes Rekindled task --- apps/frontend/data/tasks/11-midnight/12-0.ts | 20 +++++++++----------- apps/frontend/shared/icons/library.ts | 1 + 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/apps/frontend/data/tasks/11-midnight/12-0.ts b/apps/frontend/data/tasks/11-midnight/12-0.ts index 828ee08d7..5d7b6aadd 100644 --- a/apps/frontend/data/tasks/11-midnight/12-0.ts +++ b/apps/frontend/data/tasks/11-midnight/12-0.ts @@ -113,16 +113,6 @@ export const midChores12_0: Task = { }, ], }, - // { - // key: 'midDelves', - // name: '[Dor] Delves', - // minimumLevel: 80, - // icon: iconLibrary.gameDigDug, - // questReset: DbResetType.Weekly, - // questIds: [ - // 93909, // Delves: Worldwide Research - // ], - // }, { key: 'midAbundance', name: 'Abundance', @@ -216,9 +206,17 @@ export const midChores12_0: Task = { }, ], }, + { + key: 'midEchoesRekindled', + name: '[Har] Echoes Rekindled', + icon: iconLibrary.gameSmallFire, + minimumLevel: 83, + questReset: DbResetType.Weekly, + questIds: [92713], + }, { key: 'midLostLegends', - name: 'Lost Legends', + name: '[Har] Lost Legends', icon: iconLibrary.gameSecretBook, minimumLevel: 83, accountWide: true, diff --git a/apps/frontend/shared/icons/library.ts b/apps/frontend/shared/icons/library.ts index 419681af6..f29c964c7 100644 --- a/apps/frontend/shared/icons/library.ts +++ b/apps/frontend/shared/icons/library.ts @@ -78,6 +78,7 @@ export { default as gameSecretBook } from '~icons/game-icons/secret-book'; export { default as gameShield } from '~icons/game-icons/shield'; export { default as gameShirt } from '~icons/game-icons/shirt'; export { default as gameShurikenAperture } from '~icons/game-icons/shuriken-aperture'; +export { default as gameSmallFire } from '~icons/game-icons/small-fire'; export { default as gameSpellBook } from '~icons/game-icons/spell-book'; export { default as gameSpiderFace } from '~icons/game-icons/spider-face'; export { default as gameSpikedDragonHead } from '~icons/game-icons/spiked-dragon-head';