mwg API
    Preparing search index...

    Interface DifficultyLevel

    interface DifficultyLevel {
        aspects?: AspectValues;
        id: string;
        name?: string;
    }
    Index
    aspects?: AspectValues

    the aspects this level changes from the game's base set

    id: string
    name?: string