SW Combine SDK
    Preparing search index...

    Interface TypesCreatureSkillBucket

    interface TypesCreatureSkillBucket {
        attributes?: { count?: number; force?: string; [key: string]: unknown };
        skill?: TypesCreatureSkillEntry[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    attributes?: { count?: number; force?: string; [key: string]: unknown }