feat(Core): Add config for legacy arena team start rating. (#22080)
Co-authored-by: Tereneckla <Tereneckla@pm.me>
This commit is contained in:
parent
1679a9ff42
commit
bae4dd8ccf
4 changed files with 13 additions and 2 deletions
|
|
@ -3856,11 +3856,18 @@ Arena.QueueAnnouncer.Detail = 3
|
|||
|
||||
#
|
||||
# Arena.ArenaStartRating
|
||||
# Description: Start rating for new arena teams.
|
||||
# Description: Start rating for new arena teams. (Applies to season 6 and higher)
|
||||
# Default: 0
|
||||
|
||||
Arena.ArenaStartRating = 0
|
||||
|
||||
#
|
||||
# Arena.LegacyArenaStartRating
|
||||
# Description: Start rating for new arena teams. (Only applies to season 1 - 5)
|
||||
# Default: 1500
|
||||
|
||||
Arena.LegacyArenaStartRating = 1500
|
||||
|
||||
#
|
||||
# Arena.ArenaStartPersonalRating
|
||||
# Description: Start personal rating when joining a team.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue