diff --git a/hwe/sammo/Command/General/che_단련.php b/hwe/sammo/Command/General/che_단련.php index bea5765d..ce54d552 100644 --- a/hwe/sammo/Command/General/che_단련.php +++ b/hwe/sammo/Command/General/che_단련.php @@ -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);