From 0b2f274939d95fc5e3d725696b57c965f8816a8c Mon Sep 17 00:00:00 2001 From: Peter WONG Date: Mon, 11 Mar 2024 20:37:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9F=8E=E6=B1=A0=E8=B3=87?= =?UTF-8?q?=E9=87=91=E6=94=B6=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WorldOfTheThreeKingdoms/GameObjects/Architecture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WorldOfTheThreeKingdoms/GameObjects/Architecture.cs b/WorldOfTheThreeKingdoms/GameObjects/Architecture.cs index 34fb02df..831b41bd 100644 --- a/WorldOfTheThreeKingdoms/GameObjects/Architecture.cs +++ b/WorldOfTheThreeKingdoms/GameObjects/Architecture.cs @@ -13514,7 +13514,7 @@ public int ExpectedFund { return ExpectedFundCache; } - int num = this.Commerce + ((int)((Math.Pow((double)this.Population, 0.6) * Math.Pow((double)this.Commerce, 0.8)) / 59.0)); + int num = this.Commerce + ((int)((Math.Pow((double)this.Population, 0.6) * Math.Pow((double)this.Commerce, 0.8)) / 49.0)); num += this.IncrementOfMonthFund; num += (int)(this.RateIncrementOfMonthFund * num); if ((this.LocationState.StateAdmin != null) && this.LocationState.StateAdmin.StateAdminEffectAvail())