Render context returned by buildCombatCardData for attack-result-card.hbs.

interface CombatCardData {
    atkCardData: Record<string, unknown>;
    cxCardData: undefined | Record<string, unknown>;
}

Properties

atkCardData: Record<string, unknown>

Render context for the attacker's result column.

cxCardData: undefined | Record<string, unknown>

Render context for the counterstrike column, or undefined when not applicable.