100% Immunity: bug or misunderstanding?

Everything about ToME 4.x.x. No spoilers, please

Moderator: Moderator

Post Reply
Message
Author
jdisk
Halfling
Posts: 94
Joined: Wed Aug 13, 2014 4:05 pm

100% Immunity: bug or misunderstanding?

#1 Post by jdisk »

I always thought that 100% immunity meant that that particular type of attack couldn't affect me.

But a recent (1.4.6, offline) character got blinded by a Dark surprise attack even though he wore Eye of the Forrest which grants 100% immunity to blindness.

Is there such a thing as blindness resistance penetration?

HousePet
Perspiring Physicist
Posts: 6215
Joined: Sun Sep 09, 2012 7:43 am

Re: 100% Immunity: bug or misunderstanding?

#2 Post by HousePet »

There is not, but another effect could lower your blindness resistance.
Another option is that it doesn't check immunity, but the code does the check.
My feedback meter decays into coding. Give me feedback and I make mods.

Razakai
Uruivellas
Posts: 889
Joined: Tue May 14, 2013 3:45 pm

Re: 100% Immunity: bug or misunderstanding?

#3 Post by Razakai »

There's a debuff called Breach which reduces blind resistance. In addition, a few, rare debuffs may ignore resists. If you know what sort of talent or mob caused it I could tell you.

jdisk
Halfling
Posts: 94
Joined: Wed Aug 13, 2014 4:05 pm

Re: 100% Immunity: bug or misunderstanding?

#4 Post by jdisk »

Razakai wrote:There's a debuff called Breach which reduces blind resistance. In addition, a few, rare debuffs may ignore resists. If you know what sort of talent or mob caused it I could tell you.
The talent was Dark surprise, the mob was Argoniel himself (who then continued to slaughter me.)

Razakai
Uruivellas
Posts: 889
Joined: Tue May 14, 2013 3:45 pm

Re: 100% Immunity: bug or misunderstanding?

#5 Post by Razakai »

Code: Select all

			if hit2 and target:canBe("blind") then
				target:setEffect(target.EFF_BLINDED, 4, {apply_power=self:combatPhysicalpower()})
			else
				game.logSeen(self, "%s resists the darkness.", target.name:capitalize())
			end
Looks like that talent should be checking blind resistance. Bit weird, unless you were playing on Insane and the bosses rolled with Breach to drop your resistances.

Post Reply