Loom Engine - v3.1.1
    Preparing search index...

    Interface LootRollContext

    interface LootRollContext {
        level?: number;
        tags?: string[];
        requireTagMatch?: boolean;
        tier?: string;
    }
    Index

    Properties

    level?: number
    tags?: string[]
    requireTagMatch?: boolean
    tier?: string