Skip to content
Snippets Groups Projects
Commit 71d785bb authored by Eric Wykoff's avatar Eric Wykoff
Browse files

gravity cooldowns

parent b4e52adc
No related branches found
No related tags found
1 merge request!107Chrono talent balance
......@@ -25,7 +25,7 @@ newTalent{
require = chrono_req1,
points = 5,
paradox = function (self, t) return getParadoxCost(self, t, 10) end,
cooldown = 3,
cooldown = 4,
tactical = { ATTACKAREA = {PHYSICAL = 2}, ESCAPE = 2 },
range = 0,
radius = function(self, t) return math.floor(self:combatTalentScale(t, 4.5, 6.5)) end,
......@@ -110,7 +110,7 @@ newTalent{
require = chrono_req2,
points = 5,
paradox = function (self, t) return getParadoxCost(self, t, 20) end,
cooldown = 4,
cooldown = 6,
tactical = { ATTACKAREA = {PHYSICAL = 2}, DISABLE = 2 },
range = 10,
radius = function(self, t) return math.floor(self:combatTalentScale(t, 2.3, 3.7)) 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