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

Fixed Pheromones talent

parent 70aac320
No related branches found
No related tags found
No related merge requests found
......@@ -369,7 +369,7 @@ newTalent{
range = 10,
direct_hit = true,
getRad = function(self, t) return self:combatTalentScale(t, 3, 7) end,
getDuration = function(self, t) return math.floor(self:combatTalentScale(t, 3, 5.5)) end,
getDur = function(self, t) return math.floor(self:combatTalentScale(t, 3, 5.5)) end,
getDamage = function(self, t) return 10 + self:combatTalentMindDamage(t, 10, 25) end,
target = function(self, t) return {type="hit", range=self:getTalentRange(t)} end,
action = function(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