laisrael / Game-Tools-NPC-Generator

A tool to generate random Pathfinder NPCs
MIT License
1 stars 0 forks source link

BAB is never passed explicitly in main.py and probably should be #4

Open laisrael opened 7 years ago

laisrael commented 7 years ago

Fix (if needed): Calculate it independently in a new file called "babgen.py" or calculate it within statgen.py with all of the other important stats (since 'statgen' generates more than just ability scores anyway).