From 7828740227d649be02c59d0ee46f607a1c55faa7 Mon Sep 17 00:00:00 2001 From: NovemberOrWhatever Date: Fri, 16 Jun 2023 21:57:33 -0700 Subject: [PATCH] Reduce cost of first admin building upgrade Also halve maintenance cost of first astronaut complex level --- GameData/RP-1/CustomBarnKit.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GameData/RP-1/CustomBarnKit.cfg b/GameData/RP-1/CustomBarnKit.cfg index 696aaecd3ee..4d8f01f0e26 100644 --- a/GameData/RP-1/CustomBarnKit.cfg +++ b/GameData/RP-1/CustomBarnKit.cfg @@ -47,7 +47,7 @@ } @ASTRONAUTS { - @upgrades = 100000, 500000, 1500000 + @upgrades = 50000, 500000, 1500000 @recruitHireBaseCost = 5000 @recruitHireFlatRate = 1.25 @@ -92,7 +92,7 @@ { @levels = 3 @upgradesVisual = 1, 2, 3 - @upgrades = 25000, 250000, 750000 + @upgrades = 25000, 150000, 750000 @activeStrategyLimit = 2, 3, 4 @strategyCommitRange = 0, 0, 0 }