PFSRD:Counterpunch
Counterpunch (Combat)
With deft reflexes, you capitalize on opponents' mistakes.
Prerequisites: Dex 18, Combat Reflexes, Improved Unarmed Strike, Weapon Focus (unarmed strike); base attack bonus +16 or brawler level 12th.
Benefit: Once per round, when you are fighting unarmed with both hands free and an opponent misses you with a melee attack, the opponent provokes an attack of opportunity from you. You must use an unarmed strike for this attack of opportunity.
Back to Main Page → Pathfinder Open Game Content → PFSRD → Feats
gollark: I was going to have `let printed` at the top then changed my mind.
gollark: Oh, yes, silly me.
gollark: ```javascriptconst printNumber = n => { switch(n) { case 0: return "zero"; //break; case 1: return "one"; //break; case 2: return "two"; //break; case 3: return "three"; //break; default: return "many"; }}```That's much longer, and uglier, especially with the breaks (not needed in this example, but generally will be).
gollark: ```fsharplet printNumber n = match n with | 0 -> "zero" | 1 -> "one" | 2 -> "two" | 3 -> "three" | _ -> "many"```
gollark: I could provide a more complicated example, but discord is bad for that.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.