game: 의병모집 생성량 변경
- 3 + 연감 기준 평균 장수수 / 8 (반올림) - 국가별 장수수가 평균 80명부터 역전
This commit is contained in:
@@ -131,7 +131,7 @@ class che_의병모집 extends Command\NationCommand
|
||||
$gameStor = KVStorage::getStorage($db, 'game_env'); //TODO: 차라리 env가 이거여야..?
|
||||
|
||||
$avgGenCnt = $db->queryFirstField('SELECT avg(gennum) FROM nation WHERE level > 0');
|
||||
$createGenCnt = 5 + Util::round($avgGenCnt / 10);
|
||||
$createGenCnt = 3 + Util::round($avgGenCnt / 8);
|
||||
$createGenIdx = $gameStor->npccount + 1;
|
||||
$lastCreatGenIdx = $createGenIdx + $createGenCnt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user