From 5b96cc9b0addbdf996ecc6dc9944d68c13ee4714 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 17 Nov 2018 21:17:39 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8B=A8=EB=A0=A8=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_단련.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);