mwg API
    Preparing search index...

    Interface SupportLevel

    A thresholded bond level between two named units.

    interface SupportLevel {
        bonus?: string;
        id: string;
        threshold: number;
    }
    Index
    bonus?: string

    Optional game-facing bonus or dialogue key unlocked at this level.

    id: string
    threshold: number