[all versions] UI bug with Reality Smearing

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Tradewind_Rider
Thalore
Posts: 182
Joined: Sat Oct 05, 2019 8:55 pm

[all versions] UI bug with Reality Smearing

#1 Post 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.

Post Reply