From 921d1d49dfdb3ee7d02bc724e66dec3ce220ffad Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Tue, 4 Dec 2012 17:41:43 +0000 Subject: [PATCH] Windblade now deals 220% damage git-svn-id: http://svn.net-core.org/repos/t-engine4@5916 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/talents/uber/dex.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/modules/tome/data/talents/uber/dex.lua b/game/modules/tome/data/talents/uber/dex.lua index 17eb7b5a49..03e1799ca8 100644 --- a/game/modules/tome/data/talents/uber/dex.lua +++ b/game/modules/tome/data/talents/uber/dex.lua @@ -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, } -- GitLab