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 @@
|
|
|
1
|
+
{"version":3,"file":"common.js","names":[],"sources":["../../src/types/common.ts"],"sourcesContent":["/**\n * Common utility types for Korean martial arts game.\n *\n * This module provides foundational types used throughout the Black Trigram (흑괘) game,\n * including geometric types, Korean text support, and utility type helpers.\n *\n * @module types/common\n * @category Type Definitions\n * @korean 공통타입\n */\n\n/**\n * Represents a position in 2D space.\n *\n * **Unit Handling**: The coordinate units depend on the system using this type:\n * - **Combat System**: Coordinates are in **meters** (physics-first architecture)\n * - **Rendering System**: Coordinates are in **pixels** (screen rendering)\n * - **Legacy Systems**: May use pixels or other units\n *\n * When working with combat/physics, positions are in meters relative to arena center (0, 0).\n * Arena boundaries extend from ±worldWidthMeters/2 in X and ±worldDepthMeters/2 in Z (mapped to y).\n *\n * @example\n * ```typescript\n * // Combat position (meters, centered at origin)\n * const playerPos: Position = { x: 2.5, y: -1.0 }; // 2.5m right, 1m back from center\n *\n * // Rendering position (pixels, top-left origin)\n * const screenPos: Position = { x: 640, y: 480 }; // 640px right, 480px down\n * ```\n *\n * @public\n * @category Core Types\n */\nexport interface Position {\n /** X coordinate (meters in combat, pixels in rendering) */\n x: number;\n /** Y coordinate (meters in combat, pixels in rendering) */\n y: number;\n}\n\n/**\n * Represents size dimensions for game objects.\n *\n * @public\n * @category Core Types\n */\nexport interface Size {\n /** Width in pixels */\n readonly width: number;\n /** Height in pixels */\n readonly height: number;\n}\n\n/**\n * Represents rectangle bounds combining position and size.\n *\n * @public\n * @category Core Types\n */\nexport interface Bounds extends Position, Size {}\n\n/**\n * Color represented as a hexadecimal number (e.g., 0xFF0000 for red).\n *\n * @example\n * ```typescript\n * const primaryCyan: Color = 0x00FFFF;\n * const accentGold: Color = 0xFFAA00;\n * ```\n *\n * @public\n * @category Core Types\n */\nexport type Color = number;\n\n/**\n * Time duration in milliseconds.\n *\n * @public\n * @category Core Types\n */\nexport type Duration = number;\n\n/**\n * Percentage value represented as a decimal (0.0 to 1.0).\n *\n * @example\n * ```typescript\n * const halfHealth: Percentage = 0.5;\n * const fullAccuracy: Percentage = 1.0;\n * ```\n *\n * @public\n * @category Core Types\n */\nexport type Percentage = number;\n\n/**\n * Unique identifier string.\n *\n * @public\n * @category Core Types\n */\nexport type ID = string;\n\n/**\n * Generic callback function type.\n *\n * @typeParam T - Return type of the callback, defaults to void\n *\n * @public\n * @category Core Types\n */\nexport type Callback<T = void> = () => T;\n\n/**\n * Event handler function type.\n *\n * @typeParam T - Type of event data, defaults to any\n *\n * @public\n * @category Core Types\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Generic default allows flexible event handling\nexport type EventHandler<T = any> = (event: T) => void;\n\n/**\n * Utility type to make specific properties optional.\n *\n * @typeParam T - The base type\n * @typeParam K - Keys of T to make optional\n *\n * @public\n * @category Utility Types\n */\nexport type Optional<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;\n\n/**\n * Utility type to make specific properties required.\n *\n * @typeParam T - The base type\n * @typeParam K - Keys of T to make required\n *\n * @public\n * @category Utility Types\n */\nexport type Required<T, K extends keyof T> = T & { [P in K]-?: T[P] };\n\n/**\n * Utility type to make all properties deeply readonly.\n *\n * @typeParam T - The type to make deeply readonly\n *\n * @public\n * @category Utility Types\n */\nexport type DeepReadonly<T> = {\n readonly [P in keyof T]: T[P] extends object ? DeepReadonly<T[P]> : T[P];\n};\n\n/**\n * Represents bilingual Korean-English text content.\n *\n * Used throughout the game to provide authentic Korean terminology with English translations,\n * supporting the cultural authenticity of the Korean martial arts theme.\n *\n * @example\n * ```typescript\n * const techniqueName: KoreanText = {\n * korean: \"천둥벽력\",\n * english: \"Thunder Strike\",\n * romanized: \"cheondu byeokryeok\"\n * };\n * ```\n *\n * @public\n * @category Korean Martial Arts\n * @korean 한글텍스트\n */\nexport interface KoreanText {\n /** Korean text in Hangul */\n readonly korean: string;\n /** English translation */\n readonly english: string;\n /** Optional romanized Korean pronunciation */\n readonly romanized?: string;\n}\n\n/**\n * Base entity interface with Korean naming support.\n *\n * Provides a foundation for game entities with bilingual identification.\n *\n * @public\n * @category Korean Martial Arts\n * @korean 한글개체\n */\nexport interface KoreanEntity {\n /** Unique identifier */\n readonly id: ID;\n /** Bilingual name */\n readonly name: KoreanText;\n /** Optional bilingual description */\n readonly description?: KoreanText;\n}\n\n/**\n * Font sizes for Korean text rendering.\n *\n * Provides consistent typography sizing across the game interface.\n *\n * @public\n * @category UI\n * @korean 글자크기\n */\nexport enum KoreanTextSize {\n /** Extra small: 10px */\n XSMALL = \"xsmall\",\n /** Tiny: 12px */\n TINY = \"tiny\",\n /** Small: 14px */\n SMALL = \"small\",\n /** Medium: 16px */\n MEDIUM = \"medium\",\n /** Large: 18px */\n LARGE = \"large\",\n /** Extra large: 20px */\n XLARGE = \"xlarge\",\n /** Double extra large: 24px */\n XXLARGE = \"xxlarge\",\n /** Huge: 32px */\n HUGE = \"huge\",\n /** Title: 48px */\n TITLE = \"title\",\n}\n\n/**\n * Font weights for Korean text rendering.\n *\n * Provides consistent typography weights for Korean Hangul characters.\n *\n * @public\n * @category UI\n * @korean 글자무게\n */\nexport enum KoreanTextWeight {\n /** Light weight: 300 */\n LIGHT = \"light\",\n /** Normal weight: 400 */\n NORMAL = \"normal\",\n /** Regular weight: 400 (alias for NORMAL) */\n REGULAR = \"regular\",\n /** Medium weight: 500 */\n MEDIUM = \"medium\",\n /** Semi-bold weight: 600 */\n SEMIBOLD = \"semibold\",\n /** Bold weight: 700 */\n BOLD = \"bold\",\n /** Heavy weight: 900 */\n HEAVY = \"heavy\",\n}\n\n/**\n * Text alignment options for Korean text.\n *\n * @public\n * @category UI\n */\nexport type KoreanTextAlignment = \"left\" | \"center\" | \"right\";\n\n/**\n * Styling configuration for Korean text rendering.\n *\n * @public\n * @category UI\n * @korean 글자스타일\n */\nexport interface KoreanTextStyle {\n /** Text size */\n readonly size: KoreanTextSize;\n /** Font weight */\n readonly weight: KoreanTextWeight;\n /** Text color as hex number */\n readonly color: number;\n /** Horizontal alignment */\n readonly alignment: KoreanTextAlignment;\n}\n\n/**\n * Represents a range of damage values for combat calculations.\n *\n * Used for techniques and vital point strikes to define variable damage output.\n *\n * @public\n * @category Combat\n * @korean 피해범위\n */\nexport interface DamageRange {\n /** Minimum damage value */\n readonly min: number;\n /** Maximum damage value */\n readonly max: number;\n /** Type of damage dealt */\n readonly type?: DamageType;\n /** Pre-calculated average damage */\n readonly average?: number;\n}\n\n/**\n * Game settings configuration interface for UI controls.\n *\n * Manages volume, graphics quality, control schemes, and language preferences.\n *\n * @public\n * @category UI\n * @korean 게임설정\n */\nexport interface UIGameSettings {\n /** Audio volume settings */\n readonly volume: {\n /** Master volume (0.0 - 1.0) */\n readonly master: number;\n /** Music volume (0.0 - 1.0) */\n readonly music: number;\n /** Sound effects volume (0.0 - 1.0) */\n readonly sfx: number;\n };\n /** Graphics settings */\n readonly graphics: {\n /** Graphics quality preset */\n readonly quality: \"low\" | \"medium\" | \"high\";\n /** Fullscreen mode enabled */\n readonly fullscreen: boolean;\n /** Vertical sync enabled */\n readonly vsync: boolean;\n };\n /** Control settings */\n readonly controls: {\n /** Keyboard layout preference */\n readonly keyboardLayout: \"qwerty\" | \"dvorak\" | \"colemak\";\n /** Mouse sensitivity multiplier */\n readonly mouseSensitivity: number;\n };\n /** Language preference */\n readonly language: \"korean\" | \"english\" | \"both\";\n}\n\n/**\n * Duration tracking for status effects.\n *\n * Tracks when an effect started, when it ends, and its total duration.\n *\n * @public\n * @category Combat\n * @korean 효과지속시간\n */\nexport interface EffectDuration {\n /** Effect start timestamp (milliseconds) */\n readonly startTime: number;\n /** Effect end timestamp (milliseconds) */\n readonly endTime: number;\n /** Total duration (milliseconds) */\n readonly duration: number;\n}\n\n/**\n * Generic game entity with positioning and visibility.\n *\n * Extends {@link KoreanEntity} with spatial and state properties.\n *\n * @public\n * @category Core Types\n * @korean 게임개체\n */\nexport interface GameEntity extends KoreanEntity {\n /** Position in game world */\n readonly position?: Position;\n /** Size dimensions */\n readonly size?: Size;\n /** Whether entity is active */\n readonly active?: boolean;\n /** Whether entity is visible */\n readonly visible?: boolean;\n}\n\n/**\n * Animation transition configuration.\n *\n * Defines how to transition between two states with timing and easing.\n *\n * @public\n * @category UI\n * @korean 전환\n */\nexport interface Transition {\n /** Starting state identifier */\n readonly from: string;\n /** Target state identifier */\n readonly to: string;\n /** Transition duration in milliseconds */\n readonly duration: Duration;\n /** Optional easing function name */\n readonly easing?: string;\n}\n\n/**\n * Theme color configuration.\n *\n * Defines primary colors used throughout the game UI.\n *\n * @public\n * @category UI\n * @korean 테마\n */\nexport interface Theme {\n /** Primary color */\n readonly primary: Color;\n /** Secondary color */\n readonly secondary: Color;\n /** Accent color */\n readonly accent?: Color;\n /** Background color */\n readonly background?: Color;\n /** Text color */\n readonly text?: Color;\n}\n\n/**\n * Generic configuration object.\n *\n * @public\n * @category Core Types\n */\nexport interface Config {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any -- Config values can be of various types\n readonly [key: string]: any;\n}\n\n/**\n * Generic result wrapper for operations that may succeed or fail.\n *\n * @typeParam T - Type of successful result data\n * @typeParam E - Type of error, defaults to Error\n *\n * @example\n * ```typescript\n * const result: Result<PlayerState> = {\n * success: true,\n * data: playerState\n * };\n * ```\n *\n * @public\n * @category Core Types\n */\nexport interface Result<T, E = Error> {\n /** Whether operation succeeded */\n readonly success: boolean;\n /** Result data if successful */\n readonly data?: T;\n /** Error if operation failed */\n readonly error?: E;\n /** Optional message */\n readonly message?: string;\n}\n\n/**\n * Validation result with errors and warnings.\n *\n * @public\n * @category Core Types\n */\nexport interface ValidationResult {\n /** Whether validation passed */\n readonly valid: boolean;\n /** List of validation errors */\n readonly errors: readonly string[];\n /** Optional list of warnings */\n readonly warnings?: readonly string[];\n}\n\n/**\n * Game modes available in Black Trigram.\n *\n * Each mode offers different gameplay experiences and training opportunities.\n *\n * @public\n * @category Game Systems\n * @korean 게임모드\n */\nexport enum GameMode {\n /** Versus mode: Player vs AI or Player vs Player */\n VERSUS = \"versus\",\n /** Training mode: Practice techniques against training dummy */\n TRAINING = \"training\",\n /** Tutorial mode: Learn game mechanics and controls */\n TUTORIAL = \"tutorial\",\n /** Practice mode: Free form combat practice */\n PRACTICE = \"practice\",\n /** Story mode: Campaign with narrative */\n STORY = \"story\",\n /** Arcade mode: Progressive difficulty challenges */\n ARCADE = \"arcade\",\n /** Controls screen: View and customize controls */\n CONTROLS = \"controls\",\n /** Philosophy screen: Learn about Korean martial arts philosophy */\n PHILOSOPHY = \"philosophy\",\n}\n\n/**\n * Game phases representing the current state of the game.\n *\n * Controls which screen is displayed and what game logic is active.\n *\n * @public\n * @category Game Systems\n * @korean 게임단계\n */\nexport enum GamePhase {\n /** Intro/splash screen */\n INTRO = \"intro\",\n /** Main menu */\n MENU = \"menu\",\n /** Character selection screen */\n CHARACTER_SELECT = \"character_select\",\n /** Active combat */\n COMBAT = \"combat\",\n /** Training mode */\n TRAINING = \"training\",\n /** Victory screen */\n VICTORY = \"victory\",\n /** Defeat screen */\n DEFEAT = \"defeat\",\n /** Game paused */\n PAUSED = \"paused\",\n /** Game over screen */\n GAME_OVER = \"game_over\",\n /** Loading screen */\n LOADING = \"loading\",\n}\n\n/**\n * Player archetypes representing Korean martial arts combat specialists.\n *\n * **Korean**: 플레이어 원형 (Player Archetypes)\n *\n * Each archetype has unique combat styles, favored stances, and philosophical approaches\n * rooted in Korean martial arts traditions and modern cyberpunk adaptation.\n *\n * @example\n * ```typescript\n * const player = createPlayer({\n * archetype: PlayerArchetype.MUSA,\n * name: { korean: \"이순신\", english: \"Yi Sun-sin\" }\n * });\n * ```\n *\n * @public\n * @category Player & Archetypes\n * @korean 플레이어원형\n */\nexport enum PlayerArchetype {\n /**\n * 무사 (Musa) - Traditional Warrior\n *\n * Honor-bound martial artist following traditional Korean warrior codes.\n * Favors direct confrontation and disciplined techniques.\n */\n MUSA = \"musa\",\n\n /**\n * 암살자 (Amsalja) - Shadow Assassin\n *\n * Precision striker focused on vital point targeting and silent elimination.\n * Specializes in nerve strikes and pressure point techniques.\n */\n AMSALJA = \"amsalja\",\n\n /**\n * 해커 (Hacker) - Cyber Warrior\n *\n * Technology-enhanced combatant blending modern cybernetics with traditional techniques.\n * Uses augmented reflexes and data-driven combat analysis.\n */\n HACKER = \"hacker\",\n\n /**\n * 정보요원 (Jeongbo Yowon) - Intelligence Operative\n *\n * Strategic analyst who uses combat intelligence and tactical advantage.\n * Excels at reading opponent patterns and exploiting weaknesses.\n */\n JEONGBO_YOWON = \"jeongbo_yowon\",\n\n /**\n * 조직폭력배 (Jojik Pokryeokbae) - Organized Crime\n *\n * Ruthless pragmatist who ignores traditional honor codes.\n * Uses brutal, efficient techniques with no concern for ethics.\n */\n JOJIK_POKRYEOKBAE = \"jojik_pokryeokbae\",\n}\n\n/**\n * Physical attributes representing realistic body dimensions and composition.\n *\n * **Korean**: 신체 속성 (Body Attributes)\n *\n * These attributes affect combat calculations including reach, movement speed,\n * damage output, defense capability, and stamina. Based on realistic human\n * physiology and Korean martial arts biomechanics.\n *\n * ## Combat Impact\n *\n * - **Weight**: Affects movement speed, knockback resistance, and throw effectiveness\n * - **Leg Length**: Determines kick range and movement speed base\n * - **Arm Length**: Determines punch/strike range and grappling reach\n * - **Muscle Mass**: Affects base damage output and stamina pool\n * - **Fat Mass**: Affects defense absorption and stamina drain rate\n * - **Age**: Affects stamina recovery speed and Ki regeneration\n *\n * @example\n * ```typescript\n * const musaPhysical: PhysicalAttributes = {\n * weight: 75, // kg - balanced warrior\n * legLength: 95, // cm - average leg reach\n * armLength: 75, // cm - average arm reach\n * muscleMass: 38, // kg - high muscle for power\n * fatMass: 12, // kg - low fat for mobility\n * age: 32, // years - prime combat age\n * };\n * ```\n *\n * @public\n * @category Player & Archetypes\n * @korean 신체속성\n */\nexport interface PhysicalAttributes {\n /**\n * Body weight in kilograms.\n *\n * **Korean**: 체중 (Body Weight)\n *\n * Typical Range: 55-95 kg for combatants\n * - Affects movement speed (inversely)\n * - Affects knockback resistance (positively)\n * - Affects throw effectiveness (positively)\n * - Affects ground control (positively)\n */\n readonly weight: number;\n\n /**\n * Leg length in centimeters (hip to ankle).\n *\n * **Korean**: 다리 길이 (Leg Length)\n *\n * Typical Range: 85-105 cm\n * - Determines kick technique maximum range\n * - Affects base movement speed\n * - Affects sweep technique effectiveness\n * - Affects jumping attack height\n */\n readonly legLength: number;\n\n /**\n * Arm length in centimeters (shoulder to wrist).\n *\n * **Korean**: 팔 길이 (Arm Length)\n *\n * Typical Range: 65-85 cm\n * - Determines punch/strike technique range\n * - Affects grappling and throw range\n * - Affects block coverage area\n * - Affects elbow strike effectiveness\n */\n readonly armLength: number;\n\n /**\n * Muscle mass in kilograms.\n *\n * **Korean**: 근육량 (Muscle Mass)\n *\n * Typical Range: 25-45 kg\n * - Affects base damage output (positively)\n * - Affects maximum stamina pool (positively)\n * - Affects grappling and throw power\n * - Affects movement acceleration\n */\n readonly muscleMass: number;\n\n /**\n * Fat mass in kilograms.\n *\n * **Korean**: 지방량 (Fat Mass)\n *\n * Typical Range: 8-20 kg for combatants\n * - Affects blunt damage absorption (positively)\n * - Affects stamina drain rate (negatively)\n * - Affects movement speed (negatively)\n * - Affects recovery time between actions\n */\n readonly fatMass: number;\n\n /**\n * Age in years.\n *\n * **Korean**: 나이 (Age)\n *\n * Typical Range: 22-45 years for peak combatants\n * - Affects stamina recovery speed (optimal 25-35)\n * - Affects Ki regeneration rate (wisdom with age)\n * - Affects injury recovery time (slower with age)\n * - Affects technique execution speed (prime 28-35)\n */\n readonly age: number;\n\n /**\n * Total body height in centimeters.\n *\n * **Korean**: 키 (Height)\n *\n * Typical Range: 160-195 cm\n * - Scales entire skeleton proportionally\n * - Affects reach calculations (combined with limb ratios)\n * - Affects center of gravity positioning\n * - Determines visual body model scaling\n * - Influences balance and stability in stances\n */\n readonly totalHeight: number;\n\n /**\n * Torso length in centimeters (pelvis to shoulders).\n *\n * **Korean**: 몸통 길이 (Torso Length)\n *\n * Typical Range: 50-65 cm\n * - Affects core hitbox size and vital point positioning\n * - Influences breath control and stamina capacity\n * - Affects spinal rotation range in techniques\n * - Determines torso vital point target area\n * - Impacts center of mass calculations\n */\n readonly torsoLength: number;\n\n /**\n * Head size (diameter) in centimeters.\n *\n * **Korean**: 머리 크기 (Head Size)\n *\n * Typical Range: 20-24 cm\n * - Affects head vital point targeting precision\n * - Determines head hitbox size for strikes\n * - Influences helmet/headgear fit (if applicable)\n * - Affects visual skull scaling in 3D model\n * - Impacts consciousness vulnerability to head trauma\n */\n readonly headSize: number;\n\n /**\n * Neck length in centimeters (skull base to shoulders).\n *\n * **Korean**: 목 길이 (Neck Length)\n *\n * Typical Range: 8-12 cm\n * - Affects vulnerability to chokes and strangles\n * - Determines neck vital point target area\n * - Influences blood choke effectiveness\n * - Affects guillotine and rear naked choke mechanics\n * - Impacts head mobility and evasion capability\n */\n readonly neckLength: number;\n\n /**\n * Shoulder width in centimeters (shoulder to shoulder).\n *\n * **Korean**: 어깨 너비 (Shoulder Width)\n *\n * Typical Range: 38-48 cm\n * - Affects defense coverage area (blocking)\n * - Determines upper body strike zone width\n * - Influences grappling control positions\n * - Affects visual upper body model scaling\n * - Impacts balance and stability in wide stances\n */\n readonly shoulderWidth: number;\n\n /**\n * Base walking speed in meters per second.\n *\n * **Korean**: 걷기 속도 (Walk Speed)\n *\n * Typical Range: 5.0-6.5 m/s for combat movement\n * - Determines tactical repositioning speed\n * - Affected by weight and leg length\n * - Base speed for defensive movement\n * - Modified by stance and combat state\n */\n readonly walkSpeed: number;\n\n /**\n * Base running speed in meters per second.\n *\n * **Korean**: 달리기 속도 (Run Speed)\n *\n * Typical Range: 8.0-11.0 m/s for sprint movement\n * - Determines rapid repositioning speed\n * - Affected by muscle mass and conditioning\n * - Base speed for aggressive approach\n * - Consumes stamina during use\n */\n readonly runSpeed: number;\n\n /**\n * Base acceleration in meters per second squared.\n *\n * **Korean**: 가속도 (Acceleration)\n *\n * Typical Range: 9.0-15.0 m/s² for combat movement\n * - Determines how quickly fighter reaches max speed\n * - Based on muscle-to-weight ratio (explosiveness)\n * - Higher = more explosive starts and direction changes\n * - Affects combat responsiveness and evasion\n */\n readonly acceleration: number;\n}\n\n/**\n * Eight Trigram stances (팔괘) representing fundamental combat principles.\n *\n * **Korean**: 팔괘 자세 (Eight Trigram Stances)\n * **Origin**: I Ching (易經 / Yijing) divination system adapted for Korean martial arts\n *\n * The Eight Trigrams (Bagua / 八卦) form the foundation of the combat system.\n * Each trigram represents a natural element and combat philosophy, influencing\n * available techniques, movement patterns, and strategic advantages.\n *\n * ## Trigram Philosophy\n *\n * - **☰ 건 (Geon)** - Heaven: Yang energy, direct aggression, overwhelming force\n * - **☱ 태 (Tae)** - Lake: Joy and fluidity, joint locks and flow techniques\n * - **☲ 리 (Li)** - Fire: Precision and speed, nerve strikes and rapid attacks\n * - **☳ 진 (Jin)** - Thunder: Explosive power, shocking techniques\n * - **☴ 손 (Son)** - Wind: Continuous pressure, evasion and mobility\n * - **☵ 감 (Gam)** - Water: Adaptive flow, counters and redirection\n * - **☶ 간 (Gan)** - Mountain: Immovable defense, endurance and patience\n * - **☷ 곤 (Gon)** - Earth: Grounding techniques, takedowns and throws\n *\n * @example\n * ```typescript\n * // Change to Heaven stance for aggressive attack\n * player.currentStance = TrigramStance.GEON;\n *\n * // Execute heaven-aligned technique\n * const technique = getTrigramTechniques(TrigramStance.GEON)[0];\n * executeTechnique(player, opponent, technique);\n * ```\n *\n * @see {@link https://en.wikipedia.org/wiki/Bagua | Bagua (Eight Trigrams) - Wikipedia}\n * @see {@link https://en.wikipedia.org/wiki/I_Ching | I Ching - Wikipedia}\n *\n * @public\n * @category Trigram System\n * @category Korean Martial Arts\n * @korean 팔괘\n */\nexport enum TrigramStance {\n /**\n * ☰ 건 (Geon) - Heaven Stance\n *\n * **Element**: Heaven / Sky (天)\n * **Nature**: Yang, creative, strong\n * **Combat Style**: Direct force, aggressive techniques, overwhelming power\n * **Philosophy**: \"The creative principle - pure yang energy that drives forward\"\n *\n * Techniques emphasize straight attacks, powerful strikes, and dominant positioning.\n */\n GEON = \"geon\",\n\n /**\n * ☱ 태 (Tae) - Lake Stance\n *\n * **Element**: Lake / Marsh (澤)\n * **Nature**: Yin exterior, Yang interior - joyful movement\n * **Combat Style**: Fluid joint manipulation, flowing techniques, adaptable responses\n * **Philosophy**: \"The joyful - water above earth, freedom of movement\"\n *\n * Techniques focus on joint locks, throws, and using opponent's momentum.\n */\n TAE = \"tae\",\n\n /**\n * ☲ 리 (Li) - Fire Stance\n *\n * **Element**: Fire / Flame (火)\n * **Nature**: Yang exterior, Yin interior - bright and precise\n * **Combat Style**: Precise nerve strikes, rapid attacks, speed techniques\n * **Philosophy**: \"The clinging - illuminating and consuming\"\n *\n * Techniques emphasize vital point targeting, quick combinations, and precision.\n */\n LI = \"li\",\n\n /**\n * ☳ 진 (Jin) - Thunder Stance\n *\n * **Element**: Thunder / Arousing (雷)\n * **Nature**: Yang moving, sudden and shocking\n * **Combat Style**: Explosive power, shocking techniques, sudden movements\n * **Philosophy**: \"The arousing - thunder brings shock and awakening\"\n *\n * Techniques feature explosive bursts, stunning strikes, and overwhelming force.\n */\n JIN = \"jin\",\n\n /**\n * ☴ 손 (Son) - Wind Stance\n *\n * **Element**: Wind / Wood (風)\n * **Nature**: Yin, gentle but penetrating\n * **Combat Style**: Continuous pressure, evasion techniques, mobility\n * **Philosophy**: \"The gentle - penetrating like wind, persistent like wood\"\n *\n * Techniques emphasize movement, pressure point chains, and wearing down opponents.\n */\n SON = \"son\",\n\n /**\n * ☵ 감 (Gam) - Water Stance\n *\n * **Element**: Water / Abyss (水)\n * **Nature**: Yang surrounded by Yin - dangerous depths\n * **Combat Style**: Flow and adaptation, counter techniques, redirection\n * **Philosophy**: \"The abysmal - water flows around obstacles and fills voids\"\n *\n * Techniques focus on counters, deflections, and adaptive responses.\n */\n GAM = \"gam\",\n\n /**\n * ☶ 간 (Gan) - Mountain Stance\n *\n * **Element**: Mountain / Stillness (山)\n * **Nature**: Yang above Yin - firm and unyielding\n * **Combat Style**: Defensive mastery, immovable stance, endurance\n * **Philosophy**: \"The keeping still - mountains are firm and unmoving\"\n *\n * Techniques emphasize blocks, parries, and defensive positioning.\n */\n GAN = \"gan\",\n\n /**\n * ☷ 곤 (Gon) - Earth Stance\n *\n * **Element**: Earth / Receptive (地)\n * **Nature**: Pure Yin - receptive and yielding\n * **Combat Style**: Grounding techniques, takedowns, throws\n * **Philosophy**: \"The receptive - earth receives and supports all\"\n *\n * Techniques focus on sweeps, trips, takedowns, and ground control.\n */\n GON = \"gon\",\n}\n\n/**\n * Combat attack types available in the game.\n *\n * Defines the mechanical type of attack being performed, which affects\n * damage calculation, vital point targeting, and defensive options.\n *\n * @public\n * @category Combat System\n * @korean 공격타입\n */\nexport enum CombatAttackType {\n /** Standard striking attack */\n STRIKE = \"strike\",\n /** Thrusting attack with focused force */\n THRUST = \"thrust\",\n /** Defensive blocking action */\n BLOCK = \"block\",\n /** Counter-attack performed after successful defense */\n COUNTER_ATTACK = \"counter_attack\",\n /** Throwing technique to off-balance opponent */\n THROW = \"throw\",\n /** Grappling and joint control technique */\n GRAPPLE = \"grapple\",\n /** Precise pressure point strike */\n PRESSURE_POINT = \"pressure_point\",\n /** Nerve disruption strike */\n NERVE_STRIKE = \"nerve_strike\",\n /** Closed fist punch */\n PUNCH = \"punch\",\n /** Leg kick attack */\n KICK = \"kick\",\n /** Elbow strike */\n ELBOW = \"elbow\",\n /** Knee strike */\n KNEE = \"knee\",\n}\n\n/**\n * Damage types representing different methods of inflicting harm.\n *\n * Each damage type interacts differently with vital points and defensive techniques.\n * Some types are more effective against specific body regions or defense styles.\n *\n * @public\n * @category Combat System\n * @korean 피해타입\n */\nexport enum DamageType {\n /** Blunt force trauma */\n BLUNT = \"blunt\",\n /** Piercing damage penetrating tissue */\n PIERCING = \"piercing\",\n /** Slashing cuts */\n SLASHING = \"slashing\",\n /** Pressure point manipulation */\n PRESSURE = \"pressure\",\n /** Nerve disruption */\n NERVE = \"nerve\",\n /** Joint manipulation and locks */\n JOINT = \"joint\",\n /** Internal organ damage */\n INTERNAL = \"internal\",\n /** Impact shock */\n IMPACT = \"impact\",\n /** Crushing force */\n CRUSHING = \"crushing\",\n /** Sharp edge damage */\n SHARP = \"sharp\",\n /** Electric shock */\n ELECTRIC = \"electric\",\n /** Fire/heat damage */\n FIRE = \"fire\",\n /** Cold/freeze damage */\n ICE = \"ice\",\n /** Poison/toxin damage */\n POISON = \"poison\",\n /** Psychic/mental damage */\n PSYCHIC = \"psychic\",\n /** Blood loss damage */\n BLOOD = \"blood\",\n}\n\n/**\n * Vital point categories representing anatomical targeting systems.\n *\n * **Korean**: 급소 범주 (Vital Point Categories)\n *\n * The game features 70 Korean vital points (급소) based on traditional martial arts\n * knowledge and modern anatomical understanding. Each category represents different\n * physiological systems that can be targeted for combat effectiveness.\n *\n * @example\n * ```typescript\n * const vitalPoint: VitalPoint = {\n * id: \"GB-20\",\n * category: VitalPointCategory.NEUROLOGICAL,\n * severity: VitalPointSeverity.CRITICAL,\n * name: { korean: \"풍지\", english: \"Wind Pool\" }\n * };\n * ```\n *\n * @public\n * @category Vital Point System\n * @korean 급소범주\n */\nexport enum VitalPointCategory {\n /** Neurological system - nerve clusters and neural pathways */\n NEUROLOGICAL = \"neurological\",\n /** Vascular system - major blood vessels and circulation */\n VASCULAR = \"vascular\",\n /** Respiratory system - airways and breathing mechanisms */\n RESPIRATORY = \"respiratory\",\n /** Muscular system - muscle groups and tendons */\n MUSCULAR = \"muscular\",\n /** Skeletal system - bones and structural supports */\n SKELETAL = \"skeletal\",\n /** Organ system - internal organs */\n ORGAN = \"organ\",\n /** Circulatory system - heart and blood flow */\n CIRCULATORY = \"circulatory\",\n /** Lymphatic system - lymph nodes and immune response */\n LYMPHATIC = \"lymphatic\",\n /** Endocrine system - hormonal glands */\n ENDOCRINE = \"endocrine\",\n /** Joint system - articulation points */\n JOINT = \"joint\",\n /** Nerve system - peripheral nerves */\n NERVE = \"nerve\",\n /** Pressure system - pressure-sensitive areas */\n PRESSURE = \"pressure\",\n}\n\n/**\n * Vital point severity levels indicating potential impact.\n *\n * Determines the damage multiplier and status effects applied when\n * a vital point is successfully struck.\n *\n * ## Severity Guidelines\n *\n * - **MINOR**: 1.1-1.3x damage, temporary discomfort\n * - **MODERATE**: 1.5-2.0x damage, brief incapacitation\n * - **MAJOR**: 2.5-3.5x damage, significant impairment\n * - **CRITICAL**: 4.0-5.0x damage, severe trauma\n * - **LETHAL**: 6.0-10.0x damage, immediate incapacitation\n *\n * @public\n * @category Vital Point System\n * @korean 급소심각도\n */\nexport enum VitalPointSeverity {\n /** Minor impact - temporary pain or discomfort */\n MINOR = \"minor\",\n /** Moderate impact - brief stunning or reduced effectiveness */\n MODERATE = \"moderate\",\n /** Major impact - significant damage and impairment */\n MAJOR = \"major\",\n /** Critical impact - severe trauma requiring immediate response */\n CRITICAL = \"critical\",\n /** Lethal impact - immediate incapacitation or death */\n LETHAL = \"lethal\",\n}\n\n/**\n * Status effects that can result from vital point strikes.\n *\n * Each effect type represents a physiological response to targeting\n * specific anatomical structures. Effects stack and interact with\n * combat mechanics.\n *\n * @public\n * @category Vital Point System\n * @korean 급소효과\n */\nexport enum VitalPointEffectType {\n /** Loss of consciousness */\n UNCONSCIOUSNESS = \"unconsciousness\",\n /** Inability to breathe properly */\n BREATHLESSNESS = \"breathlessness\",\n /** Intense pain reducing combat effectiveness */\n PAIN = \"pain\",\n /** Temporary or permanent paralysis */\n PARALYSIS = \"paralysis\",\n /** Brief stunning preventing action */\n STUN = \"stun\",\n /** Reduced strength and effectiveness */\n WEAKNESS = \"weakness\",\n /** Confusion and impaired targeting */\n DISORIENTATION = \"disorientation\",\n /** Restricted blood flow to area */\n BLOOD_FLOW_RESTRICTION = \"blood_flow_restriction\",\n /** Nerve pathway interruption */\n NERVE_DISRUPTION = \"nerve_disruption\",\n /** Internal organ malfunction */\n ORGAN_DISRUPTION = \"organ_disruption\",\n}\n\n/**\n * Combat states representing the current action phase of a fighter.\n *\n * Determines available actions, defensive capabilities, and animation states.\n * State transitions follow combat flow logic and timing windows.\n *\n * @public\n * @category Combat System\n * @korean 전투상태\n */\nexport enum CombatState {\n /** Neutral state, all actions available */\n IDLE = \"idle\",\n /** Executing an attack, vulnerable to counters */\n ATTACKING = \"attacking\",\n /** In defensive stance, reduced offensive capability */\n DEFENDING = \"defending\",\n /** Temporarily incapacitated, cannot act */\n STUNNED = \"stunned\",\n /** Recovering from action, limited options */\n RECOVERING = \"recovering\",\n /** Executing a counter-attack */\n COUNTERING = \"countering\",\n /** Transitioning between stances */\n TRANSITIONING = \"transitioning\",\n /** Grappling/controlling opponent */\n GRAPPLING = \"grappling\",\n /** Being grappled/controlled */\n GRAPPLED = \"grappled\",\n}\n\n/**\n * Body regions for anatomical targeting in combat.\n *\n * Each region contains multiple vital points and has different\n * defensive properties and vulnerability profiles.\n *\n * @public\n * @category Combat System\n * @korean 신체부위\n */\nexport enum BodyRegion {\n /** Head region - contains critical neurological targets */\n HEAD = \"head\",\n /** Neck region - contains vascular and respiratory targets */\n NECK = \"neck\",\n /** Torso region - contains organ targets */\n TORSO = \"torso\",\n /** Left arm region - contains nerve and joint targets */\n LEFT_ARM = \"left_arm\",\n /** Right arm region - contains nerve and joint targets */\n RIGHT_ARM = \"right_arm\",\n /** Left leg region - contains structural and mobility targets */\n LEFT_LEG = \"left_leg\",\n /** Right leg region - contains structural and mobility targets */\n RIGHT_LEG = \"right_leg\",\n /** Core/center region - contains balance and power centers */\n CORE = \"core\",\n}\n\n/**\n * Grappling state representing control and hold status.\n *\n * **Korean**: 잡기 상태 (Grapple State)\n *\n * Tracks the current phase of a grappling exchange based on Hapkido\n * and Ssireum techniques. State transitions follow realistic grappling\n * flow where control must be established before manipulation.\n *\n * @public\n * @category Combat System\n * @korean 잡기상태\n */\nexport enum GrappleState {\n /** Not in grapple - normal combat */\n NONE = \"none\",\n /** Initiating grab attempt */\n GRABBING = \"grabbing\",\n /** Successfully controlling opponent */\n CONTROLLING = \"controlling\",\n /** Attempting to escape control */\n ESCAPING = \"escaping\",\n /** Transitioning to throw or takedown */\n THROWING = \"throwing\",\n /** Applying joint lock technique */\n LOCKING = \"locking\",\n}\n\n/**\n * Target for grappling techniques.\n *\n * **Korean**: 잡기 목표 (Grapple Target)\n *\n * Specifies which body part is being controlled in a grapple.\n * Different targets allow different follow-up techniques and\n * have different escape difficulties.\n *\n * @public\n * @category Combat System\n * @korean 잡기목표\n */\nexport enum GrappleTarget {\n /** Hand/wrist control - 손목잡기 */\n HAND = \"hand\",\n /** Arm control - 팔잡기 */\n ARM = \"arm\",\n /** Leg control - 다리잡기 */\n LEG = \"leg\",\n /** Torso/body control - 몸통잡기 */\n TORSO = \"torso\",\n /** Neck control - 목잡기 */\n NECK = \"neck\",\n /** Both arms control - 양팔잡기 */\n BOTH_ARMS = \"both_arms\",\n}\n\n/**\n * Grappling control information.\n *\n * **Korean**: 잡기 제어 (Grapple Control)\n *\n * Tracks active grappling state between combatants, including\n * control duration, grip strength, and target limb.\n *\n * @public\n * @category Combat System\n * @korean 잡기제어\n */\nexport interface GrappleControl {\n /** Current grapple state */\n readonly state: GrappleState;\n /** Body part being controlled */\n readonly target: GrappleTarget;\n /** ID of controlling player */\n readonly controllerId: string;\n /** ID of controlled player */\n readonly targetId: string;\n /** Grip strength (0-100) affecting escape difficulty */\n readonly gripStrength: number;\n /** Duration of control in milliseconds */\n readonly duration: number;\n /** Timestamp when grapple was initiated */\n readonly startTime: number;\n /** Whether control can be broken this frame */\n readonly canEscape: boolean;\n /** Stamina cost per second to maintain control */\n readonly staminaCostPerSecond: number;\n}\n\nexport default {};\n"],"mappings":";;;;;;;;;;AAwNA,IAAY,iBAAL,yBAAA,gBAAA;;AAEL,gBAAA,YAAA;;AAEA,gBAAA,UAAA;;AAEA,gBAAA,WAAA;;AAEA,gBAAA,YAAA;;AAEA,gBAAA,WAAA;;AAEA,gBAAA,YAAA;;AAEA,gBAAA,aAAA;;AAEA,gBAAA,UAAA;;AAEA,gBAAA,WAAA;;KACD;;;;;;;;;;AAWD,IAAY,mBAAL,yBAAA,kBAAA;;AAEL,kBAAA,WAAA;;AAEA,kBAAA,YAAA;;AAEA,kBAAA,aAAA;;AAEA,kBAAA,YAAA;;AAEA,kBAAA,cAAA;;AAEA,kBAAA,UAAA;;AAEA,kBAAA,WAAA;;KACD;;;;;;;;;;AAsOD,IAAY,WAAL,yBAAA,UAAA;;AAEL,UAAA,YAAA;;AAEA,UAAA,cAAA;;AAEA,UAAA,cAAA;;AAEA,UAAA,cAAA;;AAEA,UAAA,WAAA;;AAEA,UAAA,YAAA;;AAEA,UAAA,cAAA;;AAEA,UAAA,gBAAA;;KACD;;;;;;;;;;AAWD,IAAY,YAAL,yBAAA,WAAA;;AAEL,WAAA,WAAA;;AAEA,WAAA,UAAA;;AAEA,WAAA,sBAAA;;AAEA,WAAA,YAAA;;AAEA,WAAA,cAAA;;AAEA,WAAA,aAAA;;AAEA,WAAA,YAAA;;AAEA,WAAA,YAAA;;AAEA,WAAA,eAAA;;AAEA,WAAA,aAAA;;KACD;;;;;;;;;;;;;;;;;;;;;AAsBD,IAAY,kBAAL,yBAAA,iBAAA;;;;;;;AAOL,iBAAA,UAAA;;;;;;;AAQA,iBAAA,aAAA;;;;;;;AAQA,iBAAA,YAAA;;;;;;;AAQA,iBAAA,mBAAA;;;;;;;AAQA,iBAAA,uBAAA;;KACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwQD,IAAY,gBAAL,yBAAA,eAAA;;;;;;;;;;;AAWL,eAAA,UAAA;;;;;;;;;;;AAYA,eAAA,SAAA;;;;;;;;;;;AAYA,eAAA,QAAA;;;;;;;;;;;AAYA,eAAA,SAAA;;;;;;;;;;;AAYA,eAAA,SAAA;;;;;;;;;;;AAYA,eAAA,SAAA;;;;;;;;;;;AAYA,eAAA,SAAA;;;;;;;;;;;AAYA,eAAA,SAAA;;KACD;;;;;;;;;;;AAYD,IAAY,mBAAL,yBAAA,kBAAA;;AAEL,kBAAA,YAAA;;AAEA,kBAAA,YAAA;;AAEA,kBAAA,WAAA;;AAEA,kBAAA,oBAAA;;AAEA,kBAAA,WAAA;;AAEA,kBAAA,aAAA;;AAEA,kBAAA,oBAAA;;AAEA,kBAAA,kBAAA;;AAEA,kBAAA,WAAA;;AAEA,kBAAA,UAAA;;AAEA,kBAAA,WAAA;;AAEA,kBAAA,UAAA;;KACD;;;;;;;;;;;AAYD,IAAY,aAAL,yBAAA,YAAA;;AAEL,YAAA,WAAA;;AAEA,YAAA,cAAA;;AAEA,YAAA,cAAA;;AAEA,YAAA,cAAA;;AAEA,YAAA,WAAA;;AAEA,YAAA,WAAA;;AAEA,YAAA,cAAA;;AAEA,YAAA,YAAA;;AAEA,YAAA,cAAA;;AAEA,YAAA,WAAA;;AAEA,YAAA,cAAA;;AAEA,YAAA,UAAA;;AAEA,YAAA,SAAA;;AAEA,YAAA,YAAA;;AAEA,YAAA,aAAA;;AAEA,YAAA,WAAA;;KACD;;;;;;;;;;;;;;;;;;;;;;;;AAyBD,IAAY,qBAAL,yBAAA,oBAAA;;AAEL,oBAAA,kBAAA;;AAEA,oBAAA,cAAA;;AAEA,oBAAA,iBAAA;;AAEA,oBAAA,cAAA;;AAEA,oBAAA,cAAA;;AAEA,oBAAA,WAAA;;AAEA,oBAAA,iBAAA;;AAEA,oBAAA,eAAA;;AAEA,oBAAA,eAAA;;AAEA,oBAAA,WAAA;;AAEA,oBAAA,WAAA;;AAEA,oBAAA,cAAA;;KACD;;;;;;;;;;;;;;;;;;;AAoBD,IAAY,qBAAL,yBAAA,oBAAA;;AAEL,oBAAA,WAAA;;AAEA,oBAAA,cAAA;;AAEA,oBAAA,WAAA;;AAEA,oBAAA,cAAA;;AAEA,oBAAA,YAAA;;KACD;;;;;;;;;;;;AAaD,IAAY,uBAAL,yBAAA,sBAAA;;AAEL,sBAAA,qBAAA;;AAEA,sBAAA,oBAAA;;AAEA,sBAAA,UAAA;;AAEA,sBAAA,eAAA;;AAEA,sBAAA,UAAA;;AAEA,sBAAA,cAAA;;AAEA,sBAAA,oBAAA;;AAEA,sBAAA,4BAAA;;AAEA,sBAAA,sBAAA;;AAEA,sBAAA,sBAAA;;KACD;;;;;;;;;;;AAYD,IAAY,cAAL,yBAAA,aAAA;;AAEL,aAAA,UAAA;;AAEA,aAAA,eAAA;;AAEA,aAAA,eAAA;;AAEA,aAAA,aAAA;;AAEA,aAAA,gBAAA;;AAEA,aAAA,gBAAA;;AAEA,aAAA,mBAAA;;AAEA,aAAA,eAAA;;AAEA,aAAA,cAAA;;KACD;;;;;;;;;;;AAYD,IAAY,aAAL,yBAAA,YAAA;;AAEL,YAAA,UAAA;;AAEA,YAAA,UAAA;;AAEA,YAAA,WAAA;;AAEA,YAAA,cAAA;;AAEA,YAAA,eAAA;;AAEA,YAAA,cAAA;;AAEA,YAAA,eAAA;;AAEA,YAAA,UAAA;;KACD;;;;;;;;;;;;;;AAeD,IAAY,eAAL,yBAAA,cAAA;;AAEL,cAAA,UAAA;;AAEA,cAAA,cAAA;;AAEA,cAAA,iBAAA;;AAEA,cAAA,cAAA;;AAEA,cAAA,cAAA;;AAEA,cAAA,aAAA;;KACD;;;;;;;;;;;;;;AAeD,IAAY,gBAAL,yBAAA,eAAA;;AAEL,eAAA,UAAA;;AAEA,eAAA,SAAA;;AAEA,eAAA,SAAA;;AAEA,eAAA,WAAA;;AAEA,eAAA,UAAA;;AAEA,eAAA,eAAA;;KACD"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Animation constants for Black Trigram Korean martial arts
|
|
3
|
+
*/
|
|
4
|
+
export declare const ANIMATION_DURATIONS: {
|
|
5
|
+
readonly BUTTON_HOVER: 150;
|
|
6
|
+
readonly BUTTON_PRESS: 100;
|
|
7
|
+
readonly MODAL_FADE: 300;
|
|
8
|
+
readonly SCREEN_TRANSITION: 500;
|
|
9
|
+
readonly BASIC_ATTACK: 400;
|
|
10
|
+
readonly HEAVY_ATTACK: 600;
|
|
11
|
+
readonly BLOCK: 200;
|
|
12
|
+
readonly DODGE: 300;
|
|
13
|
+
readonly STANCE_CHANGE: 500;
|
|
14
|
+
readonly HIT_FLASH: 100;
|
|
15
|
+
readonly DAMAGE_NUMBER: 1000;
|
|
16
|
+
readonly STATUS_EFFECT: 2000;
|
|
17
|
+
readonly PARTICLE_LIFE: 800;
|
|
18
|
+
readonly TRIGRAM_TRANSITION: 600;
|
|
19
|
+
readonly VITAL_POINT_HIGHLIGHT: 300;
|
|
20
|
+
readonly KI_FLOW_PULSE: 1200;
|
|
21
|
+
};
|
|
22
|
+
export declare const ANIMATION_EASING: {
|
|
23
|
+
readonly LINEAR: "linear";
|
|
24
|
+
readonly EASE_IN: "ease-in";
|
|
25
|
+
readonly EASE_OUT: "ease-out";
|
|
26
|
+
readonly EASE_IN_OUT: "ease-in-out";
|
|
27
|
+
readonly BOUNCE: "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
|
|
28
|
+
readonly ELASTIC: "cubic-bezier(0.175, 0.885, 0.32, 1.275)";
|
|
29
|
+
readonly BACK: "cubic-bezier(0.6, -0.28, 0.735, 0.045)";
|
|
30
|
+
};
|
|
31
|
+
export declare const FRAME_CONFIGS: {
|
|
32
|
+
readonly IDLE: {
|
|
33
|
+
readonly frames: 4;
|
|
34
|
+
readonly duration: 1000;
|
|
35
|
+
readonly loop: true;
|
|
36
|
+
};
|
|
37
|
+
readonly WALK: {
|
|
38
|
+
readonly frames: 6;
|
|
39
|
+
readonly duration: 600;
|
|
40
|
+
readonly loop: true;
|
|
41
|
+
};
|
|
42
|
+
readonly ATTACK: {
|
|
43
|
+
readonly frames: 8;
|
|
44
|
+
readonly duration: 400;
|
|
45
|
+
readonly loop: false;
|
|
46
|
+
};
|
|
47
|
+
readonly BLOCK: {
|
|
48
|
+
readonly frames: 3;
|
|
49
|
+
readonly duration: 200;
|
|
50
|
+
readonly loop: false;
|
|
51
|
+
};
|
|
52
|
+
readonly HIT: {
|
|
53
|
+
readonly frames: 4;
|
|
54
|
+
readonly duration: 300;
|
|
55
|
+
readonly loop: false;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
export declare const KOREAN_MARTIAL_ANIMATIONS: {
|
|
59
|
+
readonly STANCE_TRANSITIONS: {
|
|
60
|
+
readonly GEON_TO_TAE: {
|
|
61
|
+
readonly frames: 12;
|
|
62
|
+
readonly duration: 500;
|
|
63
|
+
};
|
|
64
|
+
readonly TAE_TO_LI: {
|
|
65
|
+
readonly frames: 10;
|
|
66
|
+
readonly duration: 450;
|
|
67
|
+
};
|
|
68
|
+
readonly LI_TO_JIN: {
|
|
69
|
+
readonly frames: 14;
|
|
70
|
+
readonly duration: 550;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
readonly TECHNIQUE_ANIMATIONS: {
|
|
74
|
+
readonly PALM_STRIKE: {
|
|
75
|
+
readonly frames: 8;
|
|
76
|
+
readonly duration: 400;
|
|
77
|
+
};
|
|
78
|
+
readonly FLYING_KICK: {
|
|
79
|
+
readonly frames: 12;
|
|
80
|
+
readonly duration: 600;
|
|
81
|
+
};
|
|
82
|
+
readonly PRESSURE_POINT: {
|
|
83
|
+
readonly frames: 6;
|
|
84
|
+
readonly duration: 300;
|
|
85
|
+
};
|
|
86
|
+
readonly VITAL_POINT_STRIKE: {
|
|
87
|
+
readonly frames: 10;
|
|
88
|
+
readonly duration: 500;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
export default ANIMATION_DURATIONS;
|
|
93
|
+
//# sourceMappingURL=animations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../src/types/constants/animations.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;CAwBtB,CAAC;AAGX,eAAO,MAAM,gBAAgB;;;;;;;;CAQnB,CAAC;AAGX,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BhB,CAAC;AAGX,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAc5B,CAAC;AAEX,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//#region src/types/constants/animations.ts
|
|
2
|
+
/**
|
|
3
|
+
* Animation constants for Black Trigram Korean martial arts
|
|
4
|
+
*/
|
|
5
|
+
var ANIMATION_DURATIONS = {
|
|
6
|
+
BUTTON_HOVER: 150,
|
|
7
|
+
BUTTON_PRESS: 100,
|
|
8
|
+
MODAL_FADE: 300,
|
|
9
|
+
SCREEN_TRANSITION: 500,
|
|
10
|
+
BASIC_ATTACK: 400,
|
|
11
|
+
HEAVY_ATTACK: 600,
|
|
12
|
+
BLOCK: 200,
|
|
13
|
+
DODGE: 300,
|
|
14
|
+
STANCE_CHANGE: 500,
|
|
15
|
+
HIT_FLASH: 100,
|
|
16
|
+
DAMAGE_NUMBER: 1e3,
|
|
17
|
+
STATUS_EFFECT: 2e3,
|
|
18
|
+
PARTICLE_LIFE: 800,
|
|
19
|
+
TRIGRAM_TRANSITION: 600,
|
|
20
|
+
VITAL_POINT_HIGHLIGHT: 300,
|
|
21
|
+
KI_FLOW_PULSE: 1200
|
|
22
|
+
};
|
|
23
|
+
//#endregion
|
|
24
|
+
export { ANIMATION_DURATIONS as default };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=animations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animations.js","names":[],"sources":["../../../src/types/constants/animations.ts"],"sourcesContent":["/**\n * Animation constants for Black Trigram Korean martial arts\n */\n\n// Animation durations (in milliseconds)\nexport const ANIMATION_DURATIONS = {\n // UI animations\n BUTTON_HOVER: 150,\n BUTTON_PRESS: 100,\n MODAL_FADE: 300,\n SCREEN_TRANSITION: 500,\n\n // Combat animations\n BASIC_ATTACK: 400,\n HEAVY_ATTACK: 600,\n BLOCK: 200,\n DODGE: 300,\n STANCE_CHANGE: 500,\n\n // Effect animations\n HIT_FLASH: 100,\n DAMAGE_NUMBER: 1000,\n STATUS_EFFECT: 2000,\n PARTICLE_LIFE: 800,\n\n // Korean martial arts specific\n TRIGRAM_TRANSITION: 600,\n VITAL_POINT_HIGHLIGHT: 300,\n KI_FLOW_PULSE: 1200,\n} as const;\n\n// Animation easing curves\nexport const ANIMATION_EASING = {\n LINEAR: \"linear\",\n EASE_IN: \"ease-in\",\n EASE_OUT: \"ease-out\",\n EASE_IN_OUT: \"ease-in-out\",\n BOUNCE: \"cubic-bezier(0.68, -0.55, 0.265, 1.55)\",\n ELASTIC: \"cubic-bezier(0.175, 0.885, 0.32, 1.275)\",\n BACK: \"cubic-bezier(0.6, -0.28, 0.735, 0.045)\",\n} as const;\n\n// Animation frame configurations\nexport const FRAME_CONFIGS = {\n IDLE: {\n frames: 4,\n duration: 1000,\n loop: true,\n },\n WALK: {\n frames: 6,\n duration: 600,\n loop: true,\n },\n ATTACK: {\n frames: 8,\n duration: 400,\n loop: false,\n },\n BLOCK: {\n frames: 3,\n duration: 200,\n loop: false,\n },\n HIT: {\n frames: 4,\n duration: 300,\n loop: false,\n },\n} as const;\n\n// Korean martial arts animation sequences\nexport const KOREAN_MARTIAL_ANIMATIONS = {\n STANCE_TRANSITIONS: {\n GEON_TO_TAE: { frames: 12, duration: 500 },\n TAE_TO_LI: { frames: 10, duration: 450 },\n LI_TO_JIN: { frames: 14, duration: 550 },\n // ... other transitions\n },\n\n TECHNIQUE_ANIMATIONS: {\n PALM_STRIKE: { frames: 8, duration: 400 },\n FLYING_KICK: { frames: 12, duration: 600 },\n PRESSURE_POINT: { frames: 6, duration: 300 },\n VITAL_POINT_STRIKE: { frames: 10, duration: 500 },\n },\n} as const;\n\nexport default ANIMATION_DURATIONS;\n"],"mappings":";;;;AAKA,IAAa,sBAAsB;CAEjC,cAAc;CACd,cAAc;CACd,YAAY;CACZ,mBAAmB;CAGnB,cAAc;CACd,cAAc;CACd,OAAO;CACP,OAAO;CACP,eAAe;CAGf,WAAW;CACX,eAAe;CACf,eAAe;CACf,eAAe;CAGf,oBAAoB;CACpB,uBAAuB;CACvB,eAAe;CAChB"}
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Color palette for Black Trigram Korean martial arts game
|
|
3
|
+
* Cyberpunk aesthetic with Korean traditional influences
|
|
4
|
+
*
|
|
5
|
+
* WCAG 2.1 Level AA Compliance:
|
|
6
|
+
* - Text colors meet 4.5:1 contrast ratio on dark backgrounds
|
|
7
|
+
* - UI elements meet 3:1 contrast ratio
|
|
8
|
+
* - Focus indicators use 2px borders with high contrast
|
|
9
|
+
*
|
|
10
|
+
* @see https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html
|
|
11
|
+
*/
|
|
12
|
+
export declare const KOREAN_COLORS: {
|
|
13
|
+
readonly PRIMARY_CYAN: 59110;
|
|
14
|
+
readonly PRIMARY_BLUE: 26367;
|
|
15
|
+
readonly PRIMARY_BLUE_DARK: 13209;
|
|
16
|
+
readonly PRIMARY_RED: 16729156;
|
|
17
|
+
readonly SECONDARY_MAGENTA: 16724991;
|
|
18
|
+
readonly SECONDARY_PURPLE: 11158783;
|
|
19
|
+
readonly SECONDARY_YELLOW: 16777011;
|
|
20
|
+
readonly SECONDARY_ORANGE: 16742195;
|
|
21
|
+
readonly SECONDARY_BROWN_DARK: 9127187;
|
|
22
|
+
readonly ACCENT_GOLD: 16761856;
|
|
23
|
+
readonly ACCENT_RED: 16729156;
|
|
24
|
+
readonly ACCENT_GREEN: 4521796;
|
|
25
|
+
readonly ACCENT_PRIMARY: 54527;
|
|
26
|
+
readonly ACCENT_YELLOW: 16777011;
|
|
27
|
+
readonly ACCENT_PURPLE: 11158783;
|
|
28
|
+
readonly ACCENT_CYAN: 59110;
|
|
29
|
+
readonly ACCENT_ORANGE: 16746547;
|
|
30
|
+
readonly ACCENT_BLUE: 3381759;
|
|
31
|
+
readonly KOREAN_RED: 13111342;
|
|
32
|
+
readonly KOREAN_BLUE: 13432;
|
|
33
|
+
readonly KOREAN_WHITE: 16777215;
|
|
34
|
+
readonly KOREAN_BLACK: 0;
|
|
35
|
+
readonly TEXT_PRIMARY: 16777215;
|
|
36
|
+
readonly TEXT_SECONDARY: 13421772;
|
|
37
|
+
readonly TEXT_TERTIARY: 11184810;
|
|
38
|
+
readonly TEXT_ACCENT: 59110;
|
|
39
|
+
readonly TEXT_WARNING: 16759552;
|
|
40
|
+
readonly TEXT_ERROR: 16729156;
|
|
41
|
+
readonly TEXT_BRIGHT: 16777215;
|
|
42
|
+
readonly UI_BACKGROUND_DARK: 657930;
|
|
43
|
+
readonly UI_BACKGROUND_MEDIUM: 1710618;
|
|
44
|
+
readonly UI_BACKGROUND_LIGHT: 2763306;
|
|
45
|
+
readonly UI_STEEL_GRAY: 5924216;
|
|
46
|
+
readonly UI_STEEL_GRAY_DARK: 4015960;
|
|
47
|
+
readonly UI_BORDER: 5924216;
|
|
48
|
+
readonly UI_BORDER_LIGHT: 6974090;
|
|
49
|
+
readonly UI_GRAY: 9474192;
|
|
50
|
+
readonly UI_DISABLED_FILL: 4015960;
|
|
51
|
+
readonly UI_DISABLED_BORDER: 2763326;
|
|
52
|
+
readonly UI_DISABLED_BG: 4473924;
|
|
53
|
+
readonly UI_DISABLED_TEXT: 7829367;
|
|
54
|
+
readonly CRITICAL_HIT: 16729156;
|
|
55
|
+
readonly BLOCKED_ATTACK: 9474192;
|
|
56
|
+
readonly PERFECT_STRIKE: 16761856;
|
|
57
|
+
readonly VITAL_POINT_HIT: 16724991;
|
|
58
|
+
readonly WARNING_ORANGE: 16742195;
|
|
59
|
+
readonly WARNING_YELLOW: 16777011;
|
|
60
|
+
readonly ACTIVE_BORDER: 59110;
|
|
61
|
+
readonly TRIGRAM_GEON_PRIMARY: 16766720;
|
|
62
|
+
readonly TRIGRAM_TAE_PRIMARY: 8900331;
|
|
63
|
+
readonly TRIGRAM_LI_PRIMARY: 16729344;
|
|
64
|
+
readonly TRIGRAM_JIN_PRIMARY: 9662683;
|
|
65
|
+
readonly TRIGRAM_SON_PRIMARY: 3329330;
|
|
66
|
+
readonly TRIGRAM_GAM_PRIMARY: 2003199;
|
|
67
|
+
readonly TRIGRAM_GAN_PRIMARY: 9127187;
|
|
68
|
+
readonly TRIGRAM_GON_PRIMARY: 3100495;
|
|
69
|
+
readonly POSITIVE_GREEN: 65280;
|
|
70
|
+
readonly POSITIVE_GREEN_DARK: 26112;
|
|
71
|
+
readonly NEGATIVE_RED: 16711680;
|
|
72
|
+
readonly NEGATIVE_RED_DARK: 10027008;
|
|
73
|
+
readonly NEGATIVE_RED_LIGHT: 16729156;
|
|
74
|
+
readonly NEUTRAL_GRAY: 8421504;
|
|
75
|
+
readonly WHITE_SOLID: 16777215;
|
|
76
|
+
readonly BLACK_SOLID: 0;
|
|
77
|
+
readonly BLACK: 0;
|
|
78
|
+
readonly TRANSPARENT: 0;
|
|
79
|
+
readonly HEALTH_FULL: 65280;
|
|
80
|
+
readonly HEALTH_MEDIUM: 16776960;
|
|
81
|
+
readonly HEALTH_LOW: 16737792;
|
|
82
|
+
readonly HEALTH_CRITICAL: 16711680;
|
|
83
|
+
readonly KI_FULL: 65535;
|
|
84
|
+
readonly KI_MEDIUM: 39372;
|
|
85
|
+
readonly KI_LOW: 26265;
|
|
86
|
+
readonly KI_EMPTY: 13158;
|
|
87
|
+
readonly STAMINA_FULL: 16776960;
|
|
88
|
+
readonly STAMINA_MEDIUM: 16763904;
|
|
89
|
+
readonly STAMINA_LOW: 16750848;
|
|
90
|
+
readonly STAMINA_EMPTY: 16737792;
|
|
91
|
+
readonly CONSCIOUSNESS_PURPLE: 9662683;
|
|
92
|
+
readonly PAIN_INDICATOR: 16739179;
|
|
93
|
+
readonly BLOODLOSS_INDICATOR: 13369344;
|
|
94
|
+
readonly MUSCLE_TONE: 13935475;
|
|
95
|
+
readonly MUSCLE_FLEXED: 15251606;
|
|
96
|
+
readonly MUSCLE_EXHAUSTED: 10909782;
|
|
97
|
+
readonly SKIN_TONE: 16111537;
|
|
98
|
+
readonly ARENA_BACKGROUND: 1710638;
|
|
99
|
+
readonly PLAYER_1_COLOR: 52479;
|
|
100
|
+
readonly PLAYER_2_COLOR: 16739125;
|
|
101
|
+
readonly SECONDARY_BLUE: 3368652;
|
|
102
|
+
readonly SECONDARY_BLUE_LIGHT: 5605614;
|
|
103
|
+
readonly SECONDARY_BLUE_DARK: 1131690;
|
|
104
|
+
readonly NEON_CYAN: 65535;
|
|
105
|
+
readonly NEON_PURPLE: 16711935;
|
|
106
|
+
readonly NEON_GREEN: 65280;
|
|
107
|
+
readonly NEON_PINK: 16716947;
|
|
108
|
+
};
|
|
109
|
+
export declare const CYBERPUNK_COLORS: {
|
|
110
|
+
readonly NEON_CYAN: 65535;
|
|
111
|
+
readonly NEON_PURPLE: 16711935;
|
|
112
|
+
readonly NEON_GREEN: 65280;
|
|
113
|
+
readonly NEON_PINK: 16716947;
|
|
114
|
+
readonly ACCENT_BLUE: 33023;
|
|
115
|
+
readonly ACCENT_ORANGE: 16744448;
|
|
116
|
+
readonly ACCENT_YELLOW: 16776960;
|
|
117
|
+
readonly WARNING_RED: 16729156;
|
|
118
|
+
readonly SUCCESS_GREEN: 4521796;
|
|
119
|
+
readonly INFO_BLUE: 4474111;
|
|
120
|
+
readonly TEXT_PRIMARY: 16777215;
|
|
121
|
+
readonly TEXT_SECONDARY: 13421772;
|
|
122
|
+
readonly TEXT_MUTED: 8947848;
|
|
123
|
+
readonly BG_DARK: 657930;
|
|
124
|
+
readonly BG_DARKER: 328965;
|
|
125
|
+
readonly BG_PANEL: 1710618;
|
|
126
|
+
readonly NEUTRAL_GRAY: 6710886;
|
|
127
|
+
readonly NEUTRAL_LIGHT: 10066329;
|
|
128
|
+
readonly NEUTRAL_DARK: 3355443;
|
|
129
|
+
readonly SHADOW: 0;
|
|
130
|
+
readonly GLOW: 16777215;
|
|
131
|
+
readonly HIGHLIGHT: 16777088;
|
|
132
|
+
};
|
|
133
|
+
export declare const colorUtils: {
|
|
134
|
+
/**
|
|
135
|
+
* Convert hex color to RGB components
|
|
136
|
+
*/
|
|
137
|
+
hexToRgb: (hex: number) => {
|
|
138
|
+
r: number;
|
|
139
|
+
g: number;
|
|
140
|
+
b: number;
|
|
141
|
+
};
|
|
142
|
+
/**
|
|
143
|
+
* Convert RGB to hex color
|
|
144
|
+
*/
|
|
145
|
+
rgbToHex: (r: number, g: number, b: number) => number;
|
|
146
|
+
/**
|
|
147
|
+
* Blend two colors
|
|
148
|
+
*/
|
|
149
|
+
blend: (color1: number, color2: number, factor: number) => number;
|
|
150
|
+
};
|
|
151
|
+
//# sourceMappingURL=colors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/types/constants/colors.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2IhB,CAAC;AAGX,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;CAoCnB,CAAC;AAGX,eAAO,MAAM,UAAU;IACrB;;OAEG;oBACa,MAAM;;;;;IAMtB;;OAEG;kBACW,MAAM,KAAK,MAAM,KAAK,MAAM;IAI1C;;OAEG;oBACa,MAAM,UAAU,MAAM,UAAU,MAAM;CAUvD,CAAC"}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
//#region src/types/constants/colors.ts
|
|
2
|
+
/**
|
|
3
|
+
* Color palette for Black Trigram Korean martial arts game
|
|
4
|
+
* Cyberpunk aesthetic with Korean traditional influences
|
|
5
|
+
*
|
|
6
|
+
* WCAG 2.1 Level AA Compliance:
|
|
7
|
+
* - Text colors meet 4.5:1 contrast ratio on dark backgrounds
|
|
8
|
+
* - UI elements meet 3:1 contrast ratio
|
|
9
|
+
* - Focus indicators use 2px borders with high contrast
|
|
10
|
+
*
|
|
11
|
+
* @see https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html
|
|
12
|
+
*/
|
|
13
|
+
var KOREAN_COLORS = {
|
|
14
|
+
PRIMARY_CYAN: 59110,
|
|
15
|
+
PRIMARY_BLUE: 26367,
|
|
16
|
+
PRIMARY_BLUE_DARK: 13209,
|
|
17
|
+
PRIMARY_RED: 16729156,
|
|
18
|
+
SECONDARY_MAGENTA: 16724991,
|
|
19
|
+
SECONDARY_PURPLE: 11158783,
|
|
20
|
+
SECONDARY_YELLOW: 16777011,
|
|
21
|
+
SECONDARY_ORANGE: 16742195,
|
|
22
|
+
SECONDARY_BROWN_DARK: 9127187,
|
|
23
|
+
ACCENT_GOLD: 16761856,
|
|
24
|
+
ACCENT_RED: 16729156,
|
|
25
|
+
ACCENT_GREEN: 4521796,
|
|
26
|
+
ACCENT_PRIMARY: 54527,
|
|
27
|
+
ACCENT_YELLOW: 16777011,
|
|
28
|
+
ACCENT_PURPLE: 11158783,
|
|
29
|
+
ACCENT_CYAN: 59110,
|
|
30
|
+
ACCENT_ORANGE: 16746547,
|
|
31
|
+
ACCENT_BLUE: 3381759,
|
|
32
|
+
KOREAN_RED: 13111342,
|
|
33
|
+
KOREAN_BLUE: 13432,
|
|
34
|
+
KOREAN_WHITE: 16777215,
|
|
35
|
+
KOREAN_BLACK: 0,
|
|
36
|
+
TEXT_PRIMARY: 16777215,
|
|
37
|
+
TEXT_SECONDARY: 13421772,
|
|
38
|
+
TEXT_TERTIARY: 11184810,
|
|
39
|
+
TEXT_ACCENT: 59110,
|
|
40
|
+
TEXT_WARNING: 16759552,
|
|
41
|
+
TEXT_ERROR: 16729156,
|
|
42
|
+
TEXT_BRIGHT: 16777215,
|
|
43
|
+
UI_BACKGROUND_DARK: 657930,
|
|
44
|
+
UI_BACKGROUND_MEDIUM: 1710618,
|
|
45
|
+
UI_BACKGROUND_LIGHT: 2763306,
|
|
46
|
+
UI_STEEL_GRAY: 5924216,
|
|
47
|
+
UI_STEEL_GRAY_DARK: 4015960,
|
|
48
|
+
UI_BORDER: 5924216,
|
|
49
|
+
UI_BORDER_LIGHT: 6974090,
|
|
50
|
+
UI_GRAY: 9474192,
|
|
51
|
+
UI_DISABLED_FILL: 4015960,
|
|
52
|
+
UI_DISABLED_BORDER: 2763326,
|
|
53
|
+
UI_DISABLED_BG: 4473924,
|
|
54
|
+
UI_DISABLED_TEXT: 7829367,
|
|
55
|
+
CRITICAL_HIT: 16729156,
|
|
56
|
+
BLOCKED_ATTACK: 9474192,
|
|
57
|
+
PERFECT_STRIKE: 16761856,
|
|
58
|
+
VITAL_POINT_HIT: 16724991,
|
|
59
|
+
WARNING_ORANGE: 16742195,
|
|
60
|
+
WARNING_YELLOW: 16777011,
|
|
61
|
+
ACTIVE_BORDER: 59110,
|
|
62
|
+
TRIGRAM_GEON_PRIMARY: 16766720,
|
|
63
|
+
TRIGRAM_TAE_PRIMARY: 8900331,
|
|
64
|
+
TRIGRAM_LI_PRIMARY: 16729344,
|
|
65
|
+
TRIGRAM_JIN_PRIMARY: 9662683,
|
|
66
|
+
TRIGRAM_SON_PRIMARY: 3329330,
|
|
67
|
+
TRIGRAM_GAM_PRIMARY: 2003199,
|
|
68
|
+
TRIGRAM_GAN_PRIMARY: 9127187,
|
|
69
|
+
TRIGRAM_GON_PRIMARY: 3100495,
|
|
70
|
+
POSITIVE_GREEN: 65280,
|
|
71
|
+
POSITIVE_GREEN_DARK: 26112,
|
|
72
|
+
NEGATIVE_RED: 16711680,
|
|
73
|
+
NEGATIVE_RED_DARK: 10027008,
|
|
74
|
+
NEGATIVE_RED_LIGHT: 16729156,
|
|
75
|
+
NEUTRAL_GRAY: 8421504,
|
|
76
|
+
WHITE_SOLID: 16777215,
|
|
77
|
+
BLACK_SOLID: 0,
|
|
78
|
+
BLACK: 0,
|
|
79
|
+
TRANSPARENT: 0,
|
|
80
|
+
HEALTH_FULL: 65280,
|
|
81
|
+
HEALTH_MEDIUM: 16776960,
|
|
82
|
+
HEALTH_LOW: 16737792,
|
|
83
|
+
HEALTH_CRITICAL: 16711680,
|
|
84
|
+
KI_FULL: 65535,
|
|
85
|
+
KI_MEDIUM: 39372,
|
|
86
|
+
KI_LOW: 26265,
|
|
87
|
+
KI_EMPTY: 13158,
|
|
88
|
+
STAMINA_FULL: 16776960,
|
|
89
|
+
STAMINA_MEDIUM: 16763904,
|
|
90
|
+
STAMINA_LOW: 16750848,
|
|
91
|
+
STAMINA_EMPTY: 16737792,
|
|
92
|
+
CONSCIOUSNESS_PURPLE: 9662683,
|
|
93
|
+
PAIN_INDICATOR: 16739179,
|
|
94
|
+
BLOODLOSS_INDICATOR: 13369344,
|
|
95
|
+
MUSCLE_TONE: 13935475,
|
|
96
|
+
MUSCLE_FLEXED: 15251606,
|
|
97
|
+
MUSCLE_EXHAUSTED: 10909782,
|
|
98
|
+
SKIN_TONE: 16111537,
|
|
99
|
+
ARENA_BACKGROUND: 1710638,
|
|
100
|
+
PLAYER_1_COLOR: 52479,
|
|
101
|
+
PLAYER_2_COLOR: 16739125,
|
|
102
|
+
SECONDARY_BLUE: 3368652,
|
|
103
|
+
SECONDARY_BLUE_LIGHT: 5605614,
|
|
104
|
+
SECONDARY_BLUE_DARK: 1131690,
|
|
105
|
+
NEON_CYAN: 65535,
|
|
106
|
+
NEON_PURPLE: 16711935,
|
|
107
|
+
NEON_GREEN: 65280,
|
|
108
|
+
NEON_PINK: 16716947
|
|
109
|
+
};
|
|
110
|
+
var CYBERPUNK_COLORS = {
|
|
111
|
+
NEON_CYAN: 65535,
|
|
112
|
+
NEON_PURPLE: 16711935,
|
|
113
|
+
NEON_GREEN: 65280,
|
|
114
|
+
NEON_PINK: 16716947,
|
|
115
|
+
ACCENT_BLUE: 33023,
|
|
116
|
+
ACCENT_ORANGE: 16744448,
|
|
117
|
+
ACCENT_YELLOW: 16776960,
|
|
118
|
+
WARNING_RED: 16729156,
|
|
119
|
+
SUCCESS_GREEN: 4521796,
|
|
120
|
+
INFO_BLUE: 4474111,
|
|
121
|
+
TEXT_PRIMARY: 16777215,
|
|
122
|
+
TEXT_SECONDARY: 13421772,
|
|
123
|
+
TEXT_MUTED: 8947848,
|
|
124
|
+
BG_DARK: 657930,
|
|
125
|
+
BG_DARKER: 328965,
|
|
126
|
+
BG_PANEL: 1710618,
|
|
127
|
+
NEUTRAL_GRAY: 6710886,
|
|
128
|
+
NEUTRAL_LIGHT: 10066329,
|
|
129
|
+
NEUTRAL_DARK: 3355443,
|
|
130
|
+
SHADOW: 0,
|
|
131
|
+
GLOW: 16777215,
|
|
132
|
+
HIGHLIGHT: 16777088
|
|
133
|
+
};
|
|
134
|
+
var colorUtils = {
|
|
135
|
+
hexToRgb: (hex) => ({
|
|
136
|
+
r: hex >> 16 & 255,
|
|
137
|
+
g: hex >> 8 & 255,
|
|
138
|
+
b: hex & 255
|
|
139
|
+
}),
|
|
140
|
+
rgbToHex: (r, g, b) => {
|
|
141
|
+
return r << 16 | g << 8 | b;
|
|
142
|
+
},
|
|
143
|
+
blend: (color1, color2, factor) => {
|
|
144
|
+
const rgb1 = colorUtils.hexToRgb(color1);
|
|
145
|
+
const rgb2 = colorUtils.hexToRgb(color2);
|
|
146
|
+
const r = Math.round(rgb1.r + (rgb2.r - rgb1.r) * factor);
|
|
147
|
+
const g = Math.round(rgb1.g + (rgb2.g - rgb1.g) * factor);
|
|
148
|
+
const b = Math.round(rgb1.b + (rgb2.b - rgb1.b) * factor);
|
|
149
|
+
return colorUtils.rgbToHex(r, g, b);
|
|
150
|
+
}
|
|
151
|
+
};
|
|
152
|
+
//#endregion
|
|
153
|
+
export { CYBERPUNK_COLORS, KOREAN_COLORS, colorUtils };
|
|
154
|
+
|
|
155
|
+
//# sourceMappingURL=colors.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.js","names":[],"sources":["../../../src/types/constants/colors.ts"],"sourcesContent":["/**\n * Color palette for Black Trigram Korean martial arts game\n * Cyberpunk aesthetic with Korean traditional influences\n * \n * WCAG 2.1 Level AA Compliance:\n * - Text colors meet 4.5:1 contrast ratio on dark backgrounds\n * - UI elements meet 3:1 contrast ratio\n * - Focus indicators use 2px borders with high contrast\n * \n * @see https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html\n */\n\n// Primary color palette\nexport const KOREAN_COLORS = {\n // Primary colors (Cyberpunk neon) - WCAG AA compliant on dark backgrounds\n PRIMARY_CYAN: 0x00e6e6, // Increased brightness for better contrast (was 0x00ffff)\n PRIMARY_BLUE: 0x0066ff,\n PRIMARY_BLUE_DARK: 0x003399,\n\n // Fix: Add missing PRIMARY_RED color\n PRIMARY_RED: 0xff4444, // Increased brightness for contrast (was 0xff3333)\n\n // Secondary colors - WCAG AA compliant\n SECONDARY_MAGENTA: 0xff33ff, // Increased brightness\n SECONDARY_PURPLE: 0xaa44ff, // Increased brightness (was 0x9900ff)\n SECONDARY_YELLOW: 0xffff33, // Slightly reduced for better visibility\n SECONDARY_ORANGE: 0xff7733, // Increased brightness (was 0xff6600)\n SECONDARY_BROWN_DARK: 0x8b4513,\n\n // Accent colors - WCAG AA compliant\n ACCENT_GOLD: 0xffc400, // Increased brightness for contrast (was 0xffd700)\n ACCENT_RED: 0xff4444, // Increased brightness (was 0xff3333)\n ACCENT_GREEN: 0x44ff44, // Increased brightness (was 0x00ff33)\n ACCENT_PRIMARY: 0x00d4ff,\n ACCENT_YELLOW: 0xffff33, // Slightly reduced for visibility (was 0xffff00)\n ACCENT_PURPLE: 0xaa44ff, // Increased brightness (was 0x9900ff)\n ACCENT_CYAN: 0x00e6e6, // Increased brightness (was 0x00ffff)\n ACCENT_ORANGE: 0xff8833,\n ACCENT_BLUE: 0x3399ff,\n\n // Korean traditional colors\n KOREAN_RED: 0xc8102e,\n KOREAN_BLUE: 0x003478,\n KOREAN_WHITE: 0xffffff,\n KOREAN_BLACK: 0x000000,\n\n // Text colors - WCAG AA compliant (4.5:1 on dark backgrounds)\n TEXT_PRIMARY: 0xffffff, // White text - maximum contrast (20.3:1 on 0x0a0a0a)\n TEXT_SECONDARY: 0xcccccc, // Light gray - 3:1 contrast for large text (13.1:1 on 0x0a0a0a)\n TEXT_TERTIARY: 0xaaaaaa, // Medium gray - increased brightness (8.5:1 on 0x0a0a0a)\n TEXT_ACCENT: 0x00e6e6, // Bright cyan for emphasis (15.8:1 on 0x0a0a0a)\n TEXT_WARNING: 0xffbb00, // Increased brightness (13.4:1 on 0x0a0a0a)\n TEXT_ERROR: 0xff4444, // Increased brightness (8.2:1 on 0x0a0a0a)\n TEXT_BRIGHT: 0xffffff,\n\n // UI background colors - Very dark for maximum contrast with bright text\n UI_BACKGROUND_DARK: 0x0a0a0a, // Very dark background for WCAG AA (was 0x1a1a2e)\n UI_BACKGROUND_MEDIUM: 0x1a1a1a, // Dark gray for panels (was 0x16213e)\n UI_BACKGROUND_LIGHT: 0x2a2a2a, // Medium dark for cards (was 0x0f0f23)\n UI_STEEL_GRAY: 0x5a6578, // Increased brightness for borders (was 0x4a5568)\n UI_STEEL_GRAY_DARK: 0x3d4758, // Increased brightness (was 0x2d3748)\n UI_BORDER: 0x5a6578, // Increased brightness for 3:1 contrast (was 0x4a5568)\n UI_BORDER_LIGHT: 0x6a6a8a, // Increased brightness (was 0x4a4a6a)\n UI_GRAY: 0x909090, // Increased brightness for disabled states (was 0x808080)\n UI_DISABLED_FILL: 0x3d4758, // Increased brightness (was 0x2d3748)\n UI_DISABLED_BORDER: 0x2a2a3e, // Increased brightness (was 0x1a1a2e)\n UI_DISABLED_BG: 0x444444, // Increased brightness (was 0x333333)\n UI_DISABLED_TEXT: 0x777777, // Increased brightness for readability (was 0x666666)\n\n // Combat effect colors - High contrast for visibility\n CRITICAL_HIT: 0xff4444, // Bright red for critical hits (was 0xff0000)\n BLOCKED_ATTACK: 0x909090, // Increased brightness for blocked attacks (was 0x808080)\n PERFECT_STRIKE: 0xffc400, // Bright gold for perfect strikes (was 0xffd700)\n VITAL_POINT_HIT: 0xff33ff, // Bright magenta for vital points (was 0xff00ff)\n\n // Warning colors - WCAG AA compliant\n WARNING_ORANGE: 0xff7733, // Increased brightness (was 0xff6600)\n WARNING_YELLOW: 0xffff33, // Slightly reduced for visibility (was 0xffff00)\n\n // Additional UI colors - Focus and active states\n ACTIVE_BORDER: 0x00e6e6, // Bright cyan for active states (was 0x00ffff)\n\n // Stance-specific colors (Trigram colors)\n TRIGRAM_GEON_PRIMARY: 0xffd700, // Heaven - White\n TRIGRAM_TAE_PRIMARY: 0x87ceeb, // Lake - Sky Blue\n TRIGRAM_LI_PRIMARY: 0xff4500, // Fire - Orange Red\n TRIGRAM_JIN_PRIMARY: 0x9370db, // Thunder - Yellow\n TRIGRAM_SON_PRIMARY: 0x32cd32, // Wind - Light Green\n TRIGRAM_GAM_PRIMARY: 0x1e90ff, // Water - Blue\n TRIGRAM_GAN_PRIMARY: 0x8b4513, // Mountain - Brown\n TRIGRAM_GON_PRIMARY: 0x2f4f4f, // Earth - Dark Khaki\n\n // Status colors\n POSITIVE_GREEN: 0x00ff00,\n POSITIVE_GREEN_DARK: 0x006600,\n NEGATIVE_RED: 0xff0000,\n NEGATIVE_RED_DARK: 0x990000,\n NEGATIVE_RED_LIGHT: 0xff4444, // Fix: Add missing NEGATIVE_RED_LIGHT\n NEUTRAL_GRAY: 0x808080,\n\n // Solid colors\n WHITE_SOLID: 0xffffff,\n BLACK_SOLID: 0x000000,\n BLACK: 0x000000, // Fix: Add missing BLACK\n TRANSPARENT: 0x000000, // With alpha 0\n\n // Health bar colors\n HEALTH_FULL: 0x00ff00,\n HEALTH_MEDIUM: 0xffff00,\n HEALTH_LOW: 0xff6600,\n HEALTH_CRITICAL: 0xff0000,\n\n // Ki/Energy colors\n KI_FULL: 0x00ffff,\n KI_MEDIUM: 0x0099cc,\n KI_LOW: 0x006699,\n KI_EMPTY: 0x003366,\n\n // Stamina colors\n STAMINA_FULL: 0xffff00,\n STAMINA_MEDIUM: 0xffcc00,\n STAMINA_LOW: 0xff9900,\n STAMINA_EMPTY: 0xff6600,\n\n // Consciousness colors\n CONSCIOUSNESS_PURPLE: 0x9370db,\n \n // Pain indicator colors\n PAIN_INDICATOR: 0xff6b6b,\n \n // Blood loss colors\n BLOODLOSS_INDICATOR: 0xcc0000,\n\n // Muscle system colors (근육 시스템 색상)\n MUSCLE_TONE: 0xd4a373, // Base muscle tone - tan/brown\n MUSCLE_FLEXED: 0xe8b896, // Flexed muscle - lighter tan\n MUSCLE_EXHAUSTED: 0xa67856, // Exhausted muscle - darker brown\n SKIN_TONE: 0xf5d7b1, // Skin/fat layer - light peachy tone\n\n // Fix: Add missing color constants for game components\n ARENA_BACKGROUND: 0x1a1a2e,\n PLAYER_1_COLOR: 0x00ccff, // Cyan for player 1\n PLAYER_2_COLOR: 0xff6b35, // Orange for player 2\n SECONDARY_BLUE: 0x3366cc,\n SECONDARY_BLUE_LIGHT: 0x5588ee,\n SECONDARY_BLUE_DARK: 0x1144aa,\n\n // Cyberpunk neon colors (add for NEON_CYAN and others)\n NEON_CYAN: 0x00ffff, // Neon cyan for cyberpunk UI\n NEON_PURPLE: 0xff00ff,\n NEON_GREEN: 0x00ff00,\n NEON_PINK: 0xff1493,\n} as const;\n\n// Cyberpunk color palette\nexport const CYBERPUNK_COLORS = {\n // Primary neon colors - 사이버펑크 네온 색상\n NEON_CYAN: 0x00ffff, // 네온 시안 - Primary UI\n NEON_PURPLE: 0xff00ff, // 네온 보라 - Secondary accents\n NEON_GREEN: 0x00ff00, // 네온 초록 - Success states\n NEON_PINK: 0xff1493, // 네온 핑크 - Special effects\n\n // Accent colors - 강조 색상\n ACCENT_BLUE: 0x0080ff, // 강조 파랑 - Interactive elements\n ACCENT_ORANGE: 0xff8000, // 강조 주황 - Warning/action\n ACCENT_YELLOW: 0xffff00, // 강조 노랑 - Highlights\n\n // Status colors - 상태 색상\n WARNING_RED: 0xff4444, // 경고 빨강 - Danger/error\n SUCCESS_GREEN: 0x44ff44, // 성공 초록 - Positive feedback\n INFO_BLUE: 0x4444ff, // 정보 파랑 - Information\n\n // Text colors - 텍스트 색상\n TEXT_PRIMARY: 0xffffff, // 주요 텍스트 - High contrast\n TEXT_SECONDARY: 0xcccccc, // 보조 텍스트 - Medium contrast\n TEXT_MUTED: 0x888888, // 음소거 텍스트 - Low contrast\n\n // Background colors - 배경 색상\n BG_DARK: 0x0a0a0a, // 어두운 배경 - Main background\n BG_DARKER: 0x050505, // 더 어두운 배경 - Deep background\n BG_PANEL: 0x1a1a1a, // 패널 배경 - UI panels\n\n // Neutral colors - 중성 색상\n NEUTRAL_GRAY: 0x666666, // 중성 회색 - Disabled states\n NEUTRAL_LIGHT: 0x999999, // 밝은 회색 - Borders\n NEUTRAL_DARK: 0x333333, // 어두운 회색 - Separators\n\n // Special effects - 특수 효과\n SHADOW: 0x000000, // 그림자 - Drop shadows\n GLOW: 0xffffff, // 글로우 - Glow effects\n HIGHLIGHT: 0xffff80, // 하이라이트 - Selection highlight\n} as const;\n\n// Color utility functions\nexport const colorUtils = {\n /**\n * Convert hex color to RGB components\n */\n hexToRgb: (hex: number) => ({\n r: (hex >> 16) & 255,\n g: (hex >> 8) & 255,\n b: hex & 255,\n }),\n\n /**\n * Convert RGB to hex color\n */\n rgbToHex: (r: number, g: number, b: number) => {\n return (r << 16) | (g << 8) | b;\n },\n\n /**\n * Blend two colors\n */\n blend: (color1: number, color2: number, factor: number) => {\n const rgb1 = colorUtils.hexToRgb(color1);\n const rgb2 = colorUtils.hexToRgb(color2);\n\n const r = Math.round(rgb1.r + (rgb2.r - rgb1.r) * factor);\n const g = Math.round(rgb1.g + (rgb2.g - rgb1.g) * factor);\n const b = Math.round(rgb1.b + (rgb2.b - rgb1.b) * factor);\n\n return colorUtils.rgbToHex(r, g, b);\n },\n};\n"],"mappings":";;;;;;;;;;;;AAaA,IAAa,gBAAgB;CAE3B,cAAc;CACd,cAAc;CACd,mBAAmB;CAGnB,aAAa;CAGb,mBAAmB;CACnB,kBAAkB;CAClB,kBAAkB;CAClB,kBAAkB;CAClB,sBAAsB;CAGtB,aAAa;CACb,YAAY;CACZ,cAAc;CACd,gBAAgB;CAChB,eAAe;CACf,eAAe;CACf,aAAa;CACb,eAAe;CACf,aAAa;CAGb,YAAY;CACZ,aAAa;CACb,cAAc;CACd,cAAc;CAGd,cAAc;CACd,gBAAgB;CAChB,eAAe;CACf,aAAa;CACb,cAAc;CACd,YAAY;CACZ,aAAa;CAGb,oBAAoB;CACpB,sBAAsB;CACtB,qBAAqB;CACrB,eAAe;CACf,oBAAoB;CACpB,WAAW;CACX,iBAAiB;CACjB,SAAS;CACT,kBAAkB;CAClB,oBAAoB;CACpB,gBAAgB;CAChB,kBAAkB;CAGlB,cAAc;CACd,gBAAgB;CAChB,gBAAgB;CAChB,iBAAiB;CAGjB,gBAAgB;CAChB,gBAAgB;CAGhB,eAAe;CAGf,sBAAsB;CACtB,qBAAqB;CACrB,oBAAoB;CACpB,qBAAqB;CACrB,qBAAqB;CACrB,qBAAqB;CACrB,qBAAqB;CACrB,qBAAqB;CAGrB,gBAAgB;CAChB,qBAAqB;CACrB,cAAc;CACd,mBAAmB;CACnB,oBAAoB;CACpB,cAAc;CAGd,aAAa;CACb,aAAa;CACb,OAAO;CACP,aAAa;CAGb,aAAa;CACb,eAAe;CACf,YAAY;CACZ,iBAAiB;CAGjB,SAAS;CACT,WAAW;CACX,QAAQ;CACR,UAAU;CAGV,cAAc;CACd,gBAAgB;CAChB,aAAa;CACb,eAAe;CAGf,sBAAsB;CAGtB,gBAAgB;CAGhB,qBAAqB;CAGrB,aAAa;CACb,eAAe;CACf,kBAAkB;CAClB,WAAW;CAGX,kBAAkB;CAClB,gBAAgB;CAChB,gBAAgB;CAChB,gBAAgB;CAChB,sBAAsB;CACtB,qBAAqB;CAGrB,WAAW;CACX,aAAa;CACb,YAAY;CACZ,WAAW;CACZ;AAGD,IAAa,mBAAmB;CAE9B,WAAW;CACX,aAAa;CACb,YAAY;CACZ,WAAW;CAGX,aAAa;CACb,eAAe;CACf,eAAe;CAGf,aAAa;CACb,eAAe;CACf,WAAW;CAGX,cAAc;CACd,gBAAgB;CAChB,YAAY;CAGZ,SAAS;CACT,WAAW;CACX,UAAU;CAGV,cAAc;CACd,eAAe;CACf,cAAc;CAGd,QAAQ;CACR,MAAM;CACN,WAAW;CACZ;AAGD,IAAa,aAAa;CAIxB,WAAW,SAAiB;EAC1B,GAAI,OAAO,KAAM;EACjB,GAAI,OAAO,IAAK;EAChB,GAAG,MAAM;EACV;CAKD,WAAW,GAAW,GAAW,MAAc;AAC7C,SAAQ,KAAK,KAAO,KAAK,IAAK;;CAMhC,QAAQ,QAAgB,QAAgB,WAAmB;EACzD,MAAM,OAAO,WAAW,SAAS,OAAO;EACxC,MAAM,OAAO,WAAW,SAAS,OAAO;EAExC,MAAM,IAAI,KAAK,MAAM,KAAK,KAAK,KAAK,IAAI,KAAK,KAAK,OAAO;EACzD,MAAM,IAAI,KAAK,MAAM,KAAK,KAAK,KAAK,IAAI,KAAK,KAAK,OAAO;EACzD,MAAM,IAAI,KAAK,MAAM,KAAK,KAAK,KAAK,IAAI,KAAK,KAAK,OAAO;AAEzD,SAAO,WAAW,SAAS,GAAG,GAAG,EAAE;;CAEtC"}
|