diff --git a/hwe/sammo/ActionItem/che_능력치_무력_두강주.php b/hwe/sammo/ActionItem/che_능력치_무력_두강주.php new file mode 100644 index 00000000..02709155 --- /dev/null +++ b/hwe/sammo/ActionItem/che_능력치_무력_두강주.php @@ -0,0 +1,28 @@ +getValuesAsArray(['year', 'startyear']); + $relYear = $year - $startYear; + return $value + 5 + Util::valueFit(intdiv($relYear, 5), 0, GameConst::$maxTechLevel); + } + return $value; + } +} diff --git a/hwe/sammo/ActionItem/che_능력치_지력_이강주.php b/hwe/sammo/ActionItem/che_능력치_지력_이강주.php new file mode 100644 index 00000000..1cdc1e98 --- /dev/null +++ b/hwe/sammo/ActionItem/che_능력치_지력_이강주.php @@ -0,0 +1,28 @@ +getValuesAsArray(['year', 'startyear']); + $relYear = $year - $startYear; + return $value + 5 + Util::valueFit(intdiv($relYear, 5), 0, GameConst::$maxTechLevel); + } + return $value; + } +} diff --git a/hwe/sammo/ActionItem/che_능력치_통솔_보령압주.php b/hwe/sammo/ActionItem/che_능력치_통솔_보령압주.php new file mode 100644 index 00000000..f075e6f3 --- /dev/null +++ b/hwe/sammo/ActionItem/che_능력치_통솔_보령압주.php @@ -0,0 +1,28 @@ +getValuesAsArray(['year', 'startyear']); + $relYear = $year - $startYear; + return $value + 5 + Util::valueFit(intdiv($relYear, 5), 0, GameConst::$maxTechLevel); + } + return $value; + } +} diff --git a/hwe/sammo/ActionItem/che_사기_두강주.php b/hwe/sammo/ActionItem/che_사기_두강주.php index 28093060..152617b0 100644 --- a/hwe/sammo/ActionItem/che_사기_두강주.php +++ b/hwe/sammo/ActionItem/che_사기_두강주.php @@ -17,4 +17,6 @@ class che_사기_두강주 extends \sammo\BaseItem{ } return $value; } -} \ No newline at end of file +} + +//NOTE: 구버전 \ No newline at end of file diff --git a/hwe/sammo/ActionItem/che_사기_보령압주.php b/hwe/sammo/ActionItem/che_사기_보령압주.php index cc3101fe..cb5bc735 100644 --- a/hwe/sammo/ActionItem/che_사기_보령압주.php +++ b/hwe/sammo/ActionItem/che_사기_보령압주.php @@ -17,4 +17,6 @@ class che_사기_보령압주 extends \sammo\BaseItem{ } return $value; } -} \ No newline at end of file +} + +//NOTE: 구버전 \ No newline at end of file diff --git a/hwe/sammo/ActionItem/che_훈련_이강주.php b/hwe/sammo/ActionItem/che_훈련_이강주.php index a8593c6a..4bd82453 100644 --- a/hwe/sammo/ActionItem/che_훈련_이강주.php +++ b/hwe/sammo/ActionItem/che_훈련_이강주.php @@ -17,4 +17,6 @@ class che_훈련_이강주 extends \sammo\BaseItem{ } return $value; } -} \ No newline at end of file +} + +//NOTE: 구버전 \ No newline at end of file