From 3aad412102226845181d035cf7e1cfccb6fb953c Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 2 Sep 2018 19:50:50 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=85=EC=84=B1=EC=97=90=20=EB=94=B0?= =?UTF-8?q?=EB=A5=B8=20=EB=B3=B4=EC=A0=95=EC=B9=98=20=ED=95=A8=EC=88=98=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_converter.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hwe/func_converter.php b/hwe/func_converter.php index e35824c5..80696065 100644 --- a/hwe/func_converter.php +++ b/hwe/func_converter.php @@ -881,3 +881,8 @@ function newColor($color) : string { function backColor($color) : string { return newColor($color); } + + +function getDomesticExpLevelBonus(int $expLevel):float{ + return 1 + $expLevel / 500; +} \ No newline at end of file