From 63b897b9acffdf8dbda4329cdd022eff076a39f2 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 18 Feb 2018 21:47:40 +0900 Subject: [PATCH] =?UTF-8?q?=EB=82=B4=EC=A0=95=20=EC=84=B1=EA=B3=B5=20?= =?UTF-8?q?=ED=99=95=EB=A5=A0=EC=9D=84=20=EA=B8=B0=EC=A1=B4=20=EC=84=9C?= =?UTF-8?q?=EB=B2=84=EC=99=80=20=EB=8F=99=EC=9D=BC=ED=95=98=EA=B2=8C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twe/func_process.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/twe/func_process.php b/twe/func_process.php index f92dcbb8..ca52a0cd 100644 --- a/twe/func_process.php +++ b/twe/func_process.php @@ -302,7 +302,7 @@ function process_3($connect, &$general) { if($general['level'] == 12 || $general['level'] == 11 || $general['level'] == 9 || $general['level'] == 7 || $general['level'] == 5) { $score *= 1.05; } $rd = rand() % 100; - $r = CriticalRatioDomestic($general, 2); + $r = CriticalRatioDomestic($general, 0); // 특기보정 : 발명 if($general['special'] == 3) { $score *= 1.1; $admin['develcost'] *= 0.8; $r['succ'] += 10; } @@ -494,7 +494,7 @@ function process_5($connect, &$general, $type) { if($general['level'] == 4 && $general['no'] == $city['gen1']) { $score *= 1.05; } $rd = rand() % 100; // 현재 20% - $r = CriticalRatioDomestic($general, 1); + $r = CriticalRatioDomestic($general, 0); // 특기보정 : 수비, 축성 if($type == 1 && $general['special'] == 11) { $r['succ'] += 10; $score *= 1.1; $admin['develcost'] *= 0.8; } if($type == 2 && $general['special'] == 10) { $r['succ'] += 10; $score *= 1.1; $admin['develcost'] *= 0.8; } @@ -679,7 +679,7 @@ function process_8($connect, &$general) { if($general['level'] == 4 && $general['no'] == $city['gen1']) { $score *= 1.05; } $rd = rand() % 100; // 현재 20% - $r = CriticalRatioDomestic($general, 1); + $r = CriticalRatioDomestic($general, 0); // 특기보정 : 통찰 if($general['special'] == 12) { $r['succ'] += 10; $score *= 1.1; $admin['develcost'] *= 0.8; }