From 1a1d384a3e3395afcebae7c967df1ae3c35a0130 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 14 Aug 2019 01:36:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B5=9C=EC=A2=85=20=EB=B3=B4=EC=A0=95=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index f825ada5..9a7c520a 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -1049,10 +1049,10 @@ function updateNationState() { $score += 200; //NOTE: 꼬우면 군주하세요. } else if($nationGen['level'] == 11){ - $score += 100; + $score += 70; } else if($nationGen['level'] > 4){ - $score += 50; + $score += 35; } $uniqueLotteryWeightList[$nationGen['no']] = $score; }