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

    Interface GrappleConfig

    Configuration for grappling mechanics.

    Korean: 잡기 설정 (Grapple Configuration)

    interface GrappleConfig {
        baseEscapeDifficulty: number;
        baseStaminaCostPerSecond: number;
        escapeStaminaCost: number;
        maxGripStrength: number;
        minControlDuration: number;
        minGripStrength: number;
    }
    Index

    Properties

    baseEscapeDifficulty: number

    Base escape difficulty multiplier

    baseStaminaCostPerSecond: number

    Base stamina cost per second to maintain control

    escapeStaminaCost: number

    Stamina cost to attempt escape

    maxGripStrength: number

    Maximum grip strength value

    minControlDuration: number

    Minimum duration before escape is possible (ms)

    minGripStrength: number

    Minimum grip strength to maintain control