From ac1f6e1441c57b2aa7f59e26d2c89880e28c867f Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 3 May 2019 02:13:48 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EC=88=A0=20=EB=B3=B4=EC=A0=95?= =?UTF-8?q?=EB=9F=89=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index b898f4cf..f6094318 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -362,10 +362,10 @@ function preUpdateMonthly() { //자동 기술연구 $techOffset = 20; if(in_array($nationType, [3, 13])){ - $techOffset *= 1.1; + $techOffset *= 1.05; } else if(in_array($nationType, [5, 6, 7, 8, 12])){ - $techOffset *= 0.9; + $techOffset *= 0.95; } $db->update('nation', [ 'totaltech'=>$db->sqleval(