Commit fdb7995b4d9243d8fd8c191c7dd55caafbb80105

Authored by dg
1 parent 1e40e408

tset


git-svn-id: http://svn.net-core.org/repos/t-engine4@3486 51575b47-30f0-44d4-a5cc-537603b46e54
... ... @@ -23,8 +23,8 @@ newTalent{
23 23 require = spells_req1,
24 24 points = 5,
25 25 random_ego = "utility",
26   - mana = 10,
27   - cooldown = 8,
  26 + mana = function(self, t) return game.zone.force_controlled_teleport and 1 or 10 end,
  27 + cooldown = function(self, t) return game.zone.force_controlled_teleport and 3 or 8 end,
28 28 tactical = { ESCAPE = 2 },
29 29 requires_target = function(self, t) return self:getTalentLevel(t) >= 4 end,
30 30 getRange = function(self, t) return 4 + self:combatTalentSpellDamage(t, 10, 15) end,
... ...