From 6822c8137b126b0b75494ac6125669bfc7683ceb Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 25 Apr 2020 23:51:10 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=94=EB=B2=84=EA=B7=B8=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GeneralAI.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index ab759836..af32ba9d 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -1582,6 +1582,14 @@ class GeneralAI $trialProp += $avgRice / max($this->nationPolicy->reqNPCWarRice, 1000); $devRate = $this->calcNationDevelopedRate(); + + LogText('선전포고', [ + 'avgGold'=>$avgGold, + 'avgRice'=>$avgRice, + 'cnt'=>$genCnt, + 'devRate'=>$devRate, + 'prop'=>$trialProp + ]); $trialProp += ($devRate['pop'] + $devRate['all']) / 2; $trialProp /= 4;