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

    Type Alias StackableBuffGroup

    A pool of StackableBuff levers limited to maxActivations at once.

    type StackableBuffGroup = {
        id: string;
        label: string;
        maxActivations: number;
    }
    Index

    Properties

    id: string
    label: string
    maxActivations: number