Skip to main content

B1EmotionLevelData

  • Defines the data for a single level of an emotion, including display text,
    * value thresholds, modifiers, colors, facial expressions, and audio.
PropertyTypeDescriptionMetadata
Levelint32The level number for this emotion tier (minimum 1).Category: B1EmotionLevelData
ClampMin: 1
DisplayTextIdFStringString table key for the display text of this emotion level.Category: B1EmotionLevelData
DescTextIdFStringString table key for the description text of this emotion level.Category: B1EmotionLevelData
ValueGreaterThanint32The minimum value threshold required to reach this emotion level.Category: B1EmotionLevelData
ModifierIdFNameModifier ID applied when the character is at this emotion level.Category: B1EmotionLevelData
Foreign: Modifier_Emotion.Id
ApplyScriptIdFNameScript ID executed when this emotion level is applied.Category: B1EmotionLevelData
Foreign: Script.Id
EmotionColorId1FNamePrimary emotion color mapping ID for UI display.Category: B1EmotionLevelData
Foreign: ColorMapping.Id
EmotionColorId2FNameSecondary emotion color mapping ID for UI display.Category: B1EmotionLevelData
Foreign: ColorMapping.Id
PortraitColorId1FNamePrimary portrait color mapping ID for character portrait display.Category: B1EmotionLevelData
Foreign: ColorMapping.Id
PortraitColorId2FNameSecondary portrait color mapping ID for character portrait display.Category: B1EmotionLevelData
Foreign: ColorMapping.Id
FacialExpressionIdFNameFacial expression ID applied to the character at this emotion level.Category: B1EmotionLevelData
Foreign: FacialExpression.Id
ReactionAnimsTArrayEmotion reaction anim sets; non-empty gates whether this level reacts. One set is chosen at random at play time.Category: B1EmotionLevelData
PlayMFXIdFNameMFX (motion/face effects) ID played for this emotion level (DT only). // DT onlyCategory: B1EmotionLevelData
Foreign: DT_EmotionAudio.Id
GrowthStepDescTooltipsTArrayPer-growth-step tooltip overrides. The first entry whose GrowthStepFlags include the queried growth step wins.Category: B1EmotionLevelData
DisableTooltipTextIdFStringString table key for the tooltip text shown when the emotion is disabled.Category: B1EmotionLevelData
DisableInteractionBagTagsTArrayList of interaction bag tags that are disabled while this emotion level is active.Category: B1EmotionLevelData
Foreign: InteractionBag.InteractionBagTags