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,1917 @@
|
|
|
1
|
+
import { TrigramStance, VitalPointCategory, VitalPointEffectType, VitalPointSeverity } from "../../types/common.js";
|
|
2
|
+
import "../../types/index.js";
|
|
3
|
+
import { EffectIntensity } from "../effects.js";
|
|
4
|
+
//#region src/systems/vitalpoint/VitalPointsData.ts
|
|
5
|
+
/**
|
|
6
|
+
* Comprehensive Korean Vital Points Database (급소 데이터베이스)
|
|
7
|
+
*
|
|
8
|
+
* **Korean**: 한국 무술 급소 시스템
|
|
9
|
+
*
|
|
10
|
+
* Contains all 70 Korean martial arts vital points (급소) based on traditional
|
|
11
|
+
* martial arts knowledge and anatomical targeting. Points are organized by
|
|
12
|
+
* body region and categorized by physiological system affected.
|
|
13
|
+
*
|
|
14
|
+
* @module systems/vitalpoint/VitalPointsData
|
|
15
|
+
* @category Vital Point System
|
|
16
|
+
* @korean 급소데이터
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
* Complete database of 70 Korean vital points organized by body region.
|
|
20
|
+
*
|
|
21
|
+
* **Korean**: 70개 급소 데이터베이스
|
|
22
|
+
*
|
|
23
|
+
* Distribution:
|
|
24
|
+
* - Head: 12 points
|
|
25
|
+
* - Torso: 24 points
|
|
26
|
+
* - Arms: 17 points (각 8-9 per arm)
|
|
27
|
+
* - Legs: 17 points (각 8-9 per leg)
|
|
28
|
+
*
|
|
29
|
+
* @public
|
|
30
|
+
* @korean 급소데이터베이스
|
|
31
|
+
*/
|
|
32
|
+
var VITAL_POINTS_DATA = [
|
|
33
|
+
{
|
|
34
|
+
id: "head_temple",
|
|
35
|
+
names: {
|
|
36
|
+
korean: "태양혈",
|
|
37
|
+
english: "Temple",
|
|
38
|
+
romanized: "taeyang-hyeol"
|
|
39
|
+
},
|
|
40
|
+
position: {
|
|
41
|
+
x: 100,
|
|
42
|
+
y: 50
|
|
43
|
+
},
|
|
44
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
45
|
+
severity: VitalPointSeverity.CRITICAL,
|
|
46
|
+
baseDamage: 35,
|
|
47
|
+
effects: [{
|
|
48
|
+
id: "stun_major",
|
|
49
|
+
type: VitalPointEffectType.STUN,
|
|
50
|
+
intensity: EffectIntensity.HIGH,
|
|
51
|
+
duration: 3e3,
|
|
52
|
+
description: {
|
|
53
|
+
korean: "심각한 기절",
|
|
54
|
+
english: "Severe stunning"
|
|
55
|
+
},
|
|
56
|
+
stackable: false
|
|
57
|
+
}],
|
|
58
|
+
description: {
|
|
59
|
+
korean: "관자놀이의 압박점, 뇌진탕 위험",
|
|
60
|
+
english: "Pressure point at temple, concussion risk",
|
|
61
|
+
romanized: "gwanja-nori-ui apbakjeom"
|
|
62
|
+
},
|
|
63
|
+
targetingDifficulty: .7,
|
|
64
|
+
effectiveStances: [TrigramStance.LI, TrigramStance.JIN]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
id: "head_jaw",
|
|
68
|
+
names: {
|
|
69
|
+
korean: "턱끝",
|
|
70
|
+
english: "Jaw Point",
|
|
71
|
+
romanized: "teok-kkeut"
|
|
72
|
+
},
|
|
73
|
+
position: {
|
|
74
|
+
x: 105,
|
|
75
|
+
y: 80
|
|
76
|
+
},
|
|
77
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
78
|
+
severity: VitalPointSeverity.MAJOR,
|
|
79
|
+
baseDamage: 30,
|
|
80
|
+
effects: [],
|
|
81
|
+
description: {
|
|
82
|
+
korean: "턱 끝 타격으로 뇌진탕 유발",
|
|
83
|
+
english: "Jaw strike causes concussion",
|
|
84
|
+
romanized: "teok-kkeut tagyeok"
|
|
85
|
+
},
|
|
86
|
+
targetingDifficulty: .6,
|
|
87
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.JIN]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
id: "head_nose",
|
|
91
|
+
names: {
|
|
92
|
+
korean: "코",
|
|
93
|
+
english: "Nose Bridge",
|
|
94
|
+
romanized: "ko"
|
|
95
|
+
},
|
|
96
|
+
position: {
|
|
97
|
+
x: 102,
|
|
98
|
+
y: 65
|
|
99
|
+
},
|
|
100
|
+
category: VitalPointCategory.SKELETAL,
|
|
101
|
+
severity: VitalPointSeverity.MAJOR,
|
|
102
|
+
baseDamage: 28,
|
|
103
|
+
effects: [],
|
|
104
|
+
description: {
|
|
105
|
+
korean: "코뼈 골절, 시야 방해",
|
|
106
|
+
english: "Nasal bone fracture, vision impairment",
|
|
107
|
+
romanized: "koppyeo goljeol"
|
|
108
|
+
},
|
|
109
|
+
targetingDifficulty: .5,
|
|
110
|
+
effectiveStances: [TrigramStance.LI, TrigramStance.GEON]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
id: "head_eye",
|
|
114
|
+
names: {
|
|
115
|
+
korean: "눈",
|
|
116
|
+
english: "Eye",
|
|
117
|
+
romanized: "nun"
|
|
118
|
+
},
|
|
119
|
+
position: {
|
|
120
|
+
x: 98,
|
|
121
|
+
y: 55
|
|
122
|
+
},
|
|
123
|
+
category: VitalPointCategory.ORGAN,
|
|
124
|
+
severity: VitalPointSeverity.CRITICAL,
|
|
125
|
+
baseDamage: 40,
|
|
126
|
+
effects: [],
|
|
127
|
+
description: {
|
|
128
|
+
korean: "눈 공격, 실명 위험",
|
|
129
|
+
english: "Eye strike, blindness risk",
|
|
130
|
+
romanized: "nun gonggyeok"
|
|
131
|
+
},
|
|
132
|
+
targetingDifficulty: .8,
|
|
133
|
+
effectiveStances: [TrigramStance.LI]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
id: "head_ear",
|
|
137
|
+
names: {
|
|
138
|
+
korean: "귀",
|
|
139
|
+
english: "Ear",
|
|
140
|
+
romanized: "gwi"
|
|
141
|
+
},
|
|
142
|
+
position: {
|
|
143
|
+
x: 90,
|
|
144
|
+
y: 60
|
|
145
|
+
},
|
|
146
|
+
category: VitalPointCategory.ORGAN,
|
|
147
|
+
severity: VitalPointSeverity.MODERATE,
|
|
148
|
+
baseDamage: 22,
|
|
149
|
+
effects: [{
|
|
150
|
+
id: "balance_loss",
|
|
151
|
+
type: VitalPointEffectType.DISORIENTATION,
|
|
152
|
+
intensity: EffectIntensity.MEDIUM,
|
|
153
|
+
duration: 2500,
|
|
154
|
+
description: {
|
|
155
|
+
korean: "평형 감각 상실 및 청력 손상",
|
|
156
|
+
english: "Balance and hearing impairment"
|
|
157
|
+
},
|
|
158
|
+
stackable: false
|
|
159
|
+
}],
|
|
160
|
+
description: {
|
|
161
|
+
korean: "고막 손상, 평형 감각 상실",
|
|
162
|
+
english: "Eardrum damage, balance loss",
|
|
163
|
+
romanized: "gomak sonsang"
|
|
164
|
+
},
|
|
165
|
+
targetingDifficulty: .6,
|
|
166
|
+
effectiveStances: [TrigramStance.GEON]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
id: "head_back_skull",
|
|
170
|
+
names: {
|
|
171
|
+
korean: "뒤통수",
|
|
172
|
+
english: "Back of Skull",
|
|
173
|
+
romanized: "dwi-tongsu"
|
|
174
|
+
},
|
|
175
|
+
position: {
|
|
176
|
+
x: 80,
|
|
177
|
+
y: 50
|
|
178
|
+
},
|
|
179
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
180
|
+
severity: VitalPointSeverity.LETHAL,
|
|
181
|
+
baseDamage: 50,
|
|
182
|
+
effects: [{
|
|
183
|
+
id: "unconsciousness",
|
|
184
|
+
type: VitalPointEffectType.UNCONSCIOUSNESS,
|
|
185
|
+
intensity: EffectIntensity.EXTREME,
|
|
186
|
+
duration: 1e4,
|
|
187
|
+
description: {
|
|
188
|
+
korean: "즉각적 무의식",
|
|
189
|
+
english: "Instant unconsciousness"
|
|
190
|
+
},
|
|
191
|
+
stackable: false
|
|
192
|
+
}],
|
|
193
|
+
description: {
|
|
194
|
+
korean: "뇌간 손상, 즉각적 무의식",
|
|
195
|
+
english: "Brainstem damage, instant unconsciousness",
|
|
196
|
+
romanized: "noegan sonsang"
|
|
197
|
+
},
|
|
198
|
+
targetingDifficulty: .7,
|
|
199
|
+
effectiveStances: [TrigramStance.JIN, TrigramStance.GEON]
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
id: "head_crown",
|
|
203
|
+
names: {
|
|
204
|
+
korean: "정수리",
|
|
205
|
+
english: "Crown",
|
|
206
|
+
romanized: "jeongsu-ri"
|
|
207
|
+
},
|
|
208
|
+
position: {
|
|
209
|
+
x: 100,
|
|
210
|
+
y: 30
|
|
211
|
+
},
|
|
212
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
213
|
+
severity: VitalPointSeverity.CRITICAL,
|
|
214
|
+
baseDamage: 38,
|
|
215
|
+
effects: [],
|
|
216
|
+
description: {
|
|
217
|
+
korean: "두개골 타격, 뇌 손상",
|
|
218
|
+
english: "Skull impact, brain damage",
|
|
219
|
+
romanized: "dugaegol tagyeok"
|
|
220
|
+
},
|
|
221
|
+
targetingDifficulty: .8,
|
|
222
|
+
effectiveStances: [TrigramStance.GEON]
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
id: "head_philtrum",
|
|
226
|
+
names: {
|
|
227
|
+
korean: "인중",
|
|
228
|
+
english: "Philtrum",
|
|
229
|
+
romanized: "injung"
|
|
230
|
+
},
|
|
231
|
+
position: {
|
|
232
|
+
x: 102,
|
|
233
|
+
y: 70
|
|
234
|
+
},
|
|
235
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
236
|
+
severity: VitalPointSeverity.MODERATE,
|
|
237
|
+
baseDamage: 25,
|
|
238
|
+
effects: [],
|
|
239
|
+
description: {
|
|
240
|
+
korean: "인중 타격, 통증 및 기절",
|
|
241
|
+
english: "Philtrum strike, pain and stunning",
|
|
242
|
+
romanized: "injung tagyeok"
|
|
243
|
+
},
|
|
244
|
+
targetingDifficulty: .6,
|
|
245
|
+
effectiveStances: [TrigramStance.LI]
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
id: "head_side_neck",
|
|
249
|
+
names: {
|
|
250
|
+
korean: "목옆",
|
|
251
|
+
english: "Side Neck",
|
|
252
|
+
romanized: "mog-yeop"
|
|
253
|
+
},
|
|
254
|
+
position: {
|
|
255
|
+
x: 92,
|
|
256
|
+
y: 85
|
|
257
|
+
},
|
|
258
|
+
category: VitalPointCategory.VASCULAR,
|
|
259
|
+
severity: VitalPointSeverity.CRITICAL,
|
|
260
|
+
baseDamage: 42,
|
|
261
|
+
effects: [{
|
|
262
|
+
id: "unconsciousness_carotid",
|
|
263
|
+
type: VitalPointEffectType.UNCONSCIOUSNESS,
|
|
264
|
+
intensity: EffectIntensity.HIGH,
|
|
265
|
+
duration: 8e3,
|
|
266
|
+
description: {
|
|
267
|
+
korean: "경동맥 압박으로 실신",
|
|
268
|
+
english: "Carotid compression unconsciousness"
|
|
269
|
+
},
|
|
270
|
+
stackable: false
|
|
271
|
+
}],
|
|
272
|
+
description: {
|
|
273
|
+
korean: "경동맥 압박, 실신 유발",
|
|
274
|
+
english: "Carotid compression, unconsciousness",
|
|
275
|
+
romanized: "gyeongdongmaek apbak"
|
|
276
|
+
},
|
|
277
|
+
targetingDifficulty: .7,
|
|
278
|
+
effectiveStances: [TrigramStance.SON, TrigramStance.GAM]
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
id: "head_throat",
|
|
282
|
+
names: {
|
|
283
|
+
korean: "목",
|
|
284
|
+
english: "Throat",
|
|
285
|
+
romanized: "mok"
|
|
286
|
+
},
|
|
287
|
+
position: {
|
|
288
|
+
x: 102,
|
|
289
|
+
y: 90
|
|
290
|
+
},
|
|
291
|
+
category: VitalPointCategory.RESPIRATORY,
|
|
292
|
+
severity: VitalPointSeverity.LETHAL,
|
|
293
|
+
baseDamage: 55,
|
|
294
|
+
effects: [{
|
|
295
|
+
id: "breathing_difficulty",
|
|
296
|
+
type: VitalPointEffectType.BREATHLESSNESS,
|
|
297
|
+
intensity: EffectIntensity.EXTREME,
|
|
298
|
+
duration: 5e3,
|
|
299
|
+
description: {
|
|
300
|
+
korean: "호흡 곤란",
|
|
301
|
+
english: "Severe breathing difficulty"
|
|
302
|
+
},
|
|
303
|
+
stackable: false
|
|
304
|
+
}],
|
|
305
|
+
description: {
|
|
306
|
+
korean: "기도 폐쇄, 호흡 곤란",
|
|
307
|
+
english: "Airway closure, breathing difficulty",
|
|
308
|
+
romanized: "gido pyeshwe"
|
|
309
|
+
},
|
|
310
|
+
targetingDifficulty: .8,
|
|
311
|
+
effectiveStances: [TrigramStance.LI]
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
id: "head_mastoid",
|
|
315
|
+
names: {
|
|
316
|
+
korean: "유양돌기",
|
|
317
|
+
english: "Mastoid Process",
|
|
318
|
+
romanized: "yuyang-dolgi"
|
|
319
|
+
},
|
|
320
|
+
position: {
|
|
321
|
+
x: 88,
|
|
322
|
+
y: 75
|
|
323
|
+
},
|
|
324
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
325
|
+
severity: VitalPointSeverity.MAJOR,
|
|
326
|
+
baseDamage: 32,
|
|
327
|
+
effects: [],
|
|
328
|
+
description: {
|
|
329
|
+
korean: "귀 뒤 돌기, 평형 감각 손상",
|
|
330
|
+
english: "Behind ear protrusion, balance disruption",
|
|
331
|
+
romanized: "gwi dwi dolgi"
|
|
332
|
+
},
|
|
333
|
+
targetingDifficulty: .7,
|
|
334
|
+
effectiveStances: [TrigramStance.LI, TrigramStance.GEON]
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
id: "head_chin",
|
|
338
|
+
names: {
|
|
339
|
+
korean: "턱",
|
|
340
|
+
english: "Chin",
|
|
341
|
+
romanized: "teok"
|
|
342
|
+
},
|
|
343
|
+
position: {
|
|
344
|
+
x: 102,
|
|
345
|
+
y: 82
|
|
346
|
+
},
|
|
347
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
348
|
+
severity: VitalPointSeverity.MAJOR,
|
|
349
|
+
baseDamage: 30,
|
|
350
|
+
effects: [],
|
|
351
|
+
description: {
|
|
352
|
+
korean: "턱 중앙 타격, 뇌진탕",
|
|
353
|
+
english: "Chin center strike, concussion",
|
|
354
|
+
romanized: "teok jungang tagyeok"
|
|
355
|
+
},
|
|
356
|
+
targetingDifficulty: .5,
|
|
357
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.JIN]
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
id: "torso_solar_plexus",
|
|
361
|
+
names: {
|
|
362
|
+
korean: "명치",
|
|
363
|
+
english: "Solar Plexus",
|
|
364
|
+
romanized: "myeongchi"
|
|
365
|
+
},
|
|
366
|
+
position: {
|
|
367
|
+
x: 102,
|
|
368
|
+
y: 140
|
|
369
|
+
},
|
|
370
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
371
|
+
severity: VitalPointSeverity.CRITICAL,
|
|
372
|
+
baseDamage: 40,
|
|
373
|
+
effects: [{
|
|
374
|
+
id: "breath_knocked_out",
|
|
375
|
+
type: VitalPointEffectType.BREATHLESSNESS,
|
|
376
|
+
intensity: EffectIntensity.HIGH,
|
|
377
|
+
duration: 3e3,
|
|
378
|
+
description: {
|
|
379
|
+
korean: "호흡 곤란 및 신경 충격",
|
|
380
|
+
english: "Breathing difficulty and nerve shock"
|
|
381
|
+
},
|
|
382
|
+
stackable: false
|
|
383
|
+
}],
|
|
384
|
+
description: {
|
|
385
|
+
korean: "신경총 타격, 호흡 곤란",
|
|
386
|
+
english: "Nerve plexus strike, breathing difficulty",
|
|
387
|
+
romanized: "singyeongjong tagyeok"
|
|
388
|
+
},
|
|
389
|
+
targetingDifficulty: .6,
|
|
390
|
+
effectiveStances: [TrigramStance.JIN, TrigramStance.GEON]
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
id: "torso_heart",
|
|
394
|
+
names: {
|
|
395
|
+
korean: "심장",
|
|
396
|
+
english: "Heart Region",
|
|
397
|
+
romanized: "simjang"
|
|
398
|
+
},
|
|
399
|
+
position: {
|
|
400
|
+
x: 98,
|
|
401
|
+
y: 130
|
|
402
|
+
},
|
|
403
|
+
category: VitalPointCategory.ORGAN,
|
|
404
|
+
severity: VitalPointSeverity.LETHAL,
|
|
405
|
+
baseDamage: 60,
|
|
406
|
+
effects: [{
|
|
407
|
+
id: "cardiac_disruption",
|
|
408
|
+
type: VitalPointEffectType.ORGAN_DISRUPTION,
|
|
409
|
+
intensity: EffectIntensity.EXTREME,
|
|
410
|
+
duration: 1e4,
|
|
411
|
+
description: {
|
|
412
|
+
korean: "심장 충격",
|
|
413
|
+
english: "Cardiac disruption"
|
|
414
|
+
},
|
|
415
|
+
stackable: false
|
|
416
|
+
}],
|
|
417
|
+
description: {
|
|
418
|
+
korean: "심장 충격, 심정지 위험",
|
|
419
|
+
english: "Heart shock, cardiac arrest risk",
|
|
420
|
+
romanized: "simjang chunggyeok"
|
|
421
|
+
},
|
|
422
|
+
targetingDifficulty: .9,
|
|
423
|
+
effectiveStances: [TrigramStance.JIN, TrigramStance.LI]
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
id: "torso_liver",
|
|
427
|
+
names: {
|
|
428
|
+
korean: "간",
|
|
429
|
+
english: "Liver",
|
|
430
|
+
romanized: "gan"
|
|
431
|
+
},
|
|
432
|
+
position: {
|
|
433
|
+
x: 110,
|
|
434
|
+
y: 145
|
|
435
|
+
},
|
|
436
|
+
category: VitalPointCategory.ORGAN,
|
|
437
|
+
severity: VitalPointSeverity.CRITICAL,
|
|
438
|
+
baseDamage: 45,
|
|
439
|
+
effects: [{
|
|
440
|
+
id: "internal_bleeding",
|
|
441
|
+
type: VitalPointEffectType.ORGAN_DISRUPTION,
|
|
442
|
+
intensity: EffectIntensity.HIGH,
|
|
443
|
+
duration: 8e3,
|
|
444
|
+
description: {
|
|
445
|
+
korean: "내출혈 및 극심한 통증",
|
|
446
|
+
english: "Internal bleeding and severe pain"
|
|
447
|
+
},
|
|
448
|
+
stackable: false
|
|
449
|
+
}, {
|
|
450
|
+
id: "liver_pain",
|
|
451
|
+
type: VitalPointEffectType.PAIN,
|
|
452
|
+
intensity: EffectIntensity.HIGH,
|
|
453
|
+
duration: 6e3,
|
|
454
|
+
description: {
|
|
455
|
+
korean: "간 타격 통증",
|
|
456
|
+
english: "Liver strike pain"
|
|
457
|
+
},
|
|
458
|
+
stackable: false
|
|
459
|
+
}],
|
|
460
|
+
description: {
|
|
461
|
+
korean: "간 손상, 내출혈",
|
|
462
|
+
english: "Liver damage, internal bleeding",
|
|
463
|
+
romanized: "gan sonsang"
|
|
464
|
+
},
|
|
465
|
+
targetingDifficulty: .7,
|
|
466
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.JIN]
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
id: "torso_spleen",
|
|
470
|
+
names: {
|
|
471
|
+
korean: "비장",
|
|
472
|
+
english: "Spleen",
|
|
473
|
+
romanized: "bijang"
|
|
474
|
+
},
|
|
475
|
+
position: {
|
|
476
|
+
x: 94,
|
|
477
|
+
y: 145
|
|
478
|
+
},
|
|
479
|
+
category: VitalPointCategory.ORGAN,
|
|
480
|
+
severity: VitalPointSeverity.CRITICAL,
|
|
481
|
+
baseDamage: 45,
|
|
482
|
+
effects: [{
|
|
483
|
+
id: "spleen_rupture_risk",
|
|
484
|
+
type: VitalPointEffectType.ORGAN_DISRUPTION,
|
|
485
|
+
intensity: EffectIntensity.HIGH,
|
|
486
|
+
duration: 8e3,
|
|
487
|
+
description: {
|
|
488
|
+
korean: "비장 파열 위험",
|
|
489
|
+
english: "Spleen rupture risk"
|
|
490
|
+
},
|
|
491
|
+
stackable: false
|
|
492
|
+
}, {
|
|
493
|
+
id: "internal_bleeding_spleen",
|
|
494
|
+
type: VitalPointEffectType.WEAKNESS,
|
|
495
|
+
intensity: EffectIntensity.HIGH,
|
|
496
|
+
duration: 1e4,
|
|
497
|
+
description: {
|
|
498
|
+
korean: "내출혈로 인한 약화",
|
|
499
|
+
english: "Weakness from internal bleeding"
|
|
500
|
+
},
|
|
501
|
+
stackable: false
|
|
502
|
+
}],
|
|
503
|
+
description: {
|
|
504
|
+
korean: "비장 파열 위험",
|
|
505
|
+
english: "Spleen rupture risk",
|
|
506
|
+
romanized: "bijang paryeol"
|
|
507
|
+
},
|
|
508
|
+
targetingDifficulty: .7,
|
|
509
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.JIN]
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
id: "torso_kidney_left",
|
|
513
|
+
names: {
|
|
514
|
+
korean: "좌신장",
|
|
515
|
+
english: "Left Kidney",
|
|
516
|
+
romanized: "jwa-sinjang"
|
|
517
|
+
},
|
|
518
|
+
position: {
|
|
519
|
+
x: 94,
|
|
520
|
+
y: 155
|
|
521
|
+
},
|
|
522
|
+
category: VitalPointCategory.ORGAN,
|
|
523
|
+
severity: VitalPointSeverity.MAJOR,
|
|
524
|
+
baseDamage: 38,
|
|
525
|
+
effects: [{
|
|
526
|
+
id: "kidney_pain",
|
|
527
|
+
type: VitalPointEffectType.PAIN,
|
|
528
|
+
intensity: EffectIntensity.HIGH,
|
|
529
|
+
duration: 4e3,
|
|
530
|
+
description: {
|
|
531
|
+
korean: "신장 타격 극심한 통증",
|
|
532
|
+
english: "Severe kidney strike pain"
|
|
533
|
+
},
|
|
534
|
+
stackable: false
|
|
535
|
+
}],
|
|
536
|
+
description: {
|
|
537
|
+
korean: "신장 타격, 심한 통증",
|
|
538
|
+
english: "Kidney strike, severe pain",
|
|
539
|
+
romanized: "sinjang tagyeok"
|
|
540
|
+
},
|
|
541
|
+
targetingDifficulty: .6,
|
|
542
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.SON]
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
id: "torso_kidney_right",
|
|
546
|
+
names: {
|
|
547
|
+
korean: "우신장",
|
|
548
|
+
english: "Right Kidney",
|
|
549
|
+
romanized: "u-sinjang"
|
|
550
|
+
},
|
|
551
|
+
position: {
|
|
552
|
+
x: 110,
|
|
553
|
+
y: 155
|
|
554
|
+
},
|
|
555
|
+
category: VitalPointCategory.ORGAN,
|
|
556
|
+
severity: VitalPointSeverity.MAJOR,
|
|
557
|
+
baseDamage: 38,
|
|
558
|
+
effects: [{
|
|
559
|
+
id: "kidney_pain_right",
|
|
560
|
+
type: VitalPointEffectType.PAIN,
|
|
561
|
+
intensity: EffectIntensity.HIGH,
|
|
562
|
+
duration: 4e3,
|
|
563
|
+
description: {
|
|
564
|
+
korean: "신장 타격 극심한 통증",
|
|
565
|
+
english: "Severe kidney strike pain"
|
|
566
|
+
},
|
|
567
|
+
stackable: false
|
|
568
|
+
}],
|
|
569
|
+
description: {
|
|
570
|
+
korean: "신장 타격, 심한 통증",
|
|
571
|
+
english: "Kidney strike, severe pain",
|
|
572
|
+
romanized: "sinjang tagyeok"
|
|
573
|
+
},
|
|
574
|
+
targetingDifficulty: .6,
|
|
575
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.SON]
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
id: "torso_ribs_floating",
|
|
579
|
+
names: {
|
|
580
|
+
korean: "갈비뼈",
|
|
581
|
+
english: "Floating Ribs",
|
|
582
|
+
romanized: "galbi-ppyeo"
|
|
583
|
+
},
|
|
584
|
+
position: {
|
|
585
|
+
x: 106,
|
|
586
|
+
y: 150
|
|
587
|
+
},
|
|
588
|
+
category: VitalPointCategory.SKELETAL,
|
|
589
|
+
severity: VitalPointSeverity.MAJOR,
|
|
590
|
+
baseDamage: 35,
|
|
591
|
+
effects: [],
|
|
592
|
+
description: {
|
|
593
|
+
korean: "늑골 골절, 내장 손상",
|
|
594
|
+
english: "Rib fracture, organ damage",
|
|
595
|
+
romanized: "neukgol goljeol"
|
|
596
|
+
},
|
|
597
|
+
targetingDifficulty: .5,
|
|
598
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.SON]
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
id: "torso_sternum",
|
|
602
|
+
names: {
|
|
603
|
+
korean: "흉골",
|
|
604
|
+
english: "Sternum",
|
|
605
|
+
romanized: "hyunggol"
|
|
606
|
+
},
|
|
607
|
+
position: {
|
|
608
|
+
x: 102,
|
|
609
|
+
y: 130
|
|
610
|
+
},
|
|
611
|
+
category: VitalPointCategory.SKELETAL,
|
|
612
|
+
severity: VitalPointSeverity.CRITICAL,
|
|
613
|
+
baseDamage: 40,
|
|
614
|
+
effects: [],
|
|
615
|
+
description: {
|
|
616
|
+
korean: "흉골 골절, 심장 압박",
|
|
617
|
+
english: "Sternum fracture, heart compression",
|
|
618
|
+
romanized: "hyunggol goljeol"
|
|
619
|
+
},
|
|
620
|
+
targetingDifficulty: .6,
|
|
621
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.JIN]
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
id: "torso_spine_upper",
|
|
625
|
+
names: {
|
|
626
|
+
korean: "상부척추",
|
|
627
|
+
english: "Upper Spine",
|
|
628
|
+
romanized: "sangbu-cheokchu"
|
|
629
|
+
},
|
|
630
|
+
position: {
|
|
631
|
+
x: 80,
|
|
632
|
+
y: 120
|
|
633
|
+
},
|
|
634
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
635
|
+
severity: VitalPointSeverity.LETHAL,
|
|
636
|
+
baseDamage: 55,
|
|
637
|
+
effects: [{
|
|
638
|
+
id: "spinal_trauma",
|
|
639
|
+
type: VitalPointEffectType.PARALYSIS,
|
|
640
|
+
intensity: EffectIntensity.EXTREME,
|
|
641
|
+
duration: 15e3,
|
|
642
|
+
description: {
|
|
643
|
+
korean: "척추 손상으로 마비",
|
|
644
|
+
english: "Spinal trauma paralysis"
|
|
645
|
+
},
|
|
646
|
+
stackable: false
|
|
647
|
+
}, {
|
|
648
|
+
id: "nerve_disruption_spine",
|
|
649
|
+
type: VitalPointEffectType.NERVE_DISRUPTION,
|
|
650
|
+
intensity: EffectIntensity.EXTREME,
|
|
651
|
+
duration: 12e3,
|
|
652
|
+
description: {
|
|
653
|
+
korean: "신경 차단",
|
|
654
|
+
english: "Nerve pathway disruption"
|
|
655
|
+
},
|
|
656
|
+
stackable: false
|
|
657
|
+
}],
|
|
658
|
+
description: {
|
|
659
|
+
korean: "척추 손상, 마비 위험",
|
|
660
|
+
english: "Spine damage, paralysis risk",
|
|
661
|
+
romanized: "cheokchu sonsang"
|
|
662
|
+
},
|
|
663
|
+
targetingDifficulty: .8,
|
|
664
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.GON]
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
id: "torso_spine_mid",
|
|
668
|
+
names: {
|
|
669
|
+
korean: "중부척추",
|
|
670
|
+
english: "Mid Spine",
|
|
671
|
+
romanized: "jungbu-cheokchu"
|
|
672
|
+
},
|
|
673
|
+
position: {
|
|
674
|
+
x: 80,
|
|
675
|
+
y: 145
|
|
676
|
+
},
|
|
677
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
678
|
+
severity: VitalPointSeverity.CRITICAL,
|
|
679
|
+
baseDamage: 42,
|
|
680
|
+
effects: [{
|
|
681
|
+
id: "nerve_damage_mid_spine",
|
|
682
|
+
type: VitalPointEffectType.NERVE_DISRUPTION,
|
|
683
|
+
intensity: EffectIntensity.HIGH,
|
|
684
|
+
duration: 8e3,
|
|
685
|
+
description: {
|
|
686
|
+
korean: "신경 손상",
|
|
687
|
+
english: "Nerve damage"
|
|
688
|
+
},
|
|
689
|
+
stackable: false
|
|
690
|
+
}, {
|
|
691
|
+
id: "spinal_pain",
|
|
692
|
+
type: VitalPointEffectType.PAIN,
|
|
693
|
+
intensity: EffectIntensity.HIGH,
|
|
694
|
+
duration: 6e3,
|
|
695
|
+
description: {
|
|
696
|
+
korean: "척추 통증",
|
|
697
|
+
english: "Spinal pain"
|
|
698
|
+
},
|
|
699
|
+
stackable: false
|
|
700
|
+
}],
|
|
701
|
+
description: {
|
|
702
|
+
korean: "척추 타격, 신경 손상",
|
|
703
|
+
english: "Spine strike, nerve damage",
|
|
704
|
+
romanized: "cheokchu tagyeok"
|
|
705
|
+
},
|
|
706
|
+
targetingDifficulty: .7,
|
|
707
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.GON]
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
id: "torso_groin",
|
|
711
|
+
names: {
|
|
712
|
+
korean: "사타구니",
|
|
713
|
+
english: "Groin",
|
|
714
|
+
romanized: "sata-guni"
|
|
715
|
+
},
|
|
716
|
+
position: {
|
|
717
|
+
x: 102,
|
|
718
|
+
y: 170
|
|
719
|
+
},
|
|
720
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
721
|
+
severity: VitalPointSeverity.CRITICAL,
|
|
722
|
+
baseDamage: 50,
|
|
723
|
+
effects: [{
|
|
724
|
+
id: "extreme_pain",
|
|
725
|
+
type: VitalPointEffectType.PAIN,
|
|
726
|
+
intensity: EffectIntensity.EXTREME,
|
|
727
|
+
duration: 5e3,
|
|
728
|
+
description: {
|
|
729
|
+
korean: "극심한 통증",
|
|
730
|
+
english: "Extreme pain"
|
|
731
|
+
},
|
|
732
|
+
stackable: false
|
|
733
|
+
}, {
|
|
734
|
+
id: "groin_stun",
|
|
735
|
+
type: VitalPointEffectType.STUN,
|
|
736
|
+
intensity: EffectIntensity.HIGH,
|
|
737
|
+
duration: 3e3,
|
|
738
|
+
description: {
|
|
739
|
+
korean: "충격으로 인한 기절",
|
|
740
|
+
english: "Shock-induced incapacitation"
|
|
741
|
+
},
|
|
742
|
+
stackable: false
|
|
743
|
+
}],
|
|
744
|
+
description: {
|
|
745
|
+
korean: "사타구니 타격, 극심한 통증",
|
|
746
|
+
english: "Groin strike, extreme pain",
|
|
747
|
+
romanized: "sata-guni tagyeok"
|
|
748
|
+
},
|
|
749
|
+
targetingDifficulty: .7,
|
|
750
|
+
effectiveStances: [TrigramStance.LI, TrigramStance.GEON]
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
id: "torso_bladder",
|
|
754
|
+
names: {
|
|
755
|
+
korean: "방광",
|
|
756
|
+
english: "Bladder",
|
|
757
|
+
romanized: "banggwang"
|
|
758
|
+
},
|
|
759
|
+
position: {
|
|
760
|
+
x: 102,
|
|
761
|
+
y: 165
|
|
762
|
+
},
|
|
763
|
+
category: VitalPointCategory.ORGAN,
|
|
764
|
+
severity: VitalPointSeverity.MAJOR,
|
|
765
|
+
baseDamage: 35,
|
|
766
|
+
effects: [],
|
|
767
|
+
description: {
|
|
768
|
+
korean: "방광 압박, 통증 및 기능 장애",
|
|
769
|
+
english: "Bladder compression, pain and dysfunction",
|
|
770
|
+
romanized: "banggwang apbak"
|
|
771
|
+
},
|
|
772
|
+
targetingDifficulty: .6,
|
|
773
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.SON]
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
id: "torso_collarbone_left",
|
|
777
|
+
names: {
|
|
778
|
+
korean: "좌쇄골",
|
|
779
|
+
english: "Left Collarbone",
|
|
780
|
+
romanized: "jwa-swaegol"
|
|
781
|
+
},
|
|
782
|
+
position: {
|
|
783
|
+
x: 92,
|
|
784
|
+
y: 110
|
|
785
|
+
},
|
|
786
|
+
category: VitalPointCategory.SKELETAL,
|
|
787
|
+
severity: VitalPointSeverity.MAJOR,
|
|
788
|
+
baseDamage: 32,
|
|
789
|
+
effects: [],
|
|
790
|
+
description: {
|
|
791
|
+
korean: "쇄골 골절, 팔 움직임 제한",
|
|
792
|
+
english: "Collarbone fracture, arm movement limitation",
|
|
793
|
+
romanized: "swaegol goljeol"
|
|
794
|
+
},
|
|
795
|
+
targetingDifficulty: .6,
|
|
796
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.JIN]
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
id: "torso_collarbone_right",
|
|
800
|
+
names: {
|
|
801
|
+
korean: "우쇄골",
|
|
802
|
+
english: "Right Collarbone",
|
|
803
|
+
romanized: "u-swaegol"
|
|
804
|
+
},
|
|
805
|
+
position: {
|
|
806
|
+
x: 112,
|
|
807
|
+
y: 110
|
|
808
|
+
},
|
|
809
|
+
category: VitalPointCategory.SKELETAL,
|
|
810
|
+
severity: VitalPointSeverity.MAJOR,
|
|
811
|
+
baseDamage: 32,
|
|
812
|
+
effects: [],
|
|
813
|
+
description: {
|
|
814
|
+
korean: "쇄골 골절, 팔 움직임 제한",
|
|
815
|
+
english: "Collarbone fracture, arm movement limitation",
|
|
816
|
+
romanized: "swaegol goljeol"
|
|
817
|
+
},
|
|
818
|
+
targetingDifficulty: .6,
|
|
819
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.JIN]
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
id: "torso_armpit_nerve",
|
|
823
|
+
names: {
|
|
824
|
+
korean: "겨드랑이신경",
|
|
825
|
+
english: "Armpit Nerve",
|
|
826
|
+
romanized: "gyeodeu-rangi singyeong"
|
|
827
|
+
},
|
|
828
|
+
position: {
|
|
829
|
+
x: 85,
|
|
830
|
+
y: 120
|
|
831
|
+
},
|
|
832
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
833
|
+
severity: VitalPointSeverity.MODERATE,
|
|
834
|
+
baseDamage: 28,
|
|
835
|
+
effects: [],
|
|
836
|
+
description: {
|
|
837
|
+
korean: "신경총 타격, 팔 마비",
|
|
838
|
+
english: "Nerve plexus strike, arm paralysis",
|
|
839
|
+
romanized: "singyeongjong tagyeok"
|
|
840
|
+
},
|
|
841
|
+
targetingDifficulty: .7,
|
|
842
|
+
effectiveStances: [TrigramStance.LI, TrigramStance.SON]
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
id: "torso_abs_center",
|
|
846
|
+
names: {
|
|
847
|
+
korean: "복부중앙",
|
|
848
|
+
english: "Abdominal Center",
|
|
849
|
+
romanized: "bokbu-jungang"
|
|
850
|
+
},
|
|
851
|
+
position: {
|
|
852
|
+
x: 102,
|
|
853
|
+
y: 148
|
|
854
|
+
},
|
|
855
|
+
category: VitalPointCategory.MUSCULAR,
|
|
856
|
+
severity: VitalPointSeverity.MODERATE,
|
|
857
|
+
baseDamage: 26,
|
|
858
|
+
effects: [],
|
|
859
|
+
description: {
|
|
860
|
+
korean: "복근 손상, 호흡 곤란",
|
|
861
|
+
english: "Abdominal muscle damage, breathing difficulty",
|
|
862
|
+
romanized: "bokgeun sonsang"
|
|
863
|
+
},
|
|
864
|
+
targetingDifficulty: .5,
|
|
865
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.SON]
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
id: "torso_diaphragm",
|
|
869
|
+
names: {
|
|
870
|
+
korean: "횡격막",
|
|
871
|
+
english: "Diaphragm",
|
|
872
|
+
romanized: "hyeokgyeongmak"
|
|
873
|
+
},
|
|
874
|
+
position: {
|
|
875
|
+
x: 102,
|
|
876
|
+
y: 142
|
|
877
|
+
},
|
|
878
|
+
category: VitalPointCategory.RESPIRATORY,
|
|
879
|
+
severity: VitalPointSeverity.MAJOR,
|
|
880
|
+
baseDamage: 35,
|
|
881
|
+
effects: [],
|
|
882
|
+
description: {
|
|
883
|
+
korean: "횡격막 충격, 호흡 정지",
|
|
884
|
+
english: "Diaphragm shock, breathing cessation",
|
|
885
|
+
romanized: "hyeokgyeongmak chunggyeok"
|
|
886
|
+
},
|
|
887
|
+
targetingDifficulty: .7,
|
|
888
|
+
effectiveStances: [TrigramStance.JIN, TrigramStance.GEON]
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
id: "torso_lower_back",
|
|
892
|
+
names: {
|
|
893
|
+
korean: "요추",
|
|
894
|
+
english: "Lower Back",
|
|
895
|
+
romanized: "yochu"
|
|
896
|
+
},
|
|
897
|
+
position: {
|
|
898
|
+
x: 80,
|
|
899
|
+
y: 160
|
|
900
|
+
},
|
|
901
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
902
|
+
severity: VitalPointSeverity.MAJOR,
|
|
903
|
+
baseDamage: 36,
|
|
904
|
+
effects: [],
|
|
905
|
+
description: {
|
|
906
|
+
korean: "요추 타격, 다리 통증",
|
|
907
|
+
english: "Lower back strike, leg pain",
|
|
908
|
+
romanized: "yochu tagyeok"
|
|
909
|
+
},
|
|
910
|
+
targetingDifficulty: .6,
|
|
911
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.GON]
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
id: "torso_side_ribs_left",
|
|
915
|
+
names: {
|
|
916
|
+
korean: "좌측늑골",
|
|
917
|
+
english: "Left Side Ribs",
|
|
918
|
+
romanized: "jwa-cheuk neukgol"
|
|
919
|
+
},
|
|
920
|
+
position: {
|
|
921
|
+
x: 90,
|
|
922
|
+
y: 140
|
|
923
|
+
},
|
|
924
|
+
category: VitalPointCategory.SKELETAL,
|
|
925
|
+
severity: VitalPointSeverity.MAJOR,
|
|
926
|
+
baseDamage: 33,
|
|
927
|
+
effects: [],
|
|
928
|
+
description: {
|
|
929
|
+
korean: "늑골 타격, 호흡 곤란",
|
|
930
|
+
english: "Rib strike, breathing difficulty",
|
|
931
|
+
romanized: "neukgol tagyeok"
|
|
932
|
+
},
|
|
933
|
+
targetingDifficulty: .5,
|
|
934
|
+
effectiveStances: [TrigramStance.SON, TrigramStance.GEON]
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
id: "torso_side_ribs_right",
|
|
938
|
+
names: {
|
|
939
|
+
korean: "우측늑골",
|
|
940
|
+
english: "Right Side Ribs",
|
|
941
|
+
romanized: "u-cheuk neukgol"
|
|
942
|
+
},
|
|
943
|
+
position: {
|
|
944
|
+
x: 114,
|
|
945
|
+
y: 140
|
|
946
|
+
},
|
|
947
|
+
category: VitalPointCategory.SKELETAL,
|
|
948
|
+
severity: VitalPointSeverity.MAJOR,
|
|
949
|
+
baseDamage: 33,
|
|
950
|
+
effects: [],
|
|
951
|
+
description: {
|
|
952
|
+
korean: "늑골 타격, 호흡 곤란",
|
|
953
|
+
english: "Rib strike, breathing difficulty",
|
|
954
|
+
romanized: "neukgol tagyeok"
|
|
955
|
+
},
|
|
956
|
+
targetingDifficulty: .5,
|
|
957
|
+
effectiveStances: [TrigramStance.SON, TrigramStance.GEON]
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
id: "torso_navel",
|
|
961
|
+
names: {
|
|
962
|
+
korean: "배꼽",
|
|
963
|
+
english: "Navel",
|
|
964
|
+
romanized: "bae-kkop"
|
|
965
|
+
},
|
|
966
|
+
position: {
|
|
967
|
+
x: 102,
|
|
968
|
+
y: 152
|
|
969
|
+
},
|
|
970
|
+
category: VitalPointCategory.ORGAN,
|
|
971
|
+
severity: VitalPointSeverity.MODERATE,
|
|
972
|
+
baseDamage: 27,
|
|
973
|
+
effects: [],
|
|
974
|
+
description: {
|
|
975
|
+
korean: "복부 중심 타격",
|
|
976
|
+
english: "Abdominal center strike",
|
|
977
|
+
romanized: "bokbu jungsim tagyeok"
|
|
978
|
+
},
|
|
979
|
+
targetingDifficulty: .4,
|
|
980
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.SON]
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
id: "torso_shoulder_blade_left",
|
|
984
|
+
names: {
|
|
985
|
+
korean: "좌견갑골",
|
|
986
|
+
english: "Left Shoulder Blade",
|
|
987
|
+
romanized: "jwa-gyeongapgol"
|
|
988
|
+
},
|
|
989
|
+
position: {
|
|
990
|
+
x: 75,
|
|
991
|
+
y: 115
|
|
992
|
+
},
|
|
993
|
+
category: VitalPointCategory.SKELETAL,
|
|
994
|
+
severity: VitalPointSeverity.MODERATE,
|
|
995
|
+
baseDamage: 28,
|
|
996
|
+
effects: [],
|
|
997
|
+
description: {
|
|
998
|
+
korean: "견갑골 타격, 팔 기능 저하",
|
|
999
|
+
english: "Shoulder blade strike, arm function reduction",
|
|
1000
|
+
romanized: "gyeongapgol tagyeok"
|
|
1001
|
+
},
|
|
1002
|
+
targetingDifficulty: .6,
|
|
1003
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.GON]
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
id: "torso_shoulder_blade_right",
|
|
1007
|
+
names: {
|
|
1008
|
+
korean: "우견갑골",
|
|
1009
|
+
english: "Right Shoulder Blade",
|
|
1010
|
+
romanized: "u-gyeongapgol"
|
|
1011
|
+
},
|
|
1012
|
+
position: {
|
|
1013
|
+
x: 129,
|
|
1014
|
+
y: 115
|
|
1015
|
+
},
|
|
1016
|
+
category: VitalPointCategory.SKELETAL,
|
|
1017
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1018
|
+
baseDamage: 28,
|
|
1019
|
+
effects: [],
|
|
1020
|
+
description: {
|
|
1021
|
+
korean: "견갑골 타격, 팔 기능 저하",
|
|
1022
|
+
english: "Shoulder blade strike, arm function reduction",
|
|
1023
|
+
romanized: "gyeongapgol tagyeok"
|
|
1024
|
+
},
|
|
1025
|
+
targetingDifficulty: .6,
|
|
1026
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.GON]
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
id: "torso_tailbone",
|
|
1030
|
+
names: {
|
|
1031
|
+
korean: "미골",
|
|
1032
|
+
english: "Tailbone",
|
|
1033
|
+
romanized: "migol"
|
|
1034
|
+
},
|
|
1035
|
+
position: {
|
|
1036
|
+
x: 80,
|
|
1037
|
+
y: 170
|
|
1038
|
+
},
|
|
1039
|
+
category: VitalPointCategory.SKELETAL,
|
|
1040
|
+
severity: VitalPointSeverity.MAJOR,
|
|
1041
|
+
baseDamage: 34,
|
|
1042
|
+
effects: [],
|
|
1043
|
+
description: {
|
|
1044
|
+
korean: "미골 골절, 앉기 곤란",
|
|
1045
|
+
english: "Tailbone fracture, sitting difficulty",
|
|
1046
|
+
romanized: "migol goljeol"
|
|
1047
|
+
},
|
|
1048
|
+
targetingDifficulty: .7,
|
|
1049
|
+
effectiveStances: [TrigramStance.GON, TrigramStance.JIN]
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
id: "arm_left_shoulder",
|
|
1053
|
+
names: {
|
|
1054
|
+
korean: "좌어깨",
|
|
1055
|
+
english: "Left Shoulder",
|
|
1056
|
+
romanized: "jwa-eokkae"
|
|
1057
|
+
},
|
|
1058
|
+
position: {
|
|
1059
|
+
x: 82,
|
|
1060
|
+
y: 110
|
|
1061
|
+
},
|
|
1062
|
+
category: VitalPointCategory.JOINT,
|
|
1063
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1064
|
+
baseDamage: 26,
|
|
1065
|
+
effects: [],
|
|
1066
|
+
description: {
|
|
1067
|
+
korean: "어깨 관절 탈구",
|
|
1068
|
+
english: "Shoulder joint dislocation",
|
|
1069
|
+
romanized: "eokkae gwanjeol talgoo"
|
|
1070
|
+
},
|
|
1071
|
+
targetingDifficulty: .6,
|
|
1072
|
+
effectiveStances: [TrigramStance.TAE, TrigramStance.GAM]
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
id: "arm_left_bicep",
|
|
1076
|
+
names: {
|
|
1077
|
+
korean: "좌상완",
|
|
1078
|
+
english: "Left Bicep",
|
|
1079
|
+
romanized: "jwa-sangwan"
|
|
1080
|
+
},
|
|
1081
|
+
position: {
|
|
1082
|
+
x: 78,
|
|
1083
|
+
y: 125
|
|
1084
|
+
},
|
|
1085
|
+
category: VitalPointCategory.MUSCULAR,
|
|
1086
|
+
severity: VitalPointSeverity.MINOR,
|
|
1087
|
+
baseDamage: 18,
|
|
1088
|
+
effects: [],
|
|
1089
|
+
description: {
|
|
1090
|
+
korean: "상완 근육 손상",
|
|
1091
|
+
english: "Bicep muscle damage",
|
|
1092
|
+
romanized: "sangwan geunnyuk sonsang"
|
|
1093
|
+
},
|
|
1094
|
+
targetingDifficulty: .5,
|
|
1095
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.SON]
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
id: "arm_left_elbow",
|
|
1099
|
+
names: {
|
|
1100
|
+
korean: "좌팔꿈치",
|
|
1101
|
+
english: "Left Elbow",
|
|
1102
|
+
romanized: "jwa-palkumchi"
|
|
1103
|
+
},
|
|
1104
|
+
position: {
|
|
1105
|
+
x: 74,
|
|
1106
|
+
y: 142
|
|
1107
|
+
},
|
|
1108
|
+
category: VitalPointCategory.JOINT,
|
|
1109
|
+
severity: VitalPointSeverity.MAJOR,
|
|
1110
|
+
baseDamage: 30,
|
|
1111
|
+
effects: [],
|
|
1112
|
+
description: {
|
|
1113
|
+
korean: "팔꿈치 골절 또는 탈구",
|
|
1114
|
+
english: "Elbow fracture or dislocation",
|
|
1115
|
+
romanized: "palkumchi goljeol"
|
|
1116
|
+
},
|
|
1117
|
+
targetingDifficulty: .6,
|
|
1118
|
+
effectiveStances: [TrigramStance.TAE, TrigramStance.GON]
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
id: "arm_left_forearm",
|
|
1122
|
+
names: {
|
|
1123
|
+
korean: "좌전완",
|
|
1124
|
+
english: "Left Forearm",
|
|
1125
|
+
romanized: "jwa-jeonwan"
|
|
1126
|
+
},
|
|
1127
|
+
position: {
|
|
1128
|
+
x: 72,
|
|
1129
|
+
y: 155
|
|
1130
|
+
},
|
|
1131
|
+
category: VitalPointCategory.SKELETAL,
|
|
1132
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1133
|
+
baseDamage: 24,
|
|
1134
|
+
effects: [],
|
|
1135
|
+
description: {
|
|
1136
|
+
korean: "전완부 골절",
|
|
1137
|
+
english: "Forearm fracture",
|
|
1138
|
+
romanized: "jeonwanbu goljeol"
|
|
1139
|
+
},
|
|
1140
|
+
targetingDifficulty: .5,
|
|
1141
|
+
effectiveStances: [TrigramStance.GAN]
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
id: "arm_left_wrist",
|
|
1145
|
+
names: {
|
|
1146
|
+
korean: "좌손목",
|
|
1147
|
+
english: "Left Wrist",
|
|
1148
|
+
romanized: "jwa-sonmok"
|
|
1149
|
+
},
|
|
1150
|
+
position: {
|
|
1151
|
+
x: 70,
|
|
1152
|
+
y: 168
|
|
1153
|
+
},
|
|
1154
|
+
category: VitalPointCategory.JOINT,
|
|
1155
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1156
|
+
baseDamage: 22,
|
|
1157
|
+
effects: [],
|
|
1158
|
+
description: {
|
|
1159
|
+
korean: "손목 골절 또는 염좌",
|
|
1160
|
+
english: "Wrist fracture or sprain",
|
|
1161
|
+
romanized: "sonmok goljeol"
|
|
1162
|
+
},
|
|
1163
|
+
targetingDifficulty: .6,
|
|
1164
|
+
effectiveStances: [TrigramStance.TAE, TrigramStance.GAM]
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
id: "arm_left_hand",
|
|
1168
|
+
names: {
|
|
1169
|
+
korean: "좌손등",
|
|
1170
|
+
english: "Left Hand",
|
|
1171
|
+
romanized: "jwa-sondeung"
|
|
1172
|
+
},
|
|
1173
|
+
position: {
|
|
1174
|
+
x: 68,
|
|
1175
|
+
y: 178
|
|
1176
|
+
},
|
|
1177
|
+
category: VitalPointCategory.SKELETAL,
|
|
1178
|
+
severity: VitalPointSeverity.MINOR,
|
|
1179
|
+
baseDamage: 16,
|
|
1180
|
+
effects: [],
|
|
1181
|
+
description: {
|
|
1182
|
+
korean: "손등 타격, 기능 저하",
|
|
1183
|
+
english: "Hand strike, function reduction",
|
|
1184
|
+
romanized: "sondeung tagyeok"
|
|
1185
|
+
},
|
|
1186
|
+
targetingDifficulty: .5,
|
|
1187
|
+
effectiveStances: [TrigramStance.LI]
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
id: "arm_left_radial_nerve",
|
|
1191
|
+
names: {
|
|
1192
|
+
korean: "좌요골신경",
|
|
1193
|
+
english: "Left Radial Nerve",
|
|
1194
|
+
romanized: "jwa-yogol singyeong"
|
|
1195
|
+
},
|
|
1196
|
+
position: {
|
|
1197
|
+
x: 72,
|
|
1198
|
+
y: 148
|
|
1199
|
+
},
|
|
1200
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
1201
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1202
|
+
baseDamage: 25,
|
|
1203
|
+
effects: [],
|
|
1204
|
+
description: {
|
|
1205
|
+
korean: "요골 신경 타격, 팔 마비",
|
|
1206
|
+
english: "Radial nerve strike, arm paralysis",
|
|
1207
|
+
romanized: "yogol singyeong tagyeok"
|
|
1208
|
+
},
|
|
1209
|
+
targetingDifficulty: .7,
|
|
1210
|
+
effectiveStances: [TrigramStance.LI, TrigramStance.SON]
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
id: "arm_left_ulnar_nerve",
|
|
1214
|
+
names: {
|
|
1215
|
+
korean: "좌척골신경",
|
|
1216
|
+
english: "Left Ulnar Nerve",
|
|
1217
|
+
romanized: "jwa-cheokgol singyeong"
|
|
1218
|
+
},
|
|
1219
|
+
position: {
|
|
1220
|
+
x: 74,
|
|
1221
|
+
y: 150
|
|
1222
|
+
},
|
|
1223
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
1224
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1225
|
+
baseDamage: 24,
|
|
1226
|
+
effects: [],
|
|
1227
|
+
description: {
|
|
1228
|
+
korean: "척골 신경 타격, 손 기능 상실",
|
|
1229
|
+
english: "Ulnar nerve strike, hand function loss",
|
|
1230
|
+
romanized: "cheokgol singyeong tagyeok"
|
|
1231
|
+
},
|
|
1232
|
+
targetingDifficulty: .7,
|
|
1233
|
+
effectiveStances: [TrigramStance.LI]
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
id: "arm_right_shoulder",
|
|
1237
|
+
names: {
|
|
1238
|
+
korean: "우어깨",
|
|
1239
|
+
english: "Right Shoulder",
|
|
1240
|
+
romanized: "u-eokkae"
|
|
1241
|
+
},
|
|
1242
|
+
position: {
|
|
1243
|
+
x: 122,
|
|
1244
|
+
y: 110
|
|
1245
|
+
},
|
|
1246
|
+
category: VitalPointCategory.JOINT,
|
|
1247
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1248
|
+
baseDamage: 26,
|
|
1249
|
+
effects: [],
|
|
1250
|
+
description: {
|
|
1251
|
+
korean: "어깨 관절 탈구",
|
|
1252
|
+
english: "Shoulder joint dislocation",
|
|
1253
|
+
romanized: "eokkae gwanjeol talgoo"
|
|
1254
|
+
},
|
|
1255
|
+
targetingDifficulty: .6,
|
|
1256
|
+
effectiveStances: [TrigramStance.TAE, TrigramStance.GAM]
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
id: "arm_right_bicep",
|
|
1260
|
+
names: {
|
|
1261
|
+
korean: "우상완",
|
|
1262
|
+
english: "Right Bicep",
|
|
1263
|
+
romanized: "u-sangwan"
|
|
1264
|
+
},
|
|
1265
|
+
position: {
|
|
1266
|
+
x: 126,
|
|
1267
|
+
y: 125
|
|
1268
|
+
},
|
|
1269
|
+
category: VitalPointCategory.MUSCULAR,
|
|
1270
|
+
severity: VitalPointSeverity.MINOR,
|
|
1271
|
+
baseDamage: 18,
|
|
1272
|
+
effects: [],
|
|
1273
|
+
description: {
|
|
1274
|
+
korean: "상완 근육 손상",
|
|
1275
|
+
english: "Bicep muscle damage",
|
|
1276
|
+
romanized: "sangwan geunnyuk sonsang"
|
|
1277
|
+
},
|
|
1278
|
+
targetingDifficulty: .5,
|
|
1279
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.SON]
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
id: "arm_right_elbow",
|
|
1283
|
+
names: {
|
|
1284
|
+
korean: "우팔꿈치",
|
|
1285
|
+
english: "Right Elbow",
|
|
1286
|
+
romanized: "u-palkumchi"
|
|
1287
|
+
},
|
|
1288
|
+
position: {
|
|
1289
|
+
x: 130,
|
|
1290
|
+
y: 142
|
|
1291
|
+
},
|
|
1292
|
+
category: VitalPointCategory.JOINT,
|
|
1293
|
+
severity: VitalPointSeverity.MAJOR,
|
|
1294
|
+
baseDamage: 30,
|
|
1295
|
+
effects: [],
|
|
1296
|
+
description: {
|
|
1297
|
+
korean: "팔꿈치 골절 또는 탈구",
|
|
1298
|
+
english: "Elbow fracture or dislocation",
|
|
1299
|
+
romanized: "palkumchi goljeol"
|
|
1300
|
+
},
|
|
1301
|
+
targetingDifficulty: .6,
|
|
1302
|
+
effectiveStances: [TrigramStance.TAE, TrigramStance.GON]
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
id: "arm_right_forearm",
|
|
1306
|
+
names: {
|
|
1307
|
+
korean: "우전완",
|
|
1308
|
+
english: "Right Forearm",
|
|
1309
|
+
romanized: "u-jeonwan"
|
|
1310
|
+
},
|
|
1311
|
+
position: {
|
|
1312
|
+
x: 132,
|
|
1313
|
+
y: 155
|
|
1314
|
+
},
|
|
1315
|
+
category: VitalPointCategory.SKELETAL,
|
|
1316
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1317
|
+
baseDamage: 24,
|
|
1318
|
+
effects: [],
|
|
1319
|
+
description: {
|
|
1320
|
+
korean: "전완부 골절",
|
|
1321
|
+
english: "Forearm fracture",
|
|
1322
|
+
romanized: "jeonwanbu goljeol"
|
|
1323
|
+
},
|
|
1324
|
+
targetingDifficulty: .5,
|
|
1325
|
+
effectiveStances: [TrigramStance.GAN]
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
id: "arm_right_wrist",
|
|
1329
|
+
names: {
|
|
1330
|
+
korean: "우손목",
|
|
1331
|
+
english: "Right Wrist",
|
|
1332
|
+
romanized: "u-sonmok"
|
|
1333
|
+
},
|
|
1334
|
+
position: {
|
|
1335
|
+
x: 134,
|
|
1336
|
+
y: 168
|
|
1337
|
+
},
|
|
1338
|
+
category: VitalPointCategory.JOINT,
|
|
1339
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1340
|
+
baseDamage: 22,
|
|
1341
|
+
effects: [],
|
|
1342
|
+
description: {
|
|
1343
|
+
korean: "손목 골절 또는 염좌",
|
|
1344
|
+
english: "Wrist fracture or sprain",
|
|
1345
|
+
romanized: "sonmok goljeol"
|
|
1346
|
+
},
|
|
1347
|
+
targetingDifficulty: .6,
|
|
1348
|
+
effectiveStances: [TrigramStance.TAE, TrigramStance.GAM]
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
id: "arm_right_hand",
|
|
1352
|
+
names: {
|
|
1353
|
+
korean: "우손등",
|
|
1354
|
+
english: "Right Hand",
|
|
1355
|
+
romanized: "u-sondeung"
|
|
1356
|
+
},
|
|
1357
|
+
position: {
|
|
1358
|
+
x: 136,
|
|
1359
|
+
y: 178
|
|
1360
|
+
},
|
|
1361
|
+
category: VitalPointCategory.SKELETAL,
|
|
1362
|
+
severity: VitalPointSeverity.MINOR,
|
|
1363
|
+
baseDamage: 16,
|
|
1364
|
+
effects: [],
|
|
1365
|
+
description: {
|
|
1366
|
+
korean: "손등 타격, 기능 저하",
|
|
1367
|
+
english: "Hand strike, function reduction",
|
|
1368
|
+
romanized: "sondeung tagyeok"
|
|
1369
|
+
},
|
|
1370
|
+
targetingDifficulty: .5,
|
|
1371
|
+
effectiveStances: [TrigramStance.LI]
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
id: "arm_right_radial_nerve",
|
|
1375
|
+
names: {
|
|
1376
|
+
korean: "우요골신경",
|
|
1377
|
+
english: "Right Radial Nerve",
|
|
1378
|
+
romanized: "u-yogol singyeong"
|
|
1379
|
+
},
|
|
1380
|
+
position: {
|
|
1381
|
+
x: 132,
|
|
1382
|
+
y: 148
|
|
1383
|
+
},
|
|
1384
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
1385
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1386
|
+
baseDamage: 25,
|
|
1387
|
+
effects: [],
|
|
1388
|
+
description: {
|
|
1389
|
+
korean: "요골 신경 타격, 팔 마비",
|
|
1390
|
+
english: "Radial nerve strike, arm paralysis",
|
|
1391
|
+
romanized: "yogol singyeong tagyeok"
|
|
1392
|
+
},
|
|
1393
|
+
targetingDifficulty: .7,
|
|
1394
|
+
effectiveStances: [TrigramStance.LI, TrigramStance.SON]
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
id: "arm_right_ulnar_nerve",
|
|
1398
|
+
names: {
|
|
1399
|
+
korean: "우척골신경",
|
|
1400
|
+
english: "Right Ulnar Nerve",
|
|
1401
|
+
romanized: "u-cheokgol singyeong"
|
|
1402
|
+
},
|
|
1403
|
+
position: {
|
|
1404
|
+
x: 130,
|
|
1405
|
+
y: 150
|
|
1406
|
+
},
|
|
1407
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
1408
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1409
|
+
baseDamage: 24,
|
|
1410
|
+
effects: [],
|
|
1411
|
+
description: {
|
|
1412
|
+
korean: "척골 신경 타격, 손 기능 상실",
|
|
1413
|
+
english: "Ulnar nerve strike, hand function loss",
|
|
1414
|
+
romanized: "cheokgol singyeong tagyeok"
|
|
1415
|
+
},
|
|
1416
|
+
targetingDifficulty: .7,
|
|
1417
|
+
effectiveStances: [TrigramStance.LI]
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
id: "arm_right_tricep",
|
|
1421
|
+
names: {
|
|
1422
|
+
korean: "우삼두",
|
|
1423
|
+
english: "Right Tricep",
|
|
1424
|
+
romanized: "u-samdu"
|
|
1425
|
+
},
|
|
1426
|
+
position: {
|
|
1427
|
+
x: 128,
|
|
1428
|
+
y: 135
|
|
1429
|
+
},
|
|
1430
|
+
category: VitalPointCategory.MUSCULAR,
|
|
1431
|
+
severity: VitalPointSeverity.MINOR,
|
|
1432
|
+
baseDamage: 17,
|
|
1433
|
+
effects: [],
|
|
1434
|
+
description: {
|
|
1435
|
+
korean: "삼두근 손상",
|
|
1436
|
+
english: "Tricep muscle damage",
|
|
1437
|
+
romanized: "samdugeun sonsang"
|
|
1438
|
+
},
|
|
1439
|
+
targetingDifficulty: .5,
|
|
1440
|
+
effectiveStances: [TrigramStance.GEON]
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
id: "leg_left_thigh",
|
|
1444
|
+
names: {
|
|
1445
|
+
korean: "좌대퇴",
|
|
1446
|
+
english: "Left Thigh",
|
|
1447
|
+
romanized: "jwa-daetwe"
|
|
1448
|
+
},
|
|
1449
|
+
position: {
|
|
1450
|
+
x: 94,
|
|
1451
|
+
y: 185
|
|
1452
|
+
},
|
|
1453
|
+
category: VitalPointCategory.MUSCULAR,
|
|
1454
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1455
|
+
baseDamage: 22,
|
|
1456
|
+
effects: [],
|
|
1457
|
+
description: {
|
|
1458
|
+
korean: "대퇴근 손상, 이동 곤란",
|
|
1459
|
+
english: "Thigh muscle damage, movement difficulty",
|
|
1460
|
+
romanized: "daetwegeun sonsang"
|
|
1461
|
+
},
|
|
1462
|
+
targetingDifficulty: .5,
|
|
1463
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.SON]
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
id: "leg_left_knee",
|
|
1467
|
+
names: {
|
|
1468
|
+
korean: "좌무릎",
|
|
1469
|
+
english: "Left Knee",
|
|
1470
|
+
romanized: "jwa-mureup"
|
|
1471
|
+
},
|
|
1472
|
+
position: {
|
|
1473
|
+
x: 94,
|
|
1474
|
+
y: 205
|
|
1475
|
+
},
|
|
1476
|
+
category: VitalPointCategory.JOINT,
|
|
1477
|
+
severity: VitalPointSeverity.CRITICAL,
|
|
1478
|
+
baseDamage: 38,
|
|
1479
|
+
effects: [{
|
|
1480
|
+
id: "knee_destruction",
|
|
1481
|
+
type: VitalPointEffectType.WEAKNESS,
|
|
1482
|
+
intensity: EffectIntensity.HIGH,
|
|
1483
|
+
duration: 1e4,
|
|
1484
|
+
description: {
|
|
1485
|
+
korean: "무릎 파괴로 보행 불가",
|
|
1486
|
+
english: "Knee destruction, unable to walk"
|
|
1487
|
+
},
|
|
1488
|
+
stackable: false
|
|
1489
|
+
}, {
|
|
1490
|
+
id: "mobility_loss",
|
|
1491
|
+
type: VitalPointEffectType.PARALYSIS,
|
|
1492
|
+
intensity: EffectIntensity.MEDIUM,
|
|
1493
|
+
duration: 8e3,
|
|
1494
|
+
description: {
|
|
1495
|
+
korean: "이동력 상실",
|
|
1496
|
+
english: "Mobility loss"
|
|
1497
|
+
},
|
|
1498
|
+
stackable: false
|
|
1499
|
+
}],
|
|
1500
|
+
description: {
|
|
1501
|
+
korean: "무릎 관절 파괴, 보행 불가",
|
|
1502
|
+
english: "Knee joint destruction, unable to walk",
|
|
1503
|
+
romanized: "mureup gwanjeol pagoe"
|
|
1504
|
+
},
|
|
1505
|
+
targetingDifficulty: .7,
|
|
1506
|
+
effectiveStances: [TrigramStance.TAE, TrigramStance.GON]
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
id: "leg_left_shin",
|
|
1510
|
+
names: {
|
|
1511
|
+
korean: "좌정강이",
|
|
1512
|
+
english: "Left Shin",
|
|
1513
|
+
romanized: "jwa-jeonggang-i"
|
|
1514
|
+
},
|
|
1515
|
+
position: {
|
|
1516
|
+
x: 94,
|
|
1517
|
+
y: 220
|
|
1518
|
+
},
|
|
1519
|
+
category: VitalPointCategory.SKELETAL,
|
|
1520
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1521
|
+
baseDamage: 26,
|
|
1522
|
+
effects: [],
|
|
1523
|
+
description: {
|
|
1524
|
+
korean: "정강이 골절",
|
|
1525
|
+
english: "Shin fracture",
|
|
1526
|
+
romanized: "jeonggang-i goljeol"
|
|
1527
|
+
},
|
|
1528
|
+
targetingDifficulty: .5,
|
|
1529
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.GAN]
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
id: "leg_left_ankle",
|
|
1533
|
+
names: {
|
|
1534
|
+
korean: "좌발목",
|
|
1535
|
+
english: "Left Ankle",
|
|
1536
|
+
romanized: "jwa-balmok"
|
|
1537
|
+
},
|
|
1538
|
+
position: {
|
|
1539
|
+
x: 94,
|
|
1540
|
+
y: 235
|
|
1541
|
+
},
|
|
1542
|
+
category: VitalPointCategory.JOINT,
|
|
1543
|
+
severity: VitalPointSeverity.MAJOR,
|
|
1544
|
+
baseDamage: 28,
|
|
1545
|
+
effects: [],
|
|
1546
|
+
description: {
|
|
1547
|
+
korean: "발목 염좌 또는 골절",
|
|
1548
|
+
english: "Ankle sprain or fracture",
|
|
1549
|
+
romanized: "balmok yeomjwa"
|
|
1550
|
+
},
|
|
1551
|
+
targetingDifficulty: .6,
|
|
1552
|
+
effectiveStances: [TrigramStance.TAE, TrigramStance.GON]
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
id: "leg_left_foot",
|
|
1556
|
+
names: {
|
|
1557
|
+
korean: "좌발등",
|
|
1558
|
+
english: "Left Foot",
|
|
1559
|
+
romanized: "jwa-baldeung"
|
|
1560
|
+
},
|
|
1561
|
+
position: {
|
|
1562
|
+
x: 94,
|
|
1563
|
+
y: 245
|
|
1564
|
+
},
|
|
1565
|
+
category: VitalPointCategory.SKELETAL,
|
|
1566
|
+
severity: VitalPointSeverity.MINOR,
|
|
1567
|
+
baseDamage: 18,
|
|
1568
|
+
effects: [],
|
|
1569
|
+
description: {
|
|
1570
|
+
korean: "발등 골절, 보행 곤란",
|
|
1571
|
+
english: "Foot fracture, walking difficulty",
|
|
1572
|
+
romanized: "baldeung goljeol"
|
|
1573
|
+
},
|
|
1574
|
+
targetingDifficulty: .5,
|
|
1575
|
+
effectiveStances: [TrigramStance.GON]
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
id: "leg_left_calf",
|
|
1579
|
+
names: {
|
|
1580
|
+
korean: "좌종아리",
|
|
1581
|
+
english: "Left Calf",
|
|
1582
|
+
romanized: "jwa-jong-ari"
|
|
1583
|
+
},
|
|
1584
|
+
position: {
|
|
1585
|
+
x: 92,
|
|
1586
|
+
y: 225
|
|
1587
|
+
},
|
|
1588
|
+
category: VitalPointCategory.MUSCULAR,
|
|
1589
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1590
|
+
baseDamage: 23,
|
|
1591
|
+
effects: [],
|
|
1592
|
+
description: {
|
|
1593
|
+
korean: "종아리 근육 손상",
|
|
1594
|
+
english: "Calf muscle damage",
|
|
1595
|
+
romanized: "jong-ari geunnyuk sonsang"
|
|
1596
|
+
},
|
|
1597
|
+
targetingDifficulty: .5,
|
|
1598
|
+
effectiveStances: [TrigramStance.SON, TrigramStance.GEON]
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
id: "leg_left_achilles",
|
|
1602
|
+
names: {
|
|
1603
|
+
korean: "좌아킬레스건",
|
|
1604
|
+
english: "Left Achilles Tendon",
|
|
1605
|
+
romanized: "jwa-akilleseugeon"
|
|
1606
|
+
},
|
|
1607
|
+
position: {
|
|
1608
|
+
x: 90,
|
|
1609
|
+
y: 238
|
|
1610
|
+
},
|
|
1611
|
+
category: VitalPointCategory.MUSCULAR,
|
|
1612
|
+
severity: VitalPointSeverity.CRITICAL,
|
|
1613
|
+
baseDamage: 40,
|
|
1614
|
+
effects: [{
|
|
1615
|
+
id: "achilles_rupture",
|
|
1616
|
+
type: VitalPointEffectType.WEAKNESS,
|
|
1617
|
+
intensity: EffectIntensity.EXTREME,
|
|
1618
|
+
duration: 12e3,
|
|
1619
|
+
description: {
|
|
1620
|
+
korean: "아킬레스건 파열",
|
|
1621
|
+
english: "Achilles tendon rupture"
|
|
1622
|
+
},
|
|
1623
|
+
stackable: false
|
|
1624
|
+
}, {
|
|
1625
|
+
id: "movement_impossible",
|
|
1626
|
+
type: VitalPointEffectType.PARALYSIS,
|
|
1627
|
+
intensity: EffectIntensity.HIGH,
|
|
1628
|
+
duration: 1e4,
|
|
1629
|
+
description: {
|
|
1630
|
+
korean: "이동 불가",
|
|
1631
|
+
english: "Cannot move"
|
|
1632
|
+
},
|
|
1633
|
+
stackable: false
|
|
1634
|
+
}],
|
|
1635
|
+
description: {
|
|
1636
|
+
korean: "아킬레스건 파열, 이동 불가",
|
|
1637
|
+
english: "Achilles tendon rupture, cannot move",
|
|
1638
|
+
romanized: "akilleseugeon paryeol"
|
|
1639
|
+
},
|
|
1640
|
+
targetingDifficulty: .8,
|
|
1641
|
+
effectiveStances: [TrigramStance.LI, TrigramStance.GON]
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
id: "leg_left_femoral_nerve",
|
|
1645
|
+
names: {
|
|
1646
|
+
korean: "좌대퇴신경",
|
|
1647
|
+
english: "Left Femoral Nerve",
|
|
1648
|
+
romanized: "jwa-daetwe singyeong"
|
|
1649
|
+
},
|
|
1650
|
+
position: {
|
|
1651
|
+
x: 96,
|
|
1652
|
+
y: 180
|
|
1653
|
+
},
|
|
1654
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
1655
|
+
severity: VitalPointSeverity.MAJOR,
|
|
1656
|
+
baseDamage: 32,
|
|
1657
|
+
effects: [],
|
|
1658
|
+
description: {
|
|
1659
|
+
korean: "대퇴 신경 타격, 다리 마비",
|
|
1660
|
+
english: "Femoral nerve strike, leg paralysis",
|
|
1661
|
+
romanized: "daetwe singyeong tagyeok"
|
|
1662
|
+
},
|
|
1663
|
+
targetingDifficulty: .7,
|
|
1664
|
+
effectiveStances: [TrigramStance.LI, TrigramStance.SON]
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
id: "leg_right_thigh",
|
|
1668
|
+
names: {
|
|
1669
|
+
korean: "우대퇴",
|
|
1670
|
+
english: "Right Thigh",
|
|
1671
|
+
romanized: "u-daetwe"
|
|
1672
|
+
},
|
|
1673
|
+
position: {
|
|
1674
|
+
x: 110,
|
|
1675
|
+
y: 185
|
|
1676
|
+
},
|
|
1677
|
+
category: VitalPointCategory.MUSCULAR,
|
|
1678
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1679
|
+
baseDamage: 22,
|
|
1680
|
+
effects: [],
|
|
1681
|
+
description: {
|
|
1682
|
+
korean: "대퇴근 손상, 이동 곤란",
|
|
1683
|
+
english: "Thigh muscle damage, movement difficulty",
|
|
1684
|
+
romanized: "daetwegeun sonsang"
|
|
1685
|
+
},
|
|
1686
|
+
targetingDifficulty: .5,
|
|
1687
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.SON]
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
id: "leg_right_knee",
|
|
1691
|
+
names: {
|
|
1692
|
+
korean: "우무릎",
|
|
1693
|
+
english: "Right Knee",
|
|
1694
|
+
romanized: "u-mureup"
|
|
1695
|
+
},
|
|
1696
|
+
position: {
|
|
1697
|
+
x: 110,
|
|
1698
|
+
y: 205
|
|
1699
|
+
},
|
|
1700
|
+
category: VitalPointCategory.JOINT,
|
|
1701
|
+
severity: VitalPointSeverity.CRITICAL,
|
|
1702
|
+
baseDamage: 38,
|
|
1703
|
+
effects: [{
|
|
1704
|
+
id: "knee_destruction_right",
|
|
1705
|
+
type: VitalPointEffectType.WEAKNESS,
|
|
1706
|
+
intensity: EffectIntensity.HIGH,
|
|
1707
|
+
duration: 1e4,
|
|
1708
|
+
description: {
|
|
1709
|
+
korean: "무릎 파괴로 보행 불가",
|
|
1710
|
+
english: "Knee destruction, unable to walk"
|
|
1711
|
+
},
|
|
1712
|
+
stackable: false
|
|
1713
|
+
}, {
|
|
1714
|
+
id: "mobility_loss_right",
|
|
1715
|
+
type: VitalPointEffectType.PARALYSIS,
|
|
1716
|
+
intensity: EffectIntensity.MEDIUM,
|
|
1717
|
+
duration: 8e3,
|
|
1718
|
+
description: {
|
|
1719
|
+
korean: "이동력 상실",
|
|
1720
|
+
english: "Mobility loss"
|
|
1721
|
+
},
|
|
1722
|
+
stackable: false
|
|
1723
|
+
}],
|
|
1724
|
+
description: {
|
|
1725
|
+
korean: "무릎 관절 파괴, 보행 불가",
|
|
1726
|
+
english: "Knee joint destruction, unable to walk",
|
|
1727
|
+
romanized: "mureup gwanjeol pagoe"
|
|
1728
|
+
},
|
|
1729
|
+
targetingDifficulty: .7,
|
|
1730
|
+
effectiveStances: [TrigramStance.TAE, TrigramStance.GON]
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
id: "leg_right_shin",
|
|
1734
|
+
names: {
|
|
1735
|
+
korean: "우정강이",
|
|
1736
|
+
english: "Right Shin",
|
|
1737
|
+
romanized: "u-jeonggang-i"
|
|
1738
|
+
},
|
|
1739
|
+
position: {
|
|
1740
|
+
x: 110,
|
|
1741
|
+
y: 220
|
|
1742
|
+
},
|
|
1743
|
+
category: VitalPointCategory.SKELETAL,
|
|
1744
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1745
|
+
baseDamage: 26,
|
|
1746
|
+
effects: [],
|
|
1747
|
+
description: {
|
|
1748
|
+
korean: "정강이 골절",
|
|
1749
|
+
english: "Shin fracture",
|
|
1750
|
+
romanized: "jeonggang-i goljeol"
|
|
1751
|
+
},
|
|
1752
|
+
targetingDifficulty: .5,
|
|
1753
|
+
effectiveStances: [TrigramStance.GEON, TrigramStance.GAN]
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
id: "leg_right_ankle",
|
|
1757
|
+
names: {
|
|
1758
|
+
korean: "우발목",
|
|
1759
|
+
english: "Right Ankle",
|
|
1760
|
+
romanized: "u-balmok"
|
|
1761
|
+
},
|
|
1762
|
+
position: {
|
|
1763
|
+
x: 110,
|
|
1764
|
+
y: 235
|
|
1765
|
+
},
|
|
1766
|
+
category: VitalPointCategory.JOINT,
|
|
1767
|
+
severity: VitalPointSeverity.MAJOR,
|
|
1768
|
+
baseDamage: 28,
|
|
1769
|
+
effects: [],
|
|
1770
|
+
description: {
|
|
1771
|
+
korean: "발목 염좌 또는 골절",
|
|
1772
|
+
english: "Ankle sprain or fracture",
|
|
1773
|
+
romanized: "balmok yeomjwa"
|
|
1774
|
+
},
|
|
1775
|
+
targetingDifficulty: .6,
|
|
1776
|
+
effectiveStances: [TrigramStance.TAE, TrigramStance.GON]
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
id: "leg_right_foot",
|
|
1780
|
+
names: {
|
|
1781
|
+
korean: "우발등",
|
|
1782
|
+
english: "Right Foot",
|
|
1783
|
+
romanized: "u-baldeung"
|
|
1784
|
+
},
|
|
1785
|
+
position: {
|
|
1786
|
+
x: 110,
|
|
1787
|
+
y: 245
|
|
1788
|
+
},
|
|
1789
|
+
category: VitalPointCategory.SKELETAL,
|
|
1790
|
+
severity: VitalPointSeverity.MINOR,
|
|
1791
|
+
baseDamage: 18,
|
|
1792
|
+
effects: [],
|
|
1793
|
+
description: {
|
|
1794
|
+
korean: "발등 골절, 보행 곤란",
|
|
1795
|
+
english: "Foot fracture, walking difficulty",
|
|
1796
|
+
romanized: "baldeung goljeol"
|
|
1797
|
+
},
|
|
1798
|
+
targetingDifficulty: .5,
|
|
1799
|
+
effectiveStances: [TrigramStance.GON]
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
id: "leg_right_calf",
|
|
1803
|
+
names: {
|
|
1804
|
+
korean: "우종아리",
|
|
1805
|
+
english: "Right Calf",
|
|
1806
|
+
romanized: "u-jong-ari"
|
|
1807
|
+
},
|
|
1808
|
+
position: {
|
|
1809
|
+
x: 112,
|
|
1810
|
+
y: 225
|
|
1811
|
+
},
|
|
1812
|
+
category: VitalPointCategory.MUSCULAR,
|
|
1813
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1814
|
+
baseDamage: 23,
|
|
1815
|
+
effects: [],
|
|
1816
|
+
description: {
|
|
1817
|
+
korean: "종아리 근육 손상",
|
|
1818
|
+
english: "Calf muscle damage",
|
|
1819
|
+
romanized: "jong-ari geunnyuk sonsang"
|
|
1820
|
+
},
|
|
1821
|
+
targetingDifficulty: .5,
|
|
1822
|
+
effectiveStances: [TrigramStance.SON, TrigramStance.GEON]
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
id: "leg_right_achilles",
|
|
1826
|
+
names: {
|
|
1827
|
+
korean: "우아킬레스건",
|
|
1828
|
+
english: "Right Achilles Tendon",
|
|
1829
|
+
romanized: "u-akilleseugeon"
|
|
1830
|
+
},
|
|
1831
|
+
position: {
|
|
1832
|
+
x: 114,
|
|
1833
|
+
y: 238
|
|
1834
|
+
},
|
|
1835
|
+
category: VitalPointCategory.MUSCULAR,
|
|
1836
|
+
severity: VitalPointSeverity.CRITICAL,
|
|
1837
|
+
baseDamage: 40,
|
|
1838
|
+
effects: [{
|
|
1839
|
+
id: "achilles_rupture_right",
|
|
1840
|
+
type: VitalPointEffectType.WEAKNESS,
|
|
1841
|
+
intensity: EffectIntensity.EXTREME,
|
|
1842
|
+
duration: 12e3,
|
|
1843
|
+
description: {
|
|
1844
|
+
korean: "아킬레스건 파열",
|
|
1845
|
+
english: "Achilles tendon rupture"
|
|
1846
|
+
},
|
|
1847
|
+
stackable: false
|
|
1848
|
+
}, {
|
|
1849
|
+
id: "movement_impossible_right",
|
|
1850
|
+
type: VitalPointEffectType.PARALYSIS,
|
|
1851
|
+
intensity: EffectIntensity.HIGH,
|
|
1852
|
+
duration: 1e4,
|
|
1853
|
+
description: {
|
|
1854
|
+
korean: "이동 불가",
|
|
1855
|
+
english: "Cannot move"
|
|
1856
|
+
},
|
|
1857
|
+
stackable: false
|
|
1858
|
+
}],
|
|
1859
|
+
description: {
|
|
1860
|
+
korean: "아킬레스건 파열, 이동 불가",
|
|
1861
|
+
english: "Achilles tendon rupture, cannot move",
|
|
1862
|
+
romanized: "akilleseugeon paryeol"
|
|
1863
|
+
},
|
|
1864
|
+
targetingDifficulty: .8,
|
|
1865
|
+
effectiveStances: [TrigramStance.LI, TrigramStance.GON]
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
id: "leg_right_femoral_nerve",
|
|
1869
|
+
names: {
|
|
1870
|
+
korean: "우대퇴신경",
|
|
1871
|
+
english: "Right Femoral Nerve",
|
|
1872
|
+
romanized: "u-daetwe singyeong"
|
|
1873
|
+
},
|
|
1874
|
+
position: {
|
|
1875
|
+
x: 108,
|
|
1876
|
+
y: 180
|
|
1877
|
+
},
|
|
1878
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
1879
|
+
severity: VitalPointSeverity.MAJOR,
|
|
1880
|
+
baseDamage: 32,
|
|
1881
|
+
effects: [],
|
|
1882
|
+
description: {
|
|
1883
|
+
korean: "대퇴 신경 타격, 다리 마비",
|
|
1884
|
+
english: "Femoral nerve strike, leg paralysis",
|
|
1885
|
+
romanized: "daetwe singyeong tagyeok"
|
|
1886
|
+
},
|
|
1887
|
+
targetingDifficulty: .7,
|
|
1888
|
+
effectiveStances: [TrigramStance.LI, TrigramStance.SON]
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
id: "leg_right_peroneal_nerve",
|
|
1892
|
+
names: {
|
|
1893
|
+
korean: "우비골신경",
|
|
1894
|
+
english: "Right Peroneal Nerve",
|
|
1895
|
+
romanized: "u-bigol singyeong"
|
|
1896
|
+
},
|
|
1897
|
+
position: {
|
|
1898
|
+
x: 112,
|
|
1899
|
+
y: 210
|
|
1900
|
+
},
|
|
1901
|
+
category: VitalPointCategory.NEUROLOGICAL,
|
|
1902
|
+
severity: VitalPointSeverity.MODERATE,
|
|
1903
|
+
baseDamage: 27,
|
|
1904
|
+
effects: [],
|
|
1905
|
+
description: {
|
|
1906
|
+
korean: "비골 신경 타격, 발 기능 상실",
|
|
1907
|
+
english: "Peroneal nerve strike, foot function loss",
|
|
1908
|
+
romanized: "bigol singyeong tagyeok"
|
|
1909
|
+
},
|
|
1910
|
+
targetingDifficulty: .7,
|
|
1911
|
+
effectiveStances: [TrigramStance.LI]
|
|
1912
|
+
}
|
|
1913
|
+
];
|
|
1914
|
+
//#endregion
|
|
1915
|
+
export { VITAL_POINTS_DATA as default };
|
|
1916
|
+
|
|
1917
|
+
//# sourceMappingURL=VitalPointsData.js.map
|