접경 내정 상승량 감소는 '수도가 아닐때' 적용
This commit is contained in:
@@ -273,7 +273,7 @@ function process_1(&$general, $type) {
|
|||||||
$exp = CharExperience($exp, $general['personal']);
|
$exp = CharExperience($exp, $general['personal']);
|
||||||
$ded = CharDedication($ded, $general['personal']);
|
$ded = CharDedication($ded, $general['personal']);
|
||||||
|
|
||||||
if($city['front'] == 1){
|
if($city['front'] == 1 && $city['city'] != $nation['capital']){
|
||||||
$score *= 0.5;
|
$score *= 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -562,7 +562,7 @@ function process_5(&$general, $type) {
|
|||||||
$exp = $score * 0.7;
|
$exp = $score * 0.7;
|
||||||
$ded = $score * 1.0;
|
$ded = $score * 1.0;
|
||||||
|
|
||||||
if($city['front'] == 1){
|
if($city['front'] == 1 && $city['city'] != $nation['capital']){
|
||||||
if($stype == 'def'){
|
if($stype == 'def'){
|
||||||
$score *= 0.5;
|
$score *= 0.5;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user