Blade Mastery, Variant (5e Feat)
Blade Mastery, Variant
You have spent a great deal of time honing your skill with the blade. You gain the following benefits:
- You become proficient with shortswords, longswords, scimitars, rapier, and greatswords, if you are not already.
- In addition, while you are wielding one of the aforementioned weapons, you gain the following benefits:
- You gain a +1 bonus to attack rolls you make with the weapon.
- On your turn, you can use your reaction to assume a parrying stance, provided you have the weapon in hand. Doing so grants a +1 bonus to your AC until the start of your next turn or until you're not holding the weapon.
- When you make an opportunity attack with the weapon, you have advantage on the attack roll.
Back to Main Page → 5e Homebrew → Feats
gollark: One you missed is that the variable the keycode will be saved in is `k`, but the conditional checks `key`.
gollark: Fun exercise: See how many problems you can spot.
gollark: There is nothing sensible about this code.
gollark: Wow, thanks.
gollark: ```lua print "Press any key to reboot. Press u to update." local timer = os.startTimer(10) local _, k = os.pullEvent "key" if key == keys.q or key == keys.u then os.reboot() else install() end```
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.