generated from nhcarrigan/template
balance: achievement unlock counts for adventurers/zones/quests are outdated #121
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
apps/api/src/data/achievements.tsSuggested 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~ 🌸