Gaming
 

ItemPropertyAbilityBonus

From NWN2Wiki

// Returns Item property ability bonus.  You need to specify an
// ability constant(IP_CONST_ABILITY_*) and the bonus.  The bonus should
// be a positive integer between 1 and 12.  
itemproperty ItemPropertyAbilityBonus(int nAbility, int nBonus);