Rewrote a huge chunk of the module. It will now use sWorld->setRate to handle bonuses instead of a what feels like a hacky way of doing it. It also supports giving a bonus to money looted and gained from quests.
This commit is contained in:
Revision
2021-12-29 04:41:49 +01:00
parent 25b63590ec
commit 6f037e6b28
2 changed files with 45 additions and 54 deletions

View File

@@ -3,5 +3,8 @@
# Multiplier for experience gains on weekends
WeekendBonus.Multiplier.Experience = 2
# Multiplier for money looted and rewarded from quests on weekends
WeekendBonus.Multiplier.Money = 2
# Multiplier for reputation gains on weekends
WeekendBonus.Multiplier.Reputation = 2