njlyon0/dndR

Write `npc_creator` Function

Closed this issue · 1 comments

Would be nice to have a function that made NPC for on-the-fly creation. If your players ask who's in the bar you could use this function to quickly name a desired number of NPCs of various races (and backgrounds / professions?).

Function could include following components

  • [ ] NPC first / last name
  • NPC race (5e) / species (One DnD)
  • NPC background
    • Take from PhB?

Update

Create a basic npc_creator function that picks a race and job but I dropped the name bit. Names are somewhat race-specific and I'd need a bunch of vectors of names from which to sample so I'm leaving this out for now.