game: 랜덤임관 가중치 변경

This commit is contained in:
2021-11-14 02:39:09 +09:00
parent c4b61fec17
commit afde3ce54d
@@ -214,7 +214,7 @@ class che_랜덤임관 extends Command\GeneralCommand
$calcCnt *= 100; $calcCnt *= 100;
} }
$generalsCnt[] = [$nation, (1 / $calcCnt)**2]; $generalsCnt[] = [$nation, (1 / $calcCnt)**3];
} }
if ($generalsCnt) { if ($generalsCnt) {