B1StatDecayInfo
- Defines the decay behavior of a stat, including the decay target value, rate, and an optional goal script.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Goal | float | The target value that this stat decays towards. | Category: B1StatDecayInfo |
| Value | float | The decay speed applied per tick. | Category: B1StatDecayInfo |
| GoalScriptId | FName | The script ID executed when the stat reaches its decay goal. | Category: B1StatDecayInfo Foreign: Script_Stat.Id |