Files

7 lines
178 B
Lua

function()
if aura_env.state then
local hit = ("%-8s %-8s"):format(aura_env.state.amount, aura_env.state.percent)
return hit, aura_env.state.name
end
end