명성에 따른 보정치 함수 추가

This commit is contained in:
2018-09-02 19:50:50 +09:00
parent a2ee9524fb
commit 3aad412102
+5
View File
@@ -881,3 +881,8 @@ function newColor($color) : string {
function backColor($color) : string {
return newColor($color);
}
function getDomesticExpLevelBonus(int $expLevel):float{
return 1 + $expLevel / 500;
}