Xivgear Types Documentation
    Preparing search index...

    Represents the final result of a simulation run. Sim implementors should extend this type with whatever extra data is available.

    interface AstSimResult {
        abilitiesUsed: readonly FinalizedAbility<EmptyGauge>[];
        buffTimings: readonly BuffUsage[];
        displayRecords: readonly DisplayRecordFinalized<EmptyGauge>[];
        label: string;
        mainDpsFull: ValueWithDev;
        mainDpsResult: number;
        totalDamage: ValueWithDev;
        totalTime: number;
        unbuffedPps: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    abilitiesUsed: readonly FinalizedAbility<EmptyGauge>[]
    buffTimings: readonly BuffUsage[]
    displayRecords: readonly DisplayRecordFinalized<EmptyGauge>[]
    label: string
    mainDpsFull: ValueWithDev
    mainDpsResult: number
    totalDamage: ValueWithDev
    totalTime: number
    unbuffedPps: number