ItemPropertyACBonusVsAlign
From NWN2Wiki
// Returns Item property AC bonus vs. alignment group. An example of // an alignment group is Chaotic, or Good. You need to specify the // alignment group constant(IP_CONST_ALIGNMENTGROUP_*) and the AC bonus. // The AC bonus should be an integer between 1 and 20. The modifier // type depends on the item it is being applied to. itemproperty ItemPropertyACBonusVsAlign(int nAlignGroup, int nACBonus);
