The scope payload carried by a strike-mode combat action's context: the id of the strike mode to act with. Optional — see resolveStrikeMode for how an absent id is resolved (single mode auto-selected; otherwise prompted).

interface StrikeModeTestScope {
    strikeModeId?: string;
}

Properties

Properties

strikeModeId?: string

The id of the strike mode to use for the test.