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; }