Page 1 of 1

[all versions] UI bug with Reality Smearing

Posted: Thu Oct 15, 2020 3:53 pm
by Tradewind_Rider
Hey, hi!

Reality Smearing shows the effect duration incorrectly.

The paradox-gaining has not a constant 3 turn duration, but it is affected by both:

Paradox Modifier & Spellbinding-Extension

In the code:

info = function(self, t)
local ratio = t.getPercent(self, t)
local duration = t.getDuration(self, t)
return ([[While active 30%% of all damage you take is converted into %0.2f Paradox per point.
The Paradox is gained over three turns.]]):
format(ratio, duration)
end,

the parameter: duration is set. but it's not used, instead just "three" is written there.