feat: gold/sec display with multipliers (#100) and peasant late-game upgrades (#101)

This commit is contained in:
2026-03-23 13:52:02 -07:00
committed by Naomi Carrigan
parent bdb8d4123b
commit 06c80e186a
4 changed files with 110 additions and 1 deletions
+2
View File
@@ -183,6 +183,7 @@ export const defaultQuests: Array<Quest> = [
{ amount: 1500, type: "essence" },
{ amount: 75, type: "crystals" },
{ targetId: "knight_1", type: "upgrade" },
{ targetId: "peasant_2", type: "upgrade" },
],
status: "locked",
zoneId: "shadow_marshes",
@@ -282,6 +283,7 @@ export const defaultQuests: Array<Quest> = [
{ amount: 40_000_000, type: "gold" },
{ amount: 12_000, type: "essence" },
{ amount: 300, type: "crystals" },
{ targetId: "peasant_3", type: "upgrade" },
],
status: "locked",
zoneId: "volcanic_depths",