The RpgLogs Scripting API
    Preparing search index...

    Type Alias RotationSelectedOccurrence

    type RotationSelectedOccurrence = {
        abilityId: number;
        abilityName: string;
        occurrence: number;
    }
    Index

    Properties

    abilityId: number
    abilityName: string
    occurrence: number