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

This commit is contained in:
2018-09-02 19:50:50 +09:00
parent 844d394b14
commit b8445347d9
+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;
}