From de8c0b6d090ab36f3a8433ae140facc5d412e9ae Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 15 May 2020 21:51:29 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=B9=98=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/che_초토화.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Command/Nation/che_초토화.php b/hwe/sammo/Command/Nation/che_초토화.php index ba85a88a..3319ed79 100644 --- a/hwe/sammo/Command/Nation/che_초토화.php +++ b/hwe/sammo/Command/Nation/che_초토화.php @@ -118,7 +118,7 @@ class che_초토화 extends Command\NationCommand{ $amount = $destCity['pop'] / 5; foreach(['agri', 'comm', 'secu'] as $cityRes){ $cityResMax = "{$cityRes}_max"; - $amount *= (($destCity[$cityRes] - $destCity[$cityResMax] * 0.8) / $destCity[$cityResMax]) + 1; + $amount *= (($destCity[$cityRes] - $destCity[$cityResMax] * 0.5) / $destCity[$cityResMax]) + 0.8; } return Util::toInt($amount); }