Skip to content
Snippets Groups Projects
Commit 685528aa authored by dg's avatar dg
Browse files

Effective talent level (computed using mastery value) will be displayed in talent description

git-svn-id: http://svn.net-core.org/repos/t-engine4@1067 51575b47-30f0-44d4-a5cc-537603b46e54
parent 62a32fde
No related branches found
No related tags found
No related merge requests found
......@@ -1063,6 +1063,7 @@ function _M:getTalentFullDescription(t, addlevel)
local d = {}
d[#d+1] = ("#6fff83#Effective talent level: #00FF00#%.1f"):format(self:getTalentLevel(t))
if t.mode == "passive" then d[#d+1] = "#6fff83#Use mode: #00FF00#Passive"
elseif t.mode == "sustained" then d[#d+1] = "#6fff83#Use mode: #00FF00#Sustained"
else d[#d+1] = "#6fff83#Use mode: #00FF00#Activated"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment