Skip to content

sbordeyne/py-dnd-npc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

py-dnd-npc

NPC generator for Dungeons and Dragons.

Just call generate_npc(alignment, gender, race, class_, level, stats) to have a string being the generated NPC.

alignment : Any, Any Lawful/Neutral/Chaotic, Lawful Good/Neutral/Evil etc gender : Male or Female Race : Elf, Human, Dwarf, Any, Halfelin class_ : Warrior, Wizard, Thief, Cleric, Any level : integer stats : Best 3 of 5d6, Low, Average, High

It generates beliefs, class, race, name, belongings, AC, motivations, recent past, characteristics, laguages and alignment

Beliefs are determined according to alignment : 'or' or 'on' in god name = lawful, 'sh' 'k' 'y', 'x' in god name = chaotic, anything else = neutral

AC rules are the ones of OD&D, you'll need to adapt if you want 3.5+ characters. (no big deal actually)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages