Tidy 5e Sheets API
    Preparing search index...

    Type Alias EncounterPlaceholder

    A synthetic combatant that can be inserted into the combat tracker to represent an idea like "Lair Action" or a batch of combatants for ease of use.

    type EncounterPlaceholder = {
        id: string;
        img: string;
        name: string;
        note?: string;
    }
    Index

    Properties

    Properties

    id: string

    A random ID representing the placeholder.

    img: string

    The image to display on the encounter sheet for the placeholder, as well as the combat tracker when the placeholder has been added to the tracker.

    name: string

    The name of the placeholder.

    note?: string

    A note about the placeholder, displayed as a subtitle on the placeholder, to help remind about the purpose of the placeholder or some other detail.