From 7cdb5f7e83a09a689c9e56832905d75cb2684e6d Mon Sep 17 00:00:00 2001 From: Hikari Date: Fri, 20 Mar 2026 15:14:42 -0700 Subject: [PATCH] fix: move void_walker unlock to lava_flows to break combat power wall --- apps/api/src/data/quests.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/api/src/data/quests.ts b/apps/api/src/data/quests.ts index ae243b9..47a497c 100644 --- a/apps/api/src/data/quests.ts +++ b/apps/api/src/data/quests.ts @@ -264,6 +264,7 @@ export const defaultQuests: Array = [ rewards: [ { amount: 15_000_000, type: "gold" }, { amount: 4000, type: "essence" }, + { targetId: "void_walker", type: "adventurer" }, ], status: "locked", zoneId: "volcanic_depths", @@ -277,9 +278,9 @@ export const defaultQuests: Array = [ name: "The Temple of the Flame", prerequisiteIds: [ "lava_flows" ], rewards: [ + { amount: 40_000_000, type: "gold" }, { amount: 12_000, type: "essence" }, { amount: 300, type: "crystals" }, - { targetId: "void_walker", type: "adventurer" }, ], status: "locked", zoneId: "volcanic_depths", -- 2.52.0