balance: achievement unlock counts for adventurers/zones/quests are outdated #121

Closed
opened 2026-03-23 15:42:49 -07:00 by hikari · 0 comments
Owner

Issue

Several achievements that track "collect N adventurers", "complete N quests", or "unlock N zones" reference counts that no longer match the actual amount of content in the game. As we've added more content, the thresholds for these achievements have not been updated, making some trivially easy and others effectively unreachable.

Expected Behaviour

Achievement count thresholds should reflect the actual amount of content currently in the game, with milestones set at meaningful intervals (e.g. 25%, 50%, 75%, 100% of total content).

Steps to Reproduce

  1. Open apps/api/src/data/achievements.ts
  2. Find achievements that reference counts of adventurers, zones, or quests
  3. Compare the required counts against the actual totals in the data files

Suggested Fix

Update all count-based achievement thresholds to reflect the current content totals. Set multiple milestones if appropriate (e.g. unlock 5 zones, 10 zones, all 18 zones).

Priority

🔴 Critical (×3 affected achievement categories) — outdated achievements break the achievement system's integrity

This issue was created with help from Hikari~ 🌸

## Issue Several achievements that track "collect N adventurers", "complete N quests", or "unlock N zones" reference counts that no longer match the actual amount of content in the game. As we've added more content, the thresholds for these achievements have not been updated, making some trivially easy and others effectively unreachable. ## Expected Behaviour Achievement count thresholds should reflect the actual amount of content currently in the game, with milestones set at meaningful intervals (e.g. 25%, 50%, 75%, 100% of total content). ## Steps to Reproduce 1. Open `apps/api/src/data/achievements.ts` 2. Find achievements that reference counts of adventurers, zones, or quests 3. Compare the required counts against the actual totals in the data files ## Suggested Fix Update all count-based achievement thresholds to reflect the current content totals. Set multiple milestones if appropriate (e.g. unlock 5 zones, 10 zones, all 18 zones). ## Priority 🔴 Critical (×3 affected achievement categories) — outdated achievements break the achievement system's integrity ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-03-23 17:28:31 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#121