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

    Function getArchetypeAssets

    • Get archetype asset paths (image, theme music, etc.)

      Note: PlayerArchetype enum values are already lowercase (e.g., MUSA = "musa"), so the toLowerCase() call is defensive programming for type safety.

      Parameters

      Returns {
          id: string;
          image: string;
          name_english: string;
          name_korean: string;
          textureKey: string;
          theme: string;
          themeId: string;
      }