But, in my experience, Damage Reduction effects only physical damage (Slashing, Bludgeoning, Piercing). While Damage Resistance effects only NON-physical damage.
Damage resistance that has a physical property is broke in the stock game blueprints. But the NWN2Fixes file has fixed some blueprints so that they actually block physical damage by using damage reduction instead of damage resistance.
Reduction should be thought of as vs. physical
Resistance as vs. non-physical
The value after the slash in Reduction is what penetrates
after the slash in Resistance is what gets mitigated
a blank value after the slash means none/all damage-types (physical/non-physical respectively)
Â
reductions were changed for Nwn2 and are not thoroughly implemented, but they work well enough, by and large. Of major note is that they can’t be scripted onto an item as an itemproperty; they need to be set in the toolset on each blueprint. Reductions, as an effect, however, can be scripted successfully onto a creature …
@GCoyote
It’s a problem with blueprints for adamantine shields.
Due to a bug, Adamantine shields confer no damage reduction. This is because all Adamatine shields list damage reduction as “DR x/” (without the hyphen) instead of “DR x/-”. The result is these shields are missing the type of damage to which they have a reduction and, therefore, no DR effect, because everything penetrates.
That’s strange it hasn’t been fixed in TCC yet, since It’s very easy to fix.
I get it, there has to be something after the slash to tell the game engine what the bypass criteria is.
So if the current options are:
Adamantine
Cold Iron
Alchemical Silver
Magic
Is there a way to expand or add criteria to the list? Specifically, I’ve seen custom items that use non-crafting materials (e.g. obsidian, bronze, etc.)