-
Notifications
You must be signed in to change notification settings - Fork 19
Description
It would be handy to get NPC names and maybe some basic info generated on the fly during a gaming session. At a minimum, Integrate a call out to a name generator to get a suggested name.
Ideas for future enhancement could be optionally generating race, gender, or personality.
Another big idea for the future would be to add a combatant of a particular monster type (commoner, noble, thug, veteran, etc.) and overlay it with the name and other data generated/collected about the NPC.
The next level after that would be saving the NPC combatant data to a toml file that could be later reloaded. This maybe implies the addition of an NPCs directory within the campaign directory to store them, since they'd be ad-hoc and not part of the content pack/adventure module itself.