From ffc8792a68246e8a8449e6a8da01d4d4c3507bdd Mon Sep 17 00:00:00 2001 From: Eric Wykoff <ericwykoff@yahoo.com> Date: Mon, 23 Mar 2015 14:02:59 -0500 Subject: [PATCH] Reduced Invigorate Paradox cost --- game/modules/tome/data/talents/chronomancy/temporal-combat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/talents/chronomancy/temporal-combat.lua b/game/modules/tome/data/talents/chronomancy/temporal-combat.lua index 09cc964282..58707b1139 100644 --- a/game/modules/tome/data/talents/chronomancy/temporal-combat.lua +++ b/game/modules/tome/data/talents/chronomancy/temporal-combat.lua @@ -225,7 +225,7 @@ newTalent{ type = {"chronomancy/temporal-combat", 2}, require = chrono_req2, points = 5, - paradox = function (self, t) return getParadoxCost(self, t, 24) end, + paradox = function (self, t) return getParadoxCost(self, t, 12) end, cooldown = 24, fixed_cooldown = true, tactical = { HEAL = 1 }, -- GitLab