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

Reproach does a bit more damage and at high talent level looses less damage per foes

parent ace70ffa
No related branches found
No related tags found
No related merge requests found
......@@ -25,13 +25,13 @@ newTalent{
random_ego = "attack",
cooldown = 5,
hate = 5,
range = 2,
range = 3,
tactical = { ATTACKAREA = { MIND = 2 } },
getDamage = function(self, t)
return self:combatTalentMindDamage(t, 0, 280)
return self:combatTalentMindDamage(t, 0, 320)
end,
getSpreadFactor = function(self, t)
return 0.80
return self:combatTalentLimit(t, 95, 75, 90) / 100
end,
action = function(self, t)
local targets = {}
......
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