bug: Shadow Marshes exploration areas 3 and 4 have identical duration #251

Open
opened 2026-04-15 10:20:25 -07:00 by hikari · 0 comments
Owner

Description

Exploration areas 3 and 4 in the Shadow Marshes zone both have a duration of 90 * 60 seconds (90 minutes). This means the two deepest areas take the same amount of time to explore, which breaks the expected progression pattern.

Expected Behaviour

Shadow Marshes follows the same 1x/2x/3x/4x multiplier pattern as Zones 1–3:

Area Current Expected
1 25 min 25 min ✓
2 50 min 50 min ✓
3 90 min 75 min ✗
4 90 min 100 min ✗

Steps to Reproduce

Navigate to the Shadow Marshes exploration panel and observe the timer values for areas 3 and 4.

Fix

In apps/api/src/data/explorations.ts, update the Shadow Marshes area 3 duration from 90 * 60 to 75 * 60, and area 4 from 90 * 60 to 100 * 60.

This issue was created with help from Hikari~ 🌸

## Description Exploration areas 3 and 4 in the Shadow Marshes zone both have a duration of `90 * 60` seconds (90 minutes). This means the two deepest areas take the same amount of time to explore, which breaks the expected progression pattern. ## Expected Behaviour Shadow Marshes follows the same 1x/2x/3x/4x multiplier pattern as Zones 1–3: | Area | Current | Expected | |------|---------|----------| | 1 | 25 min | 25 min ✓ | | 2 | 50 min | 50 min ✓ | | 3 | 90 min | 75 min ✗ | | 4 | 90 min | 100 min ✗ | ## Steps to Reproduce Navigate to the Shadow Marshes exploration panel and observe the timer values for areas 3 and 4. ## Fix In `apps/api/src/data/explorations.ts`, update the Shadow Marshes area 3 duration from `90 * 60` to `75 * 60`, and area 4 from `90 * 60` to `100 * 60`. ✨ This issue was created with help from Hikari~ 🌸
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#251