mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
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:
@@ -34,10 +34,9 @@ IndividualProgression.EnforceGroupRules = 1
|
|||||||
# Description: Adjustment to player's attack power before completing Vanilla content and opening the Dark Portal
|
# 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
|
# This is meant to provide a more accurate Vanilla feeling in Vanilla content
|
||||||
# Applied linearly per level between levels 11 and 60
|
# Applied linearly per level between levels 11 and 60
|
||||||
# Set to 1 (100% of regular damage) to disable
|
|
||||||
#
|
#
|
||||||
# Default: 1 - Disabled
|
# Default: 1 - No Adjustment
|
||||||
# Vanilla: 0.6 - 60% of regular damage
|
# Suggested: between 0.5 and 0.6 (50-60% of regular damage)
|
||||||
#
|
#
|
||||||
IndividualProgression.VanillaPowerAdjustment = 1
|
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
|
# 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
|
# This is meant to provide a more accurate Vanilla feeling in Vanilla content
|
||||||
# Applied linearly per level between levels 11 and 60
|
# Applied linearly per level between levels 11 and 60
|
||||||
# Set to 1 (100% of regular damage) to disable
|
|
||||||
#
|
#
|
||||||
# Default: 1 - Disabled
|
# Default: 1 - No Adjustment
|
||||||
# Vanilla: 0.5 - 50% of regular healing
|
# Suggested: 0.5 (50% of regular healing)
|
||||||
#
|
#
|
||||||
IndividualProgression.VanillaHealingAdjustment = 1
|
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
|
# 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
|
# This is meant to provide a more accurate Vanilla feeling in Vanilla content
|
||||||
# Applied linearly per level between levels 11 and 60
|
# Applied linearly per level between levels 11 and 60
|
||||||
# Set to 1 (100% of regular health) to disable
|
|
||||||
#
|
#
|
||||||
# Default: 1 - Disabled
|
# Default: 1 - No Adjustment
|
||||||
# Vanilla: 0.8 - 80% of regular health
|
|
||||||
#
|
#
|
||||||
IndividualProgression.VanillaHealthAdjustment = 1
|
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
|
# 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
|
# This is meant to provide a more accurate TBC feeling in TBC content
|
||||||
# Unlike Vanilla adjustment, a flat value is always used
|
# Unlike Vanilla adjustment, a flat value is always used
|
||||||
# Set to 1 (100% of regular damage) to disable
|
|
||||||
#
|
#
|
||||||
# Default: 1 - Disabled
|
# Default: 1 - No Adjustment
|
||||||
# TBC: 0.6 - 60% of regular damage
|
# Suggested: between 0.5 and 0.6 (50-60% of regular damage)
|
||||||
#
|
#
|
||||||
IndividualProgression.TBCPowerAdjustment = 1
|
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
|
# 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
|
# This is meant to provide a more accurate TBC feeling in TBC content
|
||||||
# Unlike Vanilla adjustment, a flat value is always used
|
# Unlike Vanilla adjustment, a flat value is always used
|
||||||
# Set to 1 (100% of regular damage) to disable
|
|
||||||
#
|
#
|
||||||
# Default: 1 - Disabled
|
# Default: 1 - No Adjustment
|
||||||
# TBC: 0.5 - 50% of regular healing
|
# Suggested: between 0.5 and 0.6 (50-60% of regular healing)
|
||||||
#
|
#
|
||||||
IndividualProgression.TBCHealingAdjustment = 1
|
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
|
# 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
|
# This is meant to provide a more accurate TBC feeling in TBC content
|
||||||
# Unlike Vanilla adjustment, a flat value is always used
|
# Unlike Vanilla adjustment, a flat value is always used
|
||||||
# Set to 1 (100% of regular health) to disable
|
|
||||||
#
|
#
|
||||||
# Default: 1 - Disabled
|
# Default: 1 - No Adjustment
|
||||||
# TBC: 0.8 - 80% of regular health
|
|
||||||
#
|
#
|
||||||
IndividualProgression.TBCHealthAdjustment = 1
|
IndividualProgression.TBCHealthAdjustment = 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user