generated from nhcarrigan/template
balance: frozen_peaks and shadow_marshes quests are in the wrong order in quests.ts #123
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
In
apps/api/src/data/quests.ts, the zone sections are listed in the wrong order. The actual unlock progression is:However, the file currently lists the zones in this order:
Impact
This does not affect gameplay (quests are filtered by
zoneIdand zone unlock status), but it causes the quest CP values in the file to read as non-monotonic (zone 4's 300M CP appears before zone 3's 100K CP), making balance auditing difficult and the file misleading for future maintainers.Suggested Fix
Reorder the
// ── Shadow Marshesand// ── Frozen Peakssections so frozen_peaks precedes shadow_marshes, matching the actual unlock chain.Priority
🟡 Medium — no gameplay impact but creates ongoing confusion for maintainers
✨ This issue was created with help from Hikari~ 🌸