fix: quest_eternal achievement references 122 quests but only 112 exist #197

Closed
opened 2026-03-31 18:54:01 -07:00 by hikari · 0 comments
Owner

Description

The quest_eternal achievement has condition: { amount: 122, type: "questsCompleted" } and describes "all 122 quests across the known multiverse", but there are only 112 quests in the game data. This makes the achievement permanently impossible to complete.

Fix

Update quest_eternal to amount: 112 and fix the description accordingly.

This issue was created with help from Hikari~ 🌸

## Description The `quest_eternal` achievement has `condition: { amount: 122, type: "questsCompleted" }` and describes "all 122 quests across the known multiverse", but there are only 112 quests in the game data. This makes the achievement permanently impossible to complete. ## Fix Update `quest_eternal` to `amount: 112` and fix the description accordingly. ✨ This issue was created with help from Hikari~ 🌸
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#197