nonplayer / OldSchoolCharGen

Random Character Generator for "Old School" RPGs
GNU General Public License v3.0
3 stars 0 forks source link

Add Monster Races for B&T #17

Closed nonplayer closed 6 years ago

nonplayer commented 6 years ago

Add an "extended races" option for B&T and other game which allow further racial selections. B&T has monster race options, might as well allow those as well.

nonplayer commented 6 years ago

I'm considering adding an "extended" flag to the CLI arguments for this. -X or such. This would have an extended set of options for the games, such as "advanced" rules sets or such. If used, and if the game supports it, it would activate those options within the generator.

nonplayer commented 6 years ago

Probably easier to add "bntx" as a selectable game option that is just bnt but with extended races (monster races from core). Then perhaps "bntxm" also adds the monster races from the monster book, too.

nonplayer commented 6 years ago

Added "bntx" and cleaned up some logic. Tested with two new races (aasimar and automaton). Tests look solid so far, moving forward with the rest of the monster races from the core book.

nonplayer commented 6 years ago

I've added:

The list is quite massive, though. I'm calling this done for now. If anyone wants a new race added, submit a PR, or just ask for it.

nonplayer commented 6 years ago

Ugh, scratch that. I need to combine the bntx races with the bnt races somehow...

Just gotta merge the race_choices and race_data from bnt. Hmmm, might need to separate each out as its own dict...

nonplayer commented 6 years ago

Well that was easy enough. Closing again!