interface CompendiumArtInfo {
    actor: string;
    token: string | object;
    credit: string;
}

Properties

Properties

actor: string

The path to the Actor's portrait image.

token: string | object

The path to the token image, or an object to merge into the Actor's prototype token.

credit: string

An optional credit string for use by the game system to apply in an appropriate place.