diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index 427fd254..b898f4cf 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -360,7 +360,7 @@ function preUpdateMonthly() { $nationType = getNationStaticInfo($nationID)['type']; //자동 기술연구 - $techOffset = 18; + $techOffset = 20; if(in_array($nationType, [3, 13])){ $techOffset *= 1.1; }