임관 시도 확률 변경, NPC 랜임시 부상 패널티 약화
This commit is contained in:
@@ -136,7 +136,7 @@ function process_25(&$general) {
|
||||
|
||||
$score = 1;
|
||||
if($admin['startyear']+3 > $admin['year'] && $general['npc'] > 2){
|
||||
$score *= sqrt((100-$testNation['injury'])/100);
|
||||
$score *= sqrt((100-max(30, $testNation['injury']))/100);
|
||||
}
|
||||
|
||||
$score *= sqrt($allGen/$testNation['gennum']);
|
||||
|
||||
Reference in New Issue
Block a user