generated from nhcarrigan/template
feat: add auto-adventurer prestige upgrade for post-prestige loop automation
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user