Skip to content
Snippets Groups Projects
Commit a54ddae9 authored by DarkGod's avatar DarkGod
Browse files

Reduced Metaflow duration

parent ca1f5727
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -211,7 +211,7 @@ newTalent{ ...@@ -211,7 +211,7 @@ newTalent{
end }, end },
getTalentCount = function(self, t) return math.floor(self:combatTalentScale(t, 2, 7, "log")) end, getTalentCount = function(self, t) return math.floor(self:combatTalentScale(t, 2, 7, "log")) end,
getMaxLevel = function(self, t) return util.bound(math.floor(self:getTalentLevel(t)), 1, 4) end, getMaxLevel = function(self, t) return util.bound(math.floor(self:getTalentLevel(t)), 1, 4) end,
getDur = function(self, t) return math.floor(self:combatTalentScale(t, 2, 12)) end, getDur = function(self, t) return math.floor(self:combatTalentScale(t, 2, 7)) end,
action = function(self, t) action = function(self, t)
local tids = {} local tids = {}
for tid, _ in pairs(self.talents_cd) do for tid, _ in pairs(self.talents_cd) do
......
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