Cls feat .2da
From NWN1 Custom Content Guide
| Column title | Description | Values / more description |
| Row # | This is the row number in the 2da file | Just start at 0 and work upwards. |
| FeatLabel | This is where you put the name of the feat that the row points at. | This value is only used by humans, but it is important to label correctly so that people can understand what the feat is |
| FeatIndex | The Row # in the feat.2da file | This is what the game reads to determine what the feat is. |
| List | This tells the game how a person can take the feat. | List 0 - Can select as a normal feat. List 1 - Can select as a normal feat OR a bonus feat. List 2 - Can select ONLY as a bonus feat. List 3 - Granted on level. This is where class feats go. |
| GrantedOnLevel | What level a PC can take this feat. For List 3 feats, this is the level the class gains those feats. | Values are 1 upwards, -1 makes it so the feat is not selectable (i.e. must be granted from another parent feat) |
| OnMenu | This determines whether a feat appears on the class radial or not. If it is a useable feat, it must appear here. | Menu 0 - This feat does NOT appear on a class radial. Menu 1 - This feat appears on a class radial. Menu 2 - This feat appears on the epic spell radial. |
