Update individualProgression.conf.dist

2 tiers were added
update required because of this.
This commit is contained in:
Grimfeather
2025-06-23 17:26:27 +02:00
committed by GitHub
parent 41f42e8040
commit 81abfcd355

View File

@@ -182,7 +182,7 @@ IndividualProgression.SimpleConfigOverride = 1
# For example, a value of 6 will limit players to Vanilla content. # For example, a value of 6 will limit players to Vanilla content.
# #
# Default: 0 - Disabled # Default: 0 - Disabled
# 1-16 - Maximum progression stage # 1-18 - Maximum progression stage
# #
IndividualProgression.ProgressionLimit = 0 IndividualProgression.ProgressionLimit = 0
@@ -193,7 +193,7 @@ IndividualProgression.ProgressionLimit = 0
# #
# #
# Default: 0 - Disabled # Default: 0 - Disabled
# 1-16 - Starting progression stage # 1-18 - Starting progression stage
# #
IndividualProgression.StartingProgression = 0 IndividualProgression.StartingProgression = 0
@@ -226,7 +226,7 @@ IndividualProgression.RepeatableVanillaQuestsXP = 1
# Please refer to IndividualProgression.h/ProgressionState enum for progression stage values. # Please refer to IndividualProgression.h/ProgressionState enum for progression stage values.
# #
# Default: 0 - TBC Races always available # Default: 0 - TBC Races always available
# 1-16 - Required progression level to create TBC Race characters # 1-18 - Required progression level to create TBC Race characters
# #
IndividualProgression.TbcRacesUnlockProgression = 0 IndividualProgression.TbcRacesUnlockProgression = 0
@@ -239,19 +239,19 @@ IndividualProgression.TbcRacesUnlockProgression = 0
# This is due to the game not having a proper progression balancing for Death Knights until WotLK, # This is due to the game not having a proper progression balancing for Death Knights until WotLK,
# but please adjust as desired. # but please adjust as desired.
# #
# Default: 11 - TBC must be completed to create Death Knights # Default: 13 - TBC must be completed to create Death Knights
# 0 - Disabled # 0 - Disabled
# 1-16 - Required progression # 1-18 - Required progression
# #
IndividualProgression.DeathKnightUnlockProgression = 11 IndividualProgression.DeathKnightUnlockProgression = 13
# IndividualProgression.DeathKnightStartingProgression # IndividualProgression.DeathKnightStartingProgression
# Description: The progression level at which Death Knight characters will begin. # Description: The progression level at which Death Knight characters will begin.
# #
# Default: 11 - Death Knights start at the beginning of WotLK # Default: 13 - Death Knights start at the beginning of WotLK
# 0-16 - Progression level # 0-18 - Progression level
# #
IndividualProgression.DeathKnightStartingProgression = 11 IndividualProgression.DeathKnightStartingProgression = 13
# IndividualProgression.DisableDefaultProgression # IndividualProgression.DisableDefaultProgression
# Description: Disable the regular progression flow, so progression must be advanced through custom creature progression entries # Description: Disable the regular progression flow, so progression must be advanced through custom creature progression entries