balance: increase runestone yield and reduce income_10/11 costs (closes #166, #170)

This commit is contained in:
2026-04-06 18:44:44 -07:00
committed by Naomi Carrigan
parent 4e2bc2cb98
commit 55a521a759
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -96,7 +96,7 @@ export const defaultPrestigeUpgrades: Array<PrestigeUpgrade> = [
id: "income_10",
multiplier: 200,
name: "Eternal Rune I",
runestonesCost: 22_500,
runestonesCost: 15_000,
},
{
category: "income",
@@ -105,7 +105,7 @@ export const defaultPrestigeUpgrades: Array<PrestigeUpgrade> = [
id: "income_11",
multiplier: 500,
name: "Eternal Rune II",
runestonesCost: 60_000,
runestonesCost: 35_000,
},
// ── Click Power ───────────────────────────────────────────────────────────
{