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

    Type Alias BuffApplicability

    Optional gating; the resolver drops buffs whose gate fails.

    type BuffApplicability = {
        phases?: Phase[];
        rollType?: "hit" | "wound" | "save" | "damage";
        requiresTargetKeyword?: string;
        requiresAttackerKeyword?: string;
    }
    Index

    Properties

    phases?: Phase[]
    rollType?: "hit" | "wound" | "save" | "damage"
    requiresTargetKeyword?: string

    Target must carry this keyword (case-insensitive).

    requiresAttackerKeyword?: string

    Attacker must carry this keyword (case-insensitive).