Skyrim Mod:Mod File Format/RELA
The UESPWiki – Your source for The Elder Scrolls since 1995
RELA records contain information on Relationships between 2 NPC_ or an NPC_ and the player.
C | SubRecord | Name | Type/Size | Info |
---|---|---|---|---|
+ | EDID | editorId | zstring | Editor id |
+ | DATA | Data | struct[16] | |
|
formid | Parent/child here does not necessarily mean biological parent/child; it's just a generic way of describing two connected items. | ||
|
formid | |||
|
uint16 | Relationship Level. The value stored in the game data is unsigned integer ranging from 0 to 8 (although 7 is the highest value being used so far). However, this is converted into a value ranging from -4 to 4, which is the value returned by GetRelationshipRank; negative values imply dislike/hatred whereas positive values are for friendship. The meaning assigned to each value in the CK is (the first number is the raw value in the game data; the second number is the GetRelationshipRank value):
|
||
|
uint16 | The only bit set in this flag is the highest bit:
|
||
|
formid | Formid to a ASTP record, which provides additional information about the association between the two people. Can be empty, in which case no additional information is available. |