Skip to content
Snippets Groups Projects
Commit 0674bf86 authored by dg's avatar dg
Browse files

Shadow Combat adds a mana bar

git-svn-id: http://svn.net-core.org/repos/t-engine4@6166 51575b47-30f0-44d4-a5cc-537603b46e54
parent d232d3cb
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ newTalent{
points = 5,
require = cuns_req1,
sustain_stamina = 20,
mana = 0,
cooldown = 5,
tactical = { BUFF = 2 },
getDamage = function(self, t) return 2 + self:combatTalentSpellDamage(t, 2, 50) 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