Do You have finesse? Finesse give for the enemy +30% DR.
BTW Do bypass ignore finesse, DT and ammo DR ?
Bypass doesn't ignore DR and DT, it makes it /5, but yes, it /5 even with Finesse.
are you sure thats how it works ? i thought it plain ignored it.
In fact, bypass ignore DR
if (FLAG(eff,HF_BYPASS_ARMOR) && dmgType!=DAMAGE_EMP) { targetDT/=5; targetDR/=5; targetDR-=(valid(attacker)?(attacker.Trait[TRAIT_FINESSE]!=0?30:0):0);
targetDR/=5; targetDR-=(valid(attacker)?(attacker.Trait[TRAIT_FINESSE]!=0?30:0):0);