blacktrigram 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +866 -0
- package/SECURITY.md +124 -0
- package/lib/App.d.ts +4 -0
- package/lib/App.d.ts.map +1 -0
- package/lib/App2.js +386 -0
- package/lib/App2.js.map +1 -0
- package/lib/_virtual/_rolldown/runtime.js +13 -0
- package/lib/assets/index.css +1146 -0
- package/lib/audio/AudioAssetLoader.d.ts +101 -0
- package/lib/audio/AudioAssetLoader.d.ts.map +1 -0
- package/lib/audio/AudioAssetLoader.js +245 -0
- package/lib/audio/AudioAssetLoader.js.map +1 -0
- package/lib/audio/AudioAssetRegistry.d.ts +126 -0
- package/lib/audio/AudioAssetRegistry.d.ts.map +1 -0
- package/lib/audio/AudioAssetRegistry.js +970 -0
- package/lib/audio/AudioAssetRegistry.js.map +1 -0
- package/lib/audio/AudioCache.d.ts +135 -0
- package/lib/audio/AudioCache.d.ts.map +1 -0
- package/lib/audio/AudioCache.js +211 -0
- package/lib/audio/AudioCache.js.map +1 -0
- package/lib/audio/AudioManager.d.ts +162 -0
- package/lib/audio/AudioManager.d.ts.map +1 -0
- package/lib/audio/AudioManager.js +508 -0
- package/lib/audio/AudioManager.js.map +1 -0
- package/lib/audio/AudioMonitor.d.ts +122 -0
- package/lib/audio/AudioMonitor.d.ts.map +1 -0
- package/lib/audio/AudioMonitor.js +215 -0
- package/lib/audio/AudioMonitor.js.map +1 -0
- package/lib/audio/AudioPool.d.ts +108 -0
- package/lib/audio/AudioPool.d.ts.map +1 -0
- package/lib/audio/AudioPool.js +206 -0
- package/lib/audio/AudioPool.js.map +1 -0
- package/lib/audio/AudioProvider.d.ts +28 -0
- package/lib/audio/AudioProvider.d.ts.map +1 -0
- package/lib/audio/AudioProvider.js +135 -0
- package/lib/audio/AudioProvider.js.map +1 -0
- package/lib/audio/AudioUtils.d.ts +77 -0
- package/lib/audio/AudioUtils.d.ts.map +1 -0
- package/lib/audio/AudioUtils.js +164 -0
- package/lib/audio/AudioUtils.js.map +1 -0
- package/lib/audio/BoneImpactAudioMap.d.ts +64 -0
- package/lib/audio/BoneImpactAudioMap.d.ts.map +1 -0
- package/lib/audio/BoneImpactAudioMap.js +133 -0
- package/lib/audio/BoneImpactAudioMap.js.map +1 -0
- package/lib/audio/VariantSelector.d.ts +69 -0
- package/lib/audio/VariantSelector.d.ts.map +1 -0
- package/lib/audio/VariantSelector.js +177 -0
- package/lib/audio/VariantSelector.js.map +1 -0
- package/lib/audio/index.d.ts +13 -0
- package/lib/audio/index.d.ts.map +1 -0
- package/lib/audio/index.js +41 -0
- package/lib/audio/index.js.map +1 -0
- package/lib/audio/types.d.ts +220 -0
- package/lib/audio/types.d.ts.map +1 -0
- package/lib/audio/types.js +12 -0
- package/lib/audio/types.js.map +1 -0
- package/lib/components/effects/WindParticles3D.d.ts +83 -0
- package/lib/components/effects/WindParticles3D.d.ts.map +1 -0
- package/lib/components/effects/index.d.ts +6 -0
- package/lib/components/effects/index.d.ts.map +1 -0
- package/lib/components/index.d.ts +5 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/index.js +74 -0
- package/lib/components/index.js.map +1 -0
- package/lib/components/screens/combat/CombatScreen3D.d.ts +74 -0
- package/lib/components/screens/combat/CombatScreen3D.d.ts.map +1 -0
- package/lib/components/screens/combat/CombatScreen3D.js +1912 -0
- package/lib/components/screens/combat/CombatScreen3D.js.map +1 -0
- package/lib/components/screens/combat/components/controls/CombatButtons.d.ts +39 -0
- package/lib/components/screens/combat/components/controls/CombatButtons.d.ts.map +1 -0
- package/lib/components/screens/combat/components/controls/CombatButtons.js +52 -0
- package/lib/components/screens/combat/components/controls/CombatButtons.js.map +1 -0
- package/lib/components/screens/combat/components/controls/CombatControlsPanel.d.ts +35 -0
- package/lib/components/screens/combat/components/controls/CombatControlsPanel.d.ts.map +1 -0
- package/lib/components/screens/combat/components/controls/CombatControlsPanel.js +78 -0
- package/lib/components/screens/combat/components/controls/CombatControlsPanel.js.map +1 -0
- package/lib/components/screens/combat/components/controls/ControlsGuide.d.ts +23 -0
- package/lib/components/screens/combat/components/controls/ControlsGuide.d.ts.map +1 -0
- package/lib/components/screens/combat/components/controls/ControlsGuide.js +214 -0
- package/lib/components/screens/combat/components/controls/ControlsGuide.js.map +1 -0
- package/lib/components/screens/combat/components/controls/KeyboardHints.d.ts +54 -0
- package/lib/components/screens/combat/components/controls/KeyboardHints.d.ts.map +1 -0
- package/lib/components/screens/combat/components/controls/KeyboardHints.js +357 -0
- package/lib/components/screens/combat/components/controls/KeyboardHints.js.map +1 -0
- package/lib/components/screens/combat/components/controls/PauseMenu.d.ts +32 -0
- package/lib/components/screens/combat/components/controls/PauseMenu.d.ts.map +1 -0
- package/lib/components/screens/combat/components/controls/PauseMenu.js +254 -0
- package/lib/components/screens/combat/components/controls/PauseMenu.js.map +1 -0
- package/lib/components/screens/combat/components/controls/PauseMenuButton.d.ts +63 -0
- package/lib/components/screens/combat/components/controls/PauseMenuButton.d.ts.map +1 -0
- package/lib/components/screens/combat/components/controls/PauseMenuButton.js +108 -0
- package/lib/components/screens/combat/components/controls/PauseMenuButton.js.map +1 -0
- package/lib/components/screens/combat/components/controls/QuickSettings.d.ts +42 -0
- package/lib/components/screens/combat/components/controls/QuickSettings.d.ts.map +1 -0
- package/lib/components/screens/combat/components/controls/QuickSettings.js +259 -0
- package/lib/components/screens/combat/components/controls/QuickSettings.js.map +1 -0
- package/lib/components/screens/combat/components/effects/ArterialSpray3D.d.ts +73 -0
- package/lib/components/screens/combat/components/effects/ArterialSpray3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/BloodDecals3D.d.ts +108 -0
- package/lib/components/screens/combat/components/effects/BloodDecals3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/BloodDecals3D.js +232 -0
- package/lib/components/screens/combat/components/effects/BloodDecals3D.js.map +1 -0
- package/lib/components/screens/combat/components/effects/BloodLossOverlayHtml.d.ts +53 -0
- package/lib/components/screens/combat/components/effects/BloodLossOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/BloodLossOverlayHtml.js +87 -0
- package/lib/components/screens/combat/components/effects/BloodLossOverlayHtml.js.map +1 -0
- package/lib/components/screens/combat/components/effects/BloodParticles3D.d.ts +80 -0
- package/lib/components/screens/combat/components/effects/BloodParticles3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/BloodParticles3D.js +278 -0
- package/lib/components/screens/combat/components/effects/BloodParticles3D.js.map +1 -0
- package/lib/components/screens/combat/components/effects/BloodViscosity3D.d.ts +64 -0
- package/lib/components/screens/combat/components/effects/BloodViscosity3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/BloodViscosity3D.js +248 -0
- package/lib/components/screens/combat/components/effects/BloodViscosity3D.js.map +1 -0
- package/lib/components/screens/combat/components/effects/BoneCrackParticles3D.d.ts +60 -0
- package/lib/components/screens/combat/components/effects/BoneCrackParticles3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/CombatParticleEffects3D.d.ts +37 -0
- package/lib/components/screens/combat/components/effects/CombatParticleEffects3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/CombatParticleEffects3D.js +184 -0
- package/lib/components/screens/combat/components/effects/CombatParticleEffects3D.js.map +1 -0
- package/lib/components/screens/combat/components/effects/ConsciousnessBlur.d.ts +49 -0
- package/lib/components/screens/combat/components/effects/ConsciousnessBlur.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/ConsciousnessBlur.js +66 -0
- package/lib/components/screens/combat/components/effects/ConsciousnessBlur.js.map +1 -0
- package/lib/components/screens/combat/components/effects/DustClouds3D.d.ts +93 -0
- package/lib/components/screens/combat/components/effects/DustClouds3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/EarthCrackEffect3D.d.ts +57 -0
- package/lib/components/screens/combat/components/effects/EarthCrackEffect3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/EarthHealingEffect3D.d.ts +88 -0
- package/lib/components/screens/combat/components/effects/EarthHealingEffect3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/ImpactSparks3D.d.ts +91 -0
- package/lib/components/screens/combat/components/effects/ImpactSparks3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/InternalDamage3D.d.ts +67 -0
- package/lib/components/screens/combat/components/effects/InternalDamage3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/InternalDamage3D.js +261 -0
- package/lib/components/screens/combat/components/effects/InternalDamage3D.js.map +1 -0
- package/lib/components/screens/combat/components/effects/LiPrecisionTargetingOverlay.d.ts +45 -0
- package/lib/components/screens/combat/components/effects/LiPrecisionTargetingOverlay.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/NerveStrikeParticles3D.d.ts +61 -0
- package/lib/components/screens/combat/components/effects/NerveStrikeParticles3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/PainVignette.d.ts +47 -0
- package/lib/components/screens/combat/components/effects/PainVignette.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/PainVignette.js +65 -0
- package/lib/components/screens/combat/components/effects/PainVignette.js.map +1 -0
- package/lib/components/screens/combat/components/effects/ParticleAudio3D.d.ts +52 -0
- package/lib/components/screens/combat/components/effects/ParticleAudio3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/ParticleAudio3D.js +103 -0
- package/lib/components/screens/combat/components/effects/ParticleAudio3D.js.map +1 -0
- package/lib/components/screens/combat/components/effects/TraumaOverlay3D.d.ts +91 -0
- package/lib/components/screens/combat/components/effects/TraumaOverlay3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/TraumaOverlay3D.js +296 -0
- package/lib/components/screens/combat/components/effects/TraumaOverlay3D.js.map +1 -0
- package/lib/components/screens/combat/components/effects/WaterRipple3D.d.ts +64 -0
- package/lib/components/screens/combat/components/effects/WaterRipple3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/WaterWave3D.d.ts +72 -0
- package/lib/components/screens/combat/components/effects/WaterWave3D.d.ts.map +1 -0
- package/lib/components/screens/combat/components/effects/index.d.ts +121 -0
- package/lib/components/screens/combat/components/effects/index.d.ts.map +1 -0
- package/lib/components/screens/combat/components/feedback/MatchCountdown.d.ts +31 -0
- package/lib/components/screens/combat/components/feedback/MatchCountdown.d.ts.map +1 -0
- package/lib/components/screens/combat/components/feedback/MatchCountdown.js +242 -0
- package/lib/components/screens/combat/components/feedback/MatchCountdown.js.map +1 -0
- package/lib/components/screens/combat/components/feedback/RoundAnnouncementOverlayHtml.d.ts +74 -0
- package/lib/components/screens/combat/components/feedback/RoundAnnouncementOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/combat/components/feedback/RoundAnnouncementOverlayHtml.js +275 -0
- package/lib/components/screens/combat/components/feedback/RoundAnnouncementOverlayHtml.js.map +1 -0
- package/lib/components/screens/combat/components/feedback/RoundDisplayStatus.d.ts +25 -0
- package/lib/components/screens/combat/components/feedback/RoundDisplayStatus.d.ts.map +1 -0
- package/lib/components/screens/combat/components/feedback/RoundDisplayStatus.js +61 -0
- package/lib/components/screens/combat/components/feedback/RoundDisplayStatus.js.map +1 -0
- package/lib/components/screens/combat/components/feedback/RoundStartAnnouncementOverlayHtml.d.ts +43 -0
- package/lib/components/screens/combat/components/feedback/RoundStartAnnouncementOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/combat/components/feedback/RoundStartAnnouncementOverlayHtml.js +139 -0
- package/lib/components/screens/combat/components/feedback/RoundStartAnnouncementOverlayHtml.js.map +1 -0
- package/lib/components/screens/combat/components/hud/CombatBottomHUD.d.ts +50 -0
- package/lib/components/screens/combat/components/hud/CombatBottomHUD.d.ts.map +1 -0
- package/lib/components/screens/combat/components/hud/CombatBottomHUD.js +155 -0
- package/lib/components/screens/combat/components/hud/CombatBottomHUD.js.map +1 -0
- package/lib/components/screens/combat/components/hud/CombatLeftHUD.d.ts +54 -0
- package/lib/components/screens/combat/components/hud/CombatLeftHUD.d.ts.map +1 -0
- package/lib/components/screens/combat/components/hud/CombatLeftHUD.js +103 -0
- package/lib/components/screens/combat/components/hud/CombatLeftHUD.js.map +1 -0
- package/lib/components/screens/combat/components/hud/CombatRightHUD.d.ts +54 -0
- package/lib/components/screens/combat/components/hud/CombatRightHUD.d.ts.map +1 -0
- package/lib/components/screens/combat/components/hud/CombatRightHUD.js +101 -0
- package/lib/components/screens/combat/components/hud/CombatRightHUD.js.map +1 -0
- package/lib/components/screens/combat/components/hud/CombatTopHUD.d.ts +47 -0
- package/lib/components/screens/combat/components/hud/CombatTopHUD.d.ts.map +1 -0
- package/lib/components/screens/combat/components/hud/CombatTopHUD.js +141 -0
- package/lib/components/screens/combat/components/hud/CombatTopHUD.js.map +1 -0
- package/lib/components/screens/combat/components/hud/DifficultyIndicator.d.ts +25 -0
- package/lib/components/screens/combat/components/hud/DifficultyIndicator.d.ts.map +1 -0
- package/lib/components/screens/combat/components/hud/DifficultyIndicator.js +129 -0
- package/lib/components/screens/combat/components/hud/DifficultyIndicator.js.map +1 -0
- package/lib/components/screens/combat/components/hud/FPSMonitor.d.ts +48 -0
- package/lib/components/screens/combat/components/hud/FPSMonitor.d.ts.map +1 -0
- package/lib/components/screens/combat/components/hud/FPSMonitor.js +131 -0
- package/lib/components/screens/combat/components/hud/FPSMonitor.js.map +1 -0
- package/lib/components/screens/combat/components/hud/MobileControlsWrapper.d.ts +82 -0
- package/lib/components/screens/combat/components/hud/MobileControlsWrapper.d.ts.map +1 -0
- package/lib/components/screens/combat/components/hud/MobileControlsWrapper.js +73 -0
- package/lib/components/screens/combat/components/hud/MobileControlsWrapper.js.map +1 -0
- package/lib/components/screens/combat/components/hud/PlayerStateOverlayHtml.d.ts +80 -0
- package/lib/components/screens/combat/components/hud/PlayerStateOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/combat/components/hud/PlayerStateOverlayHtml.js +79 -0
- package/lib/components/screens/combat/components/hud/PlayerStateOverlayHtml.js.map +1 -0
- package/lib/components/screens/combat/components/hud/index.d.ts +22 -0
- package/lib/components/screens/combat/components/hud/index.d.ts.map +1 -0
- package/lib/components/screens/combat/components/hud/index.js +4 -0
- package/lib/components/screens/combat/components/index.d.ts +47 -0
- package/lib/components/screens/combat/components/index.d.ts.map +1 -0
- package/lib/components/screens/combat/components/index.js +23 -0
- package/lib/components/screens/combat/components/indicators/BalanceIndicator.d.ts +52 -0
- package/lib/components/screens/combat/components/indicators/BalanceIndicator.d.ts.map +1 -0
- package/lib/components/screens/combat/components/indicators/BalanceIndicator.js +113 -0
- package/lib/components/screens/combat/components/indicators/BalanceIndicator.js.map +1 -0
- package/lib/components/screens/combat/components/indicators/InputBufferDisplay.d.ts +49 -0
- package/lib/components/screens/combat/components/indicators/InputBufferDisplay.d.ts.map +1 -0
- package/lib/components/screens/combat/components/indicators/InputBufferDisplay.js +150 -0
- package/lib/components/screens/combat/components/indicators/InputBufferDisplay.js.map +1 -0
- package/lib/components/screens/combat/components/indicators/StaminaWarning.d.ts +44 -0
- package/lib/components/screens/combat/components/indicators/StaminaWarning.d.ts.map +1 -0
- package/lib/components/screens/combat/components/indicators/StaminaWarning.js +83 -0
- package/lib/components/screens/combat/components/indicators/StaminaWarning.js.map +1 -0
- package/lib/components/screens/combat/components/indicators/TechniqueNameDisplay.d.ts +83 -0
- package/lib/components/screens/combat/components/indicators/TechniqueNameDisplay.d.ts.map +1 -0
- package/lib/components/screens/combat/components/indicators/TechniqueNameDisplay.js +161 -0
- package/lib/components/screens/combat/components/indicators/TechniqueNameDisplay.js.map +1 -0
- package/lib/components/screens/combat/helpers/AnimationUpdater.d.ts +38 -0
- package/lib/components/screens/combat/helpers/AnimationUpdater.d.ts.map +1 -0
- package/lib/components/screens/combat/helpers/AnimationUpdater.js +37 -0
- package/lib/components/screens/combat/helpers/AnimationUpdater.js.map +1 -0
- package/lib/components/screens/combat/helpers/combatHelpers.d.ts +37 -0
- package/lib/components/screens/combat/helpers/combatHelpers.d.ts.map +1 -0
- package/lib/components/screens/combat/helpers/combatHelpers.js +33 -0
- package/lib/components/screens/combat/helpers/combatHelpers.js.map +1 -0
- package/lib/components/screens/combat/helpers/index.d.ts +8 -0
- package/lib/components/screens/combat/helpers/index.d.ts.map +1 -0
- package/lib/components/screens/combat/helpers/index.js +2 -0
- package/lib/components/screens/combat/hooks/useAICombat.d.ts +108 -0
- package/lib/components/screens/combat/hooks/useAICombat.d.ts.map +1 -0
- package/lib/components/screens/combat/hooks/useAICombat.js +806 -0
- package/lib/components/screens/combat/hooks/useAICombat.js.map +1 -0
- package/lib/components/screens/combat/hooks/useCombatActions.d.ts +106 -0
- package/lib/components/screens/combat/hooks/useCombatActions.d.ts.map +1 -0
- package/lib/components/screens/combat/hooks/useCombatActions.js +766 -0
- package/lib/components/screens/combat/hooks/useCombatActions.js.map +1 -0
- package/lib/components/screens/combat/hooks/useCombatAttackMovement.d.ts +85 -0
- package/lib/components/screens/combat/hooks/useCombatAttackMovement.d.ts.map +1 -0
- package/lib/components/screens/combat/hooks/useCombatAttackMovement.js +202 -0
- package/lib/components/screens/combat/hooks/useCombatAttackMovement.js.map +1 -0
- package/lib/components/screens/combat/hooks/useCombatAudio.d.ts +40 -0
- package/lib/components/screens/combat/hooks/useCombatAudio.d.ts.map +1 -0
- package/lib/components/screens/combat/hooks/useCombatAudio.js +287 -0
- package/lib/components/screens/combat/hooks/useCombatAudio.js.map +1 -0
- package/lib/components/screens/combat/hooks/useCombatLayout.d.ts +61 -0
- package/lib/components/screens/combat/hooks/useCombatLayout.d.ts.map +1 -0
- package/lib/components/screens/combat/hooks/useCombatLayout.js +89 -0
- package/lib/components/screens/combat/hooks/useCombatLayout.js.map +1 -0
- package/lib/components/screens/combat/hooks/useCombatState.d.ts +75 -0
- package/lib/components/screens/combat/hooks/useCombatState.d.ts.map +1 -0
- package/lib/components/screens/combat/hooks/useCombatState.js +182 -0
- package/lib/components/screens/combat/hooks/useCombatState.js.map +1 -0
- package/lib/components/screens/combat/hooks/useGrapplingAudio.d.ts +36 -0
- package/lib/components/screens/combat/hooks/useGrapplingAudio.d.ts.map +1 -0
- package/lib/components/screens/combat/hooks/usePreloadCombatAudio.d.ts +63 -0
- package/lib/components/screens/combat/hooks/usePreloadCombatAudio.d.ts.map +1 -0
- package/lib/components/screens/combat/index.d.ts +4 -0
- package/lib/components/screens/combat/index.d.ts.map +1 -0
- package/lib/components/screens/combat/index.js +25 -0
- package/lib/components/screens/controls/ControlsScreen3D.d.ts +12 -0
- package/lib/components/screens/controls/ControlsScreen3D.d.ts.map +1 -0
- package/lib/components/screens/controls/ControlsScreen3D.js +1248 -0
- package/lib/components/screens/controls/ControlsScreen3D.js.map +1 -0
- package/lib/components/screens/controls/components/ControlBindingsOverlayHtml.d.ts +35 -0
- package/lib/components/screens/controls/components/ControlBindingsOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/controls/components/ControlBindingsOverlayHtml.js +155 -0
- package/lib/components/screens/controls/components/ControlBindingsOverlayHtml.js.map +1 -0
- package/lib/components/screens/controls/components/ControlCategoryTabsOverlayHtml.d.ts +31 -0
- package/lib/components/screens/controls/components/ControlCategoryTabsOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/controls/components/ControlCategoryTabsOverlayHtml.js +100 -0
- package/lib/components/screens/controls/components/ControlCategoryTabsOverlayHtml.js.map +1 -0
- package/lib/components/screens/controls/components/GamepadVisualization3D.d.ts +32 -0
- package/lib/components/screens/controls/components/GamepadVisualization3D.d.ts.map +1 -0
- package/lib/components/screens/controls/components/GamepadVisualization3D.js +250 -0
- package/lib/components/screens/controls/components/GamepadVisualization3D.js.map +1 -0
- package/lib/components/screens/controls/components/InteractiveControlDemoOverlayHtml.d.ts +35 -0
- package/lib/components/screens/controls/components/InteractiveControlDemoOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/controls/components/InteractiveControlDemoOverlayHtml.js +222 -0
- package/lib/components/screens/controls/components/InteractiveControlDemoOverlayHtml.js.map +1 -0
- package/lib/components/screens/controls/components/Key3D.d.ts +36 -0
- package/lib/components/screens/controls/components/Key3D.d.ts.map +1 -0
- package/lib/components/screens/controls/components/Key3D.js +169 -0
- package/lib/components/screens/controls/components/Key3D.js.map +1 -0
- package/lib/components/screens/controls/components/VisualKeyboard3D.d.ts +37 -0
- package/lib/components/screens/controls/components/VisualKeyboard3D.d.ts.map +1 -0
- package/lib/components/screens/controls/components/VisualKeyboard3D.js +120 -0
- package/lib/components/screens/controls/components/VisualKeyboard3D.js.map +1 -0
- package/lib/components/screens/controls/components/index.d.ts +20 -0
- package/lib/components/screens/controls/components/index.d.ts.map +1 -0
- package/lib/components/screens/controls/constants/ControlsConstants.d.ts +67 -0
- package/lib/components/screens/controls/constants/ControlsConstants.d.ts.map +1 -0
- package/lib/components/screens/controls/constants/ControlsConstants.js +504 -0
- package/lib/components/screens/controls/constants/ControlsConstants.js.map +1 -0
- package/lib/components/screens/controls/hooks/useControlsState.d.ts +46 -0
- package/lib/components/screens/controls/hooks/useControlsState.d.ts.map +1 -0
- package/lib/components/screens/controls/hooks/useControlsState.js +71 -0
- package/lib/components/screens/controls/hooks/useControlsState.js.map +1 -0
- package/lib/components/screens/endscreen/EndScreen3D.d.ts +18 -0
- package/lib/components/screens/endscreen/EndScreen3D.d.ts.map +1 -0
- package/lib/components/screens/endscreen/EndScreen3D.js +367 -0
- package/lib/components/screens/endscreen/EndScreen3D.js.map +1 -0
- package/lib/components/screens/endscreen/components/DefeatAnimation3D.d.ts +9 -0
- package/lib/components/screens/endscreen/components/DefeatAnimation3D.d.ts.map +1 -0
- package/lib/components/screens/endscreen/components/DefeatAnimation3D.js +205 -0
- package/lib/components/screens/endscreen/components/DefeatAnimation3D.js.map +1 -0
- package/lib/components/screens/endscreen/components/MatchStatisticsDisplayOverlayHtml.d.ts +13 -0
- package/lib/components/screens/endscreen/components/MatchStatisticsDisplayOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/endscreen/components/MatchStatisticsDisplayOverlayHtml.js +321 -0
- package/lib/components/screens/endscreen/components/MatchStatisticsDisplayOverlayHtml.js.map +1 -0
- package/lib/components/screens/endscreen/components/NavigationButtonsOverlayHtml.d.ts +28 -0
- package/lib/components/screens/endscreen/components/NavigationButtonsOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/endscreen/components/NavigationButtonsOverlayHtml.js +93 -0
- package/lib/components/screens/endscreen/components/NavigationButtonsOverlayHtml.js.map +1 -0
- package/lib/components/screens/endscreen/components/PerformanceBreakdownOverlayHtml.d.ts +13 -0
- package/lib/components/screens/endscreen/components/PerformanceBreakdownOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/endscreen/components/PerformanceBreakdownOverlayHtml.js +294 -0
- package/lib/components/screens/endscreen/components/PerformanceBreakdownOverlayHtml.js.map +1 -0
- package/lib/components/screens/endscreen/components/PerformanceRatingOverlayHtml.d.ts +13 -0
- package/lib/components/screens/endscreen/components/PerformanceRatingOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/endscreen/components/PerformanceRatingOverlayHtml.js +210 -0
- package/lib/components/screens/endscreen/components/PerformanceRatingOverlayHtml.js.map +1 -0
- package/lib/components/screens/endscreen/components/VictoryAnimation3D.d.ts +9 -0
- package/lib/components/screens/endscreen/components/VictoryAnimation3D.d.ts.map +1 -0
- package/lib/components/screens/endscreen/components/VictoryAnimation3D.js +299 -0
- package/lib/components/screens/endscreen/components/VictoryAnimation3D.js.map +1 -0
- package/lib/components/screens/endscreen/components/WinnerDisplayOverlayHtml.d.ts +14 -0
- package/lib/components/screens/endscreen/components/WinnerDisplayOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/endscreen/components/WinnerDisplayOverlayHtml.js +170 -0
- package/lib/components/screens/endscreen/components/WinnerDisplayOverlayHtml.js.map +1 -0
- package/lib/components/screens/endscreen/components/animations.d.ts +25 -0
- package/lib/components/screens/endscreen/components/animations.d.ts.map +1 -0
- package/lib/components/screens/endscreen/components/animations.js +71 -0
- package/lib/components/screens/endscreen/components/animations.js.map +1 -0
- package/lib/components/screens/endscreen/components/index.d.ts +19 -0
- package/lib/components/screens/endscreen/components/index.d.ts.map +1 -0
- package/lib/components/screens/endscreen/components/index.js +8 -0
- package/lib/components/screens/endscreen/index.d.ts +9 -0
- package/lib/components/screens/endscreen/index.d.ts.map +1 -0
- package/lib/components/screens/endscreen/index.js +10 -0
- package/lib/components/screens/intro/IntroScreen3D.d.ts +16 -0
- package/lib/components/screens/intro/IntroScreen3D.d.ts.map +1 -0
- package/lib/components/screens/intro/IntroScreen3D.js +488 -0
- package/lib/components/screens/intro/IntroScreen3D.js.map +1 -0
- package/lib/components/screens/intro/components/AbilityListOverlayHtml.d.ts +53 -0
- package/lib/components/screens/intro/components/AbilityListOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/intro/components/AbilityListOverlayHtml.js +146 -0
- package/lib/components/screens/intro/components/AbilityListOverlayHtml.js.map +1 -0
- package/lib/components/screens/intro/components/ArchetypeCardGridOverlayHtml.d.ts +20 -0
- package/lib/components/screens/intro/components/ArchetypeCardGridOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/intro/components/ArchetypeCardGridOverlayHtml.js +154 -0
- package/lib/components/screens/intro/components/ArchetypeCardGridOverlayHtml.js.map +1 -0
- package/lib/components/screens/intro/components/ArchetypeCardOverlayHtml.d.ts +38 -0
- package/lib/components/screens/intro/components/ArchetypeCardOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/intro/components/ArchetypeCardOverlayHtml.js +235 -0
- package/lib/components/screens/intro/components/ArchetypeCardOverlayHtml.js.map +1 -0
- package/lib/components/screens/intro/components/ArchetypeDisplayOverlayHtml.d.ts +35 -0
- package/lib/components/screens/intro/components/ArchetypeDisplayOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/intro/components/ArchetypeDisplayOverlayHtml.js +325 -0
- package/lib/components/screens/intro/components/ArchetypeDisplayOverlayHtml.js.map +1 -0
- package/lib/components/screens/intro/components/EnhancedArchetypeDisplayOverlayHtml.d.ts +19 -0
- package/lib/components/screens/intro/components/EnhancedArchetypeDisplayOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/intro/components/EnhancedArchetypeDisplayOverlayHtml.js +88 -0
- package/lib/components/screens/intro/components/EnhancedArchetypeDisplayOverlayHtml.js.map +1 -0
- package/lib/components/screens/intro/components/MenuButtonsOverlayHtml.d.ts +65 -0
- package/lib/components/screens/intro/components/MenuButtonsOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/intro/components/MenuButtonsOverlayHtml.js +143 -0
- package/lib/components/screens/intro/components/MenuButtonsOverlayHtml.js.map +1 -0
- package/lib/components/screens/intro/components/MenuSectionOverlayHtml.d.ts +27 -0
- package/lib/components/screens/intro/components/MenuSectionOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/intro/components/MenuSectionOverlayHtml.js +153 -0
- package/lib/components/screens/intro/components/MenuSectionOverlayHtml.js.map +1 -0
- package/lib/components/screens/intro/components/StatBarOverlayHtml.d.ts +47 -0
- package/lib/components/screens/intro/components/StatBarOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/intro/components/StatBarOverlayHtml.js +128 -0
- package/lib/components/screens/intro/components/StatBarOverlayHtml.js.map +1 -0
- package/lib/components/screens/philosophy/PhilosophyScreen3D.d.ts +12 -0
- package/lib/components/screens/philosophy/PhilosophyScreen3D.d.ts.map +1 -0
- package/lib/components/screens/philosophy/PhilosophyScreen3D.js +561 -0
- package/lib/components/screens/philosophy/PhilosophyScreen3D.js.map +1 -0
- package/lib/components/screens/philosophy/components/InteractiveTrigramGridOverlayHtml.d.ts +40 -0
- package/lib/components/screens/philosophy/components/InteractiveTrigramGridOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/philosophy/components/PhilosophyNavigationOverlayHtml.d.ts +40 -0
- package/lib/components/screens/philosophy/components/PhilosophyNavigationOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/philosophy/components/PhilosophySectionOverlayHtml.d.ts +46 -0
- package/lib/components/screens/philosophy/components/PhilosophySectionOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/philosophy/components/PhilosophyTextOverlayHtml.d.ts +42 -0
- package/lib/components/screens/philosophy/components/PhilosophyTextOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/philosophy/components/TrigramSymbol3D.d.ts +49 -0
- package/lib/components/screens/philosophy/components/TrigramSymbol3D.d.ts.map +1 -0
- package/lib/components/screens/philosophy/components/TrigramVisualization3D.d.ts +43 -0
- package/lib/components/screens/philosophy/components/TrigramVisualization3D.d.ts.map +1 -0
- package/lib/components/screens/philosophy/components/index.d.ts +23 -0
- package/lib/components/screens/philosophy/components/index.d.ts.map +1 -0
- package/lib/components/screens/philosophy/hooks/index.d.ts +10 -0
- package/lib/components/screens/philosophy/hooks/index.d.ts.map +1 -0
- package/lib/components/screens/philosophy/hooks/usePhilosophyState.d.ts +50 -0
- package/lib/components/screens/philosophy/hooks/usePhilosophyState.d.ts.map +1 -0
- package/lib/components/screens/training/TrainingScreen3D.d.ts +51 -0
- package/lib/components/screens/training/TrainingScreen3D.d.ts.map +1 -0
- package/lib/components/screens/training/TrainingScreen3D.js +947 -0
- package/lib/components/screens/training/TrainingScreen3D.js.map +1 -0
- package/lib/components/screens/training/components/AnatomyControlsOverlayHtml.d.ts +31 -0
- package/lib/components/screens/training/components/AnatomyControlsOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/training/components/AnatomyControlsOverlayHtml.js +189 -0
- package/lib/components/screens/training/components/AnatomyControlsOverlayHtml.js.map +1 -0
- package/lib/components/screens/training/components/AnatomyOverlay3D.d.ts +31 -0
- package/lib/components/screens/training/components/AnatomyOverlay3D.d.ts.map +1 -0
- package/lib/components/screens/training/components/AnatomyOverlay3D.js +679 -0
- package/lib/components/screens/training/components/AnatomyOverlay3D.js.map +1 -0
- package/lib/components/screens/training/components/DamageNumber3D.d.ts +28 -0
- package/lib/components/screens/training/components/DamageNumber3D.d.ts.map +1 -0
- package/lib/components/screens/training/components/DamageNumber3D.js +6 -0
- package/lib/components/screens/training/components/FootPlacementMarkers3D.d.ts +47 -0
- package/lib/components/screens/training/components/FootPlacementMarkers3D.d.ts.map +1 -0
- package/lib/components/screens/training/components/FootPlacementMarkers3D.js +380 -0
- package/lib/components/screens/training/components/FootPlacementMarkers3D.js.map +1 -0
- package/lib/components/screens/training/components/FootworkDrillsOverlayHtml.d.ts +47 -0
- package/lib/components/screens/training/components/FootworkDrillsOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/training/components/FootworkDrillsOverlayHtml.js +292 -0
- package/lib/components/screens/training/components/FootworkDrillsOverlayHtml.js.map +1 -0
- package/lib/components/screens/training/components/HitFeedbackEffect3D.d.ts +32 -0
- package/lib/components/screens/training/components/HitFeedbackEffect3D.d.ts.map +1 -0
- package/lib/components/screens/training/components/HitFeedbackEffect3D.js +258 -0
- package/lib/components/screens/training/components/HitFeedbackEffect3D.js.map +1 -0
- package/lib/components/screens/training/components/TrainingAICharacter3D.d.ts +36 -0
- package/lib/components/screens/training/components/TrainingAICharacter3D.d.ts.map +1 -0
- package/lib/components/screens/training/components/TrainingAICharacter3D.js +6 -0
- package/lib/components/screens/training/components/TrainingArena3D.d.ts +22 -0
- package/lib/components/screens/training/components/TrainingArena3D.d.ts.map +1 -0
- package/lib/components/screens/training/components/TrainingArena3D.js +5 -0
- package/lib/components/screens/training/components/TrainingButtonsOverlayHtml.d.ts +73 -0
- package/lib/components/screens/training/components/TrainingButtonsOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/training/components/TrainingButtonsOverlayHtml.js +107 -0
- package/lib/components/screens/training/components/TrainingButtonsOverlayHtml.js.map +1 -0
- package/lib/components/screens/training/components/TrainingControlsOverlayHtml.d.ts +50 -0
- package/lib/components/screens/training/components/TrainingControlsOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/training/components/TrainingControlsOverlayHtml.js +129 -0
- package/lib/components/screens/training/components/TrainingControlsOverlayHtml.js.map +1 -0
- package/lib/components/screens/training/components/TrainingDummy3D.d.ts +72 -0
- package/lib/components/screens/training/components/TrainingDummy3D.d.ts.map +1 -0
- package/lib/components/screens/training/components/TrainingDummy3D.js +298 -0
- package/lib/components/screens/training/components/TrainingDummy3D.js.map +1 -0
- package/lib/components/screens/training/components/TrainingFeedbackOverlayHtml.d.ts +30 -0
- package/lib/components/screens/training/components/TrainingFeedbackOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/training/components/TrainingFeedbackOverlayHtml.js +44 -0
- package/lib/components/screens/training/components/TrainingFeedbackOverlayHtml.js.map +1 -0
- package/lib/components/screens/training/components/TrainingHitEffects3D.d.ts +27 -0
- package/lib/components/screens/training/components/TrainingHitEffects3D.d.ts.map +1 -0
- package/lib/components/screens/training/components/TrainingHitEffects3D.js +6 -0
- package/lib/components/screens/training/components/TrainingModeSelectorOverlayHtml.d.ts +51 -0
- package/lib/components/screens/training/components/TrainingModeSelectorOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/training/components/TrainingModeSelectorOverlayHtml.js +188 -0
- package/lib/components/screens/training/components/TrainingModeSelectorOverlayHtml.js.map +1 -0
- package/lib/components/screens/training/components/TrainingStatsOverlayHtml.d.ts +63 -0
- package/lib/components/screens/training/components/TrainingStatsOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/training/components/TrainingStatsOverlayHtml.js +253 -0
- package/lib/components/screens/training/components/TrainingStatsOverlayHtml.js.map +1 -0
- package/lib/components/screens/training/components/VitalPointMarker3D.d.ts +37 -0
- package/lib/components/screens/training/components/VitalPointMarker3D.d.ts.map +1 -0
- package/lib/components/screens/training/components/VitalPointMarker3D.js +210 -0
- package/lib/components/screens/training/components/VitalPointMarker3D.js.map +1 -0
- package/lib/components/screens/training/components/VitalPointTrainingOverlayHtml.d.ts +29 -0
- package/lib/components/screens/training/components/VitalPointTrainingOverlayHtml.d.ts.map +1 -0
- package/lib/components/screens/training/components/VitalPointTrainingOverlayHtml.js +195 -0
- package/lib/components/screens/training/components/VitalPointTrainingOverlayHtml.js.map +1 -0
- package/lib/components/screens/training/components/hud/TrainingBottomHUD.d.ts +59 -0
- package/lib/components/screens/training/components/hud/TrainingBottomHUD.d.ts.map +1 -0
- package/lib/components/screens/training/components/hud/TrainingBottomHUD.js +145 -0
- package/lib/components/screens/training/components/hud/TrainingBottomHUD.js.map +1 -0
- package/lib/components/screens/training/components/hud/TrainingLeftHUD.d.ts +47 -0
- package/lib/components/screens/training/components/hud/TrainingLeftHUD.d.ts.map +1 -0
- package/lib/components/screens/training/components/hud/TrainingLeftHUD.js +59 -0
- package/lib/components/screens/training/components/hud/TrainingLeftHUD.js.map +1 -0
- package/lib/components/screens/training/components/hud/TrainingRightHUD.d.ts +68 -0
- package/lib/components/screens/training/components/hud/TrainingRightHUD.d.ts.map +1 -0
- package/lib/components/screens/training/components/hud/TrainingRightHUD.js +93 -0
- package/lib/components/screens/training/components/hud/TrainingRightHUD.js.map +1 -0
- package/lib/components/screens/training/components/hud/TrainingTopHUD.d.ts +55 -0
- package/lib/components/screens/training/components/hud/TrainingTopHUD.d.ts.map +1 -0
- package/lib/components/screens/training/components/hud/TrainingTopHUD.js +184 -0
- package/lib/components/screens/training/components/hud/TrainingTopHUD.js.map +1 -0
- package/lib/components/screens/training/components/hud/index.d.ts +13 -0
- package/lib/components/screens/training/components/hud/index.d.ts.map +1 -0
- package/lib/components/screens/training/components/hud/index.js +4 -0
- package/lib/components/screens/training/components/index.d.ts +22 -0
- package/lib/components/screens/training/components/index.d.ts.map +1 -0
- package/lib/components/screens/training/components/index.js +19 -0
- package/lib/components/screens/training/hooks/useAttackMovement.d.ts +69 -0
- package/lib/components/screens/training/hooks/useAttackMovement.d.ts.map +1 -0
- package/lib/components/screens/training/hooks/useAttackMovement.js +118 -0
- package/lib/components/screens/training/hooks/useAttackMovement.js.map +1 -0
- package/lib/components/screens/training/hooks/useTrainingActions.d.ts +82 -0
- package/lib/components/screens/training/hooks/useTrainingActions.d.ts.map +1 -0
- package/lib/components/screens/training/hooks/useTrainingActions.js +284 -0
- package/lib/components/screens/training/hooks/useTrainingActions.js.map +1 -0
- package/lib/components/screens/training/hooks/useTrainingLayout.d.ts +62 -0
- package/lib/components/screens/training/hooks/useTrainingLayout.d.ts.map +1 -0
- package/lib/components/screens/training/hooks/useTrainingLayout.js +96 -0
- package/lib/components/screens/training/hooks/useTrainingLayout.js.map +1 -0
- package/lib/components/screens/training/hooks/useTrainingState.d.ts +100 -0
- package/lib/components/screens/training/hooks/useTrainingState.d.ts.map +1 -0
- package/lib/components/screens/training/hooks/useTrainingState.js +344 -0
- package/lib/components/screens/training/hooks/useTrainingState.js.map +1 -0
- package/lib/components/screens/training/index.d.ts +4 -0
- package/lib/components/screens/training/index.d.ts.map +1 -0
- package/lib/components/screens/training/index.js +16 -0
- package/lib/components/shared/base/AccessibilityProvider.d.ts +51 -0
- package/lib/components/shared/base/AccessibilityProvider.d.ts.map +1 -0
- package/lib/components/shared/base/AccessibilityProvider.js +71 -0
- package/lib/components/shared/base/AccessibilityProvider.js.map +1 -0
- package/lib/components/shared/base/BaseButton.d.ts +42 -0
- package/lib/components/shared/base/BaseButton.d.ts.map +1 -0
- package/lib/components/shared/base/BaseButton.js +214 -0
- package/lib/components/shared/base/BaseButton.js.map +1 -0
- package/lib/components/shared/base/BaseButtonOverlayHtml.d.ts +52 -0
- package/lib/components/shared/base/BaseButtonOverlayHtml.d.ts.map +1 -0
- package/lib/components/shared/base/BaseButtonOverlayHtml.js +130 -0
- package/lib/components/shared/base/BaseButtonOverlayHtml.js.map +1 -0
- package/lib/components/shared/base/BasePanel.d.ts +30 -0
- package/lib/components/shared/base/BasePanel.d.ts.map +1 -0
- package/lib/components/shared/base/BasePanel.js +83 -0
- package/lib/components/shared/base/BasePanel.js.map +1 -0
- package/lib/components/shared/base/BaseText.d.ts +40 -0
- package/lib/components/shared/base/BaseText.d.ts.map +1 -0
- package/lib/components/shared/base/BaseText.js +157 -0
- package/lib/components/shared/base/BaseText.js.map +1 -0
- package/lib/components/shared/base/ResponsiveContainer.d.ts +126 -0
- package/lib/components/shared/base/ResponsiveContainer.d.ts.map +1 -0
- package/lib/components/shared/base/index.d.ts +23 -0
- package/lib/components/shared/base/index.d.ts.map +1 -0
- package/lib/components/shared/base/index.js +6 -0
- package/lib/components/shared/base/layoutUtils.d.ts +102 -0
- package/lib/components/shared/base/layoutUtils.d.ts.map +1 -0
- package/lib/components/shared/base/useKoreanTheme.d.ts +206 -0
- package/lib/components/shared/base/useKoreanTheme.d.ts.map +1 -0
- package/lib/components/shared/base/useKoreanTheme.js +169 -0
- package/lib/components/shared/base/useKoreanTheme.js.map +1 -0
- package/lib/components/shared/debug/PerformanceDebugOverlayHtml.d.ts +32 -0
- package/lib/components/shared/debug/PerformanceDebugOverlayHtml.d.ts.map +1 -0
- package/lib/components/shared/debug/PerformanceDebugOverlayHtml.js +69 -0
- package/lib/components/shared/debug/PerformanceDebugOverlayHtml.js.map +1 -0
- package/lib/components/shared/effects/ScreenFlash.d.ts +98 -0
- package/lib/components/shared/effects/ScreenFlash.d.ts.map +1 -0
- package/lib/components/shared/mobile/ActionButtons.d.ts +44 -0
- package/lib/components/shared/mobile/ActionButtons.d.ts.map +1 -0
- package/lib/components/shared/mobile/ActionButtons.js +324 -0
- package/lib/components/shared/mobile/ActionButtons.js.map +1 -0
- package/lib/components/shared/mobile/GestureRecognizerPure.d.ts +64 -0
- package/lib/components/shared/mobile/GestureRecognizerPure.d.ts.map +1 -0
- package/lib/components/shared/mobile/GestureRecognizerPure.js +231 -0
- package/lib/components/shared/mobile/GestureRecognizerPure.js.map +1 -0
- package/lib/components/shared/mobile/HapticController.d.ts +253 -0
- package/lib/components/shared/mobile/HapticController.d.ts.map +1 -0
- package/lib/components/shared/mobile/HapticController.js +280 -0
- package/lib/components/shared/mobile/HapticController.js.map +1 -0
- package/lib/components/shared/mobile/MobileControlsPure.d.ts +43 -0
- package/lib/components/shared/mobile/MobileControlsPure.d.ts.map +1 -0
- package/lib/components/shared/mobile/MobileControlsPure.js +294 -0
- package/lib/components/shared/mobile/MobileControlsPure.js.map +1 -0
- package/lib/components/shared/mobile/PerformanceMonitor.d.ts +249 -0
- package/lib/components/shared/mobile/PerformanceMonitor.d.ts.map +1 -0
- package/lib/components/shared/mobile/StanceWheelPure.d.ts +78 -0
- package/lib/components/shared/mobile/StanceWheelPure.d.ts.map +1 -0
- package/lib/components/shared/mobile/StanceWheelPure.js +386 -0
- package/lib/components/shared/mobile/StanceWheelPure.js.map +1 -0
- package/lib/components/shared/mobile/TouchOptimizer.d.ts +154 -0
- package/lib/components/shared/mobile/TouchOptimizer.d.ts.map +1 -0
- package/lib/components/shared/mobile/TouchOptimizer.js +83 -0
- package/lib/components/shared/mobile/TouchOptimizer.js.map +1 -0
- package/lib/components/shared/mobile/VirtualDPad.d.ts +49 -0
- package/lib/components/shared/mobile/VirtualDPad.d.ts.map +1 -0
- package/lib/components/shared/mobile/VirtualDPad.js +289 -0
- package/lib/components/shared/mobile/VirtualDPad.js.map +1 -0
- package/lib/components/shared/mobile/index.d.ts +31 -0
- package/lib/components/shared/mobile/index.d.ts.map +1 -0
- package/lib/components/shared/mobile/index.js +7 -0
- package/lib/components/shared/three/anatomy/BodySurface.d.ts +78 -0
- package/lib/components/shared/three/anatomy/BodySurface.d.ts.map +1 -0
- package/lib/components/shared/three/anatomy/BodySurface.js +393 -0
- package/lib/components/shared/three/anatomy/BodySurface.js.map +1 -0
- package/lib/components/shared/three/anatomy/BoneAttachedMuscles.d.ts +147 -0
- package/lib/components/shared/three/anatomy/BoneAttachedMuscles.d.ts.map +1 -0
- package/lib/components/shared/three/anatomy/BoneAttachedMuscles.js +541 -0
- package/lib/components/shared/three/anatomy/BoneAttachedMuscles.js.map +1 -0
- package/lib/components/shared/three/anatomy/BoneClothing.d.ts +89 -0
- package/lib/components/shared/three/anatomy/BoneClothing.d.ts.map +1 -0
- package/lib/components/shared/three/anatomy/BoneClothing.js +345 -0
- package/lib/components/shared/three/anatomy/BoneClothing.js.map +1 -0
- package/lib/components/shared/three/anatomy/BoneRenderer.d.ts +129 -0
- package/lib/components/shared/three/anatomy/BoneRenderer.d.ts.map +1 -0
- package/lib/components/shared/three/anatomy/BoneRenderer.js +266 -0
- package/lib/components/shared/three/anatomy/BoneRenderer.js.map +1 -0
- package/lib/components/shared/three/anatomy/Face3D.d.ts +40 -0
- package/lib/components/shared/three/anatomy/Face3D.d.ts.map +1 -0
- package/lib/components/shared/three/anatomy/Face3D.js +426 -0
- package/lib/components/shared/three/anatomy/Face3D.js.map +1 -0
- package/lib/components/shared/three/anatomy/Foot3D.d.ts +71 -0
- package/lib/components/shared/three/anatomy/Foot3D.d.ts.map +1 -0
- package/lib/components/shared/three/anatomy/Foot3D.js +178 -0
- package/lib/components/shared/three/anatomy/Foot3D.js.map +1 -0
- package/lib/components/shared/three/anatomy/Hand3D.d.ts +101 -0
- package/lib/components/shared/three/anatomy/Hand3D.d.ts.map +1 -0
- package/lib/components/shared/three/anatomy/Hand3D.js +376 -0
- package/lib/components/shared/three/anatomy/Hand3D.js.map +1 -0
- package/lib/components/shared/three/effects/ActionFeedback.d.ts +78 -0
- package/lib/components/shared/three/effects/ActionFeedback.d.ts.map +1 -0
- package/lib/components/shared/three/effects/ActionFeedback.js +236 -0
- package/lib/components/shared/three/effects/ActionFeedback.js.map +1 -0
- package/lib/components/shared/three/effects/DamageNumbers.d.ts +36 -0
- package/lib/components/shared/three/effects/DamageNumbers.d.ts.map +1 -0
- package/lib/components/shared/three/effects/DamageNumbers.js +148 -0
- package/lib/components/shared/three/effects/DamageNumbers.js.map +1 -0
- package/lib/components/shared/three/effects/ExplosiveBurstEffect3D.d.ts +41 -0
- package/lib/components/shared/three/effects/ExplosiveBurstEffect3D.d.ts.map +1 -0
- package/lib/components/shared/three/effects/GrapplingIndicator3D.d.ts +49 -0
- package/lib/components/shared/three/effects/GrapplingIndicator3D.d.ts.map +1 -0
- package/lib/components/shared/three/effects/HitEffects3D.d.ts +28 -0
- package/lib/components/shared/three/effects/HitEffects3D.d.ts.map +1 -0
- package/lib/components/shared/three/effects/HitEffects3D.js +427 -0
- package/lib/components/shared/three/effects/HitEffects3D.js.map +1 -0
- package/lib/components/shared/three/effects/LimbExposureIndicator3D.d.ts +67 -0
- package/lib/components/shared/three/effects/LimbExposureIndicator3D.d.ts.map +1 -0
- package/lib/components/shared/three/effects/NerveDisruptionEffect3D.d.ts +63 -0
- package/lib/components/shared/three/effects/NerveDisruptionEffect3D.d.ts.map +1 -0
- package/lib/components/shared/three/effects/PlayerStateIndicators.d.ts +36 -0
- package/lib/components/shared/three/effects/PlayerStateIndicators.d.ts.map +1 -0
- package/lib/components/shared/three/effects/PlayerStateIndicators.js +237 -0
- package/lib/components/shared/three/effects/PlayerStateIndicators.js.map +1 -0
- package/lib/components/shared/three/effects/StanceSymbol3D.d.ts +52 -0
- package/lib/components/shared/three/effects/StanceSymbol3D.d.ts.map +1 -0
- package/lib/components/shared/three/effects/StanceSymbol3D.js +128 -0
- package/lib/components/shared/three/effects/StanceSymbol3D.js.map +1 -0
- package/lib/components/shared/three/effects/StanceTransitionEffect.d.ts +56 -0
- package/lib/components/shared/three/effects/StanceTransitionEffect.d.ts.map +1 -0
- package/lib/components/shared/three/effects/StanceTransitionEffect.js +174 -0
- package/lib/components/shared/three/effects/StanceTransitionEffect.js.map +1 -0
- package/lib/components/shared/three/effects/ThunderEffect3D.d.ts +39 -0
- package/lib/components/shared/three/effects/ThunderEffect3D.d.ts.map +1 -0
- package/lib/components/shared/three/effects/VitalPointMarkers3D.d.ts +48 -0
- package/lib/components/shared/three/effects/VitalPointMarkers3D.d.ts.map +1 -0
- package/lib/components/shared/three/effects/VitalPointMarkers3D.js +249 -0
- package/lib/components/shared/three/effects/VitalPointMarkers3D.js.map +1 -0
- package/lib/components/shared/three/index.d.ts +30 -0
- package/lib/components/shared/three/index.d.ts.map +1 -0
- package/lib/components/shared/three/index.js +9 -0
- package/lib/components/shared/three/indicators/ElementalColorSystem.d.ts +184 -0
- package/lib/components/shared/three/indicators/ElementalColorSystem.d.ts.map +1 -0
- package/lib/components/shared/three/indicators/ElementalColorSystem.js +147 -0
- package/lib/components/shared/three/indicators/ElementalColorSystem.js.map +1 -0
- package/lib/components/shared/three/indicators/GuardIndicator.d.ts +58 -0
- package/lib/components/shared/three/indicators/GuardIndicator.d.ts.map +1 -0
- package/lib/components/shared/three/indicators/GuardIndicator.js +259 -0
- package/lib/components/shared/three/indicators/GuardIndicator.js.map +1 -0
- package/lib/components/shared/three/indicators/HapticFeedback.d.ts +184 -0
- package/lib/components/shared/three/indicators/HapticFeedback.d.ts.map +1 -0
- package/lib/components/shared/three/indicators/HapticFeedback.js +46 -0
- package/lib/components/shared/three/indicators/HapticFeedback.js.map +1 -0
- package/lib/components/shared/three/indicators/StanceChangeIndicator.d.ts +53 -0
- package/lib/components/shared/three/indicators/StanceChangeIndicator.d.ts.map +1 -0
- package/lib/components/shared/three/indicators/StanceChangeIndicator.js +222 -0
- package/lib/components/shared/three/indicators/StanceChangeIndicator.js.map +1 -0
- package/lib/components/shared/three/indicators/TrigramSymbol3D.d.ts +82 -0
- package/lib/components/shared/three/indicators/TrigramSymbol3D.d.ts.map +1 -0
- package/lib/components/shared/three/models/Player3DWithTransitions.d.ts +77 -0
- package/lib/components/shared/three/models/Player3DWithTransitions.d.ts.map +1 -0
- package/lib/components/shared/three/models/Player3DWithTransitions.js +118 -0
- package/lib/components/shared/three/models/Player3DWithTransitions.js.map +1 -0
- package/lib/components/shared/three/models/SkeletalPlayer3D.d.ts +44 -0
- package/lib/components/shared/three/models/SkeletalPlayer3D.d.ts.map +1 -0
- package/lib/components/shared/three/models/SkeletalPlayer3D.js +358 -0
- package/lib/components/shared/three/models/SkeletalPlayer3D.js.map +1 -0
- package/lib/components/shared/three/optimization/AdaptiveQuality.d.ts +107 -0
- package/lib/components/shared/three/optimization/AdaptiveQuality.d.ts.map +1 -0
- package/lib/components/shared/three/optimization/AdaptiveQuality.js +197 -0
- package/lib/components/shared/three/optimization/AdaptiveQuality.js.map +1 -0
- package/lib/components/shared/three/optimization/InstancedGeometry.d.ts +189 -0
- package/lib/components/shared/three/optimization/InstancedGeometry.d.ts.map +1 -0
- package/lib/components/shared/three/optimization/InstancedGeometry.js +3 -0
- package/lib/components/shared/three/optimization/LODSystem.d.ts +126 -0
- package/lib/components/shared/three/optimization/LODSystem.d.ts.map +1 -0
- package/lib/components/shared/three/optimization/LODSystem.js +3 -0
- package/lib/components/shared/three/optimization/index.d.ts +14 -0
- package/lib/components/shared/three/optimization/index.d.ts.map +1 -0
- package/lib/components/shared/three/optimization/index.js +3 -0
- package/lib/components/shared/three/scene/AtmosphericParticles3D.d.ts +31 -0
- package/lib/components/shared/three/scene/AtmosphericParticles3D.d.ts.map +1 -0
- package/lib/components/shared/three/scene/AtmosphericParticles3D.js +84 -0
- package/lib/components/shared/three/scene/AtmosphericParticles3D.js.map +1 -0
- package/lib/components/shared/three/scene/BackgroundScene3D.d.ts +76 -0
- package/lib/components/shared/three/scene/BackgroundScene3D.d.ts.map +1 -0
- package/lib/components/shared/three/scene/BackgroundScene3D.js +124 -0
- package/lib/components/shared/three/scene/BackgroundScene3D.js.map +1 -0
- package/lib/components/shared/three/scene/CombatArena3D.d.ts +38 -0
- package/lib/components/shared/three/scene/CombatArena3D.d.ts.map +1 -0
- package/lib/components/shared/three/scene/CombatArena3D.js +256 -0
- package/lib/components/shared/three/scene/CombatArena3D.js.map +1 -0
- package/lib/components/shared/three/scene/DebugCollision.d.ts +64 -0
- package/lib/components/shared/three/scene/DebugCollision.d.ts.map +1 -0
- package/lib/components/shared/three/scene/KoreanSignage3D.d.ts +29 -0
- package/lib/components/shared/three/scene/KoreanSignage3D.d.ts.map +1 -0
- package/lib/components/shared/three/scene/KoreanSignage3D.js +122 -0
- package/lib/components/shared/three/scene/KoreanSignage3D.js.map +1 -0
- package/lib/components/shared/three/ui/ArchetypeCard.d.ts +38 -0
- package/lib/components/shared/three/ui/ArchetypeCard.d.ts.map +1 -0
- package/lib/components/shared/three/ui/ArchetypeCard.js +213 -0
- package/lib/components/shared/three/ui/ArchetypeCard.js.map +1 -0
- package/lib/components/shared/three/ui/BodyPartHealthDisplay.d.ts +45 -0
- package/lib/components/shared/three/ui/BodyPartHealthDisplay.d.ts.map +1 -0
- package/lib/components/shared/three/ui/BodyPartHealthDisplay.js +206 -0
- package/lib/components/shared/three/ui/BodyPartHealthDisplay.js.map +1 -0
- package/lib/components/shared/three/ui/BreathingIndicator.d.ts +25 -0
- package/lib/components/shared/three/ui/BreathingIndicator.d.ts.map +1 -0
- package/lib/components/shared/three/ui/BreathingIndicator2.js +104 -0
- package/lib/components/shared/three/ui/BreathingIndicator2.js.map +1 -0
- package/lib/components/shared/three/ui/CombatReadinessBar.d.ts +43 -0
- package/lib/components/shared/three/ui/CombatReadinessBar.d.ts.map +1 -0
- package/lib/components/shared/three/ui/CombatReadinessBar.js +135 -0
- package/lib/components/shared/three/ui/CombatReadinessBar.js.map +1 -0
- package/lib/components/shared/three/ui/ComboCounter.d.ts +42 -0
- package/lib/components/shared/three/ui/ComboCounter.d.ts.map +1 -0
- package/lib/components/shared/three/ui/ComboCounter.js +222 -0
- package/lib/components/shared/three/ui/ComboCounter.js.map +1 -0
- package/lib/components/shared/three/ui/HealthBar.d.ts +37 -0
- package/lib/components/shared/three/ui/HealthBar.d.ts.map +1 -0
- package/lib/components/shared/three/ui/HealthBar.js +112 -0
- package/lib/components/shared/three/ui/HealthBar.js.map +1 -0
- package/lib/components/shared/three/ui/KoreanButton.d.ts +37 -0
- package/lib/components/shared/three/ui/KoreanButton.d.ts.map +1 -0
- package/lib/components/shared/three/ui/KoreanButton.js +33 -0
- package/lib/components/shared/three/ui/KoreanButton.js.map +1 -0
- package/lib/components/shared/three/ui/KoreanPanel.d.ts +32 -0
- package/lib/components/shared/three/ui/KoreanPanel.d.ts.map +1 -0
- package/lib/components/shared/three/ui/KoreanPanel.js +29 -0
- package/lib/components/shared/three/ui/KoreanPanel.js.map +1 -0
- package/lib/components/shared/three/ui/KoreanText.d.ts +35 -0
- package/lib/components/shared/three/ui/KoreanText.d.ts.map +1 -0
- package/lib/components/shared/three/ui/KoreanText.js +32 -0
- package/lib/components/shared/three/ui/KoreanText.js.map +1 -0
- package/lib/components/shared/three/ui/MenuList.d.ts +47 -0
- package/lib/components/shared/three/ui/MenuList.d.ts.map +1 -0
- package/lib/components/shared/three/ui/MenuList.js +123 -0
- package/lib/components/shared/three/ui/MenuList.js.map +1 -0
- package/lib/components/shared/three/ui/PlayerHUD.d.ts +34 -0
- package/lib/components/shared/three/ui/PlayerHUD.d.ts.map +1 -0
- package/lib/components/shared/three/ui/PlayerHUD.js +231 -0
- package/lib/components/shared/three/ui/PlayerHUD.js.map +1 -0
- package/lib/components/shared/three/ui/ProgressBar.d.ts +48 -0
- package/lib/components/shared/three/ui/ProgressBar.d.ts.map +1 -0
- package/lib/components/shared/three/ui/ProgressBar.js +173 -0
- package/lib/components/shared/three/ui/ProgressBar.js.map +1 -0
- package/lib/components/shared/three/ui/SpeedIndicatorHUD.d.ts +62 -0
- package/lib/components/shared/three/ui/SpeedIndicatorHUD.d.ts.map +1 -0
- package/lib/components/shared/three/ui/SpeedIndicatorHUD.js +185 -0
- package/lib/components/shared/three/ui/SpeedIndicatorHUD.js.map +1 -0
- package/lib/components/shared/three/ui/StaminaBar.d.ts +37 -0
- package/lib/components/shared/three/ui/StaminaBar.d.ts.map +1 -0
- package/lib/components/shared/three/ui/StaminaBar.js +103 -0
- package/lib/components/shared/three/ui/StaminaBar.js.map +1 -0
- package/lib/components/shared/three/ui/TechniqueBar.d.ts +52 -0
- package/lib/components/shared/three/ui/TechniqueBar.d.ts.map +1 -0
- package/lib/components/shared/three/ui/TechniqueBar.js +128 -0
- package/lib/components/shared/three/ui/TechniqueBar.js.map +1 -0
- package/lib/components/shared/three/ui/TechniqueBarContainer.d.ts +49 -0
- package/lib/components/shared/three/ui/TechniqueBarContainer.d.ts.map +1 -0
- package/lib/components/shared/three/ui/TechniqueCard.d.ts +64 -0
- package/lib/components/shared/three/ui/TechniqueCard.d.ts.map +1 -0
- package/lib/components/shared/three/ui/TechniqueCard.js +333 -0
- package/lib/components/shared/three/ui/TechniqueCard.js.map +1 -0
- package/lib/components/shared/three/ui/VitalPointOverlayControlsHtml.d.ts +76 -0
- package/lib/components/shared/three/ui/VitalPointOverlayControlsHtml.d.ts.map +1 -0
- package/lib/components/shared/three/ui/VitalPointOverlayControlsHtml.js +551 -0
- package/lib/components/shared/three/ui/VitalPointOverlayControlsHtml.js.map +1 -0
- package/lib/components/shared/three/ui/VulnerabilityWindowHUD.d.ts +63 -0
- package/lib/components/shared/three/ui/VulnerabilityWindowHUD.d.ts.map +1 -0
- package/lib/components/shared/ui/BackButton.d.ts +82 -0
- package/lib/components/shared/ui/BackButton.d.ts.map +1 -0
- package/lib/components/shared/ui/BackButton.js +67 -0
- package/lib/components/shared/ui/BackButton.js.map +1 -0
- package/lib/components/shared/ui/BaseHUDContainer.d.ts +71 -0
- package/lib/components/shared/ui/BaseHUDContainer.d.ts.map +1 -0
- package/lib/components/shared/ui/BaseHUDContainer.js +126 -0
- package/lib/components/shared/ui/BaseHUDContainer.js.map +1 -0
- package/lib/components/shared/ui/CombatTimer.d.ts +60 -0
- package/lib/components/shared/ui/CombatTimer.d.ts.map +1 -0
- package/lib/components/shared/ui/CombatTimer.js +145 -0
- package/lib/components/shared/ui/CombatTimer.js.map +1 -0
- package/lib/components/shared/ui/ErrorBoundary.d.ts +44 -0
- package/lib/components/shared/ui/ErrorBoundary.d.ts.map +1 -0
- package/lib/components/shared/ui/ErrorModal.d.ts +21 -0
- package/lib/components/shared/ui/ErrorModal.d.ts.map +1 -0
- package/lib/components/shared/ui/ErrorModal.js +133 -0
- package/lib/components/shared/ui/ErrorModal.js.map +1 -0
- package/lib/components/shared/ui/HUDSection.d.ts +65 -0
- package/lib/components/shared/ui/HUDSection.d.ts.map +1 -0
- package/lib/components/shared/ui/LoadingState.d.ts +50 -0
- package/lib/components/shared/ui/LoadingState.d.ts.map +1 -0
- package/lib/components/shared/ui/LoadingState.js +92 -0
- package/lib/components/shared/ui/LoadingState.js.map +1 -0
- package/lib/components/shared/ui/MobileHUDLayout.d.ts +70 -0
- package/lib/components/shared/ui/MobileHUDLayout.d.ts.map +1 -0
- package/lib/components/shared/ui/ResponsiveContainer.d.ts +69 -0
- package/lib/components/shared/ui/ResponsiveContainer.d.ts.map +1 -0
- package/lib/components/shared/ui/SplashScreen.d.ts +13 -0
- package/lib/components/shared/ui/SplashScreen.d.ts.map +1 -0
- package/lib/components/shared/ui/SplashScreen.js +204 -0
- package/lib/components/shared/ui/SplashScreen.js.map +1 -0
- package/lib/components/shared/ui/StyledHUDPanel.d.ts +56 -0
- package/lib/components/shared/ui/StyledHUDPanel.d.ts.map +1 -0
- package/lib/components/shared/ui/VitalPointOverlayControlsPure.d.ts +79 -0
- package/lib/components/shared/ui/VitalPointOverlayControlsPure.d.ts.map +1 -0
- package/lib/components/shared/ui/VitalPointOverlayControlsPure.js +550 -0
- package/lib/components/shared/ui/VitalPointOverlayControlsPure.js.map +1 -0
- package/lib/components/shared/ui/VolumeControl.d.ts +20 -0
- package/lib/components/shared/ui/VolumeControl.d.ts.map +1 -0
- package/lib/components/shared/ui/VolumeControl.js +292 -0
- package/lib/components/shared/ui/VolumeControl.js.map +1 -0
- package/lib/components/shared/ui/shared/ConfirmDialog.d.ts +29 -0
- package/lib/components/shared/ui/shared/ConfirmDialog.d.ts.map +1 -0
- package/lib/components/shared/ui/shared/ConfirmDialog.js +149 -0
- package/lib/components/shared/ui/shared/ConfirmDialog.js.map +1 -0
- package/lib/components/test/Hello3D.d.ts +36 -0
- package/lib/components/test/Hello3D.d.ts.map +1 -0
- package/lib/components/ui/combat/BalanceIndicatorOverlayHtml.d.ts +63 -0
- package/lib/components/ui/combat/BalanceIndicatorOverlayHtml.d.ts.map +1 -0
- package/lib/components/ui/combat/BalanceIndicatorOverlayHtml.js +179 -0
- package/lib/components/ui/combat/BalanceIndicatorOverlayHtml.js.map +1 -0
- package/lib/components/ui/combat/ComboCounter.d.ts +85 -0
- package/lib/components/ui/combat/ComboCounter.d.ts.map +1 -0
- package/lib/components/ui/combat/PressureMeter.d.ts +60 -0
- package/lib/components/ui/combat/PressureMeter.d.ts.map +1 -0
- package/lib/components/ui/combat/index.d.ts +8 -0
- package/lib/components/ui/combat/index.d.ts.map +1 -0
- package/lib/constants/bodyDimensions.d.ts +241 -0
- package/lib/constants/bodyDimensions.d.ts.map +1 -0
- package/lib/constants/bodyDimensions.js +213 -0
- package/lib/constants/bodyDimensions.js.map +1 -0
- package/lib/constants/bodyRenderingConstants.d.ts +295 -0
- package/lib/constants/bodyRenderingConstants.d.ts.map +1 -0
- package/lib/constants/bodyRenderingConstants.js +128 -0
- package/lib/constants/bodyRenderingConstants.js.map +1 -0
- package/lib/data/archetypeClothing.d.ts +40 -0
- package/lib/data/archetypeClothing.d.ts.map +1 -0
- package/lib/data/archetypeClothing.js +584 -0
- package/lib/data/archetypeClothing.js.map +1 -0
- package/lib/data/archetypePhysicalAttributes.d.ts +279 -0
- package/lib/data/archetypePhysicalAttributes.d.ts.map +1 -0
- package/lib/data/archetypePhysicalAttributes.js +227 -0
- package/lib/data/archetypePhysicalAttributes.js.map +1 -0
- package/lib/data/techniqueMappings.d.ts +64 -0
- package/lib/data/techniqueMappings.d.ts.map +1 -0
- package/lib/data/techniqueMappings.js +56 -0
- package/lib/data/techniqueMappings.js.map +1 -0
- package/lib/data/techniques.d.ts +84 -0
- package/lib/data/techniques.d.ts.map +1 -0
- package/lib/data/techniques.js +739 -0
- package/lib/data/techniques.js.map +1 -0
- package/lib/hooks/useActionFeedback.d.ts +114 -0
- package/lib/hooks/useActionFeedback.d.ts.map +1 -0
- package/lib/hooks/useActionFeedback.js +158 -0
- package/lib/hooks/useActionFeedback.js.map +1 -0
- package/lib/hooks/useBalanceAnimations.d.ts +62 -0
- package/lib/hooks/useBalanceAnimations.d.ts.map +1 -0
- package/lib/hooks/useBalanceAnimations.js +133 -0
- package/lib/hooks/useBalanceAnimations.js.map +1 -0
- package/lib/hooks/useCombatTimer.d.ts +77 -0
- package/lib/hooks/useCombatTimer.d.ts.map +1 -0
- package/lib/hooks/useCombatTimer.js +139 -0
- package/lib/hooks/useCombatTimer.js.map +1 -0
- package/lib/hooks/useDebounce.d.ts +30 -0
- package/lib/hooks/useDebounce.d.ts.map +1 -0
- package/lib/hooks/useHUDLayout.d.ts +67 -0
- package/lib/hooks/useHUDLayout.d.ts.map +1 -0
- package/lib/hooks/useHUDLayout.js +92 -0
- package/lib/hooks/useHUDLayout.js.map +1 -0
- package/lib/hooks/useHandPoseTransitions.d.ts +65 -0
- package/lib/hooks/useHandPoseTransitions.d.ts.map +1 -0
- package/lib/hooks/useHandPoseTransitions.js +127 -0
- package/lib/hooks/useHandPoseTransitions.js.map +1 -0
- package/lib/hooks/useKeyboardControls.d.ts +73 -0
- package/lib/hooks/useKeyboardControls.d.ts.map +1 -0
- package/lib/hooks/useKeyboardControls.js +311 -0
- package/lib/hooks/useKeyboardControls.js.map +1 -0
- package/lib/hooks/useMatchCountdown.d.ts +87 -0
- package/lib/hooks/useMatchCountdown.d.ts.map +1 -0
- package/lib/hooks/useMatchCountdown.js +162 -0
- package/lib/hooks/useMatchCountdown.js.map +1 -0
- package/lib/hooks/useMuscleActivation.d.ts +76 -0
- package/lib/hooks/useMuscleActivation.d.ts.map +1 -0
- package/lib/hooks/useMuscleActivation.js +99 -0
- package/lib/hooks/useMuscleActivation.js.map +1 -0
- package/lib/hooks/usePauseMenu.d.ts +32 -0
- package/lib/hooks/usePauseMenu.d.ts.map +1 -0
- package/lib/hooks/usePlayerAnimation.d.ts +188 -0
- package/lib/hooks/usePlayerAnimation.d.ts.map +1 -0
- package/lib/hooks/usePlayerAnimation.js +145 -0
- package/lib/hooks/usePlayerAnimation.js.map +1 -0
- package/lib/hooks/useResponsiveLayout.d.ts +184 -0
- package/lib/hooks/useResponsiveLayout.d.ts.map +1 -0
- package/lib/hooks/useRoundTransition.d.ts +87 -0
- package/lib/hooks/useRoundTransition.d.ts.map +1 -0
- package/lib/hooks/useRoundTransition.js +158 -0
- package/lib/hooks/useRoundTransition.js.map +1 -0
- package/lib/hooks/useSkeletalAnimation.d.ts +88 -0
- package/lib/hooks/useSkeletalAnimation.d.ts.map +1 -0
- package/lib/hooks/useSkeletalAnimation.js +176 -0
- package/lib/hooks/useSkeletalAnimation.js.map +1 -0
- package/lib/hooks/useTechniqueSelection.d.ts +73 -0
- package/lib/hooks/useTechniqueSelection.d.ts.map +1 -0
- package/lib/hooks/useTechniqueSelection.js +190 -0
- package/lib/hooks/useTechniqueSelection.js.map +1 -0
- package/lib/hooks/useThrottle.d.ts +30 -0
- package/lib/hooks/useThrottle.d.ts.map +1 -0
- package/lib/hooks/useThrottle.js +61 -0
- package/lib/hooks/useThrottle.js.map +1 -0
- package/lib/hooks/useTouchControls.d.ts +107 -0
- package/lib/hooks/useTouchControls.d.ts.map +1 -0
- package/lib/hooks/useTouchControls.js +260 -0
- package/lib/hooks/useTouchControls.js.map +1 -0
- package/lib/hooks/useWebGLContextLossHandler.d.ts +77 -0
- package/lib/hooks/useWebGLContextLossHandler.d.ts.map +1 -0
- package/lib/hooks/useWebGLContextLossHandler.js +119 -0
- package/lib/hooks/useWebGLContextLossHandler.js.map +1 -0
- package/lib/hooks/useWindowSize.d.ts +60 -0
- package/lib/hooks/useWindowSize.d.ts.map +1 -0
- package/lib/hooks/useWindowSize.js +62 -0
- package/lib/hooks/useWindowSize.js.map +1 -0
- package/lib/index.d.ts +21 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +114 -0
- package/lib/systems/CombatSystem.d.ts +348 -0
- package/lib/systems/CombatSystem.d.ts.map +1 -0
- package/lib/systems/CombatSystem.js +877 -0
- package/lib/systems/CombatSystem.js.map +1 -0
- package/lib/systems/EffectCalculator.d.ts +176 -0
- package/lib/systems/EffectCalculator.d.ts.map +1 -0
- package/lib/systems/EffectCalculator.js +251 -0
- package/lib/systems/EffectCalculator.js.map +1 -0
- package/lib/systems/LayoutSystem.d.ts +250 -0
- package/lib/systems/LayoutSystem.d.ts.map +1 -0
- package/lib/systems/LayoutSystem.js +337 -0
- package/lib/systems/LayoutSystem.js.map +1 -0
- package/lib/systems/PlayerEffectManager.d.ts +210 -0
- package/lib/systems/PlayerEffectManager.d.ts.map +1 -0
- package/lib/systems/PlayerEffectManager.js +178 -0
- package/lib/systems/PlayerEffectManager.js.map +1 -0
- package/lib/systems/ResponsiveScaling.d.ts +298 -0
- package/lib/systems/ResponsiveScaling.d.ts.map +1 -0
- package/lib/systems/ResponsiveScaling.js +376 -0
- package/lib/systems/ResponsiveScaling.js.map +1 -0
- package/lib/systems/TrigramSystem.d.ts +388 -0
- package/lib/systems/TrigramSystem.d.ts.map +1 -0
- package/lib/systems/TrigramSystem.js +512 -0
- package/lib/systems/TrigramSystem.js.map +1 -0
- package/lib/systems/VitalPointSystem.d.ts +330 -0
- package/lib/systems/VitalPointSystem.d.ts.map +1 -0
- package/lib/systems/VitalPointSystem.js +455 -0
- package/lib/systems/VitalPointSystem.js.map +1 -0
- package/lib/systems/ai/AIPersonality.d.ts +133 -0
- package/lib/systems/ai/AIPersonality.d.ts.map +1 -0
- package/lib/systems/ai/AIPersonality.js +245 -0
- package/lib/systems/ai/AIPersonality.js.map +1 -0
- package/lib/systems/ai/AdaptiveDifficulty.d.ts +159 -0
- package/lib/systems/ai/AdaptiveDifficulty.d.ts.map +1 -0
- package/lib/systems/ai/AdaptiveDifficulty.js +297 -0
- package/lib/systems/ai/AdaptiveDifficulty.js.map +1 -0
- package/lib/systems/ai/ArchetypeEnforcer.d.ts +132 -0
- package/lib/systems/ai/ArchetypeEnforcer.d.ts.map +1 -0
- package/lib/systems/ai/ArchetypeEnforcer.js +279 -0
- package/lib/systems/ai/ArchetypeEnforcer.js.map +1 -0
- package/lib/systems/ai/ComboSystem.d.ts +136 -0
- package/lib/systems/ai/ComboSystem.d.ts.map +1 -0
- package/lib/systems/ai/ComboSystem.js +384 -0
- package/lib/systems/ai/ComboSystem.js.map +1 -0
- package/lib/systems/ai/DecisionTree.d.ts +563 -0
- package/lib/systems/ai/DecisionTree.d.ts.map +1 -0
- package/lib/systems/ai/DecisionTree.js +1516 -0
- package/lib/systems/ai/DecisionTree.js.map +1 -0
- package/lib/systems/ai/TrainingAI.d.ts +132 -0
- package/lib/systems/ai/TrainingAI.d.ts.map +1 -0
- package/lib/systems/ai/TrainingAI.js +265 -0
- package/lib/systems/ai/TrainingAI.js.map +1 -0
- package/lib/systems/ai/__tests__/AI-Performance.bench.d.ts +19 -0
- package/lib/systems/ai/__tests__/AI-Performance.bench.d.ts.map +1 -0
- package/lib/systems/ai/index.d.ts +12 -0
- package/lib/systems/ai/index.d.ts.map +1 -0
- package/lib/systems/ai/index.js +7 -0
- package/lib/systems/ai/types.d.ts +111 -0
- package/lib/systems/ai/types.d.ts.map +1 -0
- package/lib/systems/ai/types.js +24 -0
- package/lib/systems/ai/types.js.map +1 -0
- package/lib/systems/animation/AnimationCategory.d.ts +64 -0
- package/lib/systems/animation/AnimationCategory.d.ts.map +1 -0
- package/lib/systems/animation/builders/AnimationBuilder.d.ts +288 -0
- package/lib/systems/animation/builders/AnimationBuilder.d.ts.map +1 -0
- package/lib/systems/animation/builders/AnimationBuilder.js +261 -0
- package/lib/systems/animation/builders/AnimationBuilder.js.map +1 -0
- package/lib/systems/animation/builders/AnimationFactoryPresets.d.ts +280 -0
- package/lib/systems/animation/builders/AnimationFactoryPresets.d.ts.map +1 -0
- package/lib/systems/animation/builders/AnimationFactoryPresets.js +234 -0
- package/lib/systems/animation/builders/AnimationFactoryPresets.js.map +1 -0
- package/lib/systems/animation/builders/HandPoseApplicator.d.ts +56 -0
- package/lib/systems/animation/builders/HandPoseApplicator.d.ts.map +1 -0
- package/lib/systems/animation/builders/HandPoseApplicator.js +130 -0
- package/lib/systems/animation/builders/HandPoseApplicator.js.map +1 -0
- package/lib/systems/animation/builders/HandPoses.d.ts +186 -0
- package/lib/systems/animation/builders/HandPoses.d.ts.map +1 -0
- package/lib/systems/animation/builders/HandPoses.js +509 -0
- package/lib/systems/animation/builders/HandPoses.js.map +1 -0
- package/lib/systems/animation/builders/KeyframeConfig.d.ts +207 -0
- package/lib/systems/animation/builders/KeyframeConfig.d.ts.map +1 -0
- package/lib/systems/animation/builders/KeyframeConfig.js +264 -0
- package/lib/systems/animation/builders/KeyframeConfig.js.map +1 -0
- package/lib/systems/animation/builders/KeyframeInterpolation.d.ts +491 -0
- package/lib/systems/animation/builders/KeyframeInterpolation.d.ts.map +1 -0
- package/lib/systems/animation/builders/KeyframeInterpolation.js +252 -0
- package/lib/systems/animation/builders/KeyframeInterpolation.js.map +1 -0
- package/lib/systems/animation/builders/KickPhaseApplicator.d.ts +119 -0
- package/lib/systems/animation/builders/KickPhaseApplicator.d.ts.map +1 -0
- package/lib/systems/animation/builders/KickPhaseApplicator.js +119 -0
- package/lib/systems/animation/builders/KickPhaseApplicator.js.map +1 -0
- package/lib/systems/animation/builders/KoreanGuardPositions.d.ts +208 -0
- package/lib/systems/animation/builders/KoreanGuardPositions.d.ts.map +1 -0
- package/lib/systems/animation/builders/KoreanGuardPositions.js +267 -0
- package/lib/systems/animation/builders/KoreanGuardPositions.js.map +1 -0
- package/lib/systems/animation/builders/MartialArtsAnimationBuilder.d.ts +1310 -0
- package/lib/systems/animation/builders/MartialArtsAnimationBuilder.d.ts.map +1 -0
- package/lib/systems/animation/builders/MartialArtsAnimationBuilder.js +2857 -0
- package/lib/systems/animation/builders/MartialArtsAnimationBuilder.js.map +1 -0
- package/lib/systems/animation/builders/MartialArtsConstants.d.ts +1034 -0
- package/lib/systems/animation/builders/MartialArtsConstants.d.ts.map +1 -0
- package/lib/systems/animation/builders/MartialArtsConstants.js +1644 -0
- package/lib/systems/animation/builders/MartialArtsConstants.js.map +1 -0
- package/lib/systems/animation/builders/MartialPoseApplicator.d.ts +54 -0
- package/lib/systems/animation/builders/MartialPoseApplicator.d.ts.map +1 -0
- package/lib/systems/animation/builders/MartialPoseApplicator.js +54 -0
- package/lib/systems/animation/builders/MartialPoseApplicator.js.map +1 -0
- package/lib/systems/animation/builders/PunchPhaseApplicator.d.ts +73 -0
- package/lib/systems/animation/builders/PunchPhaseApplicator.d.ts.map +1 -0
- package/lib/systems/animation/builders/PunchPhaseApplicator.js +68 -0
- package/lib/systems/animation/builders/PunchPhaseApplicator.js.map +1 -0
- package/lib/systems/animation/builders/SkeletonRig.d.ts +321 -0
- package/lib/systems/animation/builders/SkeletonRig.d.ts.map +1 -0
- package/lib/systems/animation/builders/SkeletonRig.js +330 -0
- package/lib/systems/animation/builders/SkeletonRig.js.map +1 -0
- package/lib/systems/animation/builders/TrigramGuardApplicator.d.ts +99 -0
- package/lib/systems/animation/builders/TrigramGuardApplicator.d.ts.map +1 -0
- package/lib/systems/animation/builders/TrigramGuardApplicator.js +185 -0
- package/lib/systems/animation/builders/TrigramGuardApplicator.js.map +1 -0
- package/lib/systems/animation/builders/index.d.ts +23 -0
- package/lib/systems/animation/builders/index.d.ts.map +1 -0
- package/lib/systems/animation/builders/index.js +13 -0
- package/lib/systems/animation/catalogs/AttackAnimations.d.ts +523 -0
- package/lib/systems/animation/catalogs/AttackAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/AttackAnimations.js +537 -0
- package/lib/systems/animation/catalogs/AttackAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/BasicAnimations.d.ts +84 -0
- package/lib/systems/animation/catalogs/BasicAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/BasicAnimations.js +92 -0
- package/lib/systems/animation/catalogs/BasicAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/ComboAnimations.d.ts +370 -0
- package/lib/systems/animation/catalogs/ComboAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/ComboAnimations.js +400 -0
- package/lib/systems/animation/catalogs/ComboAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/DarkOpsAnimations.d.ts +301 -0
- package/lib/systems/animation/catalogs/DarkOpsAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/DarkOpsAnimations.js +322 -0
- package/lib/systems/animation/catalogs/DarkOpsAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/DefensiveAnimations.d.ts +134 -0
- package/lib/systems/animation/catalogs/DefensiveAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/DefensiveAnimations.js +142 -0
- package/lib/systems/animation/catalogs/DefensiveAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/ElbowKneeAnimations.d.ts +437 -0
- package/lib/systems/animation/catalogs/ElbowKneeAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/ElbowKneeAnimations.js +452 -0
- package/lib/systems/animation/catalogs/ElbowKneeAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/EnhancedAttackAnimations.d.ts +146 -0
- package/lib/systems/animation/catalogs/EnhancedAttackAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/EnhancedAttackAnimations.js +100 -0
- package/lib/systems/animation/catalogs/EnhancedAttackAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/EnhancedElbowKneeAnimations.d.ts +81 -0
- package/lib/systems/animation/catalogs/EnhancedElbowKneeAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/EnhancedElbowKneeAnimations.js +94 -0
- package/lib/systems/animation/catalogs/EnhancedElbowKneeAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/FootworkSkeletalAnimations.d.ts +268 -0
- package/lib/systems/animation/catalogs/FootworkSkeletalAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/FootworkSkeletalAnimations.js +196 -0
- package/lib/systems/animation/catalogs/FootworkSkeletalAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/GamRedirectionAnimations.d.ts +64 -0
- package/lib/systems/animation/catalogs/GamRedirectionAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/GamRedirectionAnimations.js +68 -0
- package/lib/systems/animation/catalogs/GamRedirectionAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/GamStanceAnimations.d.ts +111 -0
- package/lib/systems/animation/catalogs/GamStanceAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/GamStanceAnimations.js +9 -0
- package/lib/systems/animation/catalogs/GamStanceAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/GamTechniqueAnimations.d.ts +82 -0
- package/lib/systems/animation/catalogs/GamTechniqueAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/GamTechniqueAnimations.js +55 -0
- package/lib/systems/animation/catalogs/GamTechniqueAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/GanStanceAnimations.d.ts +122 -0
- package/lib/systems/animation/catalogs/GanStanceAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/GanStanceAnimations.js +135 -0
- package/lib/systems/animation/catalogs/GanStanceAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/GanTechniqueAnimations.d.ts +78 -0
- package/lib/systems/animation/catalogs/GanTechniqueAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/GanTechniqueAnimations.js +83 -0
- package/lib/systems/animation/catalogs/GanTechniqueAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/GeonStanceAnimations.d.ts +323 -0
- package/lib/systems/animation/catalogs/GeonStanceAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/GeonStanceAnimations.js +341 -0
- package/lib/systems/animation/catalogs/GeonStanceAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/GonGuardPoses.d.ts +84 -0
- package/lib/systems/animation/catalogs/GonGuardPoses.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/GonGuardPoses.js +6 -0
- package/lib/systems/animation/catalogs/GonGuardPoses.js.map +1 -0
- package/lib/systems/animation/catalogs/GonStanceAnimations.d.ts +134 -0
- package/lib/systems/animation/catalogs/GonStanceAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/GonStanceAnimations.js +9 -0
- package/lib/systems/animation/catalogs/GonStanceAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/GonTechniqueAnimations.d.ts +265 -0
- package/lib/systems/animation/catalogs/GonTechniqueAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/GonTechniqueAnimations.js +13 -0
- package/lib/systems/animation/catalogs/GonTechniqueAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/GrapplingAnimations.d.ts +452 -0
- package/lib/systems/animation/catalogs/GrapplingAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/GrapplingAnimations.js +475 -0
- package/lib/systems/animation/catalogs/GrapplingAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/JinStanceAnimations.d.ts +98 -0
- package/lib/systems/animation/catalogs/JinStanceAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/JinStanceAnimations.js +111 -0
- package/lib/systems/animation/catalogs/JinStanceAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/JinTechniqueAnimations.d.ts +80 -0
- package/lib/systems/animation/catalogs/JinTechniqueAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/JinTechniqueAnimations.js +89 -0
- package/lib/systems/animation/catalogs/JinTechniqueAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/KickAnimations.d.ts +916 -0
- package/lib/systems/animation/catalogs/KickAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/KickAnimations.js +929 -0
- package/lib/systems/animation/catalogs/KickAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/LiStanceAnimations.d.ts +140 -0
- package/lib/systems/animation/catalogs/LiStanceAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/LiStanceAnimations.js +122 -0
- package/lib/systems/animation/catalogs/LiStanceAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/LiTechniqueAnimations.d.ts +104 -0
- package/lib/systems/animation/catalogs/LiTechniqueAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/LiTechniqueAnimations.js +90 -0
- package/lib/systems/animation/catalogs/LiTechniqueAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/MovementAnimations.d.ts +344 -0
- package/lib/systems/animation/catalogs/MovementAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/MovementAnimations.js +371 -0
- package/lib/systems/animation/catalogs/MovementAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/PunchAnimations.d.ts +496 -0
- package/lib/systems/animation/catalogs/PunchAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/PunchAnimations.js +498 -0
- package/lib/systems/animation/catalogs/PunchAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/RecoveryAnimations.d.ts +184 -0
- package/lib/systems/animation/catalogs/RecoveryAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/RecoveryAnimations.js +465 -0
- package/lib/systems/animation/catalogs/RecoveryAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/SonStanceAnimations.d.ts +149 -0
- package/lib/systems/animation/catalogs/SonStanceAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/SonStanceAnimations.js +131 -0
- package/lib/systems/animation/catalogs/SonStanceAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/SonTechniqueAnimations.d.ts +90 -0
- package/lib/systems/animation/catalogs/SonTechniqueAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/SonTechniqueAnimations.js +95 -0
- package/lib/systems/animation/catalogs/SonTechniqueAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/SpecializedPunchAnimations.d.ts +178 -0
- package/lib/systems/animation/catalogs/SpecializedPunchAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/SpecializedPunchAnimations.js +188 -0
- package/lib/systems/animation/catalogs/SpecializedPunchAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/StanceAnimations.d.ts +687 -0
- package/lib/systems/animation/catalogs/StanceAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/StanceAnimations.js +840 -0
- package/lib/systems/animation/catalogs/StanceAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/StanceAttackAnimations.d.ts +483 -0
- package/lib/systems/animation/catalogs/StanceAttackAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/StanceAttackAnimations.js +2369 -0
- package/lib/systems/animation/catalogs/StanceAttackAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/StanceGuardPoses.d.ts +327 -0
- package/lib/systems/animation/catalogs/StanceGuardPoses.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/StanceGuardPoses.js +655 -0
- package/lib/systems/animation/catalogs/StanceGuardPoses.js.map +1 -0
- package/lib/systems/animation/catalogs/StanceIdleAnimations.d.ts +255 -0
- package/lib/systems/animation/catalogs/StanceIdleAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/StanceIdleAnimations.js +446 -0
- package/lib/systems/animation/catalogs/StanceIdleAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/StanceLocomotionAnimations.d.ts +207 -0
- package/lib/systems/animation/catalogs/StanceLocomotionAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/StanceLocomotionAnimations.js +309 -0
- package/lib/systems/animation/catalogs/StanceLocomotionAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/StepAnimations.d.ts +274 -0
- package/lib/systems/animation/catalogs/StepAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/StepAnimations.js +73 -0
- package/lib/systems/animation/catalogs/StepAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/StepSkeletalAnimations.d.ts +100 -0
- package/lib/systems/animation/catalogs/StepSkeletalAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/StepSkeletalAnimations.js +99 -0
- package/lib/systems/animation/catalogs/StepSkeletalAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/TaeJointLockAnimations.d.ts +170 -0
- package/lib/systems/animation/catalogs/TaeJointLockAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/TaeJointLockAnimations.js +141 -0
- package/lib/systems/animation/catalogs/TaeJointLockAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/TaeStanceAnimations.d.ts +120 -0
- package/lib/systems/animation/catalogs/TaeStanceAnimations.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/TaeStanceAnimations.js +139 -0
- package/lib/systems/animation/catalogs/TaeStanceAnimations.js.map +1 -0
- package/lib/systems/animation/catalogs/index.d.ts +43 -0
- package/lib/systems/animation/catalogs/index.d.ts.map +1 -0
- package/lib/systems/animation/catalogs/index.js +36 -0
- package/lib/systems/animation/constants/AnatomicalLimits.d.ts +234 -0
- package/lib/systems/animation/constants/AnatomicalLimits.d.ts.map +1 -0
- package/lib/systems/animation/constants/AnatomicalLimits.js +61 -0
- package/lib/systems/animation/constants/AnatomicalLimits.js.map +1 -0
- package/lib/systems/animation/constants/index.d.ts +13 -0
- package/lib/systems/animation/constants/index.d.ts.map +1 -0
- package/lib/systems/animation/core/AnimationHitTiming.d.ts +184 -0
- package/lib/systems/animation/core/AnimationHitTiming.d.ts.map +1 -0
- package/lib/systems/animation/core/AnimationHitTiming.js +766 -0
- package/lib/systems/animation/core/AnimationHitTiming.js.map +1 -0
- package/lib/systems/animation/core/AnimationOptimizations.d.ts +221 -0
- package/lib/systems/animation/core/AnimationOptimizations.d.ts.map +1 -0
- package/lib/systems/animation/core/AnimationOptimizations.js +322 -0
- package/lib/systems/animation/core/AnimationOptimizations.js.map +1 -0
- package/lib/systems/animation/core/AnimationPriority.d.ts +391 -0
- package/lib/systems/animation/core/AnimationPriority.d.ts.map +1 -0
- package/lib/systems/animation/core/AnimationPriority.js +349 -0
- package/lib/systems/animation/core/AnimationPriority.js.map +1 -0
- package/lib/systems/animation/core/AnimationRegistry.d.ts +220 -0
- package/lib/systems/animation/core/AnimationRegistry.d.ts.map +1 -0
- package/lib/systems/animation/core/AnimationRegistry.js +416 -0
- package/lib/systems/animation/core/AnimationRegistry.js.map +1 -0
- package/lib/systems/animation/core/AnimationStateMachine.d.ts +701 -0
- package/lib/systems/animation/core/AnimationStateMachine.d.ts.map +1 -0
- package/lib/systems/animation/core/AnimationStateMachine.js +1458 -0
- package/lib/systems/animation/core/AnimationStateMachine.js.map +1 -0
- package/lib/systems/animation/core/AnimationTransitions.d.ts +275 -0
- package/lib/systems/animation/core/AnimationTransitions.d.ts.map +1 -0
- package/lib/systems/animation/core/AnimationTransitions.js +920 -0
- package/lib/systems/animation/core/AnimationTransitions.js.map +1 -0
- package/lib/systems/animation/core/LateralityTransform.d.ts +120 -0
- package/lib/systems/animation/core/LateralityTransform.d.ts.map +1 -0
- package/lib/systems/animation/core/LateralityTransform.js +204 -0
- package/lib/systems/animation/core/LateralityTransform.js.map +1 -0
- package/lib/systems/animation/core/RecoveryPhaseEnhancer.d.ts +171 -0
- package/lib/systems/animation/core/RecoveryPhaseEnhancer.d.ts.map +1 -0
- package/lib/systems/animation/core/RecoveryPhaseEnhancer.js +122 -0
- package/lib/systems/animation/core/RecoveryPhaseEnhancer.js.map +1 -0
- package/lib/systems/animation/core/TechniqueAnimationMapper.d.ts +303 -0
- package/lib/systems/animation/core/TechniqueAnimationMapper.d.ts.map +1 -0
- package/lib/systems/animation/core/TechniqueAnimationMapper.js +770 -0
- package/lib/systems/animation/core/TechniqueAnimationMapper.js.map +1 -0
- package/lib/systems/animation/core/TechniqueAnimationMapping.d.ts +74 -0
- package/lib/systems/animation/core/TechniqueAnimationMapping.d.ts.map +1 -0
- package/lib/systems/animation/core/TechniqueAnimationMapping.js +1313 -0
- package/lib/systems/animation/core/TechniqueAnimationMapping.js.map +1 -0
- package/lib/systems/animation/core/TrigramAnimationMapping.d.ts +286 -0
- package/lib/systems/animation/core/TrigramAnimationMapping.d.ts.map +1 -0
- package/lib/systems/animation/core/TrigramAnimationMapping.js +6 -0
- package/lib/systems/animation/core/TrigramStanceTransitions.d.ts +186 -0
- package/lib/systems/animation/core/TrigramStanceTransitions.d.ts.map +1 -0
- package/lib/systems/animation/core/TrigramStanceTransitions.js +8 -0
- package/lib/systems/animation/core/TrigramStanceTransitions.js.map +1 -0
- package/lib/systems/animation/core/index.d.ts +23 -0
- package/lib/systems/animation/core/index.d.ts.map +1 -0
- package/lib/systems/animation/core/index.js +16 -0
- package/lib/systems/animation/core/types.d.ts +1360 -0
- package/lib/systems/animation/core/types.d.ts.map +1 -0
- package/lib/systems/animation/core/types.js +539 -0
- package/lib/systems/animation/core/types.js.map +1 -0
- package/lib/systems/animation/index.d.ts +16 -0
- package/lib/systems/animation/index.d.ts.map +1 -0
- package/lib/systems/animation/index.js +63 -0
- package/lib/systems/animation/systems/AdvancedJointMovements.d.ts +614 -0
- package/lib/systems/animation/systems/AdvancedJointMovements.d.ts.map +1 -0
- package/lib/systems/animation/systems/AdvancedJointMovements.js +95 -0
- package/lib/systems/animation/systems/AdvancedJointMovements.js.map +1 -0
- package/lib/systems/animation/systems/BodyFacingSystem.d.ts +331 -0
- package/lib/systems/animation/systems/BodyFacingSystem.d.ts.map +1 -0
- package/lib/systems/animation/systems/BodyFacingSystem.js +327 -0
- package/lib/systems/animation/systems/BodyFacingSystem.js.map +1 -0
- package/lib/systems/animation/systems/FacialExpressions.d.ts +167 -0
- package/lib/systems/animation/systems/FacialExpressions.d.ts.map +1 -0
- package/lib/systems/animation/systems/FacialExpressions.js +76 -0
- package/lib/systems/animation/systems/FacialExpressions.js.map +1 -0
- package/lib/systems/animation/systems/FallAnimations.d.ts +174 -0
- package/lib/systems/animation/systems/FallAnimations.d.ts.map +1 -0
- package/lib/systems/animation/systems/FallAnimations.js +104 -0
- package/lib/systems/animation/systems/FallAnimations.js.map +1 -0
- package/lib/systems/animation/systems/HeadMovements.d.ts +152 -0
- package/lib/systems/animation/systems/HeadMovements.d.ts.map +1 -0
- package/lib/systems/animation/systems/HeadMovements.js +2 -0
- package/lib/systems/animation/systems/MuscleActivation.d.ts +163 -0
- package/lib/systems/animation/systems/MuscleActivation.d.ts.map +1 -0
- package/lib/systems/animation/systems/MuscleActivation.js +427 -0
- package/lib/systems/animation/systems/MuscleActivation.js.map +1 -0
- package/lib/systems/animation/systems/RecoveryVisualization.d.ts +142 -0
- package/lib/systems/animation/systems/RecoveryVisualization.d.ts.map +1 -0
- package/lib/systems/animation/systems/RecoveryVisualization.js +1 -0
- package/lib/systems/animation/systems/index.d.ts +17 -0
- package/lib/systems/animation/systems/index.d.ts.map +1 -0
- package/lib/systems/animation/systems/index.js +7 -0
- package/lib/systems/animation/utils/AnimationMirror.d.ts +157 -0
- package/lib/systems/animation/utils/AnimationMirror.d.ts.map +1 -0
- package/lib/systems/animation/utils/AnimationMirror.js +30 -0
- package/lib/systems/animation/utils/AnimationMirror.js.map +1 -0
- package/lib/systems/audio/BoneImpactAudioSystem.d.ts +182 -0
- package/lib/systems/audio/BoneImpactAudioSystem.d.ts.map +1 -0
- package/lib/systems/audio/index.d.ts +7 -0
- package/lib/systems/audio/index.d.ts.map +1 -0
- package/lib/systems/bodypart/BodyPartDamageIntegration.d.ts +149 -0
- package/lib/systems/bodypart/BodyPartDamageIntegration.d.ts.map +1 -0
- package/lib/systems/bodypart/BodyPartDamageIntegration.js +38 -0
- package/lib/systems/bodypart/BodyPartDamageIntegration.js.map +1 -0
- package/lib/systems/bodypart/BodyPartHealthSystem.d.ts +233 -0
- package/lib/systems/bodypart/BodyPartHealthSystem.d.ts.map +1 -0
- package/lib/systems/bodypart/BodyPartHealthSystem.js +476 -0
- package/lib/systems/bodypart/BodyPartHealthSystem.js.map +1 -0
- package/lib/systems/bodypart/BodyPartPositionMapping.d.ts +116 -0
- package/lib/systems/bodypart/BodyPartPositionMapping.d.ts.map +1 -0
- package/lib/systems/bodypart/BodyPartPositionMapping.js +122 -0
- package/lib/systems/bodypart/BodyPartPositionMapping.js.map +1 -0
- package/lib/systems/bodypart/CombatInjuryIntegration.d.ts +191 -0
- package/lib/systems/bodypart/CombatInjuryIntegration.d.ts.map +1 -0
- package/lib/systems/bodypart/CombatInjuryIntegration.js +169 -0
- package/lib/systems/bodypart/CombatInjuryIntegration.js.map +1 -0
- package/lib/systems/bodypart/InjuryIntegration.d.ts +39 -0
- package/lib/systems/bodypart/InjuryIntegration.d.ts.map +1 -0
- package/lib/systems/bodypart/InjuryTracker.d.ts +256 -0
- package/lib/systems/bodypart/InjuryTracker.d.ts.map +1 -0
- package/lib/systems/bodypart/InjuryTracker.js +240 -0
- package/lib/systems/bodypart/InjuryTracker.js.map +1 -0
- package/lib/systems/bodypart/MovementPenaltySystem.d.ts +191 -0
- package/lib/systems/bodypart/MovementPenaltySystem.d.ts.map +1 -0
- package/lib/systems/bodypart/MovementPenaltySystem.js +255 -0
- package/lib/systems/bodypart/MovementPenaltySystem.js.map +1 -0
- package/lib/systems/bodypart/PlayerInjuryTrackingManager.d.ts +137 -0
- package/lib/systems/bodypart/PlayerInjuryTrackingManager.d.ts.map +1 -0
- package/lib/systems/bodypart/PlayerInjuryTrackingManager.js +175 -0
- package/lib/systems/bodypart/PlayerInjuryTrackingManager.js.map +1 -0
- package/lib/systems/bodypart/index.d.ts +22 -0
- package/lib/systems/bodypart/index.d.ts.map +1 -0
- package/lib/systems/bodypart/index.js +8 -0
- package/lib/systems/bodypart/types.d.ts +453 -0
- package/lib/systems/bodypart/types.d.ts.map +1 -0
- package/lib/systems/bodypart/types.js +157 -0
- package/lib/systems/bodypart/types.js.map +1 -0
- package/lib/systems/breathing/BreathingDisruptionSystem.d.ts +289 -0
- package/lib/systems/breathing/BreathingDisruptionSystem.d.ts.map +1 -0
- package/lib/systems/breathing/BreathingDisruptionSystem.js +388 -0
- package/lib/systems/breathing/BreathingDisruptionSystem.js.map +1 -0
- package/lib/systems/breathing/feedback.d.ts +131 -0
- package/lib/systems/breathing/feedback.d.ts.map +1 -0
- package/lib/systems/breathing/feedback.js +80 -0
- package/lib/systems/breathing/feedback.js.map +1 -0
- package/lib/systems/breathing/index.d.ts +12 -0
- package/lib/systems/breathing/index.d.ts.map +1 -0
- package/lib/systems/breathing/index.js +3 -0
- package/lib/systems/breathing/integration.d.ts +140 -0
- package/lib/systems/breathing/integration.d.ts.map +1 -0
- package/lib/systems/breathing/integration.js +194 -0
- package/lib/systems/breathing/integration.js.map +1 -0
- package/lib/systems/combat/AICounterAttackIntegration.d.ts +223 -0
- package/lib/systems/combat/AICounterAttackIntegration.d.ts.map +1 -0
- package/lib/systems/combat/BalanceSystem.d.ts +667 -0
- package/lib/systems/combat/BalanceSystem.d.ts.map +1 -0
- package/lib/systems/combat/BalanceSystem.js +811 -0
- package/lib/systems/combat/BalanceSystem.js.map +1 -0
- package/lib/systems/combat/BreakingStatusEffects.d.ts +96 -0
- package/lib/systems/combat/BreakingStatusEffects.d.ts.map +1 -0
- package/lib/systems/combat/BreakingStatusEffects.js +60 -0
- package/lib/systems/combat/BreakingStatusEffects.js.map +1 -0
- package/lib/systems/combat/CombatStateSystem.d.ts +264 -0
- package/lib/systems/combat/CombatStateSystem.d.ts.map +1 -0
- package/lib/systems/combat/CombatStateSystem.js +353 -0
- package/lib/systems/combat/CombatStateSystem.js.map +1 -0
- package/lib/systems/combat/ConsciousnessSystem.d.ts +402 -0
- package/lib/systems/combat/ConsciousnessSystem.d.ts.map +1 -0
- package/lib/systems/combat/ConsciousnessSystem.js +529 -0
- package/lib/systems/combat/ConsciousnessSystem.js.map +1 -0
- package/lib/systems/combat/FallIntegration.d.ts +82 -0
- package/lib/systems/combat/FallIntegration.d.ts.map +1 -0
- package/lib/systems/combat/FallIntegration.js +100 -0
- package/lib/systems/combat/FallIntegration.js.map +1 -0
- package/lib/systems/combat/GrappleSystem.d.ts +264 -0
- package/lib/systems/combat/GrappleSystem.d.ts.map +1 -0
- package/lib/systems/combat/GrappleSystem.js +393 -0
- package/lib/systems/combat/GrappleSystem.js.map +1 -0
- package/lib/systems/combat/LimbExposureSystem.d.ts +150 -0
- package/lib/systems/combat/LimbExposureSystem.d.ts.map +1 -0
- package/lib/systems/combat/LimbExposureSystem.js +308 -0
- package/lib/systems/combat/LimbExposureSystem.js.map +1 -0
- package/lib/systems/combat/PainResponseSystem.d.ts +299 -0
- package/lib/systems/combat/PainResponseSystem.d.ts.map +1 -0
- package/lib/systems/combat/PainResponseSystem.js +401 -0
- package/lib/systems/combat/PainResponseSystem.js.map +1 -0
- package/lib/systems/combat/SlowMotionController.d.ts +123 -0
- package/lib/systems/combat/SlowMotionController.d.ts.map +1 -0
- package/lib/systems/combat/TrainingCombatSystem.d.ts +89 -0
- package/lib/systems/combat/TrainingCombatSystem.d.ts.map +1 -0
- package/lib/systems/combat/TrainingCombatSystem.js +224 -0
- package/lib/systems/combat/TrainingCombatSystem.js.map +1 -0
- package/lib/systems/combat/index.d.ts +16 -0
- package/lib/systems/combat/index.d.ts.map +1 -0
- package/lib/systems/combat/index.js +10 -0
- package/lib/systems/combat/painConsciousnessUtils.d.ts +147 -0
- package/lib/systems/combat/painConsciousnessUtils.d.ts.map +1 -0
- package/lib/systems/combat/painConsciousnessUtils.js +185 -0
- package/lib/systems/combat/painConsciousnessUtils.js.map +1 -0
- package/lib/systems/combat/typeGuards.d.ts +25 -0
- package/lib/systems/combat/typeGuards.d.ts.map +1 -0
- package/lib/systems/combat/typeGuards.js +39 -0
- package/lib/systems/combat/typeGuards.js.map +1 -0
- package/lib/systems/combat/types.d.ts +197 -0
- package/lib/systems/combat/types.d.ts.map +1 -0
- package/lib/systems/effects.d.ts +40 -0
- package/lib/systems/effects.d.ts.map +1 -0
- package/lib/systems/effects.js +44 -0
- package/lib/systems/effects.js.map +1 -0
- package/lib/systems/game.d.ts +77 -0
- package/lib/systems/game.d.ts.map +1 -0
- package/lib/systems/game.js +20 -0
- package/lib/systems/game.js.map +1 -0
- package/lib/systems/index.d.ts +24 -0
- package/lib/systems/index.d.ts.map +1 -0
- package/lib/systems/index.js +281 -0
- package/lib/systems/index.js.map +1 -0
- package/lib/systems/movement/InjuryMovementModifier.d.ts +275 -0
- package/lib/systems/movement/InjuryMovementModifier.d.ts.map +1 -0
- package/lib/systems/movement/InjuryMovementModifier.js +281 -0
- package/lib/systems/movement/InjuryMovementModifier.js.map +1 -0
- package/lib/systems/movement/helpers/AccelerationUpdater.d.ts +61 -0
- package/lib/systems/movement/helpers/AccelerationUpdater.d.ts.map +1 -0
- package/lib/systems/movement/helpers/AccelerationUpdater.js +75 -0
- package/lib/systems/movement/helpers/AccelerationUpdater.js.map +1 -0
- package/lib/systems/movement/helpers/accelerationUtils.d.ts +85 -0
- package/lib/systems/movement/helpers/accelerationUtils.d.ts.map +1 -0
- package/lib/systems/movement/helpers/accelerationUtils.js +86 -0
- package/lib/systems/movement/helpers/accelerationUtils.js.map +1 -0
- package/lib/systems/movement/index.d.ts +16 -0
- package/lib/systems/movement/index.d.ts.map +1 -0
- package/lib/systems/movement/integration.d.ts +91 -0
- package/lib/systems/movement/integration.d.ts.map +1 -0
- package/lib/systems/physics/AttackMovementPhysics.d.ts +283 -0
- package/lib/systems/physics/AttackMovementPhysics.d.ts.map +1 -0
- package/lib/systems/physics/AttackMovementPhysics.js +272 -0
- package/lib/systems/physics/AttackMovementPhysics.js.map +1 -0
- package/lib/systems/physics/CollisionDetection.d.ts +323 -0
- package/lib/systems/physics/CollisionDetection.d.ts.map +1 -0
- package/lib/systems/physics/CollisionDetection.js +543 -0
- package/lib/systems/physics/CollisionDetection.js.map +1 -0
- package/lib/systems/physics/CoordinateMapper.d.ts +203 -0
- package/lib/systems/physics/CoordinateMapper.d.ts.map +1 -0
- package/lib/systems/physics/CoordinateMapper.js +242 -0
- package/lib/systems/physics/CoordinateMapper.js.map +1 -0
- package/lib/systems/physics/KnockbackPhysics.d.ts +367 -0
- package/lib/systems/physics/KnockbackPhysics.d.ts.map +1 -0
- package/lib/systems/physics/KnockbackPhysics.js +338 -0
- package/lib/systems/physics/KnockbackPhysics.js.map +1 -0
- package/lib/systems/physics/MovementPhysics.d.ts +428 -0
- package/lib/systems/physics/MovementPhysics.d.ts.map +1 -0
- package/lib/systems/physics/MovementPhysics.js +488 -0
- package/lib/systems/physics/MovementPhysics.js.map +1 -0
- package/lib/systems/physics/PhysicalReachCalculator.d.ts +261 -0
- package/lib/systems/physics/PhysicalReachCalculator.d.ts.map +1 -0
- package/lib/systems/physics/PhysicalReachCalculator.js +226 -0
- package/lib/systems/physics/PhysicalReachCalculator.js.map +1 -0
- package/lib/systems/physics/SpeedModifierSystem.d.ts +302 -0
- package/lib/systems/physics/SpeedModifierSystem.d.ts.map +1 -0
- package/lib/systems/physics/SpeedModifierSystem.js +301 -0
- package/lib/systems/physics/SpeedModifierSystem.js.map +1 -0
- package/lib/systems/physics/__tests__/PhysicsPerformance.bench.d.ts +16 -0
- package/lib/systems/physics/__tests__/PhysicsPerformance.bench.d.ts.map +1 -0
- package/lib/systems/physics/index.d.ts +21 -0
- package/lib/systems/physics/index.d.ts.map +1 -0
- package/lib/systems/physics/index.js +7 -0
- package/lib/systems/player.d.ts +386 -0
- package/lib/systems/player.d.ts.map +1 -0
- package/lib/systems/trigram/KoreanCulture.d.ts +127 -0
- package/lib/systems/trigram/KoreanCulture.d.ts.map +1 -0
- package/lib/systems/trigram/KoreanCulture.js +194 -0
- package/lib/systems/trigram/KoreanCulture.js.map +1 -0
- package/lib/systems/trigram/KoreanTechniques.d.ts +59 -0
- package/lib/systems/trigram/KoreanTechniques.d.ts.map +1 -0
- package/lib/systems/trigram/KoreanTechniques.js +140 -0
- package/lib/systems/trigram/KoreanTechniques.js.map +1 -0
- package/lib/systems/trigram/StanceManager.d.ts +90 -0
- package/lib/systems/trigram/StanceManager.d.ts.map +1 -0
- package/lib/systems/trigram/StanceManager.js +192 -0
- package/lib/systems/trigram/StanceManager.js.map +1 -0
- package/lib/systems/trigram/TransitionCalculator.d.ts +132 -0
- package/lib/systems/trigram/TransitionCalculator.d.ts.map +1 -0
- package/lib/systems/trigram/TransitionCalculator.js +233 -0
- package/lib/systems/trigram/TransitionCalculator.js.map +1 -0
- package/lib/systems/trigram/TrigramCalculator.d.ts +63 -0
- package/lib/systems/trigram/TrigramCalculator.d.ts.map +1 -0
- package/lib/systems/trigram/TrigramCalculator.js +148 -0
- package/lib/systems/trigram/TrigramCalculator.js.map +1 -0
- package/lib/systems/trigram/index.d.ts +12 -0
- package/lib/systems/trigram/index.d.ts.map +1 -0
- package/lib/systems/trigram/index.js +17 -0
- package/lib/systems/trigram/techniques/DarkOpsTechniques.d.ts +118 -0
- package/lib/systems/trigram/techniques/DarkOpsTechniques.d.ts.map +1 -0
- package/lib/systems/trigram/techniques/DarkOpsTechniques.js +683 -0
- package/lib/systems/trigram/techniques/DarkOpsTechniques.js.map +1 -0
- package/lib/systems/trigram/techniques/GamTechniques.d.ts +44 -0
- package/lib/systems/trigram/techniques/GamTechniques.d.ts.map +1 -0
- package/lib/systems/trigram/techniques/GamTechniques.js +293 -0
- package/lib/systems/trigram/techniques/GamTechniques.js.map +1 -0
- package/lib/systems/trigram/techniques/GanTechniques.d.ts +58 -0
- package/lib/systems/trigram/techniques/GanTechniques.d.ts.map +1 -0
- package/lib/systems/trigram/techniques/GanTechniques.js +323 -0
- package/lib/systems/trigram/techniques/GanTechniques.js.map +1 -0
- package/lib/systems/trigram/techniques/GeonTechniques.d.ts +23 -0
- package/lib/systems/trigram/techniques/GeonTechniques.d.ts.map +1 -0
- package/lib/systems/trigram/techniques/GeonTechniques.js +299 -0
- package/lib/systems/trigram/techniques/GeonTechniques.js.map +1 -0
- package/lib/systems/trigram/techniques/GonTechniques.d.ts +51 -0
- package/lib/systems/trigram/techniques/GonTechniques.d.ts.map +1 -0
- package/lib/systems/trigram/techniques/GonTechniques.js +399 -0
- package/lib/systems/trigram/techniques/GonTechniques.js.map +1 -0
- package/lib/systems/trigram/techniques/JinTechniques.d.ts +23 -0
- package/lib/systems/trigram/techniques/JinTechniques.d.ts.map +1 -0
- package/lib/systems/trigram/techniques/JinTechniques.js +253 -0
- package/lib/systems/trigram/techniques/JinTechniques.js.map +1 -0
- package/lib/systems/trigram/techniques/LiTechniques.d.ts +23 -0
- package/lib/systems/trigram/techniques/LiTechniques.d.ts.map +1 -0
- package/lib/systems/trigram/techniques/LiTechniques.js +253 -0
- package/lib/systems/trigram/techniques/LiTechniques.js.map +1 -0
- package/lib/systems/trigram/techniques/SonTechniques.d.ts +43 -0
- package/lib/systems/trigram/techniques/SonTechniques.d.ts.map +1 -0
- package/lib/systems/trigram/techniques/SonTechniques.js +293 -0
- package/lib/systems/trigram/techniques/SonTechniques.js.map +1 -0
- package/lib/systems/trigram/techniques/TaeTechniques.d.ts +23 -0
- package/lib/systems/trigram/techniques/TaeTechniques.d.ts.map +1 -0
- package/lib/systems/trigram/techniques/TaeTechniques.js +292 -0
- package/lib/systems/trigram/techniques/TaeTechniques.js.map +1 -0
- package/lib/systems/trigram/techniques/TechniqueConfig.d.ts +403 -0
- package/lib/systems/trigram/techniques/TechniqueConfig.d.ts.map +1 -0
- package/lib/systems/trigram/techniques/TechniqueConfig.js +493 -0
- package/lib/systems/trigram/techniques/TechniqueConfig.js.map +1 -0
- package/lib/systems/trigram/techniques/index.d.ts +54 -0
- package/lib/systems/trigram/techniques/index.d.ts.map +1 -0
- package/lib/systems/trigram/techniques/index.js +88 -0
- package/lib/systems/trigram/techniques/index.js.map +1 -0
- package/lib/systems/trigram/types/GonTechniqueExtensions.d.ts +506 -0
- package/lib/systems/trigram/types/GonTechniqueExtensions.d.ts.map +1 -0
- package/lib/systems/trigram/types/GonTechniqueExtensions.js +37 -0
- package/lib/systems/trigram/types/GonTechniqueExtensions.js.map +1 -0
- package/lib/systems/trigram/types.d.ts +288 -0
- package/lib/systems/trigram/types.d.ts.map +1 -0
- package/lib/systems/trigram/types.js +459 -0
- package/lib/systems/trigram/types.js.map +1 -0
- package/lib/systems/types.d.ts +1038 -0
- package/lib/systems/types.d.ts.map +1 -0
- package/lib/systems/types.js +872 -0
- package/lib/systems/types.js.map +1 -0
- package/lib/systems/vitalpoint/DamageCalculator.d.ts +255 -0
- package/lib/systems/vitalpoint/DamageCalculator.d.ts.map +1 -0
- package/lib/systems/vitalpoint/DamageCalculator.js +435 -0
- package/lib/systems/vitalpoint/DamageCalculator.js.map +1 -0
- package/lib/systems/vitalpoint/HitDetection.d.ts +11 -0
- package/lib/systems/vitalpoint/HitDetection.d.ts.map +1 -0
- package/lib/systems/vitalpoint/HitDetection.js +69 -0
- package/lib/systems/vitalpoint/HitDetection.js.map +1 -0
- package/lib/systems/vitalpoint/KoreanAnatomy.d.ts +361 -0
- package/lib/systems/vitalpoint/KoreanAnatomy.d.ts.map +1 -0
- package/lib/systems/vitalpoint/KoreanAnatomy.js +1709 -0
- package/lib/systems/vitalpoint/KoreanAnatomy.js.map +1 -0
- package/lib/systems/vitalpoint/KoreanVitalPoints.d.ts +133 -0
- package/lib/systems/vitalpoint/KoreanVitalPoints.d.ts.map +1 -0
- package/lib/systems/vitalpoint/KoreanVitalPoints.js +150 -0
- package/lib/systems/vitalpoint/KoreanVitalPoints.js.map +1 -0
- package/lib/systems/vitalpoint/MeridianVitalPointMapping.d.ts +92 -0
- package/lib/systems/vitalpoint/MeridianVitalPointMapping.d.ts.map +1 -0
- package/lib/systems/vitalpoint/MeridianVitalPointMapping.js +227 -0
- package/lib/systems/vitalpoint/MeridianVitalPointMapping.js.map +1 -0
- package/lib/systems/vitalpoint/VitalPointsData.d.ts +51 -0
- package/lib/systems/vitalpoint/VitalPointsData.d.ts.map +1 -0
- package/lib/systems/vitalpoint/VitalPointsData.js +1917 -0
- package/lib/systems/vitalpoint/VitalPointsData.js.map +1 -0
- package/lib/systems/vitalpoint/index.d.ts +12 -0
- package/lib/systems/vitalpoint/index.d.ts.map +1 -0
- package/lib/systems/vitalpoint/index.js +5 -0
- package/lib/systems/vitalpoint/types.d.ts +417 -0
- package/lib/systems/vitalpoint/types.d.ts.map +1 -0
- package/lib/test/test-utils.d.ts +46 -0
- package/lib/test/test-utils.d.ts.map +1 -0
- package/lib/types/AccessibilityTypes.d.ts +232 -0
- package/lib/types/AccessibilityTypes.d.ts.map +1 -0
- package/lib/types/AccessibilityTypes.js +13 -0
- package/lib/types/AccessibilityTypes.js.map +1 -0
- package/lib/types/HtmlOverlayTypes.d.ts +161 -0
- package/lib/types/HtmlOverlayTypes.d.ts.map +1 -0
- package/lib/types/LayoutTypes.d.ts +330 -0
- package/lib/types/LayoutTypes.d.ts.map +1 -0
- package/lib/types/LayoutTypes.js +118 -0
- package/lib/types/LayoutTypes.js.map +1 -0
- package/lib/types/PhysicsTypes.d.ts +327 -0
- package/lib/types/PhysicsTypes.d.ts.map +1 -0
- package/lib/types/PhysicsTypes.js +105 -0
- package/lib/types/PhysicsTypes.js.map +1 -0
- package/lib/types/ResponsiveTypes.d.ts +210 -0
- package/lib/types/ResponsiveTypes.d.ts.map +1 -0
- package/lib/types/clothing.d.ts +298 -0
- package/lib/types/clothing.d.ts.map +1 -0
- package/lib/types/common.d.ts +1247 -0
- package/lib/types/common.d.ts.map +1 -0
- package/lib/types/common.js +622 -0
- package/lib/types/common.js.map +1 -0
- package/lib/types/constants/animations.d.ts +93 -0
- package/lib/types/constants/animations.d.ts.map +1 -0
- package/lib/types/constants/animations.js +26 -0
- package/lib/types/constants/animations.js.map +1 -0
- package/lib/types/constants/colors.d.ts +151 -0
- package/lib/types/constants/colors.d.ts.map +1 -0
- package/lib/types/constants/colors.js +155 -0
- package/lib/types/constants/colors.js.map +1 -0
- package/lib/types/constants/designSystem.d.ts +469 -0
- package/lib/types/constants/designSystem.d.ts.map +1 -0
- package/lib/types/constants/designSystem.js +406 -0
- package/lib/types/constants/designSystem.js.map +1 -0
- package/lib/types/constants/index.d.ts +181 -0
- package/lib/types/constants/index.d.ts.map +1 -0
- package/lib/types/constants/index.js +176 -0
- package/lib/types/constants/index.js.map +1 -0
- package/lib/types/constants/layout.d.ts +76 -0
- package/lib/types/constants/layout.d.ts.map +1 -0
- package/lib/types/constants/layout.js +37 -0
- package/lib/types/constants/layout.js.map +1 -0
- package/lib/types/constants/performance.d.ts +183 -0
- package/lib/types/constants/performance.d.ts.map +1 -0
- package/lib/types/constants/performance.js +134 -0
- package/lib/types/constants/performance.js.map +1 -0
- package/lib/types/constants/typography.d.ts +85 -0
- package/lib/types/constants/typography.d.ts.map +1 -0
- package/lib/types/constants/typography.js +110 -0
- package/lib/types/constants/typography.js.map +1 -0
- package/lib/types/constants/ui.d.ts +187 -0
- package/lib/types/constants/ui.d.ts.map +1 -0
- package/lib/types/constants/ui.js +113 -0
- package/lib/types/constants/ui.js.map +1 -0
- package/lib/types/facial.d.ts +266 -0
- package/lib/types/facial.d.ts.map +1 -0
- package/lib/types/facial.js +92 -0
- package/lib/types/facial.js.map +1 -0
- package/lib/types/hand-animation.d.ts +370 -0
- package/lib/types/hand-animation.d.ts.map +1 -0
- package/lib/types/hand-animation.js +55 -0
- package/lib/types/hand-animation.js.map +1 -0
- package/lib/types/index.d.ts +14 -0
- package/lib/types/index.d.ts.map +1 -0
- package/lib/types/index.js +112 -0
- package/lib/types/index.js.map +1 -0
- package/lib/types/injury.d.ts +58 -0
- package/lib/types/injury.d.ts.map +1 -0
- package/lib/types/injury.js +23 -0
- package/lib/types/injury.js.map +1 -0
- package/lib/types/muscle.d.ts +146 -0
- package/lib/types/muscle.d.ts.map +1 -0
- package/lib/types/muscle.js +22 -0
- package/lib/types/muscle.js.map +1 -0
- package/lib/types/physics.d.ts +606 -0
- package/lib/types/physics.d.ts.map +1 -0
- package/lib/types/physics.js +162 -0
- package/lib/types/physics.js.map +1 -0
- package/lib/types/physicsConstants.d.ts +270 -0
- package/lib/types/physicsConstants.d.ts.map +1 -0
- package/lib/types/physicsConstants.js +71 -0
- package/lib/types/physicsConstants.js.map +1 -0
- package/lib/types/player-visual.d.ts +299 -0
- package/lib/types/player-visual.d.ts.map +1 -0
- package/lib/types/skeletal.d.ts +693 -0
- package/lib/types/skeletal.d.ts.map +1 -0
- package/lib/types/skeletal.js +189 -0
- package/lib/types/skeletal.js.map +1 -0
- package/lib/types/technique.d.ts +175 -0
- package/lib/types/technique.d.ts.map +1 -0
- package/lib/types/techniqueId.d.ts +51 -0
- package/lib/types/techniqueId.d.ts.map +1 -0
- package/lib/types/techniqueId.js +55 -0
- package/lib/types/techniqueId.js.map +1 -0
- package/lib/utils/EventManager.d.ts +133 -0
- package/lib/utils/EventManager.d.ts.map +1 -0
- package/lib/utils/EventManager.js +1 -0
- package/lib/utils/accessibility.d.ts +218 -0
- package/lib/utils/accessibility.d.ts.map +1 -0
- package/lib/utils/accessibility.js +167 -0
- package/lib/utils/accessibility.js.map +1 -0
- package/lib/utils/arenaWorldDimensions.d.ts +219 -0
- package/lib/utils/arenaWorldDimensions.d.ts.map +1 -0
- package/lib/utils/arenaWorldDimensions.js +154 -0
- package/lib/utils/arenaWorldDimensions.js.map +1 -0
- package/lib/utils/assetConfig.d.ts +39 -0
- package/lib/utils/assetConfig.d.ts.map +1 -0
- package/lib/utils/assetConfig.js +52 -0
- package/lib/utils/assetConfig.js.map +1 -0
- package/lib/utils/cameraShake.d.ts +115 -0
- package/lib/utils/cameraShake.d.ts.map +1 -0
- package/lib/utils/characterScaling.d.ts +305 -0
- package/lib/utils/characterScaling.d.ts.map +1 -0
- package/lib/utils/characterScaling.js +105 -0
- package/lib/utils/characterScaling.js.map +1 -0
- package/lib/utils/clothingColors.d.ts +120 -0
- package/lib/utils/clothingColors.d.ts.map +1 -0
- package/lib/utils/clothingMaterials.d.ts +65 -0
- package/lib/utils/clothingMaterials.d.ts.map +1 -0
- package/lib/utils/colorHelpers.d.ts +67 -0
- package/lib/utils/colorHelpers.d.ts.map +1 -0
- package/lib/utils/colorHelpers.js +81 -0
- package/lib/utils/colorHelpers.js.map +1 -0
- package/lib/utils/colorUtils.d.ts +113 -0
- package/lib/utils/colorUtils.d.ts.map +1 -0
- package/lib/utils/colorUtils.js +225 -0
- package/lib/utils/colorUtils.js.map +1 -0
- package/lib/utils/combatReadiness.d.ts +132 -0
- package/lib/utils/combatReadiness.d.ts.map +1 -0
- package/lib/utils/combatReadiness.js +176 -0
- package/lib/utils/combatReadiness.js.map +1 -0
- package/lib/utils/controlMapping.d.ts +171 -0
- package/lib/utils/controlMapping.d.ts.map +1 -0
- package/lib/utils/controlMapping.js +288 -0
- package/lib/utils/controlMapping.js.map +1 -0
- package/lib/utils/deviceDetection.d.ts +159 -0
- package/lib/utils/deviceDetection.d.ts.map +1 -0
- package/lib/utils/deviceDetection.js +337 -0
- package/lib/utils/deviceDetection.js.map +1 -0
- package/lib/utils/effectUtils.d.ts +63 -0
- package/lib/utils/effectUtils.d.ts.map +1 -0
- package/lib/utils/effectUtils.js +737 -0
- package/lib/utils/effectUtils.js.map +1 -0
- package/lib/utils/eventConstants.d.ts +25 -0
- package/lib/utils/eventConstants.d.ts.map +1 -0
- package/lib/utils/eventConstants.js +3 -0
- package/lib/utils/eventConstants.js.map +1 -0
- package/lib/utils/fabricTextures.d.ts +136 -0
- package/lib/utils/fabricTextures.d.ts.map +1 -0
- package/lib/utils/fabricTextures.js +301 -0
- package/lib/utils/fabricTextures.js.map +1 -0
- package/lib/utils/hapticFeedback.d.ts +224 -0
- package/lib/utils/hapticFeedback.d.ts.map +1 -0
- package/lib/utils/hapticFeedback.js +143 -0
- package/lib/utils/hapticFeedback.js.map +1 -0
- package/lib/utils/haptics.d.ts +139 -0
- package/lib/utils/haptics.d.ts.map +1 -0
- package/lib/utils/haptics.js +66 -0
- package/lib/utils/haptics.js.map +1 -0
- package/lib/utils/htmlOverlayHelpers.d.ts +168 -0
- package/lib/utils/htmlOverlayHelpers.d.ts.map +1 -0
- package/lib/utils/htmlOverlayHelpers.js +279 -0
- package/lib/utils/htmlOverlayHelpers.js.map +1 -0
- package/lib/utils/index.d.ts +15 -0
- package/lib/utils/index.d.ts.map +1 -0
- package/lib/utils/index.js +92 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/inputSystem.d.ts +154 -0
- package/lib/utils/inputSystem.d.ts.map +1 -0
- package/lib/utils/inputSystem.js +324 -0
- package/lib/utils/inputSystem.js.map +1 -0
- package/lib/utils/koreanThemeHelpers.d.ts +328 -0
- package/lib/utils/koreanThemeHelpers.d.ts.map +1 -0
- package/lib/utils/koreanThemeHelpers.js +348 -0
- package/lib/utils/koreanThemeHelpers.js.map +1 -0
- package/lib/utils/math.d.ts +80 -0
- package/lib/utils/math.d.ts.map +1 -0
- package/lib/utils/math.js +70 -0
- package/lib/utils/math.js.map +1 -0
- package/lib/utils/mobileLayoutHelpers.d.ts +52 -0
- package/lib/utils/mobileLayoutHelpers.d.ts.map +1 -0
- package/lib/utils/mobileLayoutHelpers.js +66 -0
- package/lib/utils/mobileLayoutHelpers.js.map +1 -0
- package/lib/utils/mobileUIUtils.d.ts +266 -0
- package/lib/utils/mobileUIUtils.d.ts.map +1 -0
- package/lib/utils/mobileUIUtils.js +33 -0
- package/lib/utils/mobileUIUtils.js.map +1 -0
- package/lib/utils/objectPool.d.ts +92 -0
- package/lib/utils/objectPool.d.ts.map +1 -0
- package/lib/utils/particlePool.d.ts +138 -0
- package/lib/utils/particlePool.d.ts.map +1 -0
- package/lib/utils/performance/PerformanceMonitor.d.ts +93 -0
- package/lib/utils/performance/PerformanceMonitor.d.ts.map +1 -0
- package/lib/utils/performance/PerformanceMonitor.js +155 -0
- package/lib/utils/performance/PerformanceMonitor.js.map +1 -0
- package/lib/utils/performance/PerformanceOverlay3D.d.ts +20 -0
- package/lib/utils/performance/PerformanceOverlay3D.d.ts.map +1 -0
- package/lib/utils/performance/PerformanceOverlay3D.js +200 -0
- package/lib/utils/performance/PerformanceOverlay3D.js.map +1 -0
- package/lib/utils/performance/index.d.ts +12 -0
- package/lib/utils/performance/index.d.ts.map +1 -0
- package/lib/utils/performance/index.js +3 -0
- package/lib/utils/performance/usePerformanceMonitor.d.ts +46 -0
- package/lib/utils/performance/usePerformanceMonitor.d.ts.map +1 -0
- package/lib/utils/performance/usePerformanceMonitor.js +71 -0
- package/lib/utils/performance/usePerformanceMonitor.js.map +1 -0
- package/lib/utils/performanceOptimization.d.ts +142 -0
- package/lib/utils/performanceOptimization.d.ts.map +1 -0
- package/lib/utils/performanceOptimization.js +27 -0
- package/lib/utils/performanceOptimization.js.map +1 -0
- package/lib/utils/physicalAttributeValidation.d.ts +197 -0
- package/lib/utils/physicalAttributeValidation.d.ts.map +1 -0
- package/lib/utils/player3DHelpers.d.ts +82 -0
- package/lib/utils/player3DHelpers.d.ts.map +1 -0
- package/lib/utils/player3DHelpers.js +176 -0
- package/lib/utils/player3DHelpers.js.map +1 -0
- package/lib/utils/playerUtils.d.ts +137 -0
- package/lib/utils/playerUtils.d.ts.map +1 -0
- package/lib/utils/playerUtils.js +296 -0
- package/lib/utils/playerUtils.js.map +1 -0
- package/lib/utils/responsiveLayout.d.ts +207 -0
- package/lib/utils/responsiveLayout.d.ts.map +1 -0
- package/lib/utils/responsiveLayout.js +114 -0
- package/lib/utils/responsiveLayout.js.map +1 -0
- package/lib/utils/responsiveLayoutHelpers.d.ts +156 -0
- package/lib/utils/responsiveLayoutHelpers.d.ts.map +1 -0
- package/lib/utils/responsiveLayoutHelpers.js +253 -0
- package/lib/utils/responsiveLayoutHelpers.js.map +1 -0
- package/lib/utils/safeAreaUtils.d.ts +133 -0
- package/lib/utils/safeAreaUtils.d.ts.map +1 -0
- package/lib/utils/safeAreaUtils.js +65 -0
- package/lib/utils/safeAreaUtils.js.map +1 -0
- package/lib/utils/sharedPhysicsConfig.d.ts +125 -0
- package/lib/utils/sharedPhysicsConfig.d.ts.map +1 -0
- package/lib/utils/sharedPhysicsConfig.js +119 -0
- package/lib/utils/sharedPhysicsConfig.js.map +1 -0
- package/lib/utils/skeletonScaling.d.ts +285 -0
- package/lib/utils/skeletonScaling.d.ts.map +1 -0
- package/lib/utils/skeletonScaling.js +46 -0
- package/lib/utils/skeletonScaling.js.map +1 -0
- package/lib/utils/stanceHelpers.d.ts +85 -0
- package/lib/utils/stanceHelpers.d.ts.map +1 -0
- package/lib/utils/stanceHelpers.js +132 -0
- package/lib/utils/stanceHelpers.js.map +1 -0
- package/lib/utils/threeObjectPool.d.ts +323 -0
- package/lib/utils/threeObjectPool.d.ts.map +1 -0
- package/lib/utils/threeObjectPool.js +345 -0
- package/lib/utils/threeObjectPool.js.map +1 -0
- package/lib/utils/visualEffects.d.ts +358 -0
- package/lib/utils/visualEffects.d.ts.map +1 -0
- package/lib/utils/visualEffects.js +423 -0
- package/lib/utils/visualEffects.js.map +1 -0
- package/package.json +222 -0
|
@@ -0,0 +1,916 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Kick Animations Module
|
|
3
|
+
*
|
|
4
|
+
* All kick animations (발차기) for Korean martial arts.
|
|
5
|
+
* Uses MartialArtsAnimationBuilder for readable, martial arts expert-friendly code.
|
|
6
|
+
*
|
|
7
|
+
* 한국 무술 발차기 애니메이션 모듈
|
|
8
|
+
*
|
|
9
|
+
* @module systems/animation/KickAnimations
|
|
10
|
+
* @korean 발차기애니메이션
|
|
11
|
+
*/
|
|
12
|
+
import type { SkeletalAnimation } from "../../../types/skeletal";
|
|
13
|
+
/**
|
|
14
|
+
* Front Kick - 앞차기 (Ap Chagi)
|
|
15
|
+
*
|
|
16
|
+
* Fundamental Taekwondo front kick - the first kick taught to every student.
|
|
17
|
+
* Ball of foot (앞꿈치 - Apkkumchi) strikes forward in explosive snapping motion.
|
|
18
|
+
*
|
|
19
|
+
* **Korean Martial Arts Biomechanics** (한국 무술 생체역학):
|
|
20
|
+
*
|
|
21
|
+
* **Stance & Weight Distribution** (자세와 체중 분배):
|
|
22
|
+
* - Start: 겨루기 자세 (Fighting stance), 60/40 weight
|
|
23
|
+
* - Chamber: 100% weight on supporting leg - instant balance shift
|
|
24
|
+
* - Extension: 100% weight on supporting leg throughout
|
|
25
|
+
* - Recovery: Return to 60/40 distribution
|
|
26
|
+
*
|
|
27
|
+
* **Chamber Phase - 준비 (Junbi)** [120ms]:
|
|
28
|
+
* - Kicking leg: Knee lifts to TORSO HEIGHT (명치 높이 - Myeongchi nopi)
|
|
29
|
+
* - Hip flexion: ~90° (1.57 rad) - thigh parallel to ground
|
|
30
|
+
* - Knee: Bent ~45° (0.79 rad) - shin vertical, foot pulled back
|
|
31
|
+
* - Ankle: DORSIFLEXED (발목 굽히기) - toes pulled toward shin
|
|
32
|
+
* - Foot position: Ball of foot ready (앞꿈치 준비)
|
|
33
|
+
* - Supporting leg: Nearly straight 170° (0.18 rad) for stability
|
|
34
|
+
* - Hips: Square facing target (정면 - Jeongmyeon)
|
|
35
|
+
* - Arms: 중단막기 (Middle guard) protects face - hands at chin
|
|
36
|
+
* - Breathing: Quick inhale through nose (코로 들이마시기)
|
|
37
|
+
* - Eyes: Lock on target - 명치 (solar plexus) or 얼굴 (face)
|
|
38
|
+
* - Weight: 100% on supporting leg - perfect balance critical
|
|
39
|
+
*
|
|
40
|
+
* **Extension Phase - 차기 (Chagi)** [180ms]:
|
|
41
|
+
* - Knee: SNAPS FORWARD - extends from 45° → 170° (0.18 rad)
|
|
42
|
+
* - Hip: Thrusts FORWARD ~10-15° to add power and reach
|
|
43
|
+
* - Striking surface: 앞꿈치 (ball of foot) - toes pulled back
|
|
44
|
+
* - Leg trajectory: STRAIGHT LINE forward from chamber
|
|
45
|
+
* - Ankle: Maintains dorsiflexion - rigid striking platform
|
|
46
|
+
* - Supporting leg: Stays straight, heel may lift slightly
|
|
47
|
+
* - Hips: Remain square - NO rotation (unlike roundhouse)
|
|
48
|
+
* - Arms: MAINTAIN guard - don't windmill!
|
|
49
|
+
* - Body lean: Slight backward lean ~5-10° to counterbalance
|
|
50
|
+
* - Breathing: Begin exhale (기합 준비 - Kihap junbi)
|
|
51
|
+
*
|
|
52
|
+
* **Peak Impact - 정점 (Jeongjeom)** [80ms]:
|
|
53
|
+
* - Maximum extension: Leg nearly straight 170° (0.18 rad)
|
|
54
|
+
* - Impact: 앞꿈치 (ball of foot) strikes target
|
|
55
|
+
* - Targets: 명치 (solar plexus), 얼굴 (face), 단전 (danjeon), 턱 (chin)
|
|
56
|
+
* - Hip position: Thrust forward for maximum reach
|
|
57
|
+
* - Breathing: SHARP exhale "칫!" (Chit!) or "이야!" (Iya!)
|
|
58
|
+
* - Supporting leg: Fully extended, stable base
|
|
59
|
+
* - Body: Slight backward lean maintained for balance
|
|
60
|
+
* - Power: 70% from hip thrust, 30% from knee snap
|
|
61
|
+
* - Arms: Guard still up - never drop!
|
|
62
|
+
*
|
|
63
|
+
* **Retraction Phase - 회수 (Hoisu)** [100ms]:
|
|
64
|
+
* - Knee: SNAPS BACK - leg returns via same path
|
|
65
|
+
* - Return through CHAMBER position - knee high, shin vertical
|
|
66
|
+
* - Speed: Retraction = Extension speed (defense critical!)
|
|
67
|
+
* - Hip: Returns to neutral position
|
|
68
|
+
* - Supporting leg: Maintains balance throughout
|
|
69
|
+
* - Foot: Stays dorsiflexed until return
|
|
70
|
+
*
|
|
71
|
+
* **Recovery Phase - 복귀 (Bokgwi)** [220ms]:
|
|
72
|
+
* - Leg: Lowers smoothly from chamber to floor
|
|
73
|
+
* - Foot: Places forward or returns to original position
|
|
74
|
+
* - Weight: Shifts from 100% → 60/40 fighting stance
|
|
75
|
+
* - Hips: Square, neutral position
|
|
76
|
+
* - Arms: Maintain 중단막기 (middle guard)
|
|
77
|
+
* - Stance: Return to 겨루기 자세 (fighting ready)
|
|
78
|
+
* - Breathing: Controlled recovery breath
|
|
79
|
+
* - Balance: Smooth weight transition, no wobbling
|
|
80
|
+
*
|
|
81
|
+
* **Combat Applications** (전투 응용):
|
|
82
|
+
* - Primary target: 명치 (solar plexus) - wind knockout
|
|
83
|
+
* - High target: 얼굴 (face), 턱 (chin) - knockout
|
|
84
|
+
* - Low target: 단전 (danjeon), 치골 (groin) - debilitating
|
|
85
|
+
* - Combinations: 잽-앞차기 (Jab-Front kick), 앞차기-돌려차기 (Front-Roundhouse)
|
|
86
|
+
* - Distance control: Push opponent away (밀어차기 variation)
|
|
87
|
+
* - Speed combo: Double front kick (연속 앞차기)
|
|
88
|
+
*
|
|
89
|
+
* **Biomechanical Keys** (생체역학 핵심):
|
|
90
|
+
* 1. **Chamber height** = Maximum power potential
|
|
91
|
+
* 2. **Hip thrust** = 70% of power (NOT just knee extension!)
|
|
92
|
+
* 3. **Snap back** = Defensive necessity (prevents grab)
|
|
93
|
+
* 4. **Dorsiflexion** = Rigid striking surface (prevents injury)
|
|
94
|
+
* 5. **Balance** = Power delivery platform (wobble = weak kick)
|
|
95
|
+
*
|
|
96
|
+
* **Taekwondo Principle**: "빠르게 들어가고 빠르게 나온다"
|
|
97
|
+
* (Enter fast, exit fast)
|
|
98
|
+
* - Chamber → Strike → Chamber = SAME SPEED
|
|
99
|
+
* - Kick that stays out = grabbed and thrown!
|
|
100
|
+
* - Clean chamber position = instant defensive readiness
|
|
101
|
+
*
|
|
102
|
+
* **Common Mistakes** (흔한 실수):
|
|
103
|
+
* - ❌ Low chamber (낮은 준비) - Weak kick, telegraphed
|
|
104
|
+
* - ❌ Pushing motion (밀기) - Not a snap kick!
|
|
105
|
+
* - ❌ Pointed toes (발끝 펴기) - Injury risk, weak surface
|
|
106
|
+
* - ❌ Slow retraction (느린 회수) - Leg gets grabbed
|
|
107
|
+
* - ❌ Dropping hands (손 내리기) - Face exposed to counter
|
|
108
|
+
* - ✅ Correct: High chamber + snap + quick retraction + guard up
|
|
109
|
+
*
|
|
110
|
+
* **Breathing Pattern** (호흡 패턴):
|
|
111
|
+
* - Chamber: Quick inhale (들이마시기)
|
|
112
|
+
* - Extension: Begin exhale (내쉬기 시작)
|
|
113
|
+
* - Impact: Explosive exhale with 기합 (Kihap)
|
|
114
|
+
* - Recovery: Controlled breath return
|
|
115
|
+
*
|
|
116
|
+
* Total duration: 700ms (MEDIUM_LIGHT technique)
|
|
117
|
+
*
|
|
118
|
+
* @korean 앞차기애니메이션
|
|
119
|
+
*/
|
|
120
|
+
export declare const FRONT_KICK_ANIMATION: SkeletalAnimation;
|
|
121
|
+
/**
|
|
122
|
+
* Roundhouse Kick - 돌려차기 (Dollyeo Chagi)
|
|
123
|
+
*
|
|
124
|
+
* THE signature Taekwondo kick - most practiced, most versatile, most devastating.
|
|
125
|
+
* Instep (발등 - Baldeung) or shin (정강이 - Jeonggangyi) strikes in circular arc.
|
|
126
|
+
*
|
|
127
|
+
* **Korean Martial Arts Biomechanics** (한국 무술 생체역학):
|
|
128
|
+
*
|
|
129
|
+
* **Stance & Weight Distribution** (자세와 체중 분배):
|
|
130
|
+
* - Start: 겨루기 자세 (Fighting stance), 60/40 weight
|
|
131
|
+
* - Chamber: 100% weight on supporting leg
|
|
132
|
+
* - Extension: 100% weight, supporting leg pivots
|
|
133
|
+
* - Impact: Supporting foot rotated 180° from start!
|
|
134
|
+
*
|
|
135
|
+
* **Chamber Phase - 준비 (Junbi)** [150ms]:
|
|
136
|
+
* - Kicking leg: Knee lifts HIGH and OUT TO SIDE (옆으로 들기)
|
|
137
|
+
* - Hip: Begins external rotation - knee points OUT ~45°
|
|
138
|
+
* - Hip flexion: ~100° (1.75 rad) - thigh raised high
|
|
139
|
+
* - Knee: Bent ~45° (0.79 rad) - shin angled inward
|
|
140
|
+
* - Ankle: PLANTARFLEXED (발목 펴기) - toes pointed for instep strike
|
|
141
|
+
* - Supporting leg: Straight 170° (0.18 rad), heel begins to pivot
|
|
142
|
+
* - Hip rotation: Begins opening - kicking hip rotates back ~30°
|
|
143
|
+
* - Shoulders: Begin counter-rotation for balance
|
|
144
|
+
* - Arms: 중단막기 (middle guard) or 상단막기 (high guard) for spinning defense
|
|
145
|
+
* - Breathing: Deep inhale (깊이 들이마시기)
|
|
146
|
+
* - Eyes: Lock on target through rotation
|
|
147
|
+
* - Balance: Core engaged, supporting leg stable
|
|
148
|
+
*
|
|
149
|
+
* **Hip Rotation Phase - 회전 (Hoejeon)** [200ms - Critical Phase!]:
|
|
150
|
+
* - Supporting foot: PIVOTS on ball - heel rotates 180° INWARD
|
|
151
|
+
* - Hip rotation: Kicking hip drives FORWARD and THROUGH ~90-120° rotation
|
|
152
|
+
* - Torso: Rotates WITH hips - upper body follows
|
|
153
|
+
* - Kicking leg: Knee continues OUT as hip opens
|
|
154
|
+
* - Supporting leg: Maintains straight, pivots smoothly
|
|
155
|
+
* - Shoulders: Counter-rotate to maintain balance
|
|
156
|
+
* - Head: Turns to keep eyes on target throughout
|
|
157
|
+
* - Power generation: Hip rotation = 80% of kick power!
|
|
158
|
+
* - Centrifugal force: Body rotation accelerates leg like whip
|
|
159
|
+
*
|
|
160
|
+
* **Extension/Whip Phase - 차기 (Chagi)** [included in rotation]:
|
|
161
|
+
* - Knee: Extends from 45° → 170° (0.18 rad) as hip completes rotation
|
|
162
|
+
* - Leg trajectory: CIRCULAR ARC - NOT straight line!
|
|
163
|
+
* - Striking surface: 발등 (instep) for competition, 정강이 (shin) for combat
|
|
164
|
+
* - Whip motion: Hip rotation → Knee extension = compound acceleration
|
|
165
|
+
* - Supporting pivot: Completes 180° rotation - heel now faces target!
|
|
166
|
+
* - Hip: Fully rotated forward, kicking leg at full extension
|
|
167
|
+
* - Body lean: Slight away from kick (~10-15°) for balance
|
|
168
|
+
* - Arms: Maintain guard, may assist with rotation
|
|
169
|
+
*
|
|
170
|
+
* **Peak Impact - 정점 (Jeongjeom)** [100ms]:
|
|
171
|
+
* - Maximum extension: Leg nearly straight 170° (0.18 rad)
|
|
172
|
+
* - Impact surface: 발등 (instep top of foot) or 정강이 (lower shin)
|
|
173
|
+
* - Target zones:
|
|
174
|
+
* - 머리 (head/face) - knockout
|
|
175
|
+
* - 관자놀이 (temple) - concussion
|
|
176
|
+
* - 목 (neck) - nerve shock
|
|
177
|
+
* - 늑골 (ribs) - body shot
|
|
178
|
+
* - 간장 (liver) - organ damage
|
|
179
|
+
* - Hip position: Fully rotated, kicking hip forward
|
|
180
|
+
* - Supporting foot: 180° rotated - toes point AWAY from target
|
|
181
|
+
* - Breathing: EXPLOSIVE exhale "차!" (Cha!) or "터억!" (Teok!)
|
|
182
|
+
* - Follow-through: Hip continues slight over-rotation for power
|
|
183
|
+
* - Body alignment: Supporting leg, hip, torso aligned perpendicular to target
|
|
184
|
+
* - Power transfer: ALL rotational momentum into target
|
|
185
|
+
*
|
|
186
|
+
* **Retraction Phase - 회수 (Hoisu)** [150ms]:
|
|
187
|
+
* - Leg: Retracts through CHAMBER position - knee high and out
|
|
188
|
+
* - Hip: Begins counter-rotation back toward starting position
|
|
189
|
+
* - Supporting foot: Pivots back toward neutral (may not complete full return)
|
|
190
|
+
* - Knee: Bends back to ~45° chamber angle
|
|
191
|
+
* - Speed: Fast retraction prevents grab/sweep
|
|
192
|
+
*
|
|
193
|
+
* **Recovery Phase - 복귀 (Bokgwi)** [200ms]:
|
|
194
|
+
* - Leg: Lowers from chamber to floor
|
|
195
|
+
* - Foot: Can place forward (switch stance) or return back (same stance)
|
|
196
|
+
* - Supporting foot: Completes pivot back to starting orientation
|
|
197
|
+
* - Weight: Shifts from 100% → 60/40 distribution
|
|
198
|
+
* - Hips: Return to neutral square position
|
|
199
|
+
* - Arms: Maintain 중단막기 (middle guard)
|
|
200
|
+
* - Stance: Reset to 겨루기 자세 (fighting ready)
|
|
201
|
+
* - Breathing: Controlled recovery
|
|
202
|
+
* - Balance: Smooth transition, ready for next technique
|
|
203
|
+
*
|
|
204
|
+
* **Combat Applications** (전투 응용):
|
|
205
|
+
* - Head kick (머리차기): Knockout potential - Olympic scoring
|
|
206
|
+
* - Body kick (몸통차기): Liver, ribs, solar plexus
|
|
207
|
+
* - Low kick (하단차기): Thigh, calf (Muay Thai style)
|
|
208
|
+
* - Combinations:
|
|
209
|
+
* - 잽-돌려차기 (Jab-Roundhouse) - classic hand-foot combo
|
|
210
|
+
* - 앞차기-돌려차기 (Front-Roundhouse) - same leg double kick
|
|
211
|
+
* - 돌려차기-뒤차기 (Roundhouse-Back kick) - rotation combo
|
|
212
|
+
* - Switch kick: Step up and kick with rear leg (instant power)
|
|
213
|
+
*
|
|
214
|
+
* **Biomechanical Keys** (생체역학 핵심):
|
|
215
|
+
* 1. **Hip rotation** = 80% of power (NOT leg extension!)
|
|
216
|
+
* 2. **Supporting foot pivot** = Enables hip rotation (pivot = power)
|
|
217
|
+
* 3. **High chamber** = Power and speed potential
|
|
218
|
+
* 4. **Centrifugal force** = Whip motion multiplies speed
|
|
219
|
+
* 5. **Follow-through** = Complete power transfer
|
|
220
|
+
* 6. **180° pivot** = Full body commitment (no half measures!)
|
|
221
|
+
*
|
|
222
|
+
* **Physics Principle**: "각운동량이 힘을 만든다"
|
|
223
|
+
* (Angular momentum creates power)
|
|
224
|
+
* - Rotation speed × Leg mass × Distance = Devastating force
|
|
225
|
+
* - Supporting pivot allows full hip rotation = maximum angular velocity
|
|
226
|
+
* - Leg extends at peak velocity = compound acceleration
|
|
227
|
+
* - Impact at maximum distance = longest lever arm = maximum torque
|
|
228
|
+
*
|
|
229
|
+
* **Taekwondo Principle**: "돌려차기는 태권도의 영혼이다"
|
|
230
|
+
* (The roundhouse kick is the soul of Taekwondo)
|
|
231
|
+
* - Most versatile: Works at all ranges and heights
|
|
232
|
+
* - Most powerful: Angular momentum beats linear force
|
|
233
|
+
* - Most strategic: Can target any level instantly
|
|
234
|
+
* - Most beautiful: Embodiment of Korean martial arts aesthetics
|
|
235
|
+
*
|
|
236
|
+
* **Common Mistakes** (흔한 실수):
|
|
237
|
+
* - ❌ No pivot (피벗 없음) - Hip can't rotate = weak kick!
|
|
238
|
+
* - ❌ Low chamber (낮은 준비) - Telegraphed and slow
|
|
239
|
+
* - ❌ Straight leg extension (직선 펴기) - Not a front kick!
|
|
240
|
+
* - ❌ Pushing motion (밀기) - Needs WHIP motion
|
|
241
|
+
* - ❌ Incomplete rotation (불완전 회전) - Power leak
|
|
242
|
+
* - ❌ Dropping hands (손 내리기) - Counter-punched!
|
|
243
|
+
* - ✅ Correct: High chamber + full pivot + hip whip + complete rotation
|
|
244
|
+
*
|
|
245
|
+
* **Training Points** (훈련 포인트):
|
|
246
|
+
* - Practice pivot separately: Supporting foot must rotate smoothly
|
|
247
|
+
* - Chamber height determines power: High chamber = high power
|
|
248
|
+
* - Hip leads, leg follows: Not arm wrestling with your leg!
|
|
249
|
+
* - Eyes through target: Never lose sight during rotation
|
|
250
|
+
* - Guard stays up: Spinning = temporary blindness = vulnerable
|
|
251
|
+
*
|
|
252
|
+
* **Breathing Pattern** (호흡 패턴):
|
|
253
|
+
* - Chamber: Deep inhale (깊이 들이마시기)
|
|
254
|
+
* - Rotation: Hold/control breath (호흡 유지)
|
|
255
|
+
- Extension: Begin exhale (내쉬기 시작)
|
|
256
|
+
* - Impact: Explosive 기합 (Kihap) "차!" or "터억!"
|
|
257
|
+
* - Recovery: Controlled recovery breath
|
|
258
|
+
*
|
|
259
|
+
* **Competition vs. Combat** (겨루기 vs. 실전):
|
|
260
|
+
* - Competition: 발등 (instep) - legal striking surface, head scoring
|
|
261
|
+
* - Combat: 정강이 (shin) - bone-on-bone, devastating to ribs/legs
|
|
262
|
+
* - Olympic: High kicks valued - spectacular and difficult
|
|
263
|
+
* - Street: Mid-low kicks safer - less commitment, less risk
|
|
264
|
+
*
|
|
265
|
+
* Total duration: 800ms (HEAVY_LIGHT technique)
|
|
266
|
+
*
|
|
267
|
+
* @korean 돌려차기애니메이션
|
|
268
|
+
*/
|
|
269
|
+
export declare const ROUNDHOUSE_KICK_ANIMATION: SkeletalAnimation;
|
|
270
|
+
/**
|
|
271
|
+
* Side Kick - 옆차기 (Yeop Chagi)
|
|
272
|
+
*
|
|
273
|
+
* Powerful lateral thrusting kick - the "push kick" of Taekwondo.
|
|
274
|
+
* Heel (뒤꿈치 - Dwikkumchi) drives through target in straight line like piston.
|
|
275
|
+
*
|
|
276
|
+
* **Korean Martial Arts Biomechanics** (한국 무술 생체역학):
|
|
277
|
+
*
|
|
278
|
+
* **Stance & Weight Distribution** (자세와 체중 분배):
|
|
279
|
+
* - Start: 겨루기 자세 (Fighting stance), 60/40
|
|
280
|
+
* - Chamber: 100% weight on supporting leg, body turns SIDEWAYS
|
|
281
|
+
* - Extension: 100% weight, body perpendicular to target
|
|
282
|
+
* - Key: Body turns 90° from target for maximum hip drive
|
|
283
|
+
*
|
|
284
|
+
* **Chamber Phase - 준비 (Junbi)** [120ms]:
|
|
285
|
+
* - Body rotation: Turns SIDEWAYS 90° - shoulder faces target
|
|
286
|
+
* - Kicking leg: Knee lifts to torso height, pulls ACROSS body
|
|
287
|
+
* - Hip: Deeply COILED - kicking leg knee points toward ground initially
|
|
288
|
+
* - Knee: Bent ~45° (0.79 rad), shin vertical but TILTED inward
|
|
289
|
+
* - Ankle: DORSIFLEXED (발목 굽히기) - heel ready, toes pulled back
|
|
290
|
+
* - Foot position: Blade of foot (발날 - Balnal) or heel (뒤꿈치) ready
|
|
291
|
+
* - Supporting leg: Nearly straight 170° (0.18 rad) for stability
|
|
292
|
+
* - Hips: Turned 90° - SIDEWAYS to target (critical for power!)
|
|
293
|
+
* - Torso: Side-facing, shoulder points at target
|
|
294
|
+
* - Arms: 상단막기 (High guard) - exposed side, must protect
|
|
295
|
+
* - Head: Looks over LEAD shoulder at target
|
|
296
|
+
* - Breathing: Deep inhale (들이마시기)
|
|
297
|
+
* - Balance: Weight centered over supporting leg
|
|
298
|
+
*
|
|
299
|
+
* **Extension/Thrust Phase - 차기 (Chagi)** [200ms]:
|
|
300
|
+
* - Hip: Drives FORWARD and SIDEWAYS - powerful piston motion
|
|
301
|
+
* - Knee: Extends from 45° → 170° (0.18 rad) - nearly straight
|
|
302
|
+
* - Leg trajectory: STRAIGHT LINEAR PATH - like spear thrust
|
|
303
|
+
* - Striking surface: 뒤꿈치 (heel) or 발날 (blade of foot)
|
|
304
|
+
* - Ankle: Maintains dorsiflexion - rigid heel platform
|
|
305
|
+
* - Hip thrust: Drives hip FORWARD ~15-20cm for penetration
|
|
306
|
+
* - Supporting leg: Stays stable, may lift heel slightly
|
|
307
|
+
* - Body: Leans AWAY ~15-20° to counterbalance (like capital "T")
|
|
308
|
+
* - Torso: Remains perpendicular - no forward rotation
|
|
309
|
+
* - Head: Continues looking over shoulder at target
|
|
310
|
+
* - Arms: High guard protects exposed face
|
|
311
|
+
* - Power: Linear thrust, not rotational - PUSHING power
|
|
312
|
+
*
|
|
313
|
+
* **Peak Impact - 정점 (Jeongjeom)** [80ms]:
|
|
314
|
+
* - Maximum extension: Leg nearly straight 170° (0.18 rad)
|
|
315
|
+
* - Impact: 뒤꿈치 (heel) drives THROUGH target
|
|
316
|
+
* - Target zones:
|
|
317
|
+
* - 늑골 (ribs) - rib fracture potential
|
|
318
|
+
* - 명치 (solar plexus) - wind knockout
|
|
319
|
+
* - 무릎 (knee) - joint destruction
|
|
320
|
+
* - 얼굴 (face) - if flexible enough for high side kick
|
|
321
|
+
* - Hip position: Fully extended forward
|
|
322
|
+
* - Body lean: Maximum ~20° away from kick
|
|
323
|
+
* - Breathing: Explosive exhale "이야!" (Iya!) or "터억!" (Teok!)
|
|
324
|
+
* - Power delivery: ALL body mass drives linearly through heel
|
|
325
|
+
* - Penetration: Kick goes THROUGH target, not just touches
|
|
326
|
+
* - Supporting leg: Solid base, no wobble
|
|
327
|
+
*
|
|
328
|
+
* **Retraction Phase - 회수 (Hoisu)** [150ms]:
|
|
329
|
+
* - Leg: Returns through CHAMBER position - knee high, across body
|
|
330
|
+
* - Hip: Pulls back to coiled position
|
|
331
|
+
* - Supporting leg: Maintains balance
|
|
332
|
+
* - Body: Stays sideways throughout retraction
|
|
333
|
+
* - Speed: Fast retraction prevents grab
|
|
334
|
+
*
|
|
335
|
+
* **Recovery Phase - 복귀 (Bokgwi)** [200ms]:
|
|
336
|
+
* - Body rotation: Turns back to face target (90° rotation back)
|
|
337
|
+
* - Leg: Lowers from chamber to floor
|
|
338
|
+
* - Foot: Places forward or returns to original position
|
|
339
|
+
* - Weight: Shifts from 100% → 60/40 distribution
|
|
340
|
+
* - Hips: Square back to target (정면 - Jeongmyeon)
|
|
341
|
+
* - Arms: Return to 중단막기 (middle guard)
|
|
342
|
+
* - Stance: Reset to 겨루기 자세 (fighting ready)
|
|
343
|
+
* - Breathing: Controlled recovery
|
|
344
|
+
* - Balance: Smooth transition
|
|
345
|
+
*
|
|
346
|
+
* **Combat Applications** (전투 응용):
|
|
347
|
+
* - Knee destruction (무릎 파괴): Side kick to knee joint = fight over
|
|
348
|
+
* - Rib breaking (늑골 파괴): Heel to ribs = internal damage
|
|
349
|
+
* - Distance control: Push opponent away (밀어차기)
|
|
350
|
+
* - Defense: Stop charging opponent - best defensive kick
|
|
351
|
+
* - Combinations:
|
|
352
|
+
* - 잽-옆차기 (Jab-Side kick) - hand sets up foot
|
|
353
|
+
* - 옆차기-뒤차기 (Side-Back kick) - rotation combo
|
|
354
|
+
* - 앞차기-옆차기 (Front-Side kick) - level change
|
|
355
|
+
*
|
|
356
|
+
* **Biomechanical Keys** (생체역학 핵심):
|
|
357
|
+
* 1. **Sideways turn** = Enables hip thrust (90° turn mandatory!)
|
|
358
|
+
* 2. **Hip drive** = 75% of power (forward hip thrust)
|
|
359
|
+
* 3. **Linear trajectory** = Maximum force on target
|
|
360
|
+
* 4. **Heel strike** = Hardest part of foot, best penetration
|
|
361
|
+
* 5. **Body lean** = Counterbalance enables full extension
|
|
362
|
+
* 6. **High chamber** = Protects knee, enables power
|
|
363
|
+
*
|
|
364
|
+
* **Physics Principle**: "직선이 가장 강하다"
|
|
365
|
+
* (Straight line is strongest)
|
|
366
|
+
* - Linear force > Rotational force for penetration
|
|
367
|
+
* - Heel = Smallest contact area = Maximum PSI
|
|
368
|
+
* - Body weight + hip thrust = Maximum forward momentum
|
|
369
|
+
* - 90° turn = Full hip power alignment
|
|
370
|
+
*
|
|
371
|
+
* **Taekwondo Principle**: "옆차기는 태권도의 힘이다"
|
|
372
|
+
* (Side kick is the power of Taekwondo)
|
|
373
|
+
* - Most powerful kick: Linear thrust beats angular rotation
|
|
374
|
+
* - Most defensive: Stops opponent's advance instantly
|
|
375
|
+
* - Most destructive: Heel to knee = joint destruction
|
|
376
|
+
* - Best range: Maximum reach with maximum power
|
|
377
|
+
*
|
|
378
|
+
* **Common Mistakes** (흔한 실수):
|
|
379
|
+
* - ❌ Not turning sideways (옆으로 안 돌기) - Hip can't thrust!
|
|
380
|
+
* - ❌ Circular motion (원형 움직임) - Not a roundhouse!
|
|
381
|
+
* - ❌ Pointed toes (발끝 펴기) - Wrong striking surface
|
|
382
|
+
* - ❌ Forward lean (앞으로 기울기) - Loss of balance
|
|
383
|
+
* - ❌ Low chamber (낮은 준비) - Telegraphed and weak
|
|
384
|
+
* - ❌ Bent leg at impact (구부린 다리) - Power leak
|
|
385
|
+
* - ✅ Correct: 90° turn + high chamber + linear thrust + heel strike
|
|
386
|
+
*
|
|
387
|
+
* **Training Points** (훈련 포인트):
|
|
388
|
+
* - Practice turn separately: Body must go fully sideways
|
|
389
|
+
* - Chamber position: Knee across body, not out to side
|
|
390
|
+
* - Thrust motion: Like pushing door with foot
|
|
391
|
+
* - Heel ready: Dorsiflexion critical for proper surface
|
|
392
|
+
* - Balance: Supporting leg stability determines power
|
|
393
|
+
*
|
|
394
|
+
* **Self-Defense Application** (호신술 응용):
|
|
395
|
+
* - Knee kick: Most effective self-defense - destroys mobility
|
|
396
|
+
* - Rib kick: Incapacitates attacker without lethal force
|
|
397
|
+
* - Push kick: Creates distance, ends engagement
|
|
398
|
+
* - Works in confined space: Can kick while backed against wall
|
|
399
|
+
*
|
|
400
|
+
* Total duration: 750ms (MEDIUM_HEAVY technique)
|
|
401
|
+
*
|
|
402
|
+
* @korean 옆차기애니메이션
|
|
403
|
+
*/
|
|
404
|
+
export declare const SIDE_KICK_ANIMATION: SkeletalAnimation;
|
|
405
|
+
/**
|
|
406
|
+
* Axe Kick - 내려차기 (Naeryeo Chagi) or 찍기 (Jjikgi)
|
|
407
|
+
*
|
|
408
|
+
* Spectacular high-reaching kick that descends like an axe blade onto target.
|
|
409
|
+
* Heel (뒤꿈치 - Dwikkumchi) drops vertically from above - devastating when lands!
|
|
410
|
+
*
|
|
411
|
+
* **Korean Martial Arts Biomechanics** (한국 무술 생체역학):
|
|
412
|
+
*
|
|
413
|
+
* **Stance & Weight Distribution** (자세와 체중 분배):
|
|
414
|
+
* - Start: 겨루기 자세 (Fighting stance), 60/40
|
|
415
|
+
* - Rise: 100% weight on supporting leg
|
|
416
|
+
* - Chop: 100% weight, body leans back for counterbalance
|
|
417
|
+
* - Recovery: Gradual return to 60/40
|
|
418
|
+
* - Requires: Excellent flexibility (유연성) and balance (균형)
|
|
419
|
+
*
|
|
420
|
+
* **Rise Phase - 올리기 (Olligi)** [200ms]:
|
|
421
|
+
* - Kicking leg: Lifts STRAIGHT UP in vertical plane
|
|
422
|
+
* - Hip flexion: MAXIMUM ~120-140° (2.09-2.44 rad) - very high!
|
|
423
|
+
* - Knee: STRAIGHT or nearly straight 170° (0.18 rad) throughout rise
|
|
424
|
+
* - Ankle: DORSIFLEXED (발목 굽히기) - heel ready for strike
|
|
425
|
+
* - Leg path: Vertical rise DIRECTLY in front of body
|
|
426
|
+
* - Height: Leg rises ABOVE target height (need height to chop down!)
|
|
427
|
+
* - Supporting leg: Straight 170° (0.18 rad), rock-solid base
|
|
428
|
+
* - Hips: Slight forward tilt to assist leg rise
|
|
429
|
+
* - Torso: Slight backward lean ~10° to counterbalance
|
|
430
|
+
* - Arms: 상단막기 (High guard) protects during extended position
|
|
431
|
+
* - Head: Looks UP following leg rise, then locks on target
|
|
432
|
+
* - Breathing: Deep inhale during rise (힘내기)
|
|
433
|
+
* - Balance: Core TIGHTLY engaged - stability critical
|
|
434
|
+
* - Supporting heel: May lift slightly to assist height
|
|
435
|
+
*
|
|
436
|
+
* **Apex/Peak Position - 정점 (Jeongjeom)** [Brief moment]:
|
|
437
|
+
* - Leg: At maximum height - ideally ABOVE own head!
|
|
438
|
+
* - Hip: Fully flexed, leg vertical or beyond
|
|
439
|
+
* - Body: Backward lean increases to ~15-20°
|
|
440
|
+
* - Moment of transition: Ascending motion → Descending motion
|
|
441
|
+
* - Critical: Must maintain balance at apex!
|
|
442
|
+
*
|
|
443
|
+
* **Chop/Descending Phase - 내려치기 (Naeryeochigi)** [300ms]:
|
|
444
|
+
* - Leg: Drops STRAIGHT DOWN in vertical plane - like axe blade!
|
|
445
|
+
* - Motion: CONTROLLED DROP initially, accelerates with gravity
|
|
446
|
+
* - Knee: Stays straight ~170° (0.18 rad) - rigid striking lever
|
|
447
|
+
* - Ankle: Maintains dorsiflexion - heel is blade edge
|
|
448
|
+
* - Striking surface: 뒤꿈치 (heel) - hardest part descending
|
|
449
|
+
* - Trajectory: VERTICAL or slightly forward - NOT backward!
|
|
450
|
+
* - Speed: Accelerates due to gravity + muscle contraction
|
|
451
|
+
* - Hip: Drives DOWN and FORWARD to add power
|
|
452
|
+
* - Body: Continues backward lean ~15-20° for balance
|
|
453
|
+
* - Arms: High guard maintained - face protection
|
|
454
|
+
* - Breathing: Begin exhale during descent
|
|
455
|
+
* - Supporting leg: Stays straight and stable
|
|
456
|
+
* - Eyes: Lock on target during descent
|
|
457
|
+
*
|
|
458
|
+
* **Impact Phase - 타격 (Tagyeok)** [120ms]:
|
|
459
|
+
* - Impact: Heel CHOPS DOWN onto target
|
|
460
|
+
* - Target zones:
|
|
461
|
+
* - 머리 (head/crown) - knockout/concussion
|
|
462
|
+
* - 어깨 (shoulder) - collar bone break
|
|
463
|
+
* - 쇄골 (clavicle) - structural break
|
|
464
|
+
* - 팔 (arm) - limb disable if blocking
|
|
465
|
+
* - Impact energy: Body weight + gravity + muscle force
|
|
466
|
+
* - Breathing: EXPLOSIVE exhale "하!" (Ha!) or "척!" (Cheok!)
|
|
467
|
+
* - Follow-through: Heel continues DOWN past initial contact
|
|
468
|
+
* - Body: Maximum backward lean ~20-25° at impact
|
|
469
|
+
* - Supporting leg: Solid base absorbs impact shock
|
|
470
|
+
* - Power: Downward force = devastating on rigid structures
|
|
471
|
+
*
|
|
472
|
+
* **Set Down Phase - 착지 (Chakji)** [150ms]:
|
|
473
|
+
* - Leg: CONTROLLED descent to floor from impact
|
|
474
|
+
* - Knee: May bend slightly ~160° (0.28 rad) to cushion landing
|
|
475
|
+
* - Foot: Places forward in front of body (typical placement)
|
|
476
|
+
* - Hip: Releases flexion, leg lowers smoothly
|
|
477
|
+
* - Body: Begins returning to upright position
|
|
478
|
+
* - Weight: Begins transferring to kicking leg as it lands
|
|
479
|
+
* - Balance: Smooth transition, no stumbling
|
|
480
|
+
*
|
|
481
|
+
* **Recovery Phase - 복귀 (Bokgwi)** [230ms]:
|
|
482
|
+
* - Stance: Foot now planted forward, weight shifts forward
|
|
483
|
+
* - Body: Returns to upright fighting posture
|
|
484
|
+
* - Weight: Settles to 60/40 distribution (may now be in switched stance)
|
|
485
|
+
* - Hips: Return to neutral square position
|
|
486
|
+
* - Arms: Return to 중단막기 (middle guard)
|
|
487
|
+
* - Stance: Reset to 겨루기 자세 (fighting ready)
|
|
488
|
+
* - Breathing: Controlled recovery breath
|
|
489
|
+
* - Balance: Full stability restored
|
|
490
|
+
*
|
|
491
|
+
* **Combat Applications** (전투 응용):
|
|
492
|
+
* - Head strike (머리공격): Knockout potential - concussion
|
|
493
|
+
* - Collar bone (쇄골): Structural break - disabling
|
|
494
|
+
* - Shoulder (어깨): Joint damage or dislocation
|
|
495
|
+
* - Breaking guard: Chop down on opponent's blocking arms
|
|
496
|
+
* - Combinations:
|
|
497
|
+
* - 앞차기-내려차기 (Front-Axe) - fake low, go high
|
|
498
|
+
* - 내려차기-돌려차기 (Axe-Roundhouse) - vertical to horizontal
|
|
499
|
+
* - After grab escape: Leg free → immediate axe kick
|
|
500
|
+
*
|
|
501
|
+
* **Biomechanical Keys** (생체역학 핵심):
|
|
502
|
+
* 1. **Straight leg rise** = Maximum height (bent knee = lower height)
|
|
503
|
+
* 2. **Vertical path** = Pure downward force (no angle dissipation)
|
|
504
|
+
* 3. **Gravity assist** = Free energy addition to strike
|
|
505
|
+
* 4. **Heel strike** = Hardest surface, concentrated force
|
|
506
|
+
* 5. **Backward lean** = Counterbalance enables high rise and stable descent
|
|
507
|
+
* 6. **Flexibility** = Determines maximum height and effectiveness
|
|
508
|
+
*
|
|
509
|
+
* **Physics Principle**: "중력은 최고의 친구다"
|
|
510
|
+
* (Gravity is your best friend)
|
|
511
|
+
* - Potential energy (height) → Kinetic energy (descent)
|
|
512
|
+
* - Acceleration = 9.8 m/s² + muscle contraction
|
|
513
|
+
* - Vertical impact = No force dissipation to sides
|
|
514
|
+
* - Heel = Smallest contact area = Maximum PSI
|
|
515
|
+
*
|
|
516
|
+
* **Taekwondo Principle**: "내려차기는 태권도의 예술이다"
|
|
517
|
+
* (Axe kick is the art of Taekwondo)
|
|
518
|
+
* - Most spectacular: Visual impact and difficulty
|
|
519
|
+
* - Most flexible: Requires extreme hip flexibility
|
|
520
|
+
* - Most balanced: Perfect balance while extended
|
|
521
|
+
* - Most surprising: Unexpected attack angle from above
|
|
522
|
+
*
|
|
523
|
+
* **Common Mistakes** (흔한 실수):
|
|
524
|
+
* - ❌ Bent knee rise (구부린 무릎) - Can't reach height
|
|
525
|
+
* - ❌ Backward trajectory (뒤로 내리기) - Misses target
|
|
526
|
+
* - ❌ Pointed toes (발끝 펴기) - Wrong striking surface
|
|
527
|
+
* - ❌ Forward lean (앞으로 기울기) - Loss of balance, falls forward
|
|
528
|
+
* - ❌ No height (낮은 올리기) - Weak chop, not enough drop
|
|
529
|
+
* - ❌ Uncontrolled descent (통제 안됨) - Can't stop, miss target
|
|
530
|
+
* - ✅ Correct: Straight leg high + vertical chop + controlled descent + heel strike
|
|
531
|
+
*
|
|
532
|
+
* **Training Points** (훈련 포인트):
|
|
533
|
+
* - Flexibility first: Can't axe kick without hamstring flexibility!
|
|
534
|
+
* - Height practice: Kick high first, accuracy second
|
|
535
|
+
* - Balance work: Single-leg balance drills essential
|
|
536
|
+
* - Controlled descent: Not just dropping - DRIVING down
|
|
537
|
+
* - Landing practice: Smooth set-down without stumbling
|
|
538
|
+
*
|
|
539
|
+
* **Flexibility Requirements** (유연성 요구사항):
|
|
540
|
+
* - Hamstring: Must reach 160-180° hip flexion
|
|
541
|
+
* - Hip flexors: Must support leg at high position
|
|
542
|
+
* - Lower back: Must tolerate backward lean
|
|
543
|
+
* - Standing leg: Calf flexibility for supporting heel lift
|
|
544
|
+
*
|
|
545
|
+
* **Competition vs. Street** (겨루기 vs. 실전):
|
|
546
|
+
* - Competition: Spectacular, high-scoring technique
|
|
547
|
+
* - Street: RISKY - high commitment, long recovery if miss
|
|
548
|
+
* - Demo: Flashy, breaks boards held high
|
|
549
|
+
* - Practical: Best when opponent's guard is high
|
|
550
|
+
*
|
|
551
|
+
* Total duration: 1000ms (HEAVY technique)
|
|
552
|
+
*
|
|
553
|
+
* @korean 내려차기애니메이션
|
|
554
|
+
*/
|
|
555
|
+
export declare const AXE_KICK_ANIMATION: SkeletalAnimation;
|
|
556
|
+
/**
|
|
557
|
+
* Back Kick - 뒤차기 (Dwi Chagi) or 뒤후리기 (Dwi Hurigi)
|
|
558
|
+
*
|
|
559
|
+
* Powerful spinning heel thrust - one of Taekwondo's most devastating techniques.
|
|
560
|
+
* 180° body rotation into linear heel strike - combines spin speed with thrust power.
|
|
561
|
+
*
|
|
562
|
+
* **Korean Martial Arts Biomechanics** (한국 무술 생체역학):
|
|
563
|
+
*
|
|
564
|
+
* **Stance & Weight Distribution** (자세와 체중 분배):
|
|
565
|
+
* - Start: 겨루기 자세 (Fighting stance) facing target, 60/40
|
|
566
|
+
* - Spin: Weight shifts during 180° rotation
|
|
567
|
+
* - Thrust: 100% weight on supporting leg, back to target
|
|
568
|
+
* - Recovery: Complete rotation, return to facing target
|
|
569
|
+
* - Key: Blind technique - must look over shoulder!
|
|
570
|
+
*
|
|
571
|
+
* **Spin & Chamber Phase - 회전+준비 (Hoejeon + Junbi)** [200ms]:
|
|
572
|
+
* - Body rotation: 180° SPIN - turns BACK to target
|
|
573
|
+
* - Head: Looks OVER SHOULDER at target throughout (critical!)
|
|
574
|
+
* - Direction: Can spin either direction - usually toward back leg
|
|
575
|
+
* - Supporting leg: Pivots on ball of foot during rotation
|
|
576
|
+
* - Kicking leg: Lifts and CHAMBERS during spin
|
|
577
|
+
* - Hip flexion: ~90° (1.57 rad) as knee rises
|
|
578
|
+
* - Knee: Bent ~60° (1.05 rad) during chamber
|
|
579
|
+
* - Hips: Rotate 180° to face AWAY from target
|
|
580
|
+
* - Shoulders: Rotate with hips, back now to target
|
|
581
|
+
* - Arms: 상단막기 (High guard) during spin - vulnerable moment!
|
|
582
|
+
* - Eyes: NEVER lose sight of target - look over shoulder!
|
|
583
|
+
* - Breathing: Inhale during spin (준비 호흡)
|
|
584
|
+
* - Balance: Core engaged, smooth rotation
|
|
585
|
+
* - Supporting foot: Pivots smoothly 180°
|
|
586
|
+
*
|
|
587
|
+
* **Thrust/Extension Phase - 차기 (Chagi)** [300ms]:
|
|
588
|
+
* - Leg: EXPLODES BACKWARD in straight line
|
|
589
|
+
* - Knee: Extends from 60° → 170° (0.18 rad) - nearly straight
|
|
590
|
+
* - Striking surface: 뒤꿈치 (heel) - hardest point
|
|
591
|
+
* - Trajectory: STRAIGHT LINEAR backward thrust
|
|
592
|
+
* - Hip: Drives BACKWARD through target - powerful thrust
|
|
593
|
+
* - Ankle: PLANTARFLEXED (발목 펴기) - heel projects backward
|
|
594
|
+
* - Body: Leans FORWARD ~15-20° to counterbalance
|
|
595
|
+
* - Torso: Bent forward at waist, back parallel to ground
|
|
596
|
+
* - Supporting leg: Straight 170° (0.18 rad), stable base
|
|
597
|
+
* - Arms: Extended forward or high guard for balance
|
|
598
|
+
* - Head: STILL looking over shoulder at target (critical visual!)
|
|
599
|
+
* - Hip thrust: Drives kicking hip BACKWARD into strike
|
|
600
|
+
* - Power: Linear backward thrust like mule kick!
|
|
601
|
+
* - Breathing: Building to exhale
|
|
602
|
+
*
|
|
603
|
+
* **Peak Impact - 정점 (Jeongjeom)** [120ms]:
|
|
604
|
+
* - Maximum extension: Leg nearly straight 170° (0.18 rad)
|
|
605
|
+
* - Impact: Heel DRIVES through target backward
|
|
606
|
+
* - Target zones:
|
|
607
|
+
* - 명치 (solar plexus) - wind knockout
|
|
608
|
+
* - 늑골 (ribs) - rib fracture potential
|
|
609
|
+
* - 얼굴 (face) - knockout if aimed high
|
|
610
|
+
* - 무릎 (knee) - joint destruction if low
|
|
611
|
+
* - Body lean: Maximum forward ~20-25° (like horse stance lean)
|
|
612
|
+
* - Breathing: EXPLOSIVE exhale "차!" (Cha!) or "우억!" (Wueok!)
|
|
613
|
+
* - Power delivery: Full body mass + spin momentum + thrust
|
|
614
|
+
* - Supporting leg: Rock solid, no wobble
|
|
615
|
+
* - Back to target: Completely vulnerable - must land kick!
|
|
616
|
+
* - Eyes: Target locked through side vision
|
|
617
|
+
* - Follow-through: Hip continues backward past initial contact
|
|
618
|
+
*
|
|
619
|
+
* **Recovery/Complete Rotation - 복귀/회전완성 (Bokgwi/Hoejeon Wanseong)** [380ms]:
|
|
620
|
+
* - Leg: Retracts from extension, pulls back
|
|
621
|
+
* - Body: CONTINUES rotation to complete 360° total (or stops at 180°)
|
|
622
|
+
* - Two options:
|
|
623
|
+
* 1. **Complete spin** (360° total): Continue rotation to face target again
|
|
624
|
+
* 2. **Reverse spin** (180° back): Reverse spin to face target
|
|
625
|
+
* - Typical: Complete the spin (forward momentum)
|
|
626
|
+
* - Head: Rotates to acquire target visually again
|
|
627
|
+
* - Foot: Lowers to ground facing target (forward position typical)
|
|
628
|
+
* - Supporting leg: Completes pivot
|
|
629
|
+
* - Weight: Shifts from 100% → 60/40 distribution
|
|
630
|
+
* - Hips: Square back to target (정면 - Jeongmyeon)
|
|
631
|
+
* - Arms: Return to 중단막기 (middle guard)
|
|
632
|
+
* - Stance: Reset to 겨루기 자세 (fighting ready)
|
|
633
|
+
* - Breathing: Controlled recovery
|
|
634
|
+
* - Balance: Smooth completion, no stumbling
|
|
635
|
+
*
|
|
636
|
+
* **Combat Applications** (전투 응용):
|
|
637
|
+
* - Counter technique: Spin AWAY from attack, back kick stops it
|
|
638
|
+
* - Surprise attack: Unexpected rotation confuses opponent
|
|
639
|
+
* - Power strike: Combines spin momentum + linear thrust = devastating
|
|
640
|
+
* - Target selection:
|
|
641
|
+
* - Body: 명치 (solar plexus), 늑골 (ribs) - most reliable
|
|
642
|
+
* - Head: High back kick - spectacular knockout
|
|
643
|
+
* - Knee: Low back kick - mobility destruction
|
|
644
|
+
* - Combinations:
|
|
645
|
+
* - 돌려차기-뒤차기 (Roundhouse-Back kick) - spin combo
|
|
646
|
+
* - 뒤차기-돌려차기 (Back-Roundhouse) - continue spin
|
|
647
|
+
* - 옆차기-뒤차기 (Side-Back kick) - lateral to rear
|
|
648
|
+
*
|
|
649
|
+
* **Biomechanical Keys** (생체역학 핵심):
|
|
650
|
+
* 1. **180° spin** = Enables backward thrust (must turn back!)
|
|
651
|
+
* 2. **Look over shoulder** = Visual targeting (no look = no hit!)
|
|
652
|
+
* 3. **Linear thrust** = Maximum backward power
|
|
653
|
+
* 4. **Heel strike** = Concentrated force, bone-on-bone
|
|
654
|
+
* 5. **Forward lean** = Counterbalance enables full extension
|
|
655
|
+
* 6. **Spin momentum** = Adds rotational energy to linear thrust
|
|
656
|
+
*
|
|
657
|
+
* **Physics Principle**: "회전 운동량이 직선 충격으로 변한다"
|
|
658
|
+
* (Rotational momentum converts to linear impact)
|
|
659
|
+
* - Spin angular velocity → Leg linear velocity
|
|
660
|
+
* - Rotational KE + Thrust KE = Devastating combined force
|
|
661
|
+
* - Heel = Point force = Maximum PSI
|
|
662
|
+
* - Backward thrust = Mule kick biomechanics
|
|
663
|
+
*
|
|
664
|
+
* **Taekwondo Principle**: "뒤차기는 태권도의 용기다"
|
|
665
|
+
* (Back kick is the courage of Taekwondo)
|
|
666
|
+
* - Most risky: Turn your back = ultimate vulnerability
|
|
667
|
+
* - Most powerful: Spin + thrust = maximum force
|
|
668
|
+
* - Most surprising: Unexpected rotation and strike
|
|
669
|
+
* - Most committed: No retreat - must land or fail
|
|
670
|
+
*
|
|
671
|
+
* **Common Mistakes** (흔한 실수):
|
|
672
|
+
* - ❌ No shoulder look (안 쳐다보기) - BLIND kick will miss!
|
|
673
|
+
* - ❌ Bent leg thrust (구부린 다리) - Power leak
|
|
674
|
+
* - ❌ Upright body (똑바로 서기) - Can't extend fully
|
|
675
|
+
* - ❌ Slow spin (느린 회전) - Telegraphed, countered
|
|
676
|
+
* - ❌ Incomplete rotation (불완전 회전) - Awkward angle
|
|
677
|
+
* - ❌ Pointed toes (발끝 펴기) - Wrong striking surface
|
|
678
|
+
* - ✅ Correct: Fast spin + shoulder look + forward lean + heel thrust
|
|
679
|
+
*
|
|
680
|
+
* **Training Points** (훈련 포인트):
|
|
681
|
+
* - Shoulder look critical: Practice looking back during spin
|
|
682
|
+
* - Spin speed: Faster spin = more power and less telegraphing
|
|
683
|
+
* - Balance: Single-leg balance while rotated backward
|
|
684
|
+
* - Forward lean: Must lean to extend fully - practice against wall
|
|
685
|
+
* - Landing: Complete rotation smoothly without stumbling
|
|
686
|
+
*
|
|
687
|
+
* **Competition vs. Street** (겨루기 vs. 실전):
|
|
688
|
+
* - Competition: Spectacular scoring technique, high-risk/high-reward
|
|
689
|
+
* - Street: VERY risky - turning back = vulnerable
|
|
690
|
+
* - Best when: Opponent charging - spin and stop them cold
|
|
691
|
+
* - Avoid when: Multiple opponents - never turn back!
|
|
692
|
+
*
|
|
693
|
+
* **Risk Assessment** (위험 평가):
|
|
694
|
+
* - ⚠️ Turning back = Temporary blindness
|
|
695
|
+
* - ⚠️ Spin time = Vulnerable moment
|
|
696
|
+
* - ⚠️ If miss = Back still to opponent = bad position
|
|
697
|
+
* - ✅ If land = Devastating power ends fight
|
|
698
|
+
*
|
|
699
|
+
* **Breathing Pattern** (호흡 패턴):
|
|
700
|
+
* - Spin/Chamber: Inhale during rotation (회전중 들이마시기)
|
|
701
|
+
* - Thrust: Hold breath during acceleration (추진중 호흡 유지)
|
|
702
|
+
* - Impact: Explosive 기합 (Kihap) "차!" or "우억!"
|
|
703
|
+
* - Recovery: Controlled recovery breath while completing rotation
|
|
704
|
+
*
|
|
705
|
+
* Total duration: 1000ms (HEAVY technique)
|
|
706
|
+
*
|
|
707
|
+
* @korean 뒤차기애니메이션
|
|
708
|
+
*/
|
|
709
|
+
export declare const BACK_KICK_ANIMATION: SkeletalAnimation;
|
|
710
|
+
/**
|
|
711
|
+
* Tornado Kick - 회전차기
|
|
712
|
+
*
|
|
713
|
+
* Jumping spinning kick with full 360° rotation and instep strike.
|
|
714
|
+
* Full 360° body rotation with both feet off ground.
|
|
715
|
+
*
|
|
716
|
+
* ENHANCED with proper full rotation using tornadoJump method:
|
|
717
|
+
* - Jump with full 360° spin, not just chamber
|
|
718
|
+
* - Arms generate rotational momentum
|
|
719
|
+
* - Peak height reached at completion of spin
|
|
720
|
+
* - Roundhouse kick executes at apex
|
|
721
|
+
*
|
|
722
|
+
* Phases:
|
|
723
|
+
* 1. Jump & Spin (도약/회전): 360° rotation in air - 300ms
|
|
724
|
+
* 2. Strike (차기): Roundhouse at apex - 350ms
|
|
725
|
+
* 3. Peak (정점): Full extension hold - 120ms
|
|
726
|
+
* 4. Landing (착지): Return to ground - 430ms
|
|
727
|
+
*
|
|
728
|
+
* Total duration: 1200ms (SPINNING technique)
|
|
729
|
+
*
|
|
730
|
+
* @korean 회전차기애니메이션
|
|
731
|
+
*/
|
|
732
|
+
export declare const TORNADO_KICK_ANIMATION: SkeletalAnimation;
|
|
733
|
+
/**
|
|
734
|
+
* Jumping Kick - 뛰어차기
|
|
735
|
+
*
|
|
736
|
+
* Front kick executed while airborne for extra height/reach.
|
|
737
|
+
* Traditional Taekwondo flying kick technique.
|
|
738
|
+
*
|
|
739
|
+
* Total duration: 900ms (JUMPING technique)
|
|
740
|
+
*
|
|
741
|
+
* @korean 뛰어차기애니메이션
|
|
742
|
+
*/
|
|
743
|
+
export declare const JUMPING_KICK_ANIMATION: SkeletalAnimation;
|
|
744
|
+
/**
|
|
745
|
+
* Sweep - 걸기
|
|
746
|
+
*
|
|
747
|
+
* Low sweeping kick targeting opponent's legs.
|
|
748
|
+
* Used to unbalance or take down opponent.
|
|
749
|
+
*
|
|
750
|
+
* Total duration: 800ms (HEAVY_LIGHT technique)
|
|
751
|
+
*
|
|
752
|
+
* @korean 걸기애니메이션
|
|
753
|
+
*/
|
|
754
|
+
export declare const SWEEP_ANIMATION: SkeletalAnimation;
|
|
755
|
+
/**
|
|
756
|
+
* Low Kick - 하단차기
|
|
757
|
+
*
|
|
758
|
+
* Muay Thai style leg kick targeting thigh.
|
|
759
|
+
* Shin strikes outer thigh to damage mobility.
|
|
760
|
+
*
|
|
761
|
+
* Phases:
|
|
762
|
+
* 1. Chamber (준비): Slight hip rotation - 100ms
|
|
763
|
+
* 2. Sweep (차기): Shin sweeps through low target - 150ms
|
|
764
|
+
* 3. Recovery (복귀): Return to stance - 350ms
|
|
765
|
+
*
|
|
766
|
+
* Total duration: 600ms (FAST_MEDIUM technique)
|
|
767
|
+
*
|
|
768
|
+
* @korean 하단차기애니메이션
|
|
769
|
+
*/
|
|
770
|
+
export declare const LOW_KICK_ANIMATION: SkeletalAnimation;
|
|
771
|
+
/**
|
|
772
|
+
* Crescent Kick - 초승달차기
|
|
773
|
+
*
|
|
774
|
+
* Arcing kick that sweeps in a crescent path.
|
|
775
|
+
* Instep strikes head or arm in sweeping motion.
|
|
776
|
+
*
|
|
777
|
+
* Phases:
|
|
778
|
+
* 1. Chamber (준비): Leg rises across body - 150ms
|
|
779
|
+
* 2. Arc (호): Leg sweeps in crescent path - 200ms
|
|
780
|
+
* 3. Recovery (복귀): Return to stance - 450ms
|
|
781
|
+
*
|
|
782
|
+
* Total duration: 800ms (HEAVY_LIGHT technique)
|
|
783
|
+
*
|
|
784
|
+
* @korean 초승달차기애니메이션
|
|
785
|
+
*/
|
|
786
|
+
export declare const CRESCENT_KICK_ANIMATION: SkeletalAnimation;
|
|
787
|
+
/**
|
|
788
|
+
* Push Kick - 밀어차기 (Teep)
|
|
789
|
+
*
|
|
790
|
+
* Front kick used to push opponent away.
|
|
791
|
+
* Ball of foot thrusts into opponent's torso.
|
|
792
|
+
*
|
|
793
|
+
* Phases:
|
|
794
|
+
* 1. Chamber (준비): Knee lifts high - 120ms
|
|
795
|
+
* 2. Thrust (밀기): Foot pushes forward - 180ms
|
|
796
|
+
* 3. Recovery (복귀): Return to stance - 400ms
|
|
797
|
+
*
|
|
798
|
+
* Total duration: 700ms (MEDIUM_LIGHT technique)
|
|
799
|
+
*
|
|
800
|
+
* @korean 밀어차기애니메이션
|
|
801
|
+
*/
|
|
802
|
+
export declare const PUSH_KICK_ANIMATION: SkeletalAnimation;
|
|
803
|
+
/**
|
|
804
|
+
* Spinning Heel Kick - 뒤돌려차기
|
|
805
|
+
*
|
|
806
|
+
* Full spin with heel striking in reverse arc.
|
|
807
|
+
* High-risk, high-reward knockout technique.
|
|
808
|
+
*
|
|
809
|
+
* Phases:
|
|
810
|
+
* 1. Spin (회전): Body rotates 360° - 300ms
|
|
811
|
+
* 2. Strike (차기): Heel hooks around - 350ms
|
|
812
|
+
* 3. Recovery (복귀): Complete rotation - 430ms
|
|
813
|
+
*
|
|
814
|
+
* Total duration: 1200ms (SPINNING technique)
|
|
815
|
+
*
|
|
816
|
+
* @korean 뒤돌려차기애니메이션
|
|
817
|
+
*/
|
|
818
|
+
export declare const SPINNING_HEEL_KICK_ANIMATION: SkeletalAnimation;
|
|
819
|
+
/**
|
|
820
|
+
* Jumping Roundhouse - 뛰어돌려차기
|
|
821
|
+
*
|
|
822
|
+
* Roundhouse kick executed while airborne.
|
|
823
|
+
* Added height and power from jumping momentum.
|
|
824
|
+
*
|
|
825
|
+
* Total duration: 1000ms (HEAVY technique)
|
|
826
|
+
*
|
|
827
|
+
* @korean 뛰어돌려차기애니메이션
|
|
828
|
+
*/
|
|
829
|
+
export declare const JUMPING_ROUNDHOUSE_ANIMATION: SkeletalAnimation;
|
|
830
|
+
/**
|
|
831
|
+
* Question Mark Kick - 물음표차기
|
|
832
|
+
*
|
|
833
|
+
* Feints low kick then arcs up to head.
|
|
834
|
+
* Path resembles a question mark.
|
|
835
|
+
*
|
|
836
|
+
* Total duration: 850ms (HEAVY_MEDIUM technique)
|
|
837
|
+
*
|
|
838
|
+
* @korean 물음표차기애니메이션
|
|
839
|
+
*/
|
|
840
|
+
export declare const QUESTION_MARK_KICK_ANIMATION: SkeletalAnimation;
|
|
841
|
+
/**
|
|
842
|
+
* Hook Kick - 후려차기
|
|
843
|
+
*
|
|
844
|
+
* Authentic Korean hook kick that extends past target then hooks back.
|
|
845
|
+
* Heel strikes from unexpected angle, catching opponent off-guard.
|
|
846
|
+
*
|
|
847
|
+
* CORRECTED biomechanics (previous version used crescent arc incorrectly):
|
|
848
|
+
* - Chamber: Side kick chamber position
|
|
849
|
+
* - Extend: Leg extends PAST target position
|
|
850
|
+
* - Hook: Heel HOOKS BACK toward target (not sweep across)
|
|
851
|
+
* - Recovery: Return to fighting stance
|
|
852
|
+
*
|
|
853
|
+
* This is distinct from crescent kick which sweeps ACROSS the body.
|
|
854
|
+
*
|
|
855
|
+
* Total duration: 800ms (HEAVY_LIGHT technique)
|
|
856
|
+
*
|
|
857
|
+
* @korean 후려차기애니메이션
|
|
858
|
+
*/
|
|
859
|
+
export declare const HOOK_KICK_ANIMATION: SkeletalAnimation;
|
|
860
|
+
/**
|
|
861
|
+
* Double Kick - 이중차기
|
|
862
|
+
*
|
|
863
|
+
* Two rapid kicks from same leg.
|
|
864
|
+
* First low, second high to confuse defense.
|
|
865
|
+
*
|
|
866
|
+
* Phases (준비, 실행, 회수, 복귀):
|
|
867
|
+
* 1. First kick chamber (첫 차기 준비): 120ms
|
|
868
|
+
* 2. First kick extend (첫 차기 실행): 145ms (0.66 × 220ms, shortened)
|
|
869
|
+
* 3. Second kick chamber (둘째 차기 준비): 80ms (using peak for quick transition)
|
|
870
|
+
* 4. Second kick extend (둘째 차기 실행): 145ms (0.66 × 220ms, shortened)
|
|
871
|
+
* 5. Second kick peak (둘째 차기 정점): 80ms
|
|
872
|
+
* 6. Recovery (복귀): 380ms
|
|
873
|
+
*
|
|
874
|
+
* Total duration: 950ms (COMBO_HEAVY technique)
|
|
875
|
+
* Sum: 120 + 145 + 80 + 145 + 80 + 380 = 950ms ✓
|
|
876
|
+
*
|
|
877
|
+
* @korean 이중차기애니메이션
|
|
878
|
+
*/
|
|
879
|
+
export declare const DOUBLE_KICK_ANIMATION: SkeletalAnimation;
|
|
880
|
+
/**
|
|
881
|
+
* Spinning Back Kick - 뒤돌아차기
|
|
882
|
+
*
|
|
883
|
+
* Full rotation into powerful back kick.
|
|
884
|
+
* 540 degrees of spinning momentum.
|
|
885
|
+
*
|
|
886
|
+
* Total duration: 1200ms (SPINNING technique)
|
|
887
|
+
*
|
|
888
|
+
* @korean 뒤돌아차기애니메이션
|
|
889
|
+
*/
|
|
890
|
+
export declare const SPINNING_BACK_KICK_ANIMATION: SkeletalAnimation;
|
|
891
|
+
/**
|
|
892
|
+
* Spinning Hook Kick - 회전후려차기
|
|
893
|
+
*
|
|
894
|
+
* Full spin with heel hook. Similar to spinning heel kick but with more hook action.
|
|
895
|
+
*
|
|
896
|
+
* Total duration: 1200ms (SPINNING technique)
|
|
897
|
+
*
|
|
898
|
+
* @korean 회전후려차기애니메이션
|
|
899
|
+
*/
|
|
900
|
+
export declare const SPINNING_HOOK_KICK_ANIMATION: SkeletalAnimation;
|
|
901
|
+
/**
|
|
902
|
+
* Flying Side Kick - 이단옆차기
|
|
903
|
+
*
|
|
904
|
+
* Running jump side kick. Signature Taekwondo breaking technique.
|
|
905
|
+
*
|
|
906
|
+
* Total duration: 1100ms (JUMPING technique)
|
|
907
|
+
*
|
|
908
|
+
* @korean 이단옆차기애니메이션
|
|
909
|
+
*/
|
|
910
|
+
export declare const FLYING_KICK_ANIMATION: SkeletalAnimation;
|
|
911
|
+
/**
|
|
912
|
+
* Map of all kick animations for easy access
|
|
913
|
+
* 발차기 애니메이션 맵
|
|
914
|
+
*/
|
|
915
|
+
export declare const KICK_ANIMATIONS: ReadonlyMap<string, SkeletalAnimation>;
|
|
916
|
+
//# sourceMappingURL=KickAnimations.d.ts.map
|