diff --git a/apps/api/src/data/explorations.ts b/apps/api/src/data/explorations.ts index f343b66..92256bd 100644 --- a/apps/api/src/data/explorations.ts +++ b/apps/api/src/data/explorations.ts @@ -626,7 +626,7 @@ export const defaultExplorations: Array = [ { 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.", - durationSeconds: 90 * 60, + durationSeconds: 75 * 60, events: [ { effect: { amount: 70_000, type: "gold_gain" }, @@ -671,7 +671,7 @@ export const defaultExplorations: Array = [ { 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.", - durationSeconds: 90 * 60, + durationSeconds: 100 * 60, events: [ { effect: { amount: 120_000, type: "gold_gain" },