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

plop

parent d6b7beb2
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -211,7 +211,7 @@ newTalent{
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,
getDur = function(self, t) return math.floor(self:combatTalentScale(t, 2, 7)) end,
getDur = function(self, t) return math.floor(self:combatTalentScale(t, 2, 12)) end,
action = function(self, t)
local tids = {}
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