experience, dedication 변경

expereince, dedication 변경을 add 함수로 변경
경험치,계급 변경을 '즉시' 하도록 변경(남은 부분 있음)
관직 임명을 c에서 j로 변경
This commit is contained in:
2020-04-15 05:34:27 +09:00
parent a01fa3bc54
commit 083dcb3647
53 changed files with 653 additions and 721 deletions
+2 -2
View File
@@ -1701,7 +1701,7 @@ class GeneralAI
$city = $this->city;
if($city['trust'] < 0.4 && Util::randBool($leadership / GameConst::$chiefStatMin)){
if($city['trust'] < 40 && Util::randBool($leadership / GameConst::$chiefStatMin)){
$cmd = buildGeneralCommandClass('che_주민선정', $general, $env);
if($cmd->isRunnable()){
return $cmd;
@@ -3123,7 +3123,7 @@ class GeneralAI
protected function calcCityDevelRate(array $city){
return [
'trust' => [$city['trust'], self::t통솔장],
'trust' => [$city['trust'] / 100, self::t통솔장],
'pop' => [$city['pop'] / $city['pop_max'], self::t통솔장],
'agri' => [$city['agri'] / $city['agri_max'], self::t통솔장],
'comm' => [$city['comm'] / $city['comm_max'], self::t통솔장],