B1TraitRelationship
- Defines a trait-pair relationship entry, specifying which two traits interact and at what positive level.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Id | FName | The unique identifier for this trait relationship entry. | Category: B1TraitRelationship |
| ListKey | FString | The list key used to group this trait relationship in data tables. | Category: B1TraitRelationship |
| TraitA | FName | The first trait ID in the pairing. | Category: B1TraitRelationship Foreign: Trait.Id |
| TraitB | FName | The second trait ID in the pairing. | Category: B1TraitRelationship Foreign: Trait.Id |
| PositiveLevel | int32 | The positive level bonus applied when these two traits interact. | Category: B1TraitRelationship |