fix: update shadow marsh explore times
CI / Lint, Build & Test (pull_request) Successful in 1m15s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m23s

This commit is contained in:
2026-07-09 14:43:53 -04:00
parent 9bb1d01d2b
commit a62f714da1
+2 -2
View File
@@ -626,7 +626,7 @@ export const defaultExplorations: Array<ExplorationArea> = [
{ {
description: description:
"A burial mound. Something was interred here that should not have been — or perhaps something interred itself, which is a different and more troubling problem.", "A burial mound. Something was interred here that should not have been — or perhaps something interred itself, which is a different and more troubling problem.",
durationSeconds: 90 * 60, durationSeconds: 75 * 60,
events: [ events: [
{ {
effect: { amount: 70_000, type: "gold_gain" }, effect: { amount: 70_000, type: "gold_gain" },
@@ -671,7 +671,7 @@ export const defaultExplorations: Array<ExplorationArea> = [
{ {
description: description:
"The bottommost point of the Shadow Marshes, where the water is perfectly still and perfectly black. Your scouts can see the bottom. The bottom is very far down.", "The bottommost point of the Shadow Marshes, where the water is perfectly still and perfectly black. Your scouts can see the bottom. The bottom is very far down.",
durationSeconds: 90 * 60, durationSeconds: 100 * 60,
events: [ events: [
{ {
effect: { amount: 120_000, type: "gold_gain" }, effect: { amount: 120_000, type: "gold_gain" },