The attack dialog's results (from the dialog form or from scope).

interface AttackDialogResult {
    aim: string;
    mode: PointerData;
    situationalModifier: number;
}

Properties

aim: string

The targeted body part (shortcode).

The StrikeMode pointer data.

situationalModifier: number

Player-entered additional modifier.