Skip to content

Releases: hamstar0/tml-capitalism-mod

v1.3.3

08 Jun 08:32
Compare
Choose a tag to compare
  • Updated for TML 0.10
  • Offloaded utility/helper code to Hamstar's Helpers mod (now a dependency)
  • Numerous fixes and tweaks

v1.3.2.1

02 Jun 22:05
Compare
Choose a tag to compare
  • Added config setting 'Enabled' (allows disabling the mod instead of unloading it)
  • Added shop prices markup % indicators as item tooltips

v1.3.1

08 May 13:48
Compare
Choose a tag to compare
  • (Minor?) logic correction for bulk purchase detection

v1.3.0

08 May 13:12
Compare
Choose a tag to compare
  • New formula for item markup (b=base value, t=total purchases): b + ( (b * t)^0.8 ) / 50
  • Fixed semi-critical bulk purchases bug

v1.2.2

12 Apr 08:05
Compare
Choose a tag to compare
  • Altered some default config values
  • Changed markup formula (b=base value, t=total purchases, s=total spendings):
    b + ( b * t * 0.02 * (0.996 ^ ((t/4) + (s/10000))) )

v1.2.0

08 Apr 14:04
Compare
Choose a tag to compare
  • Updated config file location.
  • Cleaned up some code.
  • Smoothed out price markup decay for expensive items.
  • Added price markups for female townsfolk during a blood moon.
  • Added price reduction for lovestruck townsfolk of the opposite gender.
  • Added price markup for stinky players.