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

    Type Alias EngineInput

    type EngineInput = {
        attacker: AttackProfileRef;
        target: TargetProfileRef;
        modelsFiring: number;
        buffs: Buff[];
        context: EngineContext;
    }
    Index

    Properties

    modelsFiring: number
    buffs: Buff[]

    User / ability / manual buffs. Weapon-keyword buffs are auto-injected.

    context: EngineContext