feat(Core/BG): Allow battlegrounds to be configurable (#20320) (#21124)

This commit is contained in:
valsan-azerty-boi
2025-03-01 16:01:10 +01:00
committed by GitHub
parent de6732da34
commit a3f7e1e76d
11 changed files with 101 additions and 22 deletions

View File

@@ -3698,6 +3698,50 @@ Battleground.SpeedBuffRespawn = 150
Battleground.Override.LowLevels.MinPlayers = 0
#
# Battleground.Warsong.Flags
# Description: Set the number of flags required for a team to win in Warsong battleground
# Default: 3 (Blizzlike)
# 1 (Minimum)
Battleground.Warsong.Flags = 3
#
# Battleground.Arathi.CapturePoints
# Description: Set the number of capture points required for a team to win in Arathi battleground
# Default: 1600 (WotLK)
# 2000 (Vanilla)
Battleground.Arathi.CapturePoints = 1600
#
# Battleground.Alterac.Reinforcements
# Description: Set the number of total reinforcements for each teams in Alterac battleground
# (It is necessary to restart the server after changing the Reinforcements value)
# Default: 600 (Enabled, WotLK)
# 500 (Enabled, MoP)
# 0 (Disabled, early Vanilla, victory only on boss death)
Battleground.Alterac.Reinforcements = 600
#
# Battleground.Alterac.ReputationOnBossDeath
# Description: Set the number of rep point given for a boss killed in Alterac battleground
# (It is necessary to restart the server after changing the ReputationOnBossDeath value)
# Default: 350 (WotLK)
# 389 (Vanilla)
Battleground.Alterac.ReputationOnBossDeath = 350
#
# Battleground.EyeOfTheStorm.CapturePoints
# Description: Set the number of capture points required for a team to win in Eye of the Storm battleground
# (The UI part of the max team score will not be compliant with this parameter without client modification)
# Default: 1600 (WotLK, UI compliant)
# 2000 (TBC, not UI compliant)
Battleground.EyeOfTheStorm.CapturePoints = 1600
#
###################################################################################################