clik-engine API
    Preparing search index...

    Interface LootTableEntry

    interface LootTableEntry {
        minDifficulty?: number;
        properties?: Record<string, unknown>;
        type: string;
        weight: number;
    }
    Index

    Properties

    minDifficulty?: number

    Minimum difficulty to appear

    properties?: Record<string, unknown>

    Properties to attach to the entity

    type: string
    weight: number

    Weight for random selection (higher = more common)