balance: comprehensive game balance pass (#103-#123) #124

Merged
naomi merged 15 commits from feat/rebalance into main 2026-03-23 17:28:29 -07:00
Showing only changes of commit 88f77bbec7 - Show all commits
+2 -2
View File
@@ -33,6 +33,7 @@ export const defaultQuests: Array<Quest> = [
rewards: [ rewards: [
{ amount: 2000, type: "gold" }, { amount: 2000, type: "gold" },
{ amount: 5, type: "essence" }, { amount: 5, type: "essence" },
{ targetId: "peasant_1", type: "upgrade" },
{ targetId: "apprentice", type: "adventurer" }, { targetId: "apprentice", type: "adventurer" },
], ],
status: "locked", status: "locked",
@@ -81,6 +82,7 @@ export const defaultQuests: Array<Quest> = [
rewards: [ rewards: [
{ amount: 15_000, type: "gold" }, { amount: 15_000, type: "gold" },
{ amount: 20, type: "essence" }, { amount: 20, type: "essence" },
{ targetId: "militia_1", type: "upgrade" },
{ targetId: "acolyte_1", type: "upgrade" }, { targetId: "acolyte_1", type: "upgrade" },
{ targetId: "ranger", type: "adventurer" }, { targetId: "ranger", type: "adventurer" },
], ],
@@ -149,7 +151,6 @@ export const defaultQuests: Array<Quest> = [
prerequisiteIds: [], prerequisiteIds: [],
rewards: [ rewards: [
{ amount: 150, type: "essence" }, { amount: 150, type: "essence" },
{ targetId: "militia_1", type: "upgrade" },
], ],
status: "locked", status: "locked",
zoneId: "shadow_marshes", zoneId: "shadow_marshes",
@@ -248,7 +249,6 @@ export const defaultQuests: Array<Quest> = [
rewards: [ rewards: [
{ amount: 30_000_000, type: "gold" }, { amount: 30_000_000, type: "gold" },
{ amount: 10_000, type: "essence" }, { amount: 10_000, type: "essence" },
{ targetId: "peasant_1", type: "upgrade" },
], ],
status: "locked", status: "locked",
zoneId: "frozen_peaks", zoneId: "frozen_peaks",