From 69404d6fb5ef388e76102a20367448678623a733 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Fri, 30 Nov 2012 00:48:05 +0000 Subject: [PATCH] oups git-svn-id: http://svn.net-core.org/repos/t-engine4@5862 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/talents/spells/arcane.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/game/modules/tome/data/talents/spells/arcane.lua b/game/modules/tome/data/talents/spells/arcane.lua index dfed4b7b0c..18607d1046 100644 --- a/game/modules/tome/data/talents/spells/arcane.lua +++ b/game/modules/tome/data/talents/spells/arcane.lua @@ -121,6 +121,7 @@ newTalent{ local dam = t.getDamage(self, t) return ([[Creates a vortex of arcane energies on the target for 6 turns. Each turn the vortex will look for an other foe in sight and fire a manathrust doing %0.2f arcane damage to all foes in line. If no foes are found the target will take 150%% more arcane damage. + If the target dies the remaining damage is deal as a radius 2 ball of arcane. The damage will increase with your Spellpower.]]): format(damDesc(self, DamageType.ARCANE, dam)) end, -- GitLab