generated from nhcarrigan/template
fix: update shadow marsh explore times
This commit is contained in:
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user