Headbutt Charge (4e Feat)

Headbutt Charge

Giving next to no regard of your own safety, you charge headlong at your foe, suddenly twitching and dealing an attack.
Prerequisite: Monk class, Drunken Master Style
Benefit: When performing a charge action, you may use any of the following at-wills that you know and in addition do not provoke opportunity attacks as part of the charge: Crane's Wings, Dragon's Tail



Back to Main Page 4e Homebrew Character Options Feats Paragon Tier Class

gollark: FINE.
gollark: ```lualocal function a()local b={level=1,new=a}local c={}setmetatable(b,c)c.__eq=function(d,e)if getmetatable(d)==getmetatable(e)then return true end end;c.__index=function(f,g)local h=rawget(f,"level")if g=="level"then return h else return setmetatable({level=h+1},c)end end;c.__tostring=function(f)return"RECURSION ":rep(rawget(f,"level"))end;return b end;return a()```
gollark: ```luaprint "That doesn't show up well ingame."```
gollark: That came out better.
gollark: `local function a()local b={level=1,new=a}local c={}setmetatable(b,c)c.__eq=function(d,e)if getmetatable(d)==getmetatable(e)then return true end end;c.__index=function(f,g)local h=rawget(f,"level")if g=="level"then return h else return setmetatable({level=h+1},c)end end;c.__tostring=function(f)return"RECURSION ":rep(rawget(f,"level"))end;return b end;return a()`
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.