W3Booster SDK 4.6.0
    Preparing search index...

    Interface ItemType

    interface ItemType {
        abilities: readonly string[];
        cost: Cost;
        initialCharges?: number;
        level?: number;
        name?: string;
        race?: string;
        stock?: StockDefaults;
        typeId: string;
    }

    Hierarchy (View Summary)

    Index
    abilities: readonly string[]
    cost: Cost
    initialCharges?: number

    Starting charges from this build's item definition, not remaining charges. Maps may override it.

    level?: number

    Item definition level from the exact build catalog.

    name?: string
    race?: string
    typeId: string