generated from nhcarrigan/template
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:
@@ -223,7 +223,7 @@ export const defaultQuests: Array<Quest> = [
|
|||||||
},
|
},
|
||||||
// ── Shadow Marshes ────────────────────────────────────────────────────────
|
// ── Shadow Marshes ────────────────────────────────────────────────────────
|
||||||
{
|
{
|
||||||
combatPowerRequired: 5_000_000,
|
combatPowerRequired: 2_000_000,
|
||||||
description:
|
description:
|
||||||
"A cursed lake shrouded in permanent twilight. Strange energies pulse beneath its surface.",
|
"A cursed lake shrouded in permanent twilight. Strange energies pulse beneath its surface.",
|
||||||
durationSeconds: 45 * 60,
|
durationSeconds: 45 * 60,
|
||||||
|
|||||||
Reference in New Issue
Block a user