Page 1 of 1

Elemental Surge prodigy bug

Posted: Sat Feb 07, 2015 6:18 pm
by St_ranger_er
Hi all. In description of http://te4.org/wiki/Elemental_surge_(talent) exist next string "Nature damage has a 30% chance to harden your skin, preventing the application of any magical detrimental effects for 5 turns."

But, as you can see on screen below, description makes some confuse, because "Immune to physical effects". But what immune gives this talent if near be "physical:burning" and "magical:congeal time" effect with activated prodigy. Tested for mental effects, and again - no immune. I'm tested it without addons, only dev tools and semi-godmode command. But have screens for other tests:
1.jpg
1.jpg (244.21 KiB) Viewed 1316 times
2.jpg
2.jpg (239.46 KiB) Viewed 1316 times
3.jpg
3.jpg (251.95 KiB) Viewed 1316 times

Re: Elemental Surge prodigy bug

Posted: Sat Feb 07, 2015 7:34 pm
by edge2054
I fixed this in my local branch. I'll send Darkgod a merge request before release.

the issue was that self:attr("spell_negative_status_effect_immune") was checking for 'spells' which isn't a type. needs to be 'magical'

Re: Elemental Surge prodigy bug

Posted: Sun Feb 08, 2015 8:37 am
by St_ranger_er
It's a good news. Thank you.