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
+9
View File
@@ -212,6 +212,15 @@ export const PRESTIGE_UPGRADES: Array<PrestigeUpgrade> = [
runestonesCost: 1200,
},
// ── Utility Unlocks ───────────────────────────────────────────────────────
{
category: "utility",
description:
"Unlock the Auto-Adventurer toggle. When enabled, the tick engine will automatically purchase the highest-tier adventurer you can currently afford.",
id: "auto_adventurer",
multiplier: 1,
name: "Autonomous Recruitment",
runestonesCost: 50,
},
{
category: "utility",
description: