Table of Contents

Chatter

This ability is used to activate Chatter dialogue, which produces full dialogue boxes much like NPC dialogue.

Chatter data is stored on the tinker asset, as Dictionary<string, ChatterLinesData>, while the portrait, NPC, or display name is stored with variants. On ability activation, one set of ChatterLinesData will be picked based on priority and Condition, then one line out of the list will be chosen.

See this page for more info about chatter related data.

Args

Property Type Default Notes
ChatterPrefix string null A string prefix, used to filter for a specific group of ChatterLinesData by their keys.