From 00811420ce3697b53bf2fe9a47080ac4f48301bc Mon Sep 17 00:00:00 2001 From: Eric Wykoff <ericwykoff@yahoo.com> Date: Thu, 19 Feb 2015 20:24:08 -0600 Subject: [PATCH] see the threads balance --- game/modules/tome/data/talents/chronomancy/chronomancy.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/modules/tome/data/talents/chronomancy/chronomancy.lua b/game/modules/tome/data/talents/chronomancy/chronomancy.lua index 35f78e2e74..f9fb3b0cbe 100644 --- a/game/modules/tome/data/talents/chronomancy/chronomancy.lua +++ b/game/modules/tome/data/talents/chronomancy/chronomancy.lua @@ -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 -- GitLab