fix: correct quest combat power requirements for SM, VD, and AV #90

Merged
naomi merged 2 commits from fix/shadow-marshes-combat-requirements into main 2026-03-20 09:19:16 -07:00
Showing only changes of commit 693a940bf3 - Show all commits
+1
View File
@@ -180,6 +180,7 @@ export const defaultQuests: Array<Quest> = [
prerequisiteIds: [ "witch_coven" ],
rewards: [
{ amount: 2_000_000, type: "gold" },
{ amount: 1500, type: "essence" },
{ amount: 75, type: "crystals" },
{ targetId: "knight_1", type: "upgrade" },
],