B1CrimeTableRow
Crime definition table row.
Defines a specific type of crime, its score thresholds, associated behaviors, and scripts.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayTextId | FString | String table key for the localized display name of this crime. | Category: Crime StringTableKey: Id |
| CrimeScoreMin | float | Minimum allowed crime score for this crime. | Category: Crime |
| CrimeScoreMax | float | Maximum allowed crime score for this crime. | Category: Crime |
| CrimeScoreReportThreshold | float | Crime score threshold at or above which the crime report scripts (CrimeReportScriptIds) will be executed. | Category: Crime |
| CriminalBehaviors | TArray | List of behaviors that belong to this crime. | Category: Crime |
| CriminalBehaviorScriptIds | TArray | Script IDs to execute when a criminal behavior occurs, regardless of whether conditions (FB1CriminalBehavior::ConditionIds) pass. | Category: B1CrimeTableRow Foreign: Script_Crime.Id |
| CrimeReportScriptIds | TArray | Script IDs to execute when this crime is reported. | Category: B1CrimeTableRow Foreign: Script_Crime.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |