@alpaca-software/40kdc-data
    Preparing search index...

    Interface UnitComposition

    Describes the internal model-type breakdown of a unit.

    This interface was referenced by 0KdcBundledSchemas's JSON-Schema via the definition "unit-composition".

    interface UnitComposition {
        unit_id: string;
        models: [
            {
                name: string;
                profile_name?: string
                | null;
                min: number;
                max: number;
                default_weapon_ids?: string[];
                is_leader_model?: boolean;
                base_size_mm?: BaseSize1;
            },
            ...{
                name: string;
                profile_name?: string
                | null;
                min: number;
                max: number;
                default_weapon_ids?: string[];
                is_leader_model?: boolean;
                base_size_mm?: BaseSize1;
            }[],
        ];
        game_version: GameVersionReference;
    }
    Index

    Properties

    unit_id: string
    models: [
        {
            name: string;
            profile_name?: string
            | null;
            min: number;
            max: number;
            default_weapon_ids?: string[];
            is_leader_model?: boolean;
            base_size_mm?: BaseSize1;
        },
        ...{
            name: string;
            profile_name?: string
            | null;
            min: number;
            max: number;
            default_weapon_ids?: string[];
            is_leader_model?: boolean;
            base_size_mm?: BaseSize1;
        }[],
    ]

    1

    game_version: GameVersionReference