docs: quest tracking + cancel UX #61
Reference in New Issue
Block a user
Delete Branch "docs/economy-quest-tracking"
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?
Adds player-visible quest tracking + cancellation layers to the economy design.
3-slot active-quest cap so cancellation is meaningful (prevents RNG-shopping). State schema documented.
Three-layer visibility plan: V1 (Phase 3): /quests, /quests info, /quests cancel commands. Mobile-friendly via the bridge, no extra mods. V2 (Phase 3.5): Quest Log book item with dynamic pages. V3 (later): optional sidebar HUD via vanilla scoreboards. 3-slot active-quest cap so cancellation is a real choice: - Prevents accept-all-then-cancel-easy-ones RNG shopping - Keeps state files small - READY frees the slot so turn-in backlogs are workable State storage schema documented (active + completed/cooldown). Phase 3.5 added to the roadmap for the book item. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>