B1RelationshipFlagTableRow
- Table row defining a relationship flag, including its unique bit index, category, lifetime, and autonomy and stat modifiers.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Index | int32 | The unique bit index for this relationship flag; must be non-overlapping and start from 0. | Category: B1RelationshipFlagTableRow |
| Category | FName | The category of this relationship flag; only one flag per category can be active at a time. | Category: B1RelationshipFlagTableRow |
| LifeTime | int32 | The duration in minutes this flag remains active; -1 means it lasts indefinitely. | Category: B1RelationshipFlagTableRow |
| AutonomyTalkModifier | int32 | The integer modifier added to the base autonomy talk score for characters with this flag. | Category: B1RelationshipFlagTableRow |
| PositiveRelationshipStatModifier | float | The float multiplier applied to positive relationship stat gains when this flag is active. | Category: B1RelationshipFlagTableRow |
| NegativeRelationshipStatModifier | float | The float multiplier applied to negative relationship stat losses when this flag is active. | Category: B1RelationshipFlagTableRow |
| StartScriptIds | TArray | The list of script IDs executed when this relationship flag is added. | Category: B1RelationshipFlagTableRow Foreign: Script.Id |
| EndScriptIds | TArray | The list of script IDs executed when this relationship flag is removed. | Category: B1RelationshipFlagTableRow Foreign: Script.Id |
| RemoveOnSelfDeath | bool | Whether this flag is removed from the dying Zoi when they die. | Category: B1RelationshipFlagTableRow |
| RemoveOnTargetDeath | bool | Whether this flag is removed from related Zoi when the flag holder dies. | Category: B1RelationshipFlagTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoRelationship
- EB1RelationshipChemistry
- Relationship Data Guide
- RelationshipCategory Data Guide
- RelationshipCondition Data Guide
- RelationshipEvent Data Guide
- RelationshipGift Data Guide
- RelationshipRecord Data Guide
- RelationshipStat Data Guide
- FB1RelationshipAdditionalStatData
- FB1RelationshipAutoSelectionData
- FB1RelationshipBonusMultiplyData
- FB1RelationshipCategoryTableRow