From fb308b560bca5e5d481868481ad0bf8217ba96dd Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 8 Nov 2021 15:08:21 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EC=A2=85=ED=9A=A1=EA=B0=80=20=EC=A0=84?= =?UTF-8?q?=EB=9E=B5=20=EB=94=9C=EB=A0=88=EC=9D=B4=EB=A5=BC=201/2=EC=97=90?= =?UTF-8?q?=EC=84=9C=203/4=EC=9C=BC=EB=A1=9C=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionNationType/che_종횡가.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/sammo/ActionNationType/che_종횡가.php b/hwe/sammo/ActionNationType/che_종횡가.php index 359360ea..9aa05ced 100644 --- a/hwe/sammo/ActionNationType/che_종횡가.php +++ b/hwe/sammo/ActionNationType/che_종횡가.php @@ -21,7 +21,7 @@ class che_종횡가 extends \sammo\BaseNation{ if($varType == 'score') return $value * 0.9; if($varType == 'cost') return $value * 1.2; } - + return $value; } @@ -29,13 +29,13 @@ class che_종횡가 extends \sammo\BaseNation{ if($type == 'gold'){ return $amount * 0.9; } - + return $amount; } public function onCalcStrategic(string $turnType, string $varType, $value){ if($varType == 'delay'){ - return Util::round($value / 2); + return Util::round($value * 3 / 4); } if($varType == 'globalDelay'){ return Util::round($value / 2);