balance: reduce shadow_mere CP requirement 5M -> 2M (#164)

The zone unlocks at 1.5M CP (storm_citadel), making the 5M CP entry
quest unreachable for most players. 2M CP is achievable with Arcane
Scholar and Dragon Rider adventurers without being trivial.
This commit is contained in:
2026-03-31 12:45:57 -07:00
committed by Naomi Carrigan
parent 48477ee286
commit 96868c4143
+1 -1
View File
@@ -223,7 +223,7 @@ export const defaultQuests: Array<Quest> = [
},
// ── Shadow Marshes ────────────────────────────────────────────────────────
{
combatPowerRequired: 5_000_000,
combatPowerRequired: 2_000_000,
description:
"A cursed lake shrouded in permanent twilight. Strange energies pulse beneath its surface.",
durationSeconds: 45 * 60,