내정 커맨드 버그 수정, 정착장려, 주민선정 추가, RemainCityTrust 추가, succ -> success

This commit is contained in:
2018-09-15 03:42:09 +09:00
parent 7b71a1cf20
commit 732528ce85
17 changed files with 393 additions and 57 deletions
@@ -21,7 +21,7 @@ class che_발명 implements iActionTrigger{
if($turnType == '기술'){
if($varType == 'score') return $value * 1.1;
if($varType == 'cost') return $value * 0.8;
if($varType == 'succ') return $value + 0.1;
if($varType == 'success') return $value + 0.1;
}
return $value;