B1MovieBuffInfo
- Defines a buff schedule entry for movie playback at a specific time point.
* Time is interpreted as in-game minutes for interval buffs or real-time seconds for static buffs.
* CommonBuffs are selected by probability for characters without matching preferences.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Time | float | Time at which the buff is applied; in-game minutes for interval mode, real-time seconds for static mode. | Category: B1MovieBuffInfo |
| CommonBuffs | TArray | Common buff entries with probability-based selection. For characters without matching preferences. | Category: B1MovieBuffInfo |
| PreferenceBuffs | TArray | Per-preference buff overrides. If a character has a matching preference, the corresponding buff is used instead of CommonBuffs. | Category: B1MovieBuffInfo |