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

Increased Call of the Ooze cooldown

git-svn-id: http://svn.net-core.org/repos/t-engine4@6577 51575b47-30f0-44d4-a5cc-537603b46e54
parent 86eeac60
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ newTalent{
require = gifts_req3,
points = 5,
equilibrium = 5,
cooldown = 8,
cooldown = 20,
getMax = function(self, t) local _, _, max = checkMaxSummon(self, true) return math.min(max, math.max(1, math.floor(self:getTalentLevel(t) / 2))) end,
getModHP = function(self, t) return math.min(1, 0.4 + self:getTalentLevel(t) * 0.06) end,
action = function(self, t)
......
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