B1EmotionReward
- Structure that defines an emotion-based reward for an interaction.
* Applies a bonus when the target emotion level falls within a specified range.
| Property | Type | Description | Metadata |
|---|---|---|---|
| EmotionId | FName | ID of the emotion associated with this reward (references Emotion.Id). | Category: B1EmotionReward Foreign: Emotion.Id |
| LevelFrom | int32 | Minimum emotion level at which this reward applies. | Category: B1EmotionReward |
| LevelTo | int32 | Maximum emotion level at which this reward applies. | Category: B1EmotionReward |
| Bonus | int32 | Bonus value applied when the emotion level is within the specified range. | Category: B1EmotionReward |