Page 1 of 1

[1.7b3] Rigor Mortis Description Change

Posted: Mon Aug 10, 2020 8:58 pm
by TheSteelBird
Not sure if this is the right place to put this.

Currently, Rigor Mortis description is "For every negative effect deal x frostdusk damage (with diminishing returns)"
I think this instead of just saying "with diminishing returns" it should specify how much less damage it'll do per effect.

Re: [1.7b3] Rigor Mortis Description Change

Posted: Mon Aug 10, 2020 9:24 pm
by darkgod
The formula is:

Code: Select all

dam * (1 + math.log10(nb) * 1.5)

If you have a simple way to explain it I''ll add it :)