3e SRD:Deflect Arrows
Deflect Arrows [General]
Prerequisite: Dex 13+, Improved Unarmed Strike.
Benefit: The character must have at least one hand free (holding nothing) to use this feat. Once per round when the character would normally be hit with a ranged weapon, the character may make a Reflex saving throw against a DC of 20 (if the ranged weapon has a magical bonus to attack, the DC increases by that amount). If the character succeeds, the character deflects the weapon. The character must be aware of the attack and not flat-footed. Attempting to deflect a ranged weapon doesn't count as an action. Exceptional ranged weapons cant be deflected.
Back to Main Page → 3e Open Game Content → System Reference Document → Feats
gollark: Technically functors have `fmap`, actually.
gollark: Functor: has `map`, lets you run an `a → b` over a `f a` to get a `f b`Applicative: has `<*>`, lets you run a `f (a → b)` over a `f a` to get a `f b` and `pure`, which lets you get a `f a` from an `a`Monad: has `join`, which does `f (f a)) → f a` or alternately `bind`, which is `f a → (a → f b) → f b`.
gollark: Ah yes.
gollark: An applicative is a functor with, er, `<*>` or something.
gollark: A monad is an applicative with bind/join.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.