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

    Interface AlliedPointsLimit

    The combined points cap for units included via an allied rule at one battle size.

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

    interface AlliedPointsLimit {
        battle_size: "incursion" | "strike-force" | "onslaught";
        max_points: number;
    }
    Index

    Properties

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

    Battle size this cap applies at. Includes 'onslaught' (3000 pts), which ally rules reference even though the core roster battle-size enum lists only incursion/strike-force.

    max_points: number

    Maximum combined points of units included via the rule at this battle size.