feat: communicate exploration zone unlock conditions in-game #74

Merged
naomi merged 1 commits from feat/exploration-unlock-hints into main 2026-03-19 12:18:45 -07:00
Owner

Summary

  • Locked exploration zones now show a πŸ”’ This zone is locked. Unlock exploration by: hint above the area list, with the specific βš”οΈ Defeat: {boss} and πŸ“œ Complete: {quest} required
  • Updated the About panel's Exploration how-to-play entry to document the zone unlock rule explicitly
  • No new data required β€” unlock conditions are read directly from zone.unlockBossId and zone.unlockQuestId already in state

Test plan

  • Verify locked exploration zones display the correct boss and quest unlock hints
  • Verify already-unlocked zones show no hint
  • Verify starter zone (no unlock conditions) shows no hint
  • Verify the About panel Exploration entry reflects the updated description
  • Confirm lint, build, and tests all pass

Closes #59

## Summary - Locked exploration zones now show a `πŸ”’ This zone is locked. Unlock exploration by:` hint above the area list, with the specific `βš”οΈ Defeat: {boss}` and `πŸ“œ Complete: {quest}` required - Updated the About panel's Exploration how-to-play entry to document the zone unlock rule explicitly - No new data required β€” unlock conditions are read directly from `zone.unlockBossId` and `zone.unlockQuestId` already in state ## Test plan - [ ] Verify locked exploration zones display the correct boss and quest unlock hints - [ ] Verify already-unlocked zones show no hint - [ ] Verify starter zone (no unlock conditions) shows no hint - [ ] Verify the About panel Exploration entry reflects the updated description - [ ] Confirm lint, build, and tests all pass Closes #59
hikari added 1 commit 2026-03-19 12:07:21 -07:00
feat: communicate exploration zone unlock conditions in-game
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m3s
CI / Lint, Build & Test (pull_request) Successful in 1m9s
7629e88463
Locked exploration zones now display the specific boss to defeat
and quest to complete required to unlock them. The About panel's
Exploration entry also documents the unlock rule explicitly.

Closes #59
naomi merged commit 14de87d765 into main 2026-03-19 12:18:45 -07:00
naomi deleted branch feat/exploration-unlock-hints 2026-03-19 12:18:45 -07:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#74