Pathfinder 1e for Foundry VTT
    Preparing search index...

    Interface ChatData

    Data required to render an item's summary or chat card, including descriptions and properties/tags/labels

    interface ChatData {
        actionDescription?: string;
        description: string;
        identifiedDescription: string;
        properties: string[];
        unidentifiedDescription: string;
    }
    Index

    Properties

    actionDescription?: string

    The enriched description of a specific action

    description: string

    The item's enriched description as appropriate for the current user

    identifiedDescription: string

    The item's full enriched description when identified

    properties: string[]

    Additional properties/labels for the item and the action

    unidentifiedDescription: string

    The item's enriched description when unidentified