mwg API
    Preparing search index...

    Interface AuraParticipant

    anyone who might carry or receive an aura; aura absent or null means "carries none"

    interface AuraParticipant {
        aura?: AuraDef | null;
        stats: StatBlock;
    }
    Index
    aura?: AuraDef | null
    stats: StatBlock