W3Booster SDK 4.6.0
    Preparing search index...

    Interface UnitType

    interface UnitType {
        abilities: readonly string[];
        baseStats: {
            agility?: number;
            armor?: number;
            hitpointRegeneration?: number;
            hitpoints?: number;
            initialMana?: number;
            intelligence?: number;
            mana?: number;
            manaRegeneration?: number;
            movementSpeed?: number;
            strength?: number;
        };
        builds: readonly string[];
        buildTimeSeconds?: number;
        cost: Cost;
        heroAbilities: readonly string[];
        isBuilding: boolean;
        name?: string;
        race?: string;
        sellsItems?: readonly string[];
        sellsUnits?: readonly string[];
        stock?: StockDefaults;
        supply: { provided?: number; used?: number };
        trains: readonly string[];
        typeId: string;
        upgrades: readonly string[];
    }

    Hierarchy (View Summary)

    Index
    abilities: readonly string[]
    baseStats: {
        agility?: number;
        armor?: number;
        hitpointRegeneration?: number;
        hitpoints?: number;
        initialMana?: number;
        intelligence?: number;
        mana?: number;
        manaRegeneration?: number;
        movementSpeed?: number;
        strength?: number;
    }
    builds: readonly string[]
    buildTimeSeconds?: number
    cost: Cost
    heroAbilities: readonly string[]
    isBuilding: boolean
    name?: string
    race?: string
    sellsItems?: readonly string[]

    Public default offer lists; never the live Marketplace assortment.

    sellsUnits?: readonly string[]
    supply: { provided?: number; used?: number }
    trains: readonly string[]
    typeId: string
    upgrades: readonly string[]