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

Properties

Properties

actor?: string

The path to the Actor's portrait image.

credit?: string

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

token?: string | object

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