Loom Engine - v0.10.1
    Preparing search index...

    Interface DropSpec

    interface DropSpec {
        item_id: string;
        name: string;
        slot: string;
        knot_affinity: string;
        stats: Record<string, number>;
    }
    Index

    Properties

    item_id: string
    name: string
    slot: string
    knot_affinity: string
    stats: Record<string, number>