Double Weapon Master (5e Feat)
Double Weapon Master
You have spent significant time mastering the techniques of weapons with two striking heads. You gain the following benefits:
- You gain a +1 bonus to attack rolls with double weapons.
- You gain one of these benefits, depending on the specific weapon. The weapon description will tell you which you receive.
- a +1 bonus to AC
- an increase in damage die for one or both attacks when you are wielding certain double weapons.
- add your ability modifier to the bonus attack damage roll.
Double Weapons
{{#dpl: debug=1 |
category=5e | category=Double Weapon | mode=userformat | format=,¦- class="²{Odd-Even¦²{#var:odd}²}²"\n¦ [[%PAGE%¦²{#replace:%PAGE%¦(5e Equipment)¦}²]],\n, | tablerow=¦¦ %%, %%\n
}}|} Back to Main Page → 5e Homebrew → Feats |
---|
gollark: What scripts idea? Also, do I have to rename all potatOS `ecc.lua` things now?
gollark: Well, hexadecimal is less likely to run into escaping/encoding weirdness.
gollark: Why not just stick the key in with the table metadata bit?
gollark: Troubling.
gollark: ```lualocal function unhexize(key) local out = {} for i = 1, #key, 2 do local pair = key:sub(i, i + 1) table.insert(out, tonumber(pair, 16)) end return outendlocal function hexize(key) local out = "" for _, v in pairs(key) do out = out .. string.format("%.2x", v) end return outend```
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.