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

see the threads balance

parent 0e428d3e
No related branches found
No related tags found
No related merge requests found
......@@ -164,10 +164,10 @@ newTalent{
type = {"chronomancy/chronomancy", 4},
require = chrono_req4,
points = 5,
paradox = function (self, t) return getParadoxCost(self, t, 20) end,
paradox = function (self, t) return getParadoxCost(self, t, 24) end,
cooldown = 50,
no_npc_use = true, -- so rares don't learn useless talents
getDuration = function(self, t) return getExtensionModifier(self, t, math.floor(self:combatTalentScale(t, 4, 20))) end,
getDuration = function(self, t) return getExtensionModifier(self, t, math.floor(self:combatTalentScale(t, 4, 16))) end,
on_pre_use = function(self, t, silent)
if checkTimeline(self) then
if not silent then
......
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