Merge branch 'hotfix-high_ehpscore'
This commit is contained in:
commit
8f50d70fa5
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class DPClass {
|
||||||
return 100 + ($ehp - 1000000) / 20000;
|
return 100 + ($ehp - 1000000) / 20000;
|
||||||
} elseif(2000000 <= $ehp && $ehp <= 5000000) {
|
} elseif(2000000 <= $ehp && $ehp <= 5000000) {
|
||||||
return 150 + ($ehp - 2000000) / 40000;
|
return 150 + ($ehp - 2000000) / 40000;
|
||||||
} elseif($ehp <= 5000000) {
|
} elseif($ehp >= 5000000) {
|
||||||
return 225 + ($ehp - 5000000) / 100000;
|
return 225 + ($ehp - 5000000) / 100000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue