mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-10 11:10:33 +00:00
feat(Core/Config): Add configuration options for point multipliers for arena team brackets. (#24631)
This commit is contained in:
@@ -2501,6 +2501,20 @@ Arena.LegacyArenaPoints = 0
|
||||
|
||||
Rate.ArenaPoints = 1
|
||||
|
||||
#
|
||||
# Rate.ArenaPoints2v2
|
||||
# Description: Arena points gain rate for 2v2 bracket.
|
||||
# Default: 0.76
|
||||
|
||||
Rate.ArenaPoints2v2 = 0.76
|
||||
|
||||
#
|
||||
# Rate.ArenaPoints3v3
|
||||
# Description: Arena points gain rate for 3v3 bracket.
|
||||
# Default: 0.88
|
||||
|
||||
Rate.ArenaPoints3v3 = 0.88
|
||||
|
||||
#
|
||||
# PvPToken.Enable
|
||||
# Description: Character will receive a token after defeating another character that yields
|
||||
|
||||
Reference in New Issue
Block a user