Update comments to config re: Vanilla/TBC adjustments (#787)

update config file - power and healing suggestions

---------

Co-authored-by: Grimfeather <88028633+Grimfeather@users.noreply.github.com>
This commit is contained in:
Crow
2025-10-05 10:21:53 -05:00
committed by GitHub
parent 6332254764
commit 633591861e

View File

@@ -34,10 +34,9 @@ IndividualProgression.EnforceGroupRules = 1
# Description: Adjustment to player's attack power before completing Vanilla content and opening the Dark Portal
# This is meant to provide a more accurate Vanilla feeling in Vanilla content
# Applied linearly per level between levels 11 and 60
# Set to 1 (100% of regular damage) to disable
#
# Default: 1 - Disabled
# Vanilla: 0.6 - 60% of regular damage
# Default: 1 - No Adjustment
# Suggested: between 0.5 and 0.6 (50-60% of regular damage)
#
IndividualProgression.VanillaPowerAdjustment = 1
@@ -46,10 +45,9 @@ IndividualProgression.VanillaPowerAdjustment = 1
# Description: Adjustment to player's healing power before completing Vanilla content and opening the Dark Portal
# This is meant to provide a more accurate Vanilla feeling in Vanilla content
# Applied linearly per level between levels 11 and 60
# Set to 1 (100% of regular damage) to disable
#
# Default: 1 - Disabled
# Vanilla: 0.5 - 50% of regular healing
# Default: 1 - No Adjustment
# Suggested: 0.5 (50% of regular healing)
#
IndividualProgression.VanillaHealingAdjustment = 1
@@ -58,10 +56,8 @@ IndividualProgression.VanillaHealingAdjustment = 1
# Description: Adjustment to player's max HP before completing Vanilla content and opening the Dark Portal
# This is meant to provide a more accurate Vanilla feeling in Vanilla content
# Applied linearly per level between levels 11 and 60
# Set to 1 (100% of regular health) to disable
#
# Default: 1 - Disabled
# Vanilla: 0.8 - 80% of regular health
# Default: 1 - No Adjustment
#
IndividualProgression.VanillaHealthAdjustment = 1
@@ -70,10 +66,9 @@ IndividualProgression.VanillaHealthAdjustment = 1
# Description: Adjustment to player's attack power after opening the Dark Portal but before completing TBC content
# This is meant to provide a more accurate TBC feeling in TBC content
# Unlike Vanilla adjustment, a flat value is always used
# Set to 1 (100% of regular damage) to disable
#
# Default: 1 - Disabled
# TBC: 0.6 - 60% of regular damage
# Default: 1 - No Adjustment
# Suggested: between 0.5 and 0.6 (50-60% of regular damage)
#
IndividualProgression.TBCPowerAdjustment = 1
@@ -82,10 +77,9 @@ IndividualProgression.TBCPowerAdjustment = 1
# Description: Adjustment to player's healing power after opening the Dark Portal but before completing TBC content
# This is meant to provide a more accurate TBC feeling in TBC content
# Unlike Vanilla adjustment, a flat value is always used
# Set to 1 (100% of regular damage) to disable
#
# Default: 1 - Disabled
# TBC: 0.5 - 50% of regular healing
# Default: 1 - No Adjustment
# Suggested: between 0.5 and 0.6 (50-60% of regular healing)
#
IndividualProgression.TBCHealingAdjustment = 1
@@ -94,10 +88,8 @@ IndividualProgression.TBCHealingAdjustment = 1
# Description: Adjustment to player's max HP after opening the Dark Portal but before completing TBC content
# This is meant to provide a more accurate TBC feeling in TBC content
# Unlike Vanilla adjustment, a flat value is always used
# Set to 1 (100% of regular health) to disable
#
# Default: 1 - Disabled
# TBC: 0.8 - 80% of regular health
# Default: 1 - No Adjustment
#
IndividualProgression.TBCHealthAdjustment = 1