Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.11
    Preparing search index...

    Interface ClothingSet

    Complete clothing set for an archetype

    의류세트

    interface ClothingSet {
        archetype: PlayerArchetype;
        descriptionEnglish: string;
        descriptionKorean: string;
        items: readonly ClothingItem[];
        nameEnglish: string;
        nameKorean: string;
        themeColors: { accent: number; primary: number; secondary: number };
    }
    Index

    Properties

    archetype: PlayerArchetype

    Archetype this clothing set belongs to

    원형

    descriptionEnglish: string

    Description in English

    영문설명

    descriptionKorean: string

    Description in Korean

    한글설명

    items: readonly ClothingItem[]

    Clothing items in this set

    의류아이템들

    nameEnglish: string

    English name for the clothing set

    영문이름

    nameKorean: string

    Korean name for the clothing set

    한글이름

    themeColors: { accent: number; primary: number; secondary: number }

    Overall theme colors for the set

    테마색상