I am trying to increase the attack speed of all weapons in my mod, but I see no way to modify the unarmed attack's speed directly.
I've been thinking that I could add haste when the player attacks without a weapon, make them start with something like the pit guantlets, but I thought I'd check and see if anyone knew how to change the base speed directly.
Unarmed attack
Re: Unarmed attack
It might be possible to script an "unarmed hand" weapon with a reduced cooldown.
At least in theory, you could setup a timer to check for an unarmed PC and equip the 'fast hand' weapon; and destroy it on the mouse when unequiped.
If for some reason the timer caused a performance issue, then perhaps you could trigger the check when a weapon is unequipped.
At least in theory, you could setup a timer to check for an unarmed PC and equip the 'fast hand' weapon; and destroy it on the mouse when unequiped.
If for some reason the timer caused a performance issue, then perhaps you could trigger the check when a weapon is unequipped.
- Chimera005ao
- Posts: 187
- Joined: Sun Jun 29, 2014 8:34 am
Re: Unarmed attack
Thanks, I might look into that.