How Expose Weakness truly works?

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

Moderator: Moderator

Post Reply
Message
Author
fateriddle
Halfling
Posts: 86
Joined: Thu Jul 16, 2015 4:46 am

How Expose Weakness truly works?

#1 Post by fateriddle »

I'm talking about rogue's talent Lethality/Expose Weakness:
... plus (4 + [4]20cTStD:Cun ) (effective) bonus weapon damage and 10–25cTL:50 additional weapon resistance penetration for each probing strike that hit.
What "weapon resistance penetration" stands for?
1. Does it reduce resistance of all element?
2. Does proc damage count as "weapon damage" for the purpose of "weapon resistance penetration" ?

Hope someone who can read the code clarifies it.

btw, how do I enter test mode? So maybe I can test it out.

Micbran
Sher'Tul
Posts: 1154
Joined: Sun Jun 15, 2014 12:19 am
Location: Yeehaw, pardner

Re: How Expose Weakness truly works?

#2 Post by Micbran »

"weapon resistance penetration"
don't feel like looking at the code, but probably res pen that only applies to weapon attacks

proc damage most likely does not, but once again, didnt check
A little bit of a starters guide written by yours truly here.

minmay
Wyrmic
Posts: 286
Joined: Fri Sep 07, 2012 1:34 am
Contact:

Re: How Expose Weakness truly works?

#3 Post by minmay »

The accuracy gets added as effective accuracy, not raw accuracy.
The weapon damage is like it's added to the "Damage" number on your character sheet.
The damage penetration gets added to your penetration during damage projection for melee and archery attacks. So if you have 25% all penetration and 50% fire penetration, you have a total of 62.5% fire penetration, and then if you have 20% penetration from Expose Weakness your final fire penetration is 82.5%.

Yes, these are all flagrant scaling violations.

fateriddle
Halfling
Posts: 86
Joined: Thu Jul 16, 2015 4:46 am

Re: How Expose Weakness truly works?

#4 Post by fateriddle »

minmay wrote:The accuracy gets added as effective accuracy, not raw accuracy.
The weapon damage is like it's added to the "Damage" number on your character sheet.
The damage penetration gets added to your penetration during damage projection for melee and archery attacks. So if you have 25% all penetration and 50% fire penetration, you have a total of 62.5% fire penetration, and then if you have 20% penetration from Expose Weakness your final fire penetration is 82.5%.

Yes, these are all flagrant scaling violations.
Thanks, I read the code the other day, and sort of figured out when I see `state.isArcher & state.isMelee`. So proc damage won't share the penetration, but it works on every type as long as it comes from weapon. Btw, I just found out that resist lower cap at -100%, so more penetration the better, nothing come to waste.

PseudoLoneWolf
Wyrmic
Posts: 257
Joined: Tue Jan 03, 2017 7:12 pm

Re: How Expose Weakness truly works?

#5 Post by PseudoLoneWolf »

fateriddle wrote:Btw, I just found out that resist lower cap at -100%, so more penetration the better, nothing come to waste.
Resist penetration and resistance lowering are two different things. You can LOWER something's resist to negative values, which confers a weakness to that element, but you can't pierce 10% fire resist with 25% fire penetration and get an effective -15% fire res. If I remember correctly, in fact, penetration is based on their resistance, so in this example you'd only actually pierce 25% of 10%, leaving your enemy with an effective 7.5% fire resistance.
Let slip the toast of war.

Post Reply