diff --git a/game/modules/tome/data/talents/spells/arcane.lua b/game/modules/tome/data/talents/spells/arcane.lua index dfed4b7b0ce27b4bd2de97e91df9ed584b23e96a..18607d1046a7b0941c604f9255fc2ff4f3e37a60 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,