Skip to main content

B1BuffDisplayInfo

  • Display and UI configuration for a buff, including localized text IDs,
    * icon, color mappings, and highlighting settings.
PropertyTypeDescriptionMetadata
DisplayTextIdFStringString table key for the localized buff display name.Category: B1BuffDisplayInfo
ReasonTextIdFStringString table key for the localized reason text shown in the UI.Category: B1BuffDisplayInfo
IconIdFNameIcon texture ID for this buff.Category: B1BuffDisplayInfo
Foreign: B1Texture2D.Id
EmotionColorId1FNamePrimary emotion color mapping ID used for this buff.Category: B1BuffDisplayInfo
Foreign: ColorMapping.Id
EmotionColorId2FNameSecondary emotion color mapping ID used for this buff.Category: B1BuffDisplayInfo
Foreign: ColorMapping.Id
HiddenFromUIboolIf true, this buff is not shown in the player-facing UI.Category: B1BuffDisplayInfo
AlarmIconMaterialIdFNameAlarm icon material ID shown when this buff triggers an alert.Category: B1BuffDisplayInfo
Foreign: B1Texture2D.Id
IsHighlightboolIf true, this buff is highlighted in the emotion UI.Category: B1BuffDisplayInfo
EmotionReasonTitleTextIdFStringString table key for the title text in the emotion reason tooltip.Category: B1BuffDisplayInfo
EmotionReasonDescTextIdFStringString table key for the description text in the emotion reason tooltip.Category: B1BuffDisplayInfo