ItemPropertyDamageResistance
From NWN2Wiki
// Returns Item property damage resistance. You must specify the damage type // constant(IP_CONST_DAMAGETYPE_*) and the amount of HP of damage constant // (IP_CONST_DAMAGERESIST_*) that will be resisted against each round. itemproperty ItemPropertyDamageResistance(int nDamageType, int nHPResist);
