Addition of MaximumPlayerLevel configuration.

This commit is contained in:
MobiusDevelopment
2022-04-29 21:28:05 +00:00
parent 00b6c008ce
commit 8a422558c1
9 changed files with 96 additions and 39 deletions

View File

@@ -340,6 +340,12 @@ MaxAbnormalStateSuccessRate = 90
# Default: 2147483647
MaxSp = 2000000000
# Maximum Player Level
# WARNING: Cannot exceed the maximum experince.xml level.
# Example: Set as 78 to force the maximum player level at 78.
# Default: 80
MaximumPlayerLevel = 80
# Maximum number of allowed subclasses for every player.
# Default: 3
MaxSubclass = 3