Skip to main content

B1Buff

  • Represents a runtime buff instance on a character, including timing data,
    * emotion state, UI visibility, and associated detail context.
PropertyTypeDescriptionMetadata
IdFNameData table ID of the buff.Category: B1Buff
StartTimeint64Game tick timestamp when this buff started.Category: B1Buff
Durationint64Total duration of this buff in ticks.Category: B1Buff
ReduceTickint64Amount of ticks already reduced from this buff's duration.Category: B1Buff
AccIntervalfloatAccumulated time in seconds since the last interval script fired.Category: B1Buff
ShouldRemoveboolIf true, this buff will be removed on the next update.Category: B1Buff
HiddenFromUIboolIf true, this buff is hidden from the player-facing UI.Category: B1Buff
IsInfiniteboolIf true, this buff has infinite duration.Category: B1Buff
HasBuffTimeModifierboolIf true, a buff time modifier is currently applied to this buff.Category: B1Buff
ScriptIntervalfloatInterval in seconds between script executions for this buff.Category: B1Buff
EmotionIdFNameEmotion ID applied by this buff.Category: B1Buff
Foreign: Emotion.Id
EmotionValueint32Emotion value contributed by this buff.Category: B1Buff
DesireBoostEmotionIdFNameOptional emotion ID used when this buff boosts a desire emotion.Category: B1Buff
Foreign: Emotion.Id
DetailFB1BuffDetailContextual detail about how and why this buff was applied.Category: B1Buff