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

    Type Alias ActivatableGroupRef

    A mutually-limited pool of ActivatableBuff levers. Dice-pool allocations cap how many options fire at once (max_activations); a choice lets the player pick exactly one. Levers sharing a group.id are subject to that cap — the SPA greys out further checkboxes once it's reached, and an optimizer enumerates subsets within it.

    type ActivatableGroupRef = {
        id: string;
        maxActivations: number;
    }
    Index

    Properties

    Properties

    id: string
    maxActivations: number