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

    Interface AnimationMappingStats

    Mapping statistics for all stance animations

    Korean: 매핑 통계

    매핑통계

    interface AnimationMappingStats {
        attacksPerStance: number;
        completeMappings: number;
        defensivePerStance: number;
        totalAttacks: number;
        totalConfigurations: number;
        totalDefensive: number;
    }
    Index

    Properties

    attacksPerStance: number

    Attack animations per stance

    completeMappings: number

    Stances with complete mappings

    defensivePerStance: number

    Defensive animations per stance

    totalAttacks: number

    Total attack animations (completeMappings × attacksPerStance × 2 laterality)

    totalConfigurations: number

    Total stance configurations (should be 16: 8 stances × 2 laterality)

    totalDefensive: number

    Total defensive animations (completeMappings × defensivePerStance × 2 laterality)