From c35f6905bbe77427ae8c2b7a3656bdd7b6adadd8 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 15 May 2020 21:50:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B4=88=ED=86=A0=ED=99=94=20=EB=B0=B0?= =?UTF-8?q?=EC=9C=A8=20=EB=B3=80=EA=B2=BD?= 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 b1fad664..ba85a88a 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.5) / $destCity[$cityResMax]) + 1; + $amount *= (($destCity[$cityRes] - $destCity[$cityResMax] * 0.8) / $destCity[$cityResMax]) + 1; } return Util::toInt($amount); }