feat(Core/Player): Implement option to convert excess honor points int… (#10565)

This commit is contained in:
Skjalf
2022-02-09 18:04:56 -03:00
committed by GitHub
parent 7a6126ecd6
commit fb890b3310
4 changed files with 28 additions and 0 deletions

View File

@@ -868,6 +868,14 @@ StartPlayerMoney = 0
MaxHonorPoints = 75000
#
# MaxHonorPointsMoneyPerPoint
# Description: Convert excess honor points into money if players got more points than allowed after changing the honor cap.
# Honor points will be converted into copper according to the value set in this config.
# Default: 0 - Disabled
MaxHonorPointsMoneyPerPoint = 0
#
# StartHonorPoints
# Description: Amount of honor points that characters have after creation.