Skip to content
Snippets Groups Projects
Commit 06ef5ff9 authored by dg's avatar dg
Browse files

revert

git-svn-id: http://svn.net-core.org/repos/t-engine4@3480 51575b47-30f0-44d4-a5cc-537603b46e54
parent c27e26a7
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ newTalent{
require = spells_req1,
points = 5,
random_ego = "utility",
mana = function(self, t) if game.zone.force_controlled_teleport then return 2 else return 10 end end,
cooldown = function(self, t) if game.zone.force_controlled_teleport then return 4 else return 8 end end,
mana = 10,
cooldown = 8,
tactical = { ESCAPE = 2 },
requires_target = function(self, t) return self:getTalentLevel(t) >= 4 end,
getRange = function(self, t) return 4 + self:combatTalentSpellDamage(t, 10, 15) 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