B1StatTableRow
- Data table row defining a stat, including its basic info, display, decay, desire, and pseudo-simulation settings.
// reference...
| Property | Type | Description | Metadata |
|---|---|---|---|
| StatBasicInfo | FB1StatBasicInfo | The basic configuration of this stat, including type, range, and initial value. | Category: B1StatTableRow |
| StatDisplayInfo | FB1StatDisplayInfo | The display configuration of this stat, including name, description, icon, and range labels. | Category: B1StatTableRow |
| StatDecayInfo | FB1StatDecayInfo | The decay configuration of this stat, including decay rate and goal script. | Category: B1StatTableRow |
| StatDesireInfo | FB1StatDesireInfo | The desire configuration of this stat, including priority and graph mapping. | Category: B1StatTableRow |
| AutoMotiveTimeOffset | float | The time offset in minutes used to stagger the auto-motive schedule for this stat. | Category: B1StatTableRow |
| AutoMotiveSet | TArray | The set of time-desire pairs defining the auto-motive schedule for this stat. | Category: B1StatTableRow |
| StatOnRangeChangedScripts | TArray | The list of scripts triggered when the stat value changes within defined ranges. | Category: B1StatTableRow |
| FailedPickStatCooldownMinutes | float | The cooldown in in-game minutes before this stat can be selected again after failing to be picked. | Category: B1StatTableRow ClampMin: 0 |
| bUseFailedPickStatCooldown | bool | When true, this stat participates in the failed-pick / AOI-fail cooldown (uses FailedPickStatCooldownMinutes). Opt-in (BL-56346): stats left false are never put on cooldown even if FailedPickStatCooldownMinutes > 0. | Category: B1StatTableRow |
| PseudoSimulationRandomType | EB1PseudoSimulationRandomType | The type of pseudo-simulation randomization applied to this stat. | Category: B1StatTableRow |
| PseudoTimeOfDayStatRanges | TArray | The list of time-of-day ranges used for pseudo-simulation stat randomization. | Category: B1StatTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |