Tactical Advantages awarded by an exchange, and to whom.

interface TacticalAdvantages {
    count: number;
    side: CombatSide;
}

Properties

Properties

count: number

How many Tactical Advantages were earned (|VS| − 1 for the winner).

Which combatant the Tactical Advantages are awarded to.