Skip to content
Snippets Groups Projects
Commit 9c1902ab authored by Sheila's avatar Sheila
Browse files

shadow cunning tooltip now describes spellpower gained

parent 2135e030
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,9 @@ newTalent{
getSpellpower = function(self, t) return self:combatTalentScale(t, 20, 40, 0.75) end,
info = function(self, t)
local spellpower = t.getSpellpower(self, t)
return ([[Your preparations give you greater magical capabilities. You gain a bonus to Spellpower equal to %d%% of your Cunning.]]):
format(spellpower)
local bonus = self:getCun()*spellpower/100
return ([[Your preparations give you greater magical capabilities. You gain a bonus to Spellpower equal to %d%% of your Cunning (Current bonus: %d).]]):
format(spellpower, bonus)
end,
}
......
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