Xivgear Types Documentation
    Preparing search index...

    Type Alias MultiCycleSettings

    Base settings object for a cycle based sim

    type MultiCycleSettings = {
        allBuffs: PartyBuff[];
        cutoffMode: CutoffMode;
        cycleTime: number;
        hideCycleDividers?: boolean;
        manuallyActivatedBuffs?: PartyBuff[];
        simpleMode?: boolean;
        stats: ComputedSetStats;
        totalTime: number;
        useAutos: boolean;
    }
    Index

    Properties

    allBuffs: PartyBuff[]

    All enabled party buffs.

    cutoffMode: CutoffMode

    How to deal with GCDs not lining up perfectly with the end of fight.

    cycleTime: number

    The time of a single cycle.

    hideCycleDividers?: boolean

    Whether to hide dividers indicating the start and end of a cycle

    manuallyActivatedBuffs?: PartyBuff[]

    Which of the party buffs should not be automatically activated due to them coming from the class which is actively being simulated.

    simpleMode?: boolean

    Enables simple mode - don't record any information that would purely be used for visuals on the report. The final DPS number is the only thing that matters.

    The player stats.

    totalTime: number

    The total fight time. Typically set by the user.

    useAutos: boolean

    Whether to use auto-attacks.