B1EmotionLevelData
- Defines the data for a single level of an emotion, including display text,
* value thresholds, modifiers, colors, facial expressions, and audio.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Level | int32 | The level number for this emotion tier (minimum 1). | Category: B1EmotionLevelData ClampMin: 1 |
| DisplayTextId | FString | String table key for the display text of this emotion level. | Category: B1EmotionLevelData |
| DescTextId | FString | String table key for the description text of this emotion level. | Category: B1EmotionLevelData |
| ValueGreaterThan | int32 | The minimum value threshold required to reach this emotion level. | Category: B1EmotionLevelData |
| ModifierId | FName | Modifier ID applied when the character is at this emotion level. | Category: B1EmotionLevelData Foreign: Modifier_Emotion.Id |
| ApplyScriptId | FName | Script ID executed when this emotion level is applied. | Category: B1EmotionLevelData Foreign: Script.Id |
| EmotionColorId1 | FName | Primary emotion color mapping ID for UI display. | Category: B1EmotionLevelData Foreign: ColorMapping.Id |
| EmotionColorId2 | FName | Secondary emotion color mapping ID for UI display. | Category: B1EmotionLevelData Foreign: ColorMapping.Id |
| PortraitColorId1 | FName | Primary portrait color mapping ID for character portrait display. | Category: B1EmotionLevelData Foreign: ColorMapping.Id |
| PortraitColorId2 | FName | Secondary portrait color mapping ID for character portrait display. | Category: B1EmotionLevelData Foreign: ColorMapping.Id |
| FacialExpressionId | FName | Facial expression ID applied to the character at this emotion level. | Category: B1EmotionLevelData Foreign: FacialExpression.Id |
| ReactionAnims | TArray | Emotion reaction anim sets; non-empty gates whether this level reacts. One set is chosen at random at play time. | Category: B1EmotionLevelData |
| PlayMFXId | FName | MFX (motion/face effects) ID played for this emotion level (DT only). // DT only | Category: B1EmotionLevelData Foreign: DT_EmotionAudio.Id |
| GrowthStepDescTooltips | TArray | Per-growth-step tooltip overrides. The first entry whose GrowthStepFlags include the queried growth step wins. | Category: B1EmotionLevelData |
| DisableTooltipTextId | FString | String table key for the tooltip text shown when the emotion is disabled. | Category: B1EmotionLevelData |
| DisableInteractionBagTags | TArray | List of interaction bag tags that are disabled while this emotion level is active. | Category: B1EmotionLevelData Foreign: InteractionBag.InteractionBagTags |