Morrowind Mod:Mod File Format/FACT
The UESPWiki – Your source for The Elder Scrolls since 1995
FACT records contain information about factions.
C | Field | Type/Size | Info |
---|---|---|---|
+ | NAME | zstring | Faction ID string |
+ | FNAM | zstring | Faction name string |
* | RNAM | zstring | Rank Names - In practice, there are always 10 RNAM entries, but this is not a requirement. |
+ | FADT | struct (240 bytes) |
Faction data
|
* | ANAM | string | Faction name string
An ANAM/INTV pair occurs for each faction with a reaction adjustment. Multiple entries with the same faction exist in some records, but only the first appears to be used by the game. |
INTV | int32 | Faction reaction value (normally -3 to +3; other values exist and are allowed in the CS, but reportedly may generate errors) |