명성에 따른 보정치 함수 추가
This commit is contained in:
@@ -881,3 +881,8 @@ function newColor($color) : string {
|
||||
function backColor($color) : string {
|
||||
return newColor($color);
|
||||
}
|
||||
|
||||
|
||||
function getDomesticExpLevelBonus(int $expLevel):float{
|
||||
return 1 + $expLevel / 500;
|
||||
}
|
||||
Reference in New Issue
Block a user