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.
[all versions] UI bug with Reality Smearing
Moderator: Moderator
-
- Thalore
- Posts: 182
- Joined: Sat Oct 05, 2019 8:55 pm