B1RumorTableRow
- DataTable row defining a rumor type, including its duration, strength, and associated scripts.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DescTextId | FString | The localized text ID describing the content of this rumor. | Category: B1RumorTableRow StringTableKey: Id |
| IsTransferByTalk | bool | Whether this rumor can be transferred through conversation. | Category: B1RumorTableRow |
| Duration | float | The duration in game time for which this rumor remains active. | Category: B1RumorTableRow |
| Strength | int32 | The strength value that determines how impactful this rumor is. | Category: B1RumorTableRow |
| PositiveRatio | float | The ratio controlling how often this rumor generates a positive reaction. | Category: B1RumorTableRow ClampMin: 0.0 |
| NegativeRatio | float | The ratio controlling how often this rumor generates a negative reaction. | Category: B1RumorTableRow ClampMin: 0.0 |
| ScriptIds | TArray | The list of script IDs executed when this rumor is spread. | Category: B1RumorTableRow Foreign: Script_Rumor.Id |
| RumorEventIds | TArray | The list of rumor event IDs triggered by this rumor. | Category: B1RumorTableRow Foreign: RumorEvent.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |