오르는 기술 수치를 20으로 변경

This commit is contained in:
2019-05-03 02:12:16 +09:00
parent 5b5e71851b
commit a53089139c
+1 -1
View File
@@ -360,7 +360,7 @@ function preUpdateMonthly() {
$nationType = getNationStaticInfo($nationID)['type'];
//자동 기술연구
$techOffset = 18;
$techOffset = 20;
if(in_array($nationType, [3, 13])){
$techOffset *= 1.1;
}