NWN2Wiki
Advertisement
// Returns Item property Enhancement bonus vs. an Alignment group.  You 
// need to specify the alignment group constant(IP_CONST_ALIGNMENTGROUP_*)
// and the enhancement bonus.  The Enhancement bonus should be an integer
// between 1 and 20.
itemproperty ItemPropertyEnhancementBonusVsAlign(int nAlignGroup, int nBonus);
Advertisement