A targeted token reduced to the data the damage card needs.

interface DamageCardTarget {
    actorUuid: string;
    name: string;
}

Properties

Properties

actorUuid: string

UUID of the targeted token's actor — handles the Calculate Injury button.

name: string

Display name of the targeted token.