game: 초반 M장 생성 시 무지장 대량 생성
This commit is contained in:
@@ -25,7 +25,7 @@ class CreateManyNPC extends \sammo\Event\Action
|
||||
|
||||
protected function generateNPC($env, int $cnt)
|
||||
{
|
||||
$pickTypeList = ['무' => 1, '지' => 1];
|
||||
$pickTypeList = ['무' => 0.333, '지' => 0.333, '무지' => 0.334];
|
||||
|
||||
$rng = new RandUtil(new LiteHashDRBG(Util::simpleSerialize(
|
||||
UniqueConst::$hiddenSeed,
|
||||
|
||||
Reference in New Issue
Block a user