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 8a38d02e69 - Show all commits
+7 -5
View File
@@ -198,7 +198,8 @@ export const defaultQuests: Array<Quest> = [
name: "The Shadow Mere",
prerequisiteIds: [],
rewards: [
{ amount: 150, type: "essence" },
{ amount: 5_000_000, type: "gold" },
{ amount: 5000, type: "essence" },
],
status: "locked",
zoneId: "shadow_marshes",
@@ -212,7 +213,8 @@ export const defaultQuests: Array<Quest> = [
name: "The Witch Coven",
prerequisiteIds: [ "shadow_mere" ],
rewards: [
{ amount: 500, type: "essence" },
{ amount: 20_000_000, type: "gold" },
{ amount: 20_000, type: "essence" },
{ targetId: "shadow_assassin", type: "adventurer" },
],
status: "locked",
@@ -245,9 +247,9 @@ export const defaultQuests: Array<Quest> = [
name: "The Plague Ruins",
prerequisiteIds: [ "sunken_temple" ],
rewards: [
{ amount: 8_000_000, type: "gold" },
{ amount: 2000, type: "essence" },
{ amount: 150, type: "crystals" },
{ amount: 100_000_000, type: "gold" },
{ amount: 30_000, type: "essence" },
{ amount: 500, type: "crystals" },
{ targetId: "dark_templar", type: "adventurer" },
],
status: "locked",