mwg API
    Preparing search index...

    Interface AdvancementTier

    interface AdvancementTier {
        kind: AdvancementTierKind;
        options?: readonly AdvancementOption[];
        points?: number;
        threshold: number;
    }
    Index
    options?: readonly AdvancementOption[]

    branch/capstone tiers: the mutually exclusive options, exactly one may be taken

    points?: number

    points tiers: how many ledger points opening this tier grants in total

    threshold: number

    the level at which this tier opens