Const
ArchetypeCard Component
A card component for displaying player archetypes with Korean martial arts styling. Includes archetype name, description, and optional stats.
<ArchetypeCard archetype={PlayerArchetype.MUSA} onSelect={(archetype) => console.log(archetype)} showStats/> Copy
<ArchetypeCard archetype={PlayerArchetype.MUSA} onSelect={(archetype) => console.log(archetype)} showStats/>
ArchetypeCard Component
A card component for displaying player archetypes with Korean martial arts styling. Includes archetype name, description, and optional stats.