mwg API
    Preparing search index...

    Interface RollAffixOptions

    interface RollAffixOptions {
        curse?: boolean;
        predicate?: (entry: AffixDef) => boolean;
    }
    Index
    curse?: boolean

    when supplied, only entries with this curse flag are eligible

    predicate?: (entry: AffixDef) => boolean

    an additional game-owned eligibility predicate