jakub-olczyk / whfr-chargen

Character generator for 2 ed of Warhammer Fantasy Roleplay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warhammer Fantasy Role-play Character Generator

For generating characters simply run python3 cli.py. It will spit out randomly generated character for your games. Currently the 2nd edition rules are applied for generation.

Example output

$ python3 cli.py 
-------------------------------------------------------
Name: Fimtrekella Nunnyasdotr
Sex: female
Race: dwarf
Profession: pit_fighter

Characteristics table
+----+----+----+----+----+-----+----+-----+
| WS | BS | S  | T  | AG | INT | WP | FEL |
+----+----+----+----+----+-----+----+-----+
| 46 | 31 | 30 | 36 | 27 | 28  | 34 | 22  |
+----+----+----+----+----+-----+----+-----+
+---+----+----+----+---+-----+----+----+
| A | W  | SB | TB | M | MAG | IP | FP |
+---+----+----+----+---+-----+----+----+
| 1 | 13 | 3  | 3  | 3 | 0   | 0  | 1  |
+---+----+----+----+---+-----+----+----+

Talents list
* dwarfcraft
* grudgeborn_fury
* night_vision
* resistance_to_magic
* stouthearted
* sturdy

Roadmap (a.k.a. to-do / wishlist)

  • automated creation of character sheets in pdf form
  • support for 4th edition character creation rules
  • simple graphical interface that's actually usable
  • move to Python 3 Done

About

Character generator for 2 ed of Warhammer Fantasy Roleplay

License:GNU General Public License v3.0


Languages

Language:Python 100.0%