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

Windblade radius increased to 4

parent 9c225b25
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ uberTalent{
mode = "activated",
require = { special={desc="Have dealt over 50000 damage with dual wielded weapons", fct=function(self) return self.damage_log and self.damage_log.weapon.dualwield and self.damage_log.weapon.dualwield >= 50000 end} },
cooldown = 12,
radius = 2,
radius = 4,
range = 1,
tactical = { ATTACK = { PHYSICAL=2 }, DISABLE = { disarm = 2 } },
target = function(self, t)
......@@ -91,7 +91,7 @@ uberTalent{
return true
end,
info = function(self, t)
return ([[You spin madly, generating a sharp gust of wind with your weapon, dealing 320%% weapon damage to all foes within radius 2 and disarming them for 4 turns.]])
return ([[You spin madly, generating a sharp gust of wind with your weapon, dealing 320%% weapon damage to all foes within radius 4 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