- This article covers the layout of the file; for the default contents, see domains.2da (contents).
The domains.2da
file is the .2da that defines clerical domains.
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. |
Label | A description of the domain for human readers. |
Name | The name of the domain, as a StringRef. |
Description | The description of the domain, as a StringRef. |
Icon | The ResRef of the icon for the domain. |
Level_1 | The spell granted to clerics of this domain as a level 1 spell. This is an index into spells.2da .
|
Level_2 | The spell granted to clerics of this domain as a level 2 spell. This is an index into spells.2da .
|
Level_3 | The spell granted to clerics of this domain as a level 3 spell. This is an index into spells.2da .
|
Level_4 | The spell granted to clerics of this domain as a level 4 spell. This is an index into spells.2da .
|
Level_5 | The spell granted to clerics of this domain as a level 5 spell. This is an index into spells.2da .
|
Level_6 | The spell granted to clerics of this domain as a level 6 spell. This is an index into spells.2da .
|
Level_7 | The spell granted to clerics of this domain as a level 7 spell. This is an index into spells.2da .
|
Level_8 | The spell granted to clerics of this domain as a level 8 spell. This is an index into spells.2da .
|
Level_9 | The spell granted to clerics of this domain as a level 9 spell. This is an index into spells.2da .
|
GrantedFeat | The feat granted to clerics of this domain. This is an index into feat.2da. |
CastableFeat | Indicates whether or not the granted feat is manually activated. Possible "0" or "1". If "1", then the feat shows on the character's radial menu and is usable, assuming the feat's values are set appropriately within feat.2da. |