기술 보정량 수정

This commit is contained in:
2019-05-03 02:13:48 +09:00
parent a53089139c
commit ac1f6e1441
+2 -2
View File
@@ -362,10 +362,10 @@ function preUpdateMonthly() {
//자동 기술연구 //자동 기술연구
$techOffset = 20; $techOffset = 20;
if(in_array($nationType, [3, 13])){ if(in_array($nationType, [3, 13])){
$techOffset *= 1.1; $techOffset *= 1.05;
} }
else if(in_array($nationType, [5, 6, 7, 8, 12])){ else if(in_array($nationType, [5, 6, 7, 8, 12])){
$techOffset *= 0.9; $techOffset *= 0.95;
} }
$db->update('nation', [ $db->update('nation', [
'totaltech'=>$db->sqleval( 'totaltech'=>$db->sqleval(