@alpaca-software/40kdc-data
    Preparing search index...

    Interface AlliedKeywordLimit

    Per-keyword cap on how many units carrying keyword may be included via an allied rule at one battle size.

    This interface was referenced by 0KdcBundledSchemas's JSON-Schema via the definition "allied-keyword-limit".

    interface AlliedKeywordLimit {
        keyword: string;
        battle_size: "incursion" | "strike-force" | "onslaught";
        max_count: number;
    }
    Index

    Properties

    keyword: string

    Keyword the cap counts (matched case-insensitively against a unit's keywords union faction_keywords, e.g. 'Titanic', 'Armiger', 'Character').

    battle_size: "incursion" | "strike-force" | "onslaught"

    Battle size this cap applies at.

    max_count: number

    Maximum number of units carrying keyword includable via the rule at this battle size.