Skip to content
Snippets Groups Projects
Commit 6768dc40 authored by dg's avatar dg
Browse files

Fixed Shadow Blindeside tooltip

git-svn-id: http://svn.net-core.org/repos/t-engine4@6733 51575b47-30f0-44d4-a5cc-537603b46e54
parent db9c63b5
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ newTalent{
return false
end,info = function(self, t)
local multiplier = self:combatTalentWeaponDamage(t, 1.1, 1.9)
local multiplier = self:combatTalentWeaponDamage(t, 0.9, 1.9)
return ([[With blinding speed you suddenly appear next to a target up to %d spaces away and attack for %d%% damage.]]):format(self:getTalentRange(t), multiplier * 100)
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