SW Combine SDK
    Preparing search index...

    Interface TypesCreatureEntity

    Detailed /types/creatures/:uid response shape. Fields are optional where the API may return variant payloads.

    interface TypesCreatureEntity {
        basehp?: number;
        class?: TypesCreatureClass;
        description?: string;
        homeworld?: Record<string, unknown>;
        images?: TypesCreatureImages;
        name: string;
        skills?: TypesCreatureSkills;
        slotsize?: number;
        spawnterraintypes?: TypesCreatureSpawnTerrainTypes;
        species?: string;
        terrainrestrictions?: TypesCreatureTerrainRestrictions;
        uid: string;
        volume?: TypesShipValueWithUnits;
        weight?: TypesShipValueWithUnits;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    basehp?: number
    description?: string
    homeworld?: Record<string, unknown>
    name: string
    slotsize?: number
    spawnterraintypes?: TypesCreatureSpawnTerrainTypes
    species?: string
    terrainrestrictions?: TypesCreatureTerrainRestrictions
    uid: string