Skip to content
Snippets Groups Projects
Commit 9a99104d authored by Lisa Greene's avatar Lisa Greene
Browse files

Reduce duration of pheromones

parent d1f8b263
No related branches found
No related tags found
1 merge request!603Misc 1.6.6
......@@ -369,8 +369,8 @@ newTalent{
range = 10,
direct_hit = true,
getRad = function(self, t) return self:combatTalentScale(t, 3, 7) end,
getDur = function(self, t) return self:combatTalentScale(t, 3, 8) end,
getDamage = function(self, t) return 10 + self:combatTalentMindDamage(t, 10, 33) end,
getDuration = 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)
local tg = self:getTalentTarget(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