game: 토너먼트 자동 채우기 난이도 수정

This commit is contained in:
2022-01-01 01:22:23 +09:00
parent 96a8ef3bcc
commit 55332864ad
+1 -1
View File
@@ -513,7 +513,7 @@ function fillLowGenAll($tnmt_type)
'SELECT no,npc,name,leadership,strength,intel,explevel,horse,weapon,book from general where tnmt=1 and tournament=0',
) as $gen){
$score = $scoringCandFunction($gen);
$freeJoinerCandidate[$gen['no']] = [$gen, $score**2];
$freeJoinerCandidate[$gen['no']] = [$gen, $score**1.5];
}