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

Windblade now deals 220% damage

git-svn-id: http://svn.net-core.org/repos/t-engine4@5916 51575b47-30f0-44d4-a5cc-537603b46e54
parent 80aeb9e7
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ uberTalent{
self:project(tg, self.x, self.y, function(px, py, tg, self)
local target = game.level.map(px, py, Map.ACTOR)
if target and target ~= self then
local hit = self:attackTarget(target, nil, 1.4, true)
local hit = self:attackTarget(target, nil, 2.2, true)
if hit and target:canBe("disarm") then
target:setEffect(target.EFF_DISARMED, 4, {})
end
......@@ -80,7 +80,7 @@ uberTalent{
return true
end,
info = function(self, t)
return ([[You spin madly in a gust of wind, dealing 140%% weapon damage to all foes in a radius 2 and disarming them for 4 turns.]])
return ([[You spin madly in a gust of wind, dealing 220%% weapon damage to all foes in a radius 2 and disarming them for 4 turns.]])
:format()
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