Xivgear Types Documentation
    Preparing search index...

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

    interface PldSKSSheetSettings {
        acknowledgeSKS: boolean;
        alwaysLateWeave: boolean;
        attempt9GCDAbove247: boolean;
        avoidDoubleHS9s: boolean;
        burstOneGCDEarlier: boolean;
        disableBurnDown: boolean;
        hardcastopener: boolean;
        hideCommentText: boolean;
        includeInExport?: boolean;
        justMinimiseDrift: boolean;
        perform12312OldPrio: boolean;
        simulateMissing9th: boolean;
        use701potencies: boolean;
        useHyperRobotPrecision: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    acknowledgeSKS: boolean
    alwaysLateWeave: boolean
    attempt9GCDAbove247: boolean
    avoidDoubleHS9s: boolean
    burstOneGCDEarlier: boolean
    disableBurnDown: boolean
    hardcastopener: boolean
    hideCommentText: boolean
    includeInExport?: boolean
    justMinimiseDrift: boolean
    perform12312OldPrio: boolean
    simulateMissing9th: boolean
    use701potencies: boolean
    useHyperRobotPrecision: boolean