mirror of
https://github.com/noisiver/mod-weekendbonus.git
synced 2026-01-13 00:58:36 +00:00
Rewrite
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user