Skip to main content

B1BuffTableRow

  • A table row defining a buff, combining basic info, display info, and
    * script lists for add, cancel, finish, tick, and interval events.
PropertyTypeDescriptionMetadata
BuffBasicInfoFB1BuffBasicInfoCore configuration data for this buff.Category: B1BuffTableRow
BuffDisplayInfoFB1BuffDisplayInfoDisplay and UI configuration for this buff.Category: B1BuffTableRow
AddScriptIdListTArrayScript IDs executed when this buff is added.Category: B1BuffTableRow
Foreign: Script_Buff.Id
CancelScriptIdListTArrayScript IDs executed when this buff is cancelled.Category: B1BuffTableRow
Foreign: Script_Buff.Id
FinishScriptIdListTArrayScript IDs executed when this buff finishes normally.Category: B1BuffTableRow
Foreign: Script_Buff.Id
TickScriptIdListTArrayScript IDs executed each tick while this buff is active.Category: B1BuffTableRow
Foreign: Script_Buff.Id
IntervalScriptIdListTArrayScript IDs executed at the configured script interval while this buff is active.Category: B1BuffTableRow
Foreign: Script_Buff.Id
IdFNameUnique IdCategory: B1TableRowBase
CommentFStringDev CommentCategory: B1TableRowBase