diff --git a/apps/api/src/data/quests.ts b/apps/api/src/data/quests.ts index c380f2a..2f26a80 100644 --- a/apps/api/src/data/quests.ts +++ b/apps/api/src/data/quests.ts @@ -33,6 +33,7 @@ export const defaultQuests: Array = [ rewards: [ { amount: 2000, type: "gold" }, { amount: 5, type: "essence" }, + { targetId: "peasant_1", type: "upgrade" }, { targetId: "apprentice", type: "adventurer" }, ], status: "locked", @@ -81,6 +82,7 @@ export const defaultQuests: Array = [ rewards: [ { amount: 15_000, type: "gold" }, { amount: 20, type: "essence" }, + { targetId: "militia_1", type: "upgrade" }, { targetId: "acolyte_1", type: "upgrade" }, { targetId: "ranger", type: "adventurer" }, ], @@ -149,7 +151,6 @@ export const defaultQuests: Array = [ prerequisiteIds: [], rewards: [ { amount: 150, type: "essence" }, - { targetId: "militia_1", type: "upgrade" }, ], status: "locked", zoneId: "shadow_marshes", @@ -248,7 +249,6 @@ export const defaultQuests: Array = [ rewards: [ { amount: 30_000_000, type: "gold" }, { amount: 10_000, type: "essence" }, - { targetId: "peasant_1", type: "upgrade" }, ], status: "locked", zoneId: "frozen_peaks",