The Shadow Blast spell for the Anorthil class may be either bugged in execution, or bugged in text description.
At 5/5 (6.5 effective) the text claims, 8.93 darkness damage and 56.85 darkness per turn for 8 turns.
However using it against a monster with no noted darkness resist does, 136.48 for the initial hit, then an immediate 136.48 for the DOT tick, following turns will repeat the DoT.
Granted some of the damage is boosted from Magic (82)/Spellpower (96), but even when it was a low level with low stats, it seemed to indicate a much lower damage output than the actual output.
Is this the intent? because the description makes it sound useless, but after testing it, I found it to be a decent ranged offensive AE spell for this class. It may be a bit strong in its current form, however if it did as little as the description indicates, then I don't think it'd be worth it other than a bridge to the next ability.
I think the description might need to be recoded so it gives the user a better idea of what to expect.
[B18] Anorthil Shadow Blast text incorrect?
Moderator: Moderator
Re: [B18] Anorthil Shadow Blast text incorrect?
It's a bug. It should be doing the lesser amount on the spot.
Line 76 should be this instead of t.getDamage(self, t)
On a side note the non-nuke part of this spell is the same as Corrossive Vapour so it's a CV with an extra damage component which is really pretty awesome in my opinion.
Line 76 should be this instead of t.getDamage(self, t)
Code: Select all
DamageType.DARKNESS, t.getDamageOnSpot(self, t),
Re: [B18] Anorthil Shadow Blast text incorrect?
done
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: [B18] Anorthil Shadow Blast text incorrect?
Meh.. another one in this same talent but in the description.
Line 89 should be
Line 89 should be
Code: Select all
local damage = t.getDamage(self, t)