fix: runestone formula, prestige/transcendence rebalance, exploration fixes, and comprehensive balance audit #135

Merged
naomi merged 53 commits from fix/stones into main 2026-03-31 19:57:53 -07:00
Showing only changes of commit 689133d05d - Show all commits
+1
View File
@@ -263,6 +263,7 @@ const buildPostPrestigeState = (
* Preserve automation preferences across prestige — the player explicitly * Preserve automation preferences across prestige — the player explicitly
* opted into these settings and would not expect them to silently reset. * opted into these settings and would not expect them to silently reset.
*/ */
autoAdventurer: currentState.autoAdventurer ?? false,
autoBoss: currentState.autoBoss ?? false, autoBoss: currentState.autoBoss ?? false,
autoQuest: currentState.autoQuest ?? false, autoQuest: currentState.autoQuest ?? false,