I was trying to create a perk that slows down time when the player is blocking and the opponent is firing an arrow towards him.
So I duplicated the quick reflexes perk and I changed/added the following:
In the perk entries region, there is an entry point called 'apply weapon swing spell' The default conditions for the attacker are "is not the player" and "isPowerAttacking". I changed this last one for "isAttacking" and then, in the target weapon tab I added "haskeyword -->weapontypebow".
Well, this didn't work. So I thought let's remove the weapontype restriction and see what happens. It was at that point when I realized that the slow time effect triggered for any melee attacks (because I had the condition "isAttacking") BUT it did nothing when archers were throwing arrows at me.
I know that there is a function specifically design for spellcasters (isCasting). Is there something specific for archers? I couldn't find anything. If there isn't, any suggestions on how to make that perk work? (slow time when archers fire arrows at you)
Thanks!!