Xivgear Types Documentation
    Preparing search index...

    Represents simulation settings. Sim implementors should extend this type with any additional settings.

    interface WhmSheetSettings {
        c3PerMin: number;
        hasBard: boolean;
        hasDragoon: boolean;
        hasScholar: boolean;
        includeInExport?: boolean;
        ldPerMin: number;
        m2PerMin: number;
        rezPerMin: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    c3PerMin: number
    hasBard: boolean
    hasDragoon: boolean
    hasScholar: boolean
    includeInExport?: boolean
    ldPerMin: number
    m2PerMin: number
    rezPerMin: number