Page 1 of 1

[V1]Blighted Summoning magic stat bug

Posted: Mon Feb 11, 2013 5:31 am
by jinsediaoying
Necromancer's undead summons does not get the magic boost from Blighted Summoning.
And this magic boost should also state in the prodigy describtion.

here is a quick fix provided by HousePet:
if self:knowTalent(self.T_BLIGHTED_SUMMONING) then m:incIncStat("mag", self:getMag()) end
add to line 215 in spells.lua

Re: [V1]Blighted Summoning magic stat bug

Posted: Mon Feb 11, 2013 6:47 am
by SageAcrin
I'm not sure if it's actually a bug that it's not implemented for Necromancer, possibly because without an exception, it'd Spellpower boost the mage types.

Personally, I think that'd be perfectly safe. Blighted Summoning's spells are less special for Necromancer, who has a lot of spellcasters, and spellpower boosting would mostly help Advanced Necromantic Summoning summons, as the only default caster is a Skeleton Mage.

So I'd support this change anyways.