generated from nhcarrigan/template
bug: Shadow Marshes exploration areas 3 and 4 have identical duration #251
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Exploration areas 3 and 4 in the Shadow Marshes zone both have a duration of
90 * 60seconds (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:
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 from90 * 60to75 * 60, and area 4 from90 * 60to100 * 60.✨ This issue was created with help from Hikari~ 🌸