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

Tidal Wave can not be recast before it ends

git-svn-id: http://svn.net-core.org/repos/t-engine4@2736 51575b47-30f0-44d4-a5cc-537603b46e54
parent fe941cfa
No related branches found
No related tags found
No related merge requests found
......@@ -94,11 +94,11 @@ newTalent{
points = 5,
random_ego = "attack",
mana = 55,
cooldown = 8,
cooldown = 10,
tactical = { ESCAPE = 2, ATTACKAREA = 1, DISABLE = 1 },
direct_hit = true,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 5, 90) end,
getDuration = function(self, t) return 5 + self:combatSpellpower(0.01) * self:getTalentLevel(t) end,
getDuration = function(self, t) return 3 + self:combatTalentSpellDamage(t, 5, 5) end,
action = function(self, t)
-- Add a lasting map effect
game.level.map:addEffect(self,
......
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