Apply breathing disruption from general torso damage.
Korean: 일반 몸통 피해로 호흡곤란 적용
When torso is hit but no specific vital point is targeted, calculates appropriate breathing disruption level from damage amount.
Current player state
Torso damage amount
Whether strike was near solar plexus
Current game time
Updated player state with breathing disruption effect
// Moderate torso strike (15 damage)const updatedPlayer = applyBreathingDisruptionFromTorsoDamage( player, 15, false, Date.now());// Player gets Winded effect (25% penalty for 5s) Copy
// Moderate torso strike (15 damage)const updatedPlayer = applyBreathingDisruptionFromTorsoDamage( player, 15, false, Date.now());// Player gets Winded effect (25% penalty for 5s)
Apply breathing disruption from general torso damage.
Korean: 일반 몸통 피해로 호흡곤란 적용
When torso is hit but no specific vital point is targeted, calculates appropriate breathing disruption level from damage amount.