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

    Interface ChatMessagePFIdentifiedInfo

    interface ChatMessagePFIdentifiedInfo {
        actionDescription?: string;
        actionName?: string;
        description: string;
        identified: boolean;
        name: string;
    }
    Index

    Properties

    actionDescription?: string

    Description of the action that was used

    actionName?: string

    Name of the action that was used

    description: string

    Description of the identified item.

    identified: boolean

    True if item was identified when rolled.

    name: string

    Name of the identified item.