itwasall / shadowrun-5e-random-character-generator

A WIP attempt to fully randomly generate Shadowrun 5E characters. Code ported from my "CharGen" project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shadowrun-5e-random-character-generator

A 6,000+ line mess intending to randomly generate legal and somewhat sensible Shadowrun 5th edition characters.

Usage

python char_shadowrun_5e.py -f <output_file>

output_file is just plaintext

TODO

  • Augmentation generation
  • Finish gear generation (right now about 60-70% of items have the potential to be rolled for)
  • Add more stuff from the other rulebooks
  • Actually cost gear
  • Properly implement all qualities that have an effect on character generation (right now about 50% of those that can influence character generation do)

Requires

  • python 3.10+
  • A willingness to accept subpar code

About

A WIP attempt to fully randomly generate Shadowrun 5E characters. Code ported from my "CharGen" project


Languages

Language:Python 100.0%