Gaming
 

Ability bonus (item property)

From NWNWiki

The ability bonus item property adds 1-12 points to one of the ability scores of the creature equipping an item with this property.

[edit] Notes

  • This item property stacks with other item properties and effects up to a total of +12.

[edit] Builder notes

GetItemPropertyType(): == 0, ITEMPROPERTY_ABILITY_BONUS

GetItemPropertySubType(): == (0-5), ABILITY_*

GetItemPropertyCostTableValue(): == (1-12)

[edit] Custom content notes

  • This item property cannot be extended with custom content. The +12 ability cap is hardcoded.