Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.19 KB

Fantasy Generators

Random content generators for fantasy roleplay games.

Content

NPC

To generate an NPC, simply run:

python npc.py

The output should look like this:

Kevennevol Goor is a small and thin a young male human teen. He has braided beard or hair and his eyes are a deep grey. He is insightful but feeble. He enjoys playing the flute and bites fingernails. He is always irritable. He doesn't particularly tend to help others and believes rules are for others. He values discovery and aspiration above all else. He is dedicated to fulfilling a personal life goal. His biggest flaw is being prone to rage; his deepest secret is a shameful or scandalous history.

The names are generated using jmathes' names repo; it has only been converted to Python 3 and integrated to the current repo (there was no PyPI package).

Sources

Parsing those lists

In MS Excel:

CONCAT("    ('";SUBSTITUTE(A1;LEFT(A1;FIND(". ";A1)+1);"");"', 1),")