B1MovieCommonBuffInfo
- Defines a common buff entry for movie watching with probability-based selection.
* Multiple entries can exist per time slot; one is chosen based on Probability weights.
| Property | Type | Description | Metadata |
|---|---|---|---|
| BuffId | FName | Buff to apply. | Category: B1MovieCommonBuffInfo Foreign: Buff.Id |
| FacialAnimationIds | TArray | Facial animation IDs to play when this buff is applied. One is chosen at random. | Category: B1MovieCommonBuffInfo |
| BodyAnimationIds | TArray | Body animation IDs to play when this buff is applied. One is chosen at random. | Category: B1MovieCommonBuffInfo |
| Probability | float | Probability of selecting this buff entry (0.0 ~ 1.0). Sum of all CommonBuffs should be <= 1.0. | Category: B1MovieCommonBuffInfo |