From 2126a4067bb609347d80070de643e8d73fc80447 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 9 Mar 2019 01:59:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=98=EB=B3=91=20=EA=B3=A0=EC=9A=A9?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=EB=8A=94=20=EB=AC=B4=EC=A7=80=EC=9E=A5?= =?UTF-8?q?=EC=9D=B4=20=EC=95=88=EB=82=98=EC=98=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process_chief.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hwe/func_process_chief.php b/hwe/func_process_chief.php index 7c318e4e..f090ad06 100644 --- a/hwe/func_process_chief.php +++ b/hwe/func_process_chief.php @@ -1974,14 +1974,14 @@ function process_76(&$general) { $npc = 4; $npcid = $admin['npccount']; for($i=0; $i < $gencount; $i++) { - //무장 40%, 지장 40%, 무지장 20% + //무장 50%, 지장 50%, 무지장 0% $stat_tier1 = GameConst::$defaultStatMax - 10 + rand()%11; $stat_tier3 = GameConst::$defaultStatMin + rand()%6; $stat_tier2 = GameConst::$defaultStatTotal - $stat_tier1 - $stat_tier3; $type = Util::choiceRandomUsingWeight([ - 'power'=>4, - 'intel'=>4, - 'neutral'=>2 + 'power'=>5, + 'intel'=>5, + 'neutral'=>0 ]); switch($type){ case 'power':