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

Reduced Paradox cost on Time Shield, Webs of Fate, and Temporal Fugue

parent 2ed68b96
No related branches found
No related tags found
1 merge request!252More fixes
......@@ -104,7 +104,7 @@ newTalent{
type = {"chronomancy/fate-weaving", 4},
require = chrono_req4,
points = 5,
paradox = function (self, t) return getParadoxCost(self, t, 48) end,
paradox = function (self, t) return getParadoxCost(self, t, 24) end,
cooldown = 12,
tactical = { BUFF = 2, DEFEND = 2 },
getPower = function(self, t) return self:combatTalentLimit(t, 50, 10, 30)/100 end, -- Limit < 50%
......
......@@ -44,7 +44,7 @@ newTalent{
type = {"chronomancy/stasis",2},
require = chrono_req2,
points = 5,
paradox = function (self, t) return getParadoxCost(self, t, 48) end,
paradox = function (self, t) return getParadoxCost(self, t, 24) end,
cooldown = 18,
tactical = { DEFEND = 2 },
no_energy = true,
......
......@@ -123,7 +123,7 @@ newTalent{
require = chrono_req_high2,
points = 5,
cooldown = 24,
paradox = function(self, t) return getParadoxCost(self, t, 48) end,
paradox = function(self, t) return getParadoxCost(self, t, 24) end,
tactical = { ATTACK = 2, DISABLE = 2 },
remove_on_clone = true,
getDuration = function(self, t) return getExtensionModifier(self, t, math.floor(self:combatTalentScale(t, 3, 8))) 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