fix(Core/Quests): Create quest money reward config and adjust max level bonus reward function. (#18222)

* Init.

* Drop RewardBonusMoney column.

How's that for deprecation.

* Add formula source link.

* Remove deprecated info in conf.

* Newline.
This commit is contained in:
Benjamin Jackson
2024-01-31 17:21:27 -05:00
committed by GitHub
parent ba01bec5b3
commit b6c429c5a8
7 changed files with 64 additions and 52 deletions

View File

@@ -2740,10 +2740,17 @@ Quests.IgnoreAutoAccept = 0
Quests.IgnoreAutoComplete = 0
#
# Rate.RewardQuestMoney
# Description: Allows to tweak the amount of money rewarded by quests (does not affect RewardBonusMoney).
# Default: 1
Rate.RewardQuestMoney = 1
#
# Rate.RewardBonusMoney
# Description: Allows to further tweak the amount of extra money rewarded by quests when the player
# is at MaxPlayerLevel (this amount is specified in quest_template.RewardBonusMoney).
# is at MaxPlayerLevel.
# Default: 1
Rate.RewardBonusMoney = 1