From f3ccf5e6336906606336d175c55224a1be151725 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 20 Feb 2022 03:12:17 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EA=B2=BD=EA=B3=BC=20=EC=8B=9C=EA=B0=84?= =?UTF-8?q?=EC=97=90=20=EB=94=B0=EB=9D=BC=20=EB=B3=80=ED=95=98=EB=8A=94=20?= =?UTF-8?q?=EC=9C=A0=EB=8B=88=ED=81=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ActionItem/che_능력치_무력_두강주.php | 28 +++++++++++++++++++ .../ActionItem/che_능력치_지력_이강주.php | 28 +++++++++++++++++++ .../ActionItem/che_능력치_통솔_보령압주.php | 28 +++++++++++++++++++ hwe/sammo/ActionItem/che_사기_두강주.php | 4 ++- hwe/sammo/ActionItem/che_사기_보령압주.php | 4 ++- hwe/sammo/ActionItem/che_훈련_이강주.php | 4 ++- 6 files changed, 93 insertions(+), 3 deletions(-) create mode 100644 hwe/sammo/ActionItem/che_능력치_무력_두강주.php create mode 100644 hwe/sammo/ActionItem/che_능력치_지력_이강주.php create mode 100644 hwe/sammo/ActionItem/che_능력치_통솔_보령압주.php 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