interface DamageInstance {
    types: {
        custom: string;
        values: string[];
    };
    value: number;
}

Properties

Properties

types: {
    custom: string;
    values: string[];
}

Damage type data

Type declaration

  • custom: string

    Custom damage types

  • values: string[]

    Standard damage types

value: number

Total damage in this instance