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

    Interface CombatInjuryConfig

    Configuration for combat injury integration.

    interface CombatInjuryConfig {
        bloodThreshold: number;
        enabled: boolean;
        minDamage: number;
        tracker: InjuryTracker;
    }
    Index

    Properties

    bloodThreshold: number

    Damage threshold for blood effects

    enabled: boolean

    Enable automatic injury tracking

    minDamage: number

    Minimum damage to create injury

    tracker: InjuryTracker

    InjuryTracker instance to use for this integration. Must be explicitly provided per character; singleton usage is no longer supported.