W3Booster SDK 4.6.0
    Preparing search index...

    Interface HeroDamageSummary

    Recorder-owned damage accounting for a hero and its attributed summons.

    interface HeroDamageSummary {
        breakdown: readonly HeroDamageContribution[];
        complete: boolean;
        total: number;
    }
    Index
    breakdown: readonly HeroDamageContribution[]

    Contributions sum to total. Shared contributions must not be counted once per unit type.

    complete: boolean

    False when recording history, source attribution or final observations have gaps, including unrecoverable dying-target credit from Doom/Dark Arrow summons.

    total: number

    Observed damage including attributed summons; a lower bound when complete is false.