feat(Core/Player): Stats limitation (#10403)

Co-authored-by: Corbi <12052933+corbi@users.noreply.github.com>
This commit is contained in:
Kitzunu
2022-02-04 17:56:53 +01:00
committed by GitHub
parent 56e17afe70
commit b50984e9bf
2 changed files with 47 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
# GAME MASTER SETTINGS
# VISIBILITY AND DISTANCES
# SERVER RATES
# STATS LIMITS
# AUTO BROADCAST
# BATTLEGROUND CONFIG
# BATTLEFIELD CONFIG
@@ -2536,6 +2537,29 @@ Die.Command.Mode = 1
#
###################################################################################################
###################################################################################################
# STATS LIMITS
#
# Stats.Limits.Enable
# Description: Enable or disable stats system limitations
# Default: 0 - Disabled
# 1 - Enabled
Stats.Limits.Enable = 0
#
# Stats.Limit.[STAT]
# Description: Set percentage limit for dodge, parry, block and crit rating
# Default: 95.0 (95%)
Stats.Limits.Dodge = 95.0
Stats.Limits.Parry = 95.0
Stats.Limits.Block = 95.0
Stats.Limits.Crit = 95.0
#
###################################################################################################
###################################################################################################
# AUTO BROADCAST
#