Interface ChestDefinition

interface ChestDefinition {
    countsTowardTotal?: boolean;
    gold?: number;
    imagePath: string;
    itemID?: string;
}

Hierarchy (view full)

Properties

countsTowardTotal?: boolean
gold?: number
imagePath: string
itemID?: string