Skip to content
Snippets Groups Projects
Commit b1d0c32a authored by dg's avatar dg
Browse files

Reduced the duration of Blinding Spores

git-svn-id: http://svn.net-core.org/repos/t-engine4@4391 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1e5a3764
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ newTalent{
if not x or not y or not target then return nil end
if core.fov.distance(self.x, self.y, x, y) > 1 then return nil end
self.combat_apr = self.combat_apr + 1000
self:attackTarget(target, DamageType.BLIND, self:combatTalentWeaponDamage(t, 0.8, 1.4), true)
self:attackTarget(target, DamageType.BLIND, 5 + math.ceil(math.log(self:combatTalentWeaponDamage(t, 0.8, 1.4))), true)
self.combat_apr = self.combat_apr - 1000
return true
end,
......
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