Little Leaguer (Fallout Supplement)

LITTLE LEAGUER

Years as the little league MVP have honed your hitting and throwing.
Prerequisite: Strength 14, +2 BAB, Proficient with Weapon.
Benefit: When you take this feat select one melee weapon type you are proficient with. You gain a +1 to attack rolls with it and increase the base range for thrown weapons by 5 feet.

Back to Main Page D20 Modern Feats
Back to Main Page D20 Modern Campaign Settings Fallout Feats

This page may resemble content endorsed by, sponsored by, and/or affiliated with the Fallout franchise, and/or include content directly affiliated with and/or owned by Bethesda Softworks LLC. D&D Wiki neither claims nor implies any rights to Fallout copyrights, trademarks, or logos, nor any owned by Bethesda Softworks LLC. This site is for non profit use only. Furthermore, the following content is a derivative work that falls under, and the use of which is protected by, the Fair Use designation of US Copyright and Trademark Law. We ask you to please add the {{needsadmin}} template if there is a violation to this disclaimer within this page.
gollark: Why.
gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file).replace("filename", "filenamefilename"))```This one definitely works and does things.
gollark: sys.argv[0] *should* be it.
gollark: Let's go with "nearly self-modifying".
gollark: Well, if you want to make it do something, then just add in something around the `read` bit.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.