Bank Interest Mod
Get monthly interest from your bank deposits
After installing this mod the money you deposit in cities will grow by 10% at the beginning of each month.
The value for the interest rate can be changed in the mod’s config file :
ElinBepInExconfigelin.adrian124.BankInterestMod.cfg
For example, to change the interest rate to 5% you’d change the file so that the last line reads
InterestRate = 0.05
(you’ll likely have to run the game once after installing the mod for the config file to show up)
Values below 1% are supported as well. For 0.1 % you can set it to:
InterestRate = 0.001