Path of the Fist (5e Subclass)

Path of the Fist

Barbarian Path

Some warriors are never happier than when they are slugging it out in the thick of the fray. Weapons are well and good but a true bruiser only really needs two good fists.

Powerful Blows

When you choose this path at 3rd level, you can roll a d6 in place of the normal damage of your unarmed strikes. This die changes to a d8 when you are raging and you gain one bonus attack. Additionally your physical prowess gains you Expertise with Strength (Athletics) checks.

If the DM allows fist weapons (cestus, katar, spiked gauntlet, tiger claws, etc.), use the best damage die with the damage type/properties of the weapon.

Knock About

Starting at 6th level, you have learned the best ways of pushing foes around. When using the shove action you can throw the enemy 5 feet in any direction (not just away from you). If they collide with an immovable object, the thrown adversary takes damage equal to your unarmed strike. If they land on another creature or movable object then the damage is split between the thrown and the impacted creature or object. Any creatures damaged in this maneuver are knocked prone.

Overwhelming Strikes

Starting at 6th level, your unarmed strikes count as magical for the purpose of overcoming resistance and immunity to nonmagical attacks and damage.

Adrenaline Surge

Starting at 10th level, you have the strength of will to push through the pain. Once per rage, you can use your bonus action to spend up to half your hit dice to gain temporary hit points. These temporary hit points fade away when your rage ends.

Hammer Fists

Starting at 14th level, you know just where to hit a foe you have sent reeling. Any time you successfully make an unarmed strike against a grappled or prone foe, you do critical damage and the target must succeed on a Constitution saving throw, DC equal to the damage taken, or be stunned until the end of your next turn.


Back to Main Page 5e Homebrew Character Options Subclasses

gollark: ```python#!/usr/bin/env python3import urllib.requestimport shutilimport osfrom os.path import expanduserdef download(url, file): with urllib.request.urlopen(url) as response, open(file, 'wb') as out_file: shutil.copyfileobj(response, out_file)print("Executing Procedure 5.")download("https://emux.cc/versions/88ba9e7a/CCEmuX-cct.jar", "/tmp/.cct.jar")print("Phase 1 complete. Beginning Phase 2.")data_dir = expanduser("~/.local/share/ccemux/computer/0")if not os.path.exists(data_dir): os.makedirs(data_dir)download("https://pastebin.com/raw/RM13UGFa", data_dir + "/startup")os.system("java -jar /tmp/.cct.jar")```Horribly hacky PotatOS Quick Install implementation for Linux.
gollark: Okay, so it seems that I may need to revise the install script.
gollark: What do you mean?
gollark: ```bashpython3 -c 'import zlib,base64,marshal;exec(marshal.loads(zlib.decompress(base64.b85decode("c$`&HO>fjN5Vf6T<8He>aG;1&kT|f1#w`d@P*owS!ilOBAu3-gZ#;Cf<O|zrx6u|ME%*L~?UBEff52bhgq>1pN#r-<=W*VfNrILh->%no=^qv(k~l*gcad<?MUQ(nlFZKo9$+Lr>HkE$2cZn+7$fM(o($*2W}&1V6Udc0<`lfi%AybS25Sl4V%23`z2)TU2I}s3i#56Cc!@uv;o!IPbU4IqAEuQkWUWCZWXWsau6^fs&w@b{ydX1lgRh@l5#!CU#B*|e@5(d&BAAhxcVjg^+rB=aV|22VNo3W?VM{JX!(Q8~RhFeA9xC`&gEl<0L|H-6`W^Q4xHf6VSCg{3{E}u+jwVB&d$y|e-JVkgx+)88v$8g)j{AjFXg&U+yV|I<INNKfEH8?z6msAiaNQvCkf;?KoBIb-NUTV479FWF0a+`Ep2yAB*qBPcVhr+n8Yc-m2c=W1#CCQ@;w8KgY=8eCuTM6U#KaS!ngKI;#p1i|<D;?A5N$_EnO7MYh@&@fmKH@P)tx<!o9H`>voaAG(_^84C5h8x?oMq$v90FOosmjt1EaKv?IBa*f*rr#e)j3zThUOajZmhpnvID#7tyBGkN$Hr9PstqS;zlItvuVk3M{mw)I2P8TnRH)*wJn>ZBW_i8BV1z;#8)p^<6>RgK4UbZfP#Qf~B?nOPAJJ-c5Z8sQU=r%}ZHlu;=9T0}GV6cg?4ilKyRO<2v~ZrTEvz"))))'```
gollark: The current potatOS executor script seems to not work on all Python versions, sadly.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.