From 3637e5498244ff025875174923dec4455b64df9d Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 1 May 2021 23:38:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9C=A0=EB=8B=88=ED=81=AC=20onCalcStat=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionItem/che_명마_07_기주마.php | 1 + hwe/sammo/ActionItem/che_서적_01_효경전.php | 1 + hwe/sammo/ActionItem/che_서적_02_회남자.php | 1 + hwe/sammo/ActionItem/che_서적_03_변도론.php | 1 + hwe/sammo/ActionItem/che_서적_04_건상역주.php | 1 + hwe/sammo/ActionItem/che_서적_05_여씨춘추.php | 1 + hwe/sammo/ActionItem/che_서적_06_사민월령.php | 1 + hwe/sammo/ActionItem/che_서적_07_위료자.php | 1 + hwe/sammo/ActionItem/che_서적_08_전론.php | 1 + 9 files changed, 9 insertions(+) diff --git a/hwe/sammo/ActionItem/che_명마_07_기주마.php b/hwe/sammo/ActionItem/che_명마_07_기주마.php index 2fc7cdde..c813482f 100644 --- a/hwe/sammo/ActionItem/che_명마_07_기주마.php +++ b/hwe/sammo/ActionItem/che_명마_07_기주마.php @@ -14,6 +14,7 @@ class che_명마_07_기주마 extends \sammo\BaseStatItem{ } public function onCalcStat(General $general, string $statName, $value, $aux=null){ + $value = parent::onCalcStat($general, $statName, $value, $aux); if($statName === 'initWarPhase'){ return $value + 1; } diff --git a/hwe/sammo/ActionItem/che_서적_01_효경전.php b/hwe/sammo/ActionItem/che_서적_01_효경전.php index b5cb2c33..a50af71c 100644 --- a/hwe/sammo/ActionItem/che_서적_01_효경전.php +++ b/hwe/sammo/ActionItem/che_서적_01_효경전.php @@ -15,6 +15,7 @@ class che_서적_01_효경전 extends \sammo\BaseStatItem{ } public function onCalcStat(General $general, string $statName, $value, $aux=null){ + $value = parent::onCalcStat($general, $statName, $value, $aux); if($statName === 'warMagicTrialProb'){ return $value + 0.01; } diff --git a/hwe/sammo/ActionItem/che_서적_02_회남자.php b/hwe/sammo/ActionItem/che_서적_02_회남자.php index 0d58305b..e6bab15b 100644 --- a/hwe/sammo/ActionItem/che_서적_02_회남자.php +++ b/hwe/sammo/ActionItem/che_서적_02_회남자.php @@ -15,6 +15,7 @@ class che_서적_02_회남자 extends \sammo\BaseStatItem{ } public function onCalcStat(General $general, string $statName, $value, $aux=null){ + $value = parent::onCalcStat($general, $statName, $value, $aux); if($statName === 'warMagicTrialProb'){ return $value + 0.01; } diff --git a/hwe/sammo/ActionItem/che_서적_03_변도론.php b/hwe/sammo/ActionItem/che_서적_03_변도론.php index e3afa7a3..8a1aca90 100644 --- a/hwe/sammo/ActionItem/che_서적_03_변도론.php +++ b/hwe/sammo/ActionItem/che_서적_03_변도론.php @@ -15,6 +15,7 @@ class che_서적_03_변도론 extends \sammo\BaseStatItem{ } public function onCalcStat(General $general, string $statName, $value, $aux=null){ + $value = parent::onCalcStat($general, $statName, $value, $aux); if($statName === 'warMagicTrialProb'){ return $value + 0.02; } diff --git a/hwe/sammo/ActionItem/che_서적_04_건상역주.php b/hwe/sammo/ActionItem/che_서적_04_건상역주.php index 46f99005..dd1897af 100644 --- a/hwe/sammo/ActionItem/che_서적_04_건상역주.php +++ b/hwe/sammo/ActionItem/che_서적_04_건상역주.php @@ -15,6 +15,7 @@ class che_서적_04_건상역주 extends \sammo\BaseStatItem{ } public function onCalcStat(General $general, string $statName, $value, $aux=null){ + $value = parent::onCalcStat($general, $statName, $value, $aux); if($statName === 'warMagicTrialProb'){ return $value + 0.02; } diff --git a/hwe/sammo/ActionItem/che_서적_05_여씨춘추.php b/hwe/sammo/ActionItem/che_서적_05_여씨춘추.php index ec4314d8..4073ac46 100644 --- a/hwe/sammo/ActionItem/che_서적_05_여씨춘추.php +++ b/hwe/sammo/ActionItem/che_서적_05_여씨춘추.php @@ -15,6 +15,7 @@ class che_서적_05_여씨춘추 extends \sammo\BaseStatItem{ } public function onCalcStat(General $general, string $statName, $value, $aux=null){ + $value = parent::onCalcStat($general, $statName, $value, $aux); if($statName === 'warMagicTrialProb'){ return $value + 0.03; } diff --git a/hwe/sammo/ActionItem/che_서적_06_사민월령.php b/hwe/sammo/ActionItem/che_서적_06_사민월령.php index a93e869d..75844c42 100644 --- a/hwe/sammo/ActionItem/che_서적_06_사민월령.php +++ b/hwe/sammo/ActionItem/che_서적_06_사민월령.php @@ -15,6 +15,7 @@ class che_서적_06_사민월령 extends \sammo\BaseStatItem{ } public function onCalcStat(General $general, string $statName, $value, $aux=null){ + $value = parent::onCalcStat($general, $statName, $value, $aux); if($statName === 'warMagicTrialProb'){ return $value + 0.03; } diff --git a/hwe/sammo/ActionItem/che_서적_07_위료자.php b/hwe/sammo/ActionItem/che_서적_07_위료자.php index ff0cd4d2..48e163fb 100644 --- a/hwe/sammo/ActionItem/che_서적_07_위료자.php +++ b/hwe/sammo/ActionItem/che_서적_07_위료자.php @@ -14,6 +14,7 @@ class che_서적_07_위료자 extends \sammo\BaseStatItem{ } public function onCalcStat(General $general, string $statName, $value, $aux=null){ + $value = parent::onCalcStat($general, $statName, $value, $aux); if($statName === 'warMagicTrialProb'){ return $value + 0.2; } diff --git a/hwe/sammo/ActionItem/che_서적_08_전론.php b/hwe/sammo/ActionItem/che_서적_08_전론.php index 74d78652..387fe4b5 100644 --- a/hwe/sammo/ActionItem/che_서적_08_전론.php +++ b/hwe/sammo/ActionItem/che_서적_08_전론.php @@ -14,6 +14,7 @@ class che_서적_08_전론 extends \sammo\BaseStatItem{ } public function onCalcStat(General $general, string $statName, $value, $aux=null){ + $value = parent::onCalcStat($general, $statName, $value, $aux); if($statName === 'warMagicSuccessDamage'){ return $value * 1.2; }