단련 버그 수정

This commit is contained in:
2018-11-17 21:17:39 +09:00
parent 99142fdde3
commit 236ab10b11
+2 -2
View File
@@ -72,9 +72,9 @@ class che_단련 extends Command\GeneralCommand{
$date = substr($general->getVar('turntime'),11,5);
[$pick, $multiplier] = Util::choiceRandomUsingWeightPair([
[['success', 1], 0.34],
[['success', 3], 0.34],
[['normal', 2], 0.33],
[['fail', 3], 0.33]
[['fail', 1], 0.33]
]);
$score = Util::round($general->getVar('crew') * $general->getVar('train') * $general->getVar('atmos') / 20 / 10000);