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

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.
This commit is contained in:
2026-03-19 13:35:52 -07:00
committed by Naomi Carrigan
parent 911e089a9e
commit 351b215d1d
6 changed files with 112 additions and 9 deletions
@@ -79,6 +79,11 @@ interface GameState {
*/
autoBoss?: boolean;
/**
* When true, the tick engine automatically purchases the highest-tier affordable adventurer.
*/
autoAdventurer?: boolean;
/**
* Companion unlock and active selection state — optional for backwards compatibility.
*/