Gaming
 

Iprp feats.2da

From NWNWiki

The Iprp_feats.2da file allows for the addition of item properties which, when the item is equipped by a character, gives the character the benefit of the associated feat. Refer to Iprp feats.2da (table) for a layout of the actual file.

[edit] Column Descriptions

Column nameDescription
ID (no actual header}Sequentially numbered. This field identifies the item property to the game engine. The game engine actually ignores the value in this field and sequentially numbers the records as it reads them, so it is good practice to keep the entries in this field sequentially numbered to avoid confusion.
NameA StringRef indicating the string that will be displayed in the Toolset for the item property.
LabelA text value identifying the feat associated with the item property. It is not used by the game engine, but makes it easier to locate specific feats within the file. All spaces should be replaced with underscores ( _ ).
CostThis value is added to the total cost of the item.
Feat IndexThis value is the ID number of the associated feat in feat.2da.