From 45d7a29a95042e7a58697052a3c4149f1fd37f87 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 6 Mar 2019 00:38:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EB=B9=84=20=EC=88=9C=EC=84=9C?= =?UTF-8?q?=EC=97=90=20=ED=9B=88=EC=82=AC=20=EC=98=81=ED=96=A5=EC=9D=84=20?= =?UTF-8?q?=EB=8D=94=20=EA=B0=95=ED=95=98=EA=B2=8C=20=EC=A3=BC=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/process_war.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/process_war.php b/hwe/process_war.php index e1b1f890..4c7c7626 100644 --- a/hwe/process_war.php +++ b/hwe/process_war.php @@ -217,7 +217,7 @@ function extractBattleOrder($general){ getGeneralIntel($general, false, true, true, true); $totalStat = ($realStat + $fullStat) / 2; - $totalCrew = $general['crew'] / 10000 * $general['train'] * $general['atmos']; + $totalCrew = $general['crew'] / 1000000 * (($general['train'] * $general['atmos']) ** 1.5); return $totalStat + $totalCrew / 100; }