The RpgLogs Scripting API

    Type Alias CombatantInfoCustomPower

    type CombatantInfoCustomPower = {
        icon: string | null;
        isMajor: boolean;
        rank: number | null;
        slot: number | null;
        spellId: number;
        traitId: number;
    }
    Index

    Properties

    icon: string | null
    isMajor: boolean
    rank: number | null
    slot: number | null
    spellId: number
    traitId: number
    MMNEPVFCICPMFPCPTTAAATR