m장 의병장 스탯 버그 수정
This commit is contained in:
@@ -159,7 +159,7 @@ class che_인재탐색 extends Command\GeneralCommand{
|
||||
|
||||
$pickTypeList = ['무'=>6, '지'=>6, '무지'=>3];
|
||||
|
||||
$pickType = Util::choiceRandomUsingWeightPair($pickTypeList);
|
||||
$pickType = Util::choiceRandomUsingWeight($pickTypeList);
|
||||
|
||||
$mainStat = GameConst::$defaultStatMax - Util::randRangeInt(0, 10);
|
||||
$otherStat = GameConst::$defaultStatMin + Util::randRangeInt(0, 5);
|
||||
|
||||
@@ -146,7 +146,7 @@ class che_의병모집 extends Command\NationCommand{
|
||||
$dexTotal = $avgGen['dex_t'];
|
||||
|
||||
for(;$createGenIdx <= $lastCreatGenIdx; $createGenIdx++){
|
||||
$pickType = Util::choiceRandomUsingWeightPair($pickTypeList);
|
||||
$pickType = Util::choiceRandomUsingWeight($pickTypeList);
|
||||
|
||||
$mainStat = GameConst::$defaultStatMax - Util::randRangeInt(0, 10);
|
||||
$otherStat = GameConst::$defaultStatMin + Util::randRangeInt(0, 5);
|
||||
|
||||
Reference in New Issue
Block a user