mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
Core/Arena: Create more arena configs (#97)
This commit is contained in:
@@ -2666,6 +2666,39 @@ Arena.ArenaStartPersonalRating = 0
|
||||
|
||||
Arena.ArenaStartMatchmakerRating = 1500
|
||||
|
||||
#
|
||||
# Arena.ArenaWinRatingModifier1
|
||||
# Description: Modifier of rating addition when winner team rating is less than 1300
|
||||
# be aware that from 1000 to 1300 it gradually decreases automatically down to the half of it
|
||||
# (increasing this value will give more rating)
|
||||
# Default: 48
|
||||
|
||||
Arena.ArenaWinRatingModifier1 = 48
|
||||
|
||||
#
|
||||
# Arena.ArenaWinRatingModifier2
|
||||
# Description: Modifier of rating addition when winner team rating is equal or more than 1300
|
||||
# (increasing this value will give more rating)
|
||||
# Default: 24
|
||||
|
||||
Arena.ArenaWinRatingModifier2 = 24
|
||||
|
||||
|
||||
#
|
||||
# Arena.ArenaLoseRatingModifier
|
||||
# Description: Modifier of rating subtraction for loser team
|
||||
# (increasing this value will subtract more rating)
|
||||
# Default: 24
|
||||
|
||||
Arena.ArenaLoseRatingModifier = 24
|
||||
|
||||
#
|
||||
# Arena.ArenaMatchmakerRatingModifier
|
||||
# Description: Modifier of matchmaker rating
|
||||
# Default: 24
|
||||
|
||||
Arena.ArenaMatchmakerRatingModifier = 24
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user