Gaming
 

ItemPropertyEnhancementBonusVsRace

From NWN2Wiki

// Returns Item property Enhancement bonus vs. Racial group.  You need 
// to specify the racial group constant(IP_CONST_RACIALTYPE_*) and the 
// enhancement bonus.  The enhancement bonus should be an integer between
// 1 and 20.
itemproperty ItemPropertyEnhancementBonusVsRace(int nRace, int nBonus);