mwg API
    Preparing search index...

    Interface AuraDef

    "adjacent allies fight better while this unit is nearby" - the modifiers, not the radius

    interface AuraDef {
        modifiers: readonly Omit<Modifier, "source">[];
        name: string;
    }
    Index
    modifiers: readonly Omit<Modifier, "source">[]
    name: string