Empowered Fist (3.5e Feat)

Empowered Fist [general, Fighter bonus feat]

3e Summary::increase damage die of unarmed strike
Prerequisite: Base Attack Bonus +4, Improved Unarmed Strike
Benefit: Unarmed Strike Damage Deals 2d6 points of damage on a successful attack.
Normal: Normally Unarmed strikes made by a medium-sized creature deals 1d3 points of damage.
Special: A Monk's unarmed strike damage begins at 1d6 without the use of this feat, therefore a Monk does 1d12 points of damage.

Back to Main Page 3.5e Homebrew Character Options Feats Fighter

gollark: Troubling. The eye disablement beams failed?
gollark: Well, two statements.
gollark: It's two lines, silly.
gollark: I use obviously good and not bad C conventions like very short function names and no comments.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.