From 355d9fd9951ac3298be87fce036b00af3ce59935 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 13 Jun 2018 02:24:52 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B1=B0=EB=B3=91=20=ED=99=95=EB=A5=A0=20?= =?UTF-8?q?=EA=B3=84=EC=88=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_npc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/func_npc.php b/hwe/func_npc.php index 236dbb00..3724f0bb 100644 --- a/hwe/func_npc.php +++ b/hwe/func_npc.php @@ -345,8 +345,8 @@ function processAI($no) { } break; case 2: case 3: //거병이나 견문 40% - // 초반이면서 능력이 좋은놈 위주로 1.5%확률로 거병 - $prop = Util::randF() * (GameConst::$defaultStatNPCMax + GameConst::$chiefStatMin) * 2 / 3; + // 초반이면서 능력이 좋은놈 위주로 1%확률로 거병 + $prop = Util::randF() * (GameConst::$defaultStatNPCMax + GameConst::$chiefStatMin) / 2; $ratio = Util::round(($general['leader'] + $general['power'] + $general['intel']) / 3); if($admin['startyear']+2 > $admin['year'] && $prop < $ratio && Util::randBool(0.01) && $general['makelimit'] == 0) { //거병