mirror of
https://github.com/noisiver/mod-weekendbonus.git
synced 2026-01-13 00:58:36 +00:00
Float
Fixed some issues I created by switching certain features to float. I did forget a few things.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
[worldserver]
|
||||
|
||||
# Multiplier for experience gains on weekends
|
||||
WeekendBonus.Multiplier.Experience = 2
|
||||
WeekendBonus.Multiplier.Experience = 2.0
|
||||
|
||||
# Multiplier for money looted and rewarded from quests on weekends
|
||||
WeekendBonus.Multiplier.Money = 2
|
||||
WeekendBonus.Multiplier.Money = 2.0
|
||||
|
||||
# Multiplier for profession skill ups on weekends
|
||||
WeekendBonus.Multiplier.Professions = 2
|
||||
|
||||
# Multiplier for reputation gains on weekends
|
||||
WeekendBonus.Multiplier.Reputation = 2
|
||||
WeekendBonus.Multiplier.Reputation = 2.0
|
||||
|
||||
# Multiplier for weapons and defense skill ups on weekends
|
||||
WeekendBonus.Multiplier.Proficiencies = 2
|
||||
|
||||
Reference in New Issue
Block a user