Get muscle activation mapping for a specific Korean martial arts technique
Maps technique names to muscle groups with tension levels (0-1 scale). Based on authentic Korean martial arts (Taekwondo, Hapkido, Taekyon).
Technique name (e.g., "jab", "cross", "front_kick", "block")
Map of muscle groups to target tension levels
const jabMuscles = getMuscleActivationForTechnique("jab");// Returns: Map {// "SHOULDER_R" => 0.7,// "BICEP_R" => 1.0,// "TRICEP_R" => 0.8,// "CORE" => 0.5// } Copy
const jabMuscles = getMuscleActivationForTechnique("jab");// Returns: Map {// "SHOULDER_R" => 0.7,// "BICEP_R" => 1.0,// "TRICEP_R" => 0.8,// "CORE" => 0.5// }
기법근육활성화가져오기
Get muscle activation mapping for a specific Korean martial arts technique
Maps technique names to muscle groups with tension levels (0-1 scale). Based on authentic Korean martial arts (Taekwondo, Hapkido, Taekyon).