game: 토너먼트 자동 채우기 난이도 수정
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user