We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7483f12 commit 5e5bbc5Copy full SHA for 5e5bbc5
src/Modules/CalcPerform.lua
@@ -98,9 +98,6 @@ function doActorLifeMana(actor)
98
if more ~= 1 then
99
t_insert(breakdown.Life, s_format("x %.2f ^8(more/less)", more))
100
end
101
- if inc ~= 0 then
102
- t_insert(breakdown.Life, s_format("x %.2f ^8(increased/reduced)", 1 + inc/100))
103
- end
104
if override then
105
t_insert(breakdown.Life, s_format("= %g ^8(life override)", override))
106
0 commit comments