SW Combine SDK
    Preparing search index...

    Interface TypesRaceEntity

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

    interface TypesRaceEntity {
        description?: string;
        forceprobability?: number;
        homeworld?: Record<string, never> | TypesRaceHomeworld;
        hpbonus?: number;
        hpmultiplier?: string | number;
        images?: TypesRaceImages;
        name: string;
        skills?: TypesCreatureSkills;
        terrainrestrictions?: TypesCreatureTerrainRestrictions;
        uid: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    description?: string
    forceprobability?: number
    homeworld?: Record<string, never> | TypesRaceHomeworld
    hpbonus?: number
    hpmultiplier?: string | number
    name: string
    terrainrestrictions?: TypesCreatureTerrainRestrictions
    uid: string