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 4b3a856ef9 - Show all commits
+5 -5
View File
@@ -26,7 +26,7 @@ export const defaultAdventurers: Array<Adventurer> = [
combatPower: 3, combatPower: 3,
count: 0, count: 0,
essencePerSecond: 0, essencePerSecond: 0,
goldPerSecond: 0.5, goldPerSecond: 0.7,
id: "militia", id: "militia",
level: 2, level: 2,
name: "Militia", name: "Militia",
@@ -129,7 +129,7 @@ export const defaultAdventurers: Array<Adventurer> = [
unlocked: false, unlocked: false,
}, },
{ {
baseCost: 2_600_000_000, baseCost: 2_850_000_000,
class: "mage", class: "mage",
combatPower: 13_000, combatPower: 13_000,
count: 0, count: 0,
@@ -141,7 +141,7 @@ export const defaultAdventurers: Array<Adventurer> = [
unlocked: false, unlocked: false,
}, },
{ {
baseCost: 11_000_000_000, baseCost: 13_500_000_000,
class: "rogue", class: "rogue",
combatPower: 28_000, combatPower: 28_000,
count: 0, count: 0,
@@ -153,7 +153,7 @@ export const defaultAdventurers: Array<Adventurer> = [
unlocked: false, unlocked: false,
}, },
{ {
baseCost: 47_000_000_000, baseCost: 64_000_000_000,
class: "paladin", class: "paladin",
combatPower: 60_000, combatPower: 60_000,
count: 0, count: 0,
@@ -165,7 +165,7 @@ export const defaultAdventurers: Array<Adventurer> = [
unlocked: false, unlocked: false,
}, },
{ {
baseCost: 200_000_000_000, baseCost: 300_000_000_000,
class: "rogue", class: "rogue",
combatPower: 130_000, combatPower: 130_000,
count: 0, count: 0,