Combat Throw (D20 Modern Feat)

Combat Throw

You can use an opponent’s momentum against them.
Prerequisite: Martial Arts, Defensive Martial Arts.
Benefit: You gain a +2 bonus on opposed Strength and Dexterity checks any time you attempt trip or grapple attacks, or when you try to avoid a trip or grapple attack made against you.



Back to Main Page D20 Modern Feats

gollark: Your variable names are worryingly long.
gollark: I... don't really like it.
gollark: Rewrite CC's Lua parts as an Urn program which outputs Amulet code.
gollark: Well, that and some CC-side code, yes.
gollark: ```luafunction os.pullEventRaw( sFilter ) return coroutine.yield( sFilter )endfunction os.pullEvent( sFilter ) local eventData = table.pack( os.pullEventRaw( sFilter ) ) if eventData[1] == "terminate" then error( "Terminated", 0 ) end return table.unpack( eventData, 1, eventData.n )end```
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.