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

increased static history duration

parent 604cae75
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ newTalent{
points = 5,
cooldown = 24,
tactical = { PARADOX = 2 },
getDuration = function(self, t) return getExtensionModifier(self, t, math.floor(self:combatTalentScale(t, 1, 7))) end,
getDuration = function(self, t) return getExtensionModifier(self, t, math.floor(1 + self:combatTalentScale(t, 1, 7))) end,
no_energy = true,
action = function(self, t)
self:setEffect(self.EFF_STATIC_HISTORY, t.getDuration(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