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

fix

parent 1a6263b5
No related branches found
No related tags found
1 merge request!123Chrono wrap up
......@@ -168,7 +168,7 @@ newTalent{
points = 5,
paradox = function (self, t) return getParadoxCost(self, t, 20) end,
cooldown = 12,
tactical = { DEBUFF=3 },
tactical = { DISABLE = 2 },
range = 6,
getDuration = function(self, t) return getExtensionModifier(self, t, math.floor(self:combatTalentScale(t, 1, 7))) end,
target = function(self, t)
......
......@@ -341,7 +341,7 @@ newTalent{
points = 5,
paradox = function (self, t) return getParadoxCost(self, t, 10) end,
cooldown = 10,
tactical = { ATTACKAREA = {TEMPORAL = 2}, DEBUFF = 2 },
tactical = { ATTACKAREA = {TEMPORAL = 2}, DISABLE = 2 },
range = 10,
radius = function(self, t) return math.floor(self:combatTalentScale(t, 4.5, 6.5)) end,
requires_target = true,
......
......@@ -221,7 +221,7 @@ newTalent{
sustain_psi = 50,
mode = "sustained",
no_sustain_autoreset = true,
tactical = { ATTACKAREA = { FIRE = 2, MIND = 2}, DEBUFF = 2, },
tactical = { ATTACKAREA = { FIRE = 2, MIND = 2}, DISABLE = 2, },
range = 0,
radius = function(self, t) return math.min(5, 1 + math.ceil(self:getTalentLevel(t)/3)) end,
target = 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