From c45e411ca9d65864fa9d09c9b6776883abe4ee54 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 14 Apr 2018 01:36:35 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=84=EC=82=B4=20=ED=99=95=EB=A5=A0=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EA=B0=90=EC=86=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- che_close/process_war.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/che_close/process_war.php b/che_close/process_war.php index 2581a26..e9157d0 100644 --- a/che_close/process_war.php +++ b/che_close/process_war.php @@ -1473,10 +1473,10 @@ function CriticalRatio3($general) { $ratio = max($mainstat - 65, 0); if ($crewtype >= 3) { - $ratio /= 2; + $ratio *= 0.4; } else{ - $ratio *= 0.7; + $ratio *= 0.5; } $ratio = round($ratio);