The race_feat_*.2da
files are the .2da files that list the feats automatically given to characters of a given race.
For player characters, this is done at character creation; for non-player characters, this is done when a new creature blueprint is created from scratch in the Toolset (rather than starting with a copy of an existing blueprint).
These files are used only when referred to by the "FeatsTable" column of racialtypes.2da
.
Name | Description |
---|---|
ID (no actual name) | Row numbers for the benefit of human readers. The game engine ignores the value in this field, instead generating sequential row numbers as the file is read. It is good practice to keep the entries in this field sequentially numbered to avoid confusion. |
FeatLabel | The name of the feat for the reference of human readers. This is ignored by the game. |
FeatIndex | The ID of the feat in feat.2da .
|
The files of this type that are provided in the standard game are named for the playable race to which they are associated. Specifically, the standard files of this type are
race_feat_dwarf.2da
,race_feat_elf.2da
,race_feat_gnome.2da
,race_feat_half.2da
,race_feat_hfelf.2da
,race_feat_hforc.2da
, andrace_feat_human.2da
.