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 BlmPpsResult {
        mainDpsFull: ValueWithDev;
        mainDpsResult: number;
        pps: number;
        ppsWithEno: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    mainDpsFull: ValueWithDev
    mainDpsResult: number
    pps: number
    ppsWithEno: number