interface CompendiumArtDescriptor {
    packageId: string;
    title: string;
    mapping: string;
    credit: string;
    priority: number;
}

Properties

packageId: string

The ID of the package providing the art.

title: string

The title of the package providing the art.

mapping: string

The path to the art mapping file.

credit: string

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

priority: number

The package's user-configured priority.