From 6c9f75e4571c80e1b9c8eed7c6a5f14e6acad6fb Mon Sep 17 00:00:00 2001 From: evanpelle Date: Sat, 19 Jul 2025 09:47:56 -0700 Subject: [PATCH] reduce price of SAM --- src/core/configuration/DefaultConfig.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index 6fb6467c5..e466eaf2f 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -479,8 +479,8 @@ export class DefaultConfig implements Config { ? 0n : BigInt( Math.min( - 3_000_000, - (p.unitsConstructed(UnitType.SAMLauncher) + 1) * 1_500_000, + 2_000_000, + (p.unitsConstructed(UnitType.SAMLauncher) + 1) * 1_000_000, ), ), territoryBound: true,