이중특기 테스트

This commit is contained in:
2020-05-30 16:31:03 +09:00
parent 6d1a06a9d9
commit b3db97f4a8
27 changed files with 709 additions and 7 deletions
@@ -255,7 +255,7 @@ class che_인재탐색 extends Command\GeneralCommand
$newNPC->setExpDed($avgGen['exp'], $avgGen['ded']);
$newNPC->setSpecYear(
Util::round((GameConst::$retirementYear - $age) / 12) + $age,
Util::round((GameConst::$retirementYear - $age) / 3) + $age
Util::round((GameConst::$retirementYear - $age) / 6) + $age
);
$newNPC->setDex(
$dexVal[0],