[V1]Blighted Summoning magic stat bug

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
jinsediaoying
Wyrmic
Posts: 284
Joined: Thu Mar 29, 2012 2:11 am

[V1]Blighted Summoning magic stat bug

#1 Post 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

SageAcrin
Sher'Tul Godslayer
Posts: 1884
Joined: Tue Apr 10, 2012 6:52 pm

Re: [V1]Blighted Summoning magic stat bug

#2 Post 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.

Post Reply