feat: post-prestige automation (auto-adventurer) #76

Merged
naomi merged 1 commits from feat/post-prestige-automation into main 2026-03-19 13:38:25 -07:00
Owner

Summary

Closes #61

  • Adds the Autonomous Recruitment prestige upgrade (50 runestones) to both the API and web data files
  • Adds autoAdventurer?: boolean to the GameState type for backwards-compatible saves
  • Adds tick-loop logic in GameContext that automatically purchases the highest-tier unlocked adventurer the player can afford each frame when the toggle is enabled
  • Adds toggleAutoAdventurer callback and exposes it through the context
  • Adds toggle UI in the Prestige Shop (mirrors the existing Auto-Prestige toggle pattern)
  • Updates the How to Play guide in the About panel to document the new automation feature

This issue was created with help from Hikari~ 🌸

## Summary Closes #61 - Adds the **Autonomous Recruitment** prestige upgrade (50 runestones) to both the API and web data files - Adds `autoAdventurer?: boolean` to the `GameState` type for backwards-compatible saves - Adds tick-loop logic in GameContext that automatically purchases the highest-tier unlocked adventurer the player can afford each frame when the toggle is enabled - Adds `toggleAutoAdventurer` callback and exposes it through the context - Adds toggle UI in the Prestige Shop (mirrors the existing Auto-Prestige toggle pattern) - Updates the How to Play guide in the About panel to document the new automation feature ✨ This issue was created with help from Hikari~ 🌸
hikari added 1 commit 2026-03-19 13:36:08 -07:00
feat: add auto-adventurer prestige upgrade for post-prestige loop automation
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m3s
CI / Lint, Build & Test (pull_request) Successful in 1m9s
351b215d1d
Adds the Autonomous Recruitment prestige upgrade (50 runestones) which
unlocks an Auto-Adventurer toggle. When enabled, the tick engine
automatically purchases the highest-tier unlocked adventurer the player
can afford each frame, reducing the manual grind after prestige resets.
naomi merged commit 3d114f63d7 into main 2026-03-19 13:38:25 -07:00
naomi deleted branch feat/post-prestige-automation 2026-03-19 13:38:26 -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#76