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

    Function getArchetypePhysicalAttributes

    • Get physical attributes for a specific archetype.

      Korean: 원형 신체 속성 가져오기 (Get Archetype Physical Attributes)

      Retrieves the physical attribute profile for the specified player archetype. Returns a readonly copy to prevent accidental mutations.

      Parameters

      Returns Readonly<PhysicalAttributes>

      Physical attributes for the specified archetype

      const musaAttrs = getArchetypePhysicalAttributes(PlayerArchetype.MUSA);
      console.log(`Musa weight: ${musaAttrs.weight}kg`);
      console.log(`Musa arm reach: ${musaAttrs.armLength}cm`);

      원형신체가져오기