mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
feat(Core/Player): Stats limitation (#10403)
Co-authored-by: Corbi <12052933+corbi@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user