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; }